Skip to main content

Tables

Factory_PoolCreated_event

Factory contract event emitted when a new liquidity pool is created, recording token pairs and pool configuration parameters. Used for tracking DEX pool deployments and liquidity market initialization.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_token0STRINGContract address of the first token in the trading pair. Hex-encoded, 0x-prefixed, 42-character string.
in_token1STRINGContract address of the second token in the trading pair. Hex-encoded, 0x-prefixed, 42-character string.
in_feeSTRINGFee amount charged for the transaction or operation. String-encoded integer value representing the fee in the smallest unit of the relevant token or currency.
in_tickSpacingINT64Minimum price movement increment between adjacent ticks in a concentrated liquidity pool.
in_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_feeaddressin_poolremovedin_token0in_token1log_indexblock_numberin_tickSpacingblock_timestamptransaction_hash
30000xffcd7aed9c627e82a765c3247d562239507f6f1b0xfe1a0c58e38fa71618545df15e5479559ce51108false0x66a2a913e447d6b4bf33efbec43aaef87890fbbc0xa18bf3994c0cc6e3b63ac420308e5383f53120d701031975602023-07-06T01:23:50.000Z0xcaed8371418c7fb106c4ee033f8ea327f43412eb6598b3c261895e993e57c049
5000xffcd7aed9c627e82a765c3247d562239507f6f1b0xb1ed67e29b2497404a2ac7f2a2989c3328ec2999false0x66a2a913e447d6b4bf33efbec43aaef87890fbbc0xdeaddeaddeaddeaddeaddeaddeaddeaddead000001039428102023-07-28T00:20:55.000Z0x2f1ff89f18aabb3e3d51d3dc46148ff8a2d2db6d1bdcdac1df17b281129b0e9a
5000xffcd7aed9c627e82a765c3247d562239507f6f1b0x66faef55892dae3932a043d3238ecaa271d36e0dfalse0xa18bf3994c0cc6e3b63ac420308e5383f53120d70xdeaddeaddeaddeaddeaddeaddeaddeaddead000001039406102023-07-27T23:44:57.000Z0x47cf37e828a7ae34dc3ef330bdf866d255c98613ffa4d856406747c657ce5675
Query with partition filter
SELECT *
FROM `tt-contracts.uniswap_v3_bobanetwork.Factory_PoolCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pool_Burn_event

Liquidity removal events from concentrated liquidity pools recording withdrawn token amounts and position tick ranges. Contains owner address, liquidity amount burned, token amounts withdrawn (amount0/amount1), and tick boundaries for tracking position liquidations and TVL changes.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
in_tickLowerINT64Lower tick boundary of a concentrated liquidity position in a Uniswap V3-style pool. Signed integer representing a discrete price point on the logarithmic tick scale.
in_tickUpperINT64Upper tick boundary of a concentrated liquidity position in a Uniswap V3-style pool. Signed integer representing a discrete price point on the logarithmic tick scale.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_amount0STRINGAmount of token0 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
in_amount1STRINGAmount of token1 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
addressremovedin_ownerin_amountlog_indexin_amount0in_amount1block_numberin_tickLowerin_tickUpperblock_timestamptransaction_hash
0xdf37543dae7986e48e3ce83f390a828a9f3d23bafalse0x07811284e36fdc45f65cd56fc7c6929855d6a0cc020037912062761902777702024-06-17T01:20:53.000Z0x022f94eadfe0c716a05d586f69f9e33e925dde59c7359ecb6d5b8e7255610718
0xdf37543dae7986e48e3ce83f390a828a9f3d23bafalse0x07811284e36fdc45f65cd56fc7c6929855d6a0cc080037912062869702877702024-06-17T01:20:53.000Z0x022f94eadfe0c716a05d586f69f9e33e925dde59c7359ecb6d5b8e7255610718
0xdf37543dae7986e48e3ce83f390a828a9f3d23bafalse0x07811284e36fdc45f65cd56fc7c6929855d6a0cc050037912062869102877102024-06-17T01:20:53.000Z0x022f94eadfe0c716a05d586f69f9e33e925dde59c7359ecb6d5b8e7255610718
Query with partition filter
SELECT *
FROM `tt-contracts.uniswap_v3_bobanetwork.Pool_Burn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pool_Collect_event

