Skip to main content

Tables

factory_PoolCreated_event

Pool creation events from QuickSwap V3 DEX factory contract on Immutable zkEVM, capturing new liquidity pool deployments with token pairs, fee tiers (in basis points), and tick spacing configurations for analyzing market structure and LP deployment patterns.
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
5000x56c2162254b0e4417288786ee402c2b41d4e181e0x525299ce36040baee478d17ec26fe5962a75a304false0x3a0c2ba54d6cbd3121f01b96dfd20e99d1696c9d0x6de8acc0d406837030ce4dd28e7c08c5a96a30d201308995102024-01-10T10:47:59.000Z0xc7c683fa255b1e131ada7343d36ab78d1bafcd5cbc23d1c45f03526efd3f2072
1000x56c2162254b0e4417288786ee402c2b41d4e181e0x8dfdc0b03d1672cb8798736dc8c1d8cec304aec2false0x3a0c2ba54d6cbd3121f01b96dfd20e99d1696c9d0xf61d97166dbaf0e397fd0c9eb7d9809ef5d24e710511568412024-04-07T13:45:52.000Z0x4cade5f7364af09e855638617f93aa6ef5d71e91db3d5c94ccd6e080cab6fdc7
100000x56c2162254b0e4417288786ee402c2b41d4e181e0x424055790214df46c5baf91cc966fab1b2d74516false0x3a0c2ba54d6cbd3121f01b96dfd20e99d1696c9d0x9b4c72f539ae3e2fb381fd1b706214b9a65763f3056064442002024-04-18T22:24:50.000Z0xf756538c7884696b4b445ded0504b4ab7eb3195ff5582f03011500d902021bdd
Query with partition filter
SELECT *
FROM `tt-contracts.quickswap_v3_immutablezkevm.factory_PoolCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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
100000x56c2162254b0e4417288786ee402c2b41d4e181e0xc860785d8a1f6670f7ba9e4a336cd413523be6a6false0x3a0c2ba54d6cbd3121f01b96dfd20e99d1696c9d0xb00ed913aaff8280c17bff33cce82fe6d79e85e8038847262002024-03-10T01:52:23.000Z0xd5e0896abe720ac0b6f7a55caf88637f019a05b577a94675c0c908b2f73b60b7
100000x56c2162254b0e4417288786ee402c2b41d4e181e0x768b702eb997ce303f763e69b7acb0052643cff6false0x52a6c53869ce09a731cd772f245b97a4401d33480x6de8acc0d406837030ce4dd28e7c08c5a96a30d2040722082002024-03-14T10:01:47.000Z0xe39fb091671f97dbc1fb10f4537e6c69cc006a14f9223589811adb41c8f56578
1000x56c2162254b0e4417288786ee402c2b41d4e181e0xb80121a9a29259796df6439896b1da6f5342c658false0x52a6c53869ce09a731cd772f245b97a4401d33480x6de8acc0d406837030ce4dd28e7c08c5a96a30d20150862412024-01-15T01:42:17.000Z0x4bd7944ecad6517da826a64b7bfbfa0cf6ca389a501924bd1a816c136c7c03bb
Query with partition filter
SELECT *
FROM `tt-contracts.quickswap_v3_immutablezkevm.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
0x5f5664979ed0f8124e9910f9476b12304ed85e61false0xa5e0829caced8ffdd4de3c43696c57f7d7a678ff64763834520909050993999457271630098822519173772570-8872208872202024-03-07T11:33:51.000Z0xb50e779bff0c055763145ff9f7addd2457b13657c04128630ad59a293896f752
0xf3fd6e78a832b67eb80c6683d696d50193576f3cfalse0xa5e0829caced8ffdd4de3c43696c57f7d7a678ff55665309289115903304426609511789904699999999999999943903773105-8872208872202024-03-07T11:51:41.000Z0x8957933a7cdb6a83a6bf64a4e69b095f530d72fa4217341295e679515e712a0a
0xee997f15eaca3012e4825f1aefe12136216cf3affalse0xa5e0829caced8ffdd4de3c43696c57f7d7a678ff1142900422443516491940994999999974999998671500914310521850393772357-71820-703802024-03-07T11:26:45.000Z0x5e0bda229f0129a094d77a32b0da44854b6fc76b9881f432f5869b75793e3aa4
Query with partition filter
SELECT *
FROM `tt-contracts.quickswap_v3_immutablezkevm.Pool_Burn_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
0x525299ce36040baee478d17ec26fe5962a75a304false0x6e9d701fb6478ed5972a37886c2ba6c82a4cbb4c1107698563843510x6e9d701fb6478ed5972a37886c2ba6c82a4cbb4c277594442119372491395179814245840003-269690-2652302024-04-24T08:10:08.000Z0x3b07c8cb9fe657244e9b2330688986571d4d71c8899c2ebe731998b2eaa2b9f9
0x525299ce36040baee478d17ec26fe5962a75a304false0x6e9d701fb6478ed5972a37886c2ba6c82a4cbb4c11907296366940x6e9d701fb6478ed5972a37886c2ba6c82a4cbb4c201028039860011731141434475858514-269690-2652302024-04-24T18:27:10.000Z0x71351351b3d8b535f8b93ccc93f819f26d4dfca2874b7616751916afb37c272c
0x525299ce36040baee478d17ec26fe5962a75a304false0x6e9d701fb6478ed5972a37886c2ba6c82a4cbb4c20x6e9d701fb6478ed5972a37886c2ba6c82a4cbb4c233528215858514-271410-2674902024-04-24T18:27:10.000Z0x71351351b3d8b535f8b93ccc93f819f26d4dfca2874b7616751916afb37c272c
Query with partition filter
SELECT *
FROM `tt-contracts.quickswap_v3_immutablezkevm.Pool_Mint_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
0x525299ce36040baee478d17ec26fe5962a75a304-265866false0x6c28aef8977c9b773996d0e8376d2ee379446f2f3155055385429746436262-467000000382106346959226375692200x0da76aa41275dbed112f17b139b36513a99172d92024-03-08T14:30:17.000Z1336486937384522906577000x969059bfe2f6ae6c8f95df09db69a2bc69d680639bee0fbd2bb381624e28d9c0
0xee997f15eaca3012e4825f1aefe12136216cf3af-70765false0x6c28aef8977c9b773996d0e8376d2ee379446f2f3115000000000000000000-97095496517228572382621815834357102008128927320x0da76aa41275dbed112f17b139b36513a99172d92024-03-08T17:22:07.000Z23031650732611106183324473460x00817629684d6abfa7acd5b7a7ee9aa9f5e1cd38c30390ee2255c8c738d7999f
0xb80121a9a29259796df6439896b1da6f5342c658-193698false0x6c28aef8977c9b773996d0e8376d2ee379446f2f35206467887734876-2018898038366714046878105176990x2a9f63d7ae95a5447eb26df7162e527b6980e68e2024-03-08T23:10:33.000Z49318849541369444827358090x207c86949b54965ed0b3f699cf4b85af01f8d75fea8739cf1c81eb495d870053
Query with partition filter
SELECT *
FROM `tt-contracts.quickswap_v3_immutablezkevm.Pool_Swap_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100