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
30000x9c6522117e2ed1fe5bdb72bb0ed5e3f2bde7dbe00x3ce165db549ba82770df195d1562e6ab9ae69795false0x0b2c639c533813f4aa9d7837caf62653d097ff850x7f5c764cbc14f9669b88837ca1490cca17c3160717109494282602023-09-13T06:42:21.000Z0x52d822b145d1104ee9ae47e88fe49ae65c353e4d74d5f44e82acdcf8febe83a5
5000x9c6522117e2ed1fe5bdb72bb0ed5e3f2bde7dbe00xb81ddd9a8eaa2460647018839a1c6e76e6361b51false0x7f5c764cbc14f9669b88837ca1490cca17c316070x8c6f28f2f1a3c87f0f938b96d27520d9751ec8d92106187549102023-06-28T17:37:55.000Z0x366396b17bc49759261517307fa060e144a4903bf95bd3d5e17e6881fc8fc018
5000x9c6522117e2ed1fe5bdb72bb0ed5e3f2bde7dbe00xd20d8bd49b8b48c0631649de5f1607295c85cdf5false0x7f5c764cbc14f9669b88837ca1490cca17c316070x94b008aa00579c1307b0ef2c499ad98a8ce58e5858106187510102023-06-28T17:36:37.000Z0x0e0f55e2105e88362ee3064b5fcfe1c2bfd6c15bcb6a29d8f88f62d3de2e990c
Query with partition filter
SELECT *
FROM `tt-contracts.sushiswap_v3_optimism.Factory_PoolCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

MiniChef_Harvest_event

Reward claims from MiniChef staking contracts emitted when users harvest accumulated incentive tokens. Contains pool identifier, user address, and harvested token amount for tracking yield farming rewards across liquidity mining programs.
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_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_pidSTRINGPool identifier referencing a specific staking or liquidity pool within the protocol. Numeric string representation of the pool ID.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_pidaddressin_userremovedin_amountlog_indexblock_numberblock_timestamptransaction_hash
00xb25157bf349295a7cd31d1751973f426182070d60x31040cf47f1ddbb6f4fff492ae9a6e66e7a031e5false0131144814172024-01-06T17:20:11.000Z0x5759e9dfcb7f4df7d295d12441dc061ff6c9ebde273a37966283ea1c84e70e58
40xb25157bf349295a7cd31d1751973f426182070d60x75f6a1dd1d6ab72566d400273ff65d38bf7ffd9cfalse031004914402023-05-22T14:05:48.000Z0x2880ed350f0e7664873f6671cfd968408a2e16c9767098ac86c615f73ef594c5
00xb25157bf349295a7cd31d1751973f426182070d60x8eee675ec0e14643ef9f9a6f714daf30593469edfalse16506164848070047271351004964242023-05-22T14:24:37.000Z0xf5244b1b44130cc45bddc6261937425a0331056dddb2c7b1d7f132550cb22cad
Query with partition filter
SELECT *
FROM `tt-contracts.sushiswap_v3_optimism.MiniChef_Harvest_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
0x58b2f113244ddc9332c46af25bc223873e68ff3dfalse0x1af415a1eba07a4986a52b6f2e7de7003d82231e0430011278031768700723002023-11-28T08:16:51.000Z0xa532ef4db44d255e33120ab373e6eddce1da6eb4b7c2ec9d28d93c924b65906d
0x8b3c4271440bc98a085eb6b348243ed3679751a4false0x1af415a1eba07a4986a52b6f2e7de7003d82231e014500112794203-200580-1996802023-11-28T15:59:43.000Z0x2f9f8b6ffd9a96babeeccaaccef99a4cd836c185b0c02629af3f085a8e33cb07
0x8b3c4271440bc98a085eb6b348243ed3679751a4false0x1af415a1eba07a4986a52b6f2e7de7003d82231e0300112808404-207000-1962602023-11-28T23:53:05.000Z0xf1c3b9cd9fce6dfeaef3a3c3399a230b25023a50fb4a6c4f39e04acb1c53cbf8
Query with partition filter
SELECT *
FROM `tt-contracts.sushiswap_v3_optimism.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
0x58b2f113244ddc9332c46af25bc223873e68ff3dfalse0x1af415a1eba07a4986a52b6f2e7de7003d82231e12134639045809530515111737121832256674509481113303180x1af415a1eba07a4986a52b6f2e7de7003d82231e69000759602023-10-25T18:43:33.000Z0x8d883da76a296a08df9de8c9004aba095b8760f6c9e5f05c0de35526ddcaea9c
0x8b3c4271440bc98a085eb6b348243ed3679751a4false0x1af415a1eba07a4986a52b6f2e7de7003d82231e17885964583026587121720275471113366590x1af415a1eba07a4986a52b6f2e7de7003d82231e-202740-2002202023-10-25T22:14:55.000Z0x4a4de22e98e370673560a173874710ea990b3789ca4e0944adbc2e24d4431468
0x8b3c4271440bc98a085eb6b348243ed3679751a4false0x1af415a1eba07a4986a52b6f2e7de7003d82231e143895916041093769031644642851113138060x1af415a1eba07a4986a52b6f2e7de7003d82231e-202860-2001602023-10-25T09:33:09.000Z0x7ef5fefdd78b95b5d8b08a24dcc19830ca9f291d5d0b645a8dcaa9a88d953aec
Query with partition filter
SELECT *
FROM `tt-contracts.sushiswap_v3_optimism.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.
addressremovedin_senderlog_indexin_amount0in_amount1block_numberin_recipientblock_timestamptransaction_hash
0x28d6f3f5f8f1bc5040e5f46865a376992dfb9fc8false0xcd03e2e276f6eedd424d41314437531f665187b929210767130789891439416310xdbeca8fb948c42634256609bce5a3768c9b3e9eb2025-11-18T16:07:19.000Z0x4a448b9613222a83ebb0e2c7987ceee6f0a2e2656f60cf601742ff4ec507e32e
0x28d6f3f5f8f1bc5040e5f46865a376992dfb9fc8false0xcd03e2e276f6eedd424d41314437531f665187b96925251159648161439200830xdbeca8fb948c42634256609bce5a3768c9b3e9eb2025-11-18T04:09:03.000Z0x174b2154104f1cff6895f43f382edefaf24fc868b0ca503e2f8801d31c5bba17
0x689a850f62b41d89b5e5c3465cd291374b215813false0xcd03e2e276f6eedd424d41314437531f665187b9726530477792652364233511439200830xdbeca8fb948c42634256609bce5a3768c9b3e9eb2025-11-18T04:09:03.000Z0x174b2154104f1cff6895f43f382edefaf24fc868b0ca503e2f8801d31c5bba17
Query with partition filter
SELECT *
FROM `tt-contracts.sushiswap_v3_optimism.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
0xe2b25295192f9bb6990393b4136047a6dce774acfalse29006557316400x7bf845dc4717b2c1e1f90bdb9833539b0639fca011290065573163827201243170740x7bf845dc4717b2c1e1f90bdb9833539b0639fca02024-08-21T09:35:25.000Z0x5e78b1f526443e9ca421f373322335e89f56f388749f29e7787980b1e793688e
0xe2b25295192f9bb6990393b4136047a6dce774acfalse3244512111500x7bf845dc4717b2c1e1f90bdb9833539b0639fca0832445121114931201243154050x7bf845dc4717b2c1e1f90bdb9833539b0639fca02024-08-21T08:39:47.000Z0xdaeefa9ca2cb61ef4d426dd32fd98e862f285d41662ec3e9383ccb9720ad045c
0xe2b25295192f9bb6990393b4136047a6dce774acfalse20436310387100xdd8eb3f4735d0e898171326efed1e2f978a2b74522204363103870161001236607380xdd8eb3f4735d0e898171326efed1e2f978a2b7452024-08-06T04:57:33.000Z0xc22726b559f91aed52c286c07a560b7962984623c9abc3252151243faa52328d
Query with partition filter
SELECT *
FROM `tt-contracts.sushiswap_v3_optimism.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
0x2cfef48a147eff929a5525c9eb507d7f6ead270ffalse0xf0d27de0b2a55e06359426075ed05033dc36331966625574047645970xf0d27de0b2a55e06359426075ed05033dc3633192229359568304661218046974886961082170302762402764202023-08-14T17:07:17.000Z0xcaeea6eb96beb08a6b529a1cb025a9fcdd30d8d127f5a82d28c9c6918b8ea6bf
0x58b2f113244ddc9332c46af25bc223873e68ff3dfalse0xa53aaf9ae5d872675c99b20a9146ae2018d23dcc45911012619195269093750xa53aaf9ae5d872675c99b20a9146ae2018d23dcc3273950093007476190801967592103704172251981810822233968400721802023-08-14T20:04:15.000Z0xe62d7152bb6e5992007c94334beaeca346b18b72e54382bd56633956c6e27d3f
0x921087d13798b5c29356ccf31d0225373e29731efalse0x1af415a1eba07a4986a52b6f2e7de7003d82231e478074623034397628270x1af415a1eba07a4986a52b6f2e7de7003d82231e2638250909074550199999999999999883575981108213944870001540002023-08-14T15:24:25.000Z0x21fc5c73ed1c087fcb62ad922348d1297a9cce1b795f3a4990747dbc33e113c1
Query with partition filter
SELECT *
FROM `tt-contracts.sushiswap_v3_optimism.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.
addressremovedlog_indexblock_numberblock_timestamptransaction_hashin_feeProtocol0Newin_feeProtocol0Oldin_feeProtocol1Newin_feeProtocol1Old
0xf4f03abc1211008214953150e428e9a3f7538607false761385489572025-07-16T20:11:31.000Z0x69d1de986a51d5b0600116bf184d984b76e8d97fb47a24d3dfac288312b197414040
0x407fba59a5ba55edf9bfa51aaae1c839a77b24dafalse741385489572025-07-16T20:11:31.000Z0x69d1de986a51d5b0600116bf184d984b76e8d97fb47a24d3dfac288312b197414040
0xb3d2c04c7d0c9044350de5109af7bd783e8efbe1false751385489572025-07-16T20:11:31.000Z0x69d1de986a51d5b0600116bf184d984b76e8d97fb47a24d3dfac288312b197414040
Query with partition filter
SELECT *
FROM `tt-contracts.sushiswap_v3_optimism.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
0x79e11ef350d7c73925f8d0037c2dd1b8ced41533-201095false0x4fab1b3b53bcd1273932c2240a3019309d9fa4204196622103026864704-3652184839388357417484752699190220x47029bc8f5cbe3b464004e87ef9c9419a48018cd2023-04-24T14:42:57.000Z34071891082176968794526330x576d3fc32f20a0a844d3157c2a1c1f13e35c4e82ecfc39bf077c804935c88847
0x79e11ef350d7c73925f8d0037c2dd1b8ced41533-201197false0x4fab1b3b53bcd1273932c2240a3019309d9fa4204209746391928806496-3857243249390458517484752699190220x9056eb7ca982a5dd65a584189994e6a27318067d2023-04-24T16:50:31.000Z33897108916216776522448660x685047a57613ec72f3d02a4cc4afbb23757c15d03384a49f4477d29cded9c0d3
0x79e11ef350d7c73925f8d0037c2dd1b8ced41533-200899false0x4fab1b3b53bcd1273932c2240a3019309d9fa42010-1627303147529863523058214119368401717484752699190220x4fab1b3b53bcd1273932c2240a3019309d9fa4202023-04-24T01:18:35.000Z34406983052448425440523620xd5af2f20ba4dcb743ef7a0e75a9d2a070d144b149728b09972db685b35ed1754
Query with partition filter
SELECT *
FROM `tt-contracts.sushiswap_v3_optimism.Pool_Swap_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

V3Factory_PoolCreated_event

Uniswap V3 factory pool creation events emitted when new concentrated liquidity pools are deployed, containing token pair addresses, fee tier, tick spacing, and the deployed pool contract address. Used for tracking DEX pool deployments and liquidity pool registry construction.
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
100000x9c6522117e2ed1fe5bdb72bb0ed5e3f2bde7dbe00x945b196763c76dd7a8b21a765c93afae109b7e43false0x7f5c764cbc14f9669b88837ca1490cca17c316070xda10009cbd5d07dd0cecc66161fc93d7c9000da10974722372002023-05-11T15:53:16.000Z0x6eb5f0d3537378153e973a494c882b04acc9f84d61be49d017c44f9a69b0887a
30000x9c6522117e2ed1fe5bdb72bb0ed5e3f2bde7dbe00x3c7638904ccab972453694779d7c2b954eed69a2false0x7f5c764cbc14f9669b88837ca1490cca17c316070xda10009cbd5d07dd0cecc66161fc93d7c9000da10100158838602023-05-21T09:16:30.000Z0x36cbc3f74fe0d7256277609398becfef6b95aa48282a0aabd0ea5676414f988c
30000x9c6522117e2ed1fe5bdb72bb0ed5e3f2bde7dbe00x65ce6275bfe4f1596c86a06ce6201d6648d02e65false0x42000000000000000000000000000000000000060x76fb31fb4af56892a25e32cfc43de717950c927815115032686602024-01-19T11:35:49.000Z0xe894fcb3d9e9bbb1671ece8e8fc111ed921b67bbd940fad171b1cc7ccc8e2e79
Query with partition filter
SELECT *
FROM `tt-contracts.sushiswap_v3_optimism.V3Factory_PoolCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100