Concentrated liquidity position fee collection events from Uniswap V3 compatible decentralized exchanges. Records position owner, recipient, collected token amounts, and tick range boundaries for tracking earned trading fees and position management activity.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
in_recipientSTRINGAddress designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_tickLowerINT64Lower tick boundary of a concentrated liquidity position in a Uniswap V3-style pool. Signed integer representing a discrete price point on the logarithmic tick scale.
in_tickUpperINT64Upper tick boundary of a concentrated liquidity position in a Uniswap V3-style pool. Signed integer representing a discrete price point on the logarithmic tick scale.
in_amount0STRINGAmount of token0 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
in_amount1STRINGAmount of token1 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
addressremovedin_ownerlog_indexin_amount0in_amount1block_numberin_recipientin_tickLowerin_tickUpperblock_timestamptransaction_hash
0xb1ed67e29b2497404a2ac7f2a2989c3328ec2999false0x216d3e7520b09605b7c4243b59ad02cc6e052f5257341899248398525130371523502620x216d3e7520b09605b7c4243b59ad02cc6e052f521935401964902024-05-14T16:49:25.000Z0xc15db554a01d4f04c8bdd9f6013408d11546351c4b92378bb0e7be63b5307020
0xb1ed67e29b2497404a2ac7f2a2989c3328ec2999false0x216d3e7520b09605b7c4243b59ad02cc6e052f521016296054791824813426079923502620x216d3e7520b09605b7c4243b59ad02cc6e052f521964901984902024-05-14T16:49:25.000Z0xc15db554a01d4f04c8bdd9f6013408d11546351c4b92378bb0e7be63b5307020
0x0634e07f84c632117c31781812a8cca98221fd7efalse0xb67a8af68207cceead014b6cefa3fc40bfbbbd0e90023211570xb67a8af68207cceead014b6cefa3fc40bfbbbd0e2584202588402024-05-14T00:39:15.000Z0x37043b128b8214553f197ecd140ecedb152883b05d9cf1644a467473211bf68f
Query with partition filter
SELECT *
FROM `tt-contracts.uniswap_v3_bobanetwork.Pool_Collect_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pool_CollectProtocol_event

Protocol fee collection events from concentrated liquidity pools, recording fees withdrawn by the protocol from trading activity. Contains token amounts collected (amount0, amount1), sender address initiating the collection, and recipient address receiving the fees.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_recipientSTRINGAddress designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amount0STRINGAmount of token0 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
in_amount1STRINGAmount of token1 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.uniswap_v3_bobanetwork.Pool_CollectProtocol_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pool_Flash_event

Flash loan events from liquidity pools recording borrowed amounts and repayment fees for both tokens in the pair. Tracks sender, recipient, borrowed quantities, and actual fees paid for arbitrage and liquidation analysis.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_recipientSTRINGAddress designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amount0STRINGAmount of token0 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
in_amount1STRINGAmount of token1 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
in_paid0STRINGAmount of token0 paid as flash loan fee. Numeric string representation of token quantity in smallest denomination.
in_paid1STRINGAmount of token1 paid as flash loan fee. Numeric string representation of token quantity in smallest denomination.
addressremovedin_paid0in_paid1in_senderlog_indexin_amount0in_amount1block_numberin_recipientblock_timestamptransaction_hash
0xb1ed67e29b2497404a2ac7f2a2989c3328ec2999false050000000000000xac541896626f68133338d464f6d1847a9062502b13010000000000000000127292000xe00645fa6ccab4688b8ed42d72db151a0c6603a82025-01-09T22:54:01.000Z0x5dbd56231375f8cf120a549a6645637b285d2126a6885b45610f80964f036656
0xb1ed67e29b2497404a2ac7f2a2989c3328ec2999false05000000000000xac541896626f68133338d464f6d1847a9062502b1301000000000000000166466540x7fbfdcd3e99bae4652afdff96aec06f1e4693e0a2025-04-10T15:15:49.000Z0x4e3777e253c1addc5bd7bb26974a0b1a370c16ecb1a25f8cd1704fee02a212ee
0x67fac3b54b6391e3183d2d74b7d2c430ad44fca1false060000000000000xac541896626f68133338d464f6d1847a9062502b19012000000000000000165352590x70525aa8a50ee7845e9400202a8bbc1bf0d68e542025-04-08T01:22:39.000Z0x7be959ba97c26b4315bce1caa221eb6a7151ab8c7d7ce8a4b0ac488387c3f034
Query with partition filter
SELECT *
FROM `tt-contracts.uniswap_v3_bobanetwork.Pool_Flash_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pool_Mint_event

Liquidity provision events emitted when liquidity providers add tokens to concentrated liquidity pools. Records deposited token amounts, tick ranges, liquidity shares, and position owner for DEX pool analytics.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
in_tickLowerINT64Lower tick boundary of a concentrated liquidity position in a Uniswap V3-style pool. Signed integer representing a discrete price point on the logarithmic tick scale.
in_tickUpperINT64Upper tick boundary of a concentrated liquidity position in a Uniswap V3-style pool. Signed integer representing a discrete price point on the logarithmic tick scale.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_amount0STRINGAmount of token0 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
in_amount1STRINGAmount of token1 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
addressremovedin_ownerin_amountin_senderlog_indexin_amount0in_amount1block_numberin_tickLowerin_tickUpperblock_timestamptransaction_hash
0x0634e07f84c632117c31781812a8cca98221fd7efalse0xb67a8af68207cceead014b6cefa3fc40bfbbbd0e111481913722880xb67a8af68207cceead014b6cefa3fc40bfbbbd0e2109665142978982429711411242584202588402024-04-07T03:54:59.000Z0xcea8d78b9263d89e06bf45a9723470d9b0306d8e0efdf08291636511daaa9cc1
0x0634e07f84c632117c31781812a8cca98221fd7efalse0xb67a8af68207cceead014b6cefa3fc40bfbbbd0e2031190260xb67a8af68207cceead014b6cefa3fc40bfbbbd0e15691137842420369211411242580002639402024-04-07T03:54:59.000Z0xcea8d78b9263d89e06bf45a9723470d9b0306d8e0efdf08291636511daaa9cc1
0x0634e07f84c632117c31781812a8cca98221fd7efalse0xb67a8af68207cceead014b6cefa3fc40bfbbbd0e4820740390xb67a8af68207cceead014b6cefa3fc40bfbbbd0e1805387518378736111411242535002595002024-04-07T03:54:59.000Z0xcea8d78b9263d89e06bf45a9723470d9b0306d8e0efdf08291636511daaa9cc1
Query with partition filter
SELECT *
FROM `tt-contracts.uniswap_v3_bobanetwork.Pool_Mint_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pool_SetFeeProtocol_event

Protocol fee configuration change events emitted when liquidity pool fee parameters are updated. Records old and new fee protocol values for both tokens in the pool, tracking governance-initiated fee structure modifications.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_feeProtocol0OldINT64Previous protocol fee for token0. Integer value representing the fee denominator where the protocol collected 1/x of swap fees before the update.
in_feeProtocol1OldINT64Previous protocol fee for token1. Integer value representing the fee denominator where the protocol collected 1/x of swap fees before the update.
in_feeProtocol0NewINT64New protocol fee for token0. Integer value representing the fee denominator where the protocol collects 1/x of swap fees.
in_feeProtocol1NewINT64New protocol fee for token1. Integer value representing the fee denominator where the protocol collects 1/x of swap fees.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.uniswap_v3_bobanetwork.Pool_SetFeeProtocol_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pool_Swap_event

Decentralized exchange (DEX) swap execution events recording token exchanges within liquidity pools. Contains sender, recipient, token amounts, liquidity depth, price data (sqrtPriceX96 or tick), and transaction metadata for tracking trading activity and price movements.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_recipientSTRINGAddress designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amount0STRINGAmount of token0 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
in_amount1STRINGAmount of token1 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
in_sqrtPriceX96STRINGSquare root of the price ratio between token1 and token0 encoded as a Q64.96 fixed-point number. Numeric string representation used in concentrated liquidity automated market makers.
in_liquiditySTRINGTotal liquidity available in the pool at the time of the event. Numeric string representation of liquidity in smallest denomination.
in_tickINT64Current tick index of the concentrated liquidity pool after the swap or operation. Integer value representing the price point on the pool’s tick spacing grid.
addressin_tickremovedin_senderlog_indexin_amount0in_amount1block_numberin_liquidityin_recipientblock_timestampin_sqrtPriceX96transaction_hash
0xb1ed67e29b2497404a2ac7f2a2989c3328ec2999194079false0x4ba622997559f9b5ac68751d7fc3deecc23a0e882-7462659942000000000000000001125617119906279312500970x49160d0d2a28e3042c188d8e049525af0021ad912024-03-16T03:25:05.000Z12973595246114294854935267370050700xc5440949af65f1aa539ba05784aa927ede85cec694beee88fbc2e52ab8e3116d
0xb1ed67e29b2497404a2ac7f2a2989c3328ec2999194222false0x4ba622997559f9b5ac68751d7fc3deecc23a0e882-29518195828000000000000000001125677119906279312500970x49160d0d2a28e3042c188d8e049525af0021ad912024-03-16T05:59:16.000Z13066247816116027070354975249220550x5c5ffdf57b8f21981f9c6c746b5e35048407d7f1e221444b5a0ae84f8e448068
0xb1ed67e29b2497404a2ac7f2a2989c3328ec2999194074false0x4ba622997559f9b5ac68751d7fc3deecc23a0e882-7466692702000000000000000001125593119906279312500970x49160d0d2a28e3042c188d8e049525af0021ad912024-03-16T02:15:38.000Z12970093044790225497085440733459820xd73551e8eabb78f0f1d30c986cd87615927bba2ef959afc61784729edad2499b
Query with partition filter
SELECT *
FROM `tt-contracts.uniswap_v3_bobanetwork.Pool_Swap_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100