Skip to main content

Tables

Pair_Burn_event

Liquidity removal events from DEX (Decentralized Exchange) trading pairs recording amounts of both tokens withdrawn when liquidity providers burn LP tokens. Used for tracking liquidity provision activity and calculating total value locked (TVL) changes in automated market maker (AMM) pools.
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_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_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_toaddressremovedin_senderlog_indexin_amount0in_amount1block_numberblock_timestamptransaction_hash
0x4e02accd83c09eaf2ff4b8346ed6a33a7a369b470x8a322bf307aa673424c445f576f2992f381521fbfalse0x4e02accd83c09eaf2ff4b8346ed6a33a7a369b4711311761509098813206482318332108431602953992025-05-30T17:39:21.000Z0x1656ad6dd2d6d7c02c9aaf79e22d786761eda82cab934f58050f910a60b029cc
0x4e02accd83c09eaf2ff4b8346ed6a33a7a369b470xb28d061c472bbc2183394c85ae6f41e467f0bbdffalse0x4e02accd83c09eaf2ff4b8346ed6a33a7a369b4711316579857433563766692154879936346733981542025-08-14T13:28:58.000Z0x7406b18d07228adf5e3f7aba29a3f06d2fb90dfd054f20bf1cd12dc433541b6c
0x4e02accd83c09eaf2ff4b8346ed6a33a7a369b470xb28d061c472bbc2183394c85ae6f41e467f0bbdffalse0x4e02accd83c09eaf2ff4b8346ed6a33a7a369b47563495438221517438153793988692731611584734108782025-08-14T15:15:00.000Z0xbb8e79425cd74f6ef6ee3d8099c21136061a8944d0aeb3e5e1b780be8a0bd939
Query with partition filter
SELECT *
FROM `tt-contracts.thena_v1_opbnb.Pair_Burn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pair_Claim_event

Claim events from liquidity pool pair contracts recording amounts of both tokens withdrawn by liquidity providers. Tracks sender address, recipient address, and claimed amounts in smallest token denomination for both token0 and token1.
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
0x8a322bf307aa673424c445f576f2992f381521fbfalse0x6ab8af38fcd04bd18059699096b059cdcc623e5242508964168738621772786372540x6ab8af38fcd04bd18059699096b059cdcc623e522025-09-13T21:08:08.000Z0x952a18e988e2c099755ee6acd80b0a0506198700ca9e0cf7adf2ceeeb1ed5016
0x8a322bf307aa673424c445f576f2992f381521fbfalse0x3a987fb830f36e8dfc1111e72ce4d6983e2966c0454145383722740560785490050x3a987fb830f36e8dfc1111e72ce4d6983e2966c02025-09-13T08:52:44.000Z0xc93f56ae9ab1951e2128ef37160d9c2afb7c79fbbe472022332604293cc6dff2
0xb28d061c472bbc2183394c85ae6f41e467f0bbdffalse0x3b9b1b19eaace67b2b455f931968dd6e6a51e8db411319891265919718338836132257573950x3b9b1b19eaace67b2b455f931968dd6e6a51e8db2024-06-04T14:25:18.000Z0x09f1422bfb5df343357334ef3af5c7b017a4c4354c14e5a8d8023a0229ef3b46
Query with partition filter
SELECT *
FROM `tt-contracts.thena_v1_opbnb.Pair_Claim_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pair_Fees_event

Trading fee collection events from Automated Market Maker (AMM) liquidity pairs recording fee amounts in both token0 and token1 denominations. Used for tracking protocol revenue and liquidity provider earnings across decentralized exchange pools.
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_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_numberblock_timestamptransaction_hash
0x8a322bf307aa673424c445f576f2992f381521fbfalse0x000000000000c6399510f47ef7691db4db17ae8a8034371210876851011338277962024-09-06T00:11:59.000Z0xbed59d0e2bd8665187c380cff3c689143189b712109cf931a8b69b38dfdc6f59
0x66066bf9727dfcde097a60b9711488b6494a766afalse0x000000000000c6399510f47ef7691db4db17ae8a50314887622631758338285782024-09-06T00:25:01.000Z0x5152f9b0a4ba5a6fc81b81fb5293a3dae4ec2ee140514dee5ca3f3546bd68e7a
0x66066bf9727dfcde097a60b9711488b6494a766afalse0x000000000000c6399510f47ef7691db4db17ae8a3769390511357730338285802024-09-06T00:25:03.000Z0x5590aaf4ecdc63d935558fc3f5a62b8ad1b501bfa1944ff1955ac3cd91fa2ce3
Query with partition filter
SELECT *
FROM `tt-contracts.thena_v1_opbnb.Pair_Fees_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pair_Mint_event

Liquidity provision events emitted when users add tokens to a DEX pair contract. Records sender address and token amounts deposited for liquidity pool operations.
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_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_numberblock_timestamptransaction_hash
0x66066bf9727dfcde097a60b9711488b6494a766afalse0x4e02accd83c09eaf2ff4b8346ed6a33a7a369b471417299194019071671530553195226237170205190822024-04-04T23:20:05.000Z0x360a372e21f44227fae94cc0af07cc2ee3482d3dc8b9b8ff0ea80a40cbd41b11
0x66066bf9727dfcde097a60b9711488b6494a766afalse0x4e02accd83c09eaf2ff4b8346ed6a33a7a369b472713165429431062355422170237022469463204353802024-04-04T00:05:03.000Z0xc3edcf8fb38913000196549f6e1c6b16c0dda368b6042c4c9115cb52978c727d
0xb28d061c472bbc2183394c85ae6f41e467f0bbdffalse0x4e02accd83c09eaf2ff4b8346ed6a33a7a369b47511195342197571013312291397988595819016204862162024-04-04T14:12:19.000Z0x38ed3e7edf5ac7178bf91972858ba4a47a8b0ae360fdb0f4db4541b2349f922b
Query with partition filter
SELECT *
FROM `tt-contracts.thena_v1_opbnb.Pair_Mint_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pair_Swap_event

Token swap events from decentralized exchange (DEX) liquidity pairs recording input and output amounts for both tokens. Primary source for tracking DEX trading activity and price discovery.
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_amount0InSTRINGAmount of token0 transferred into the liquidity pool during a swap operation. Stored as decimal string representing the smallest unit of the token.
in_amount1InSTRINGAmount of token1 transferred into the liquidity pool during a swap operation. Stored as decimal string representing the smallest unit of the token.
in_amount0OutSTRINGAmount of token0 transferred out of the liquidity pool during a swap operation. Stored as decimal string representing the smallest unit of the token.
in_amount1OutSTRINGAmount of token1 transferred out of the liquidity pool during a swap operation. Stored as decimal string representing the smallest unit of the token.
in_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_toaddressremovedin_senderlog_indexblock_numberin_amount0Inin_amount1Inin_amount0Outin_amount1Outblock_timestamptransaction_hash
0x20371b60e72b23878ac384f152977440fa4d5f600x12cfff1167cfdf0e51eea93bd8d5f692ee17fa2afalse0x20371b60e72b23878ac384f152977440fa4d5f607662259416076886702056443339093471747202025-06-11T02:26:09.000Z0xf801bcdf5ed27bf4765d7df228c3adcb410719411ee1131ac61d2bb84640ce68
0x20371b60e72b23878ac384f152977440fa4d5f600x49a068661bf7a46de37231d1b1c4dc9c1ff97ad3false0x20371b60e72b23878ac384f152977440fa4d5f6017622594583087459143156511000116125823577782025-06-11T02:26:30.000Z0xf271874e0c839a5504c17410886e0e667da88e073563f215d6b5b1538f8158c3
0x000000000000c6399510f47ef7691db4db17ae8a0x66066bf9727dfcde097a60b9711488b6494a766afalse0x000000000000c6399510f47ef7691db4db17ae8a7623314760934966575596465390887293193298802025-06-11T12:26:39.000Z0x7eec15d5eabf8dda0f693465a40a1721d3c3473145ae48eaf60ec67ee043fac0
Query with partition filter
SELECT *
FROM `tt-contracts.thena_v1_opbnb.Pair_Swap_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pair_Sync_event

Liquidity pair reserve synchronization events emitted after each swap, mint, or burn operation. Contains updated reserve balances for both tokens in AMM (Automated Market Maker) pools, enabling real-time price calculation and liquidity tracking.
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_reserve0STRINGReserve amount of the first token in a liquidity pool after a state-changing operation. Stored as decimal string representing the smallest unit of the token.
in_reserve1STRINGReserve amount of the second token in a liquidity pool after a state-changing operation. Stored as decimal string representing the smallest unit of the token.
addressremovedlog_indexin_reserve0in_reserve1block_numberblock_timestamptransaction_hash
0x49a068661bf7a46de37231d1b1c4dc9c1ff97ad3false31090627290025274154786465798753151298790522024-07-22T07:19:35.000Z0xe8ff07ec279010c8367f4e684b772246c4cf0bf20a6931f3dbbd2615e87d0d22
0x4d3d931154928a2de34804541a5babd528727ed2false94156983461769726977829804980254797610981298658482024-07-22T03:39:31.000Z0x0eefb97a0b8c2afa780b676052a83ef2efea9d931120e5d23e7e6bfd5c50f1d7
0x4d3d931154928a2de34804541a5babd528727ed2false44156980233665985529429805593157237793540298672702024-07-22T04:03:13.000Z0x509b2d256f49dcca0cae9166be5b8b33445e865ed176d4060c84a29572735b88
Query with partition filter
SELECT *
FROM `tt-contracts.thena_v1_opbnb.Pair_Sync_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pair_Transfer_event

ERC20 Transfer events emitted by liquidity pair contracts in automated market maker (AMM) decentralized exchanges (DEXs). Records minting, burning, and transfer of LP (liquidity provider) tokens representing ownership shares in trading pairs.
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_fromSTRINGAddress originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_toaddressin_fromremovedin_amountlog_indexblock_numberblock_timestamptransaction_hash
0x7814cf5680722e952d5d8b5db3c103dd318ab9210x4d3d931154928a2de34804541a5babd528727ed20x6075d3266e56e87e4c269de221c9c6884a809c4ffalse310197859199166244381884852024-10-26T11:30:08.000Z0xae89724493671e97331c5660ec258ff5787c6d6ca87a545130af2c79a169a544
0x4d3d931154928a2de34804541a5babd528727ed20x4d3d931154928a2de34804541a5babd528727ed20x7814cf5680722e952d5d8b5db3c103dd318ab921false310197859199166238381885132024-10-26T11:30:36.000Z0xbe1f4214e60a064884479e3c54023e994641f6789ef784a608337f35e8674009
0x00000000000000000000000000000000000000000x4d3d931154928a2de34804541a5babd528727ed20x4d3d931154928a2de34804541a5babd528727ed2false310197859199166239381885132024-10-26T11:30:36.000Z0xbe1f4214e60a064884479e3c54023e994641f6789ef784a608337f35e8674009
Query with partition filter
SELECT *
FROM `tt-contracts.thena_v1_opbnb.Pair_Transfer_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PairFactory_PairCreated_event

Event logs emitted when a new liquidity pool pair is created by a DEX (Decentralized Exchange) factory contract. Records the deployed pair contract address, constituent token addresses, and creation metadata for tracking protocol liquidity expansion.
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_stableBOOLBoolean flag indicating whether the liquidity pool uses a stable swap curve designed for assets with similar values.
in_pairSTRINGContract address of the liquidity pool pair created for trading between two tokens. Hex-encoded, 0x-prefixed, 42-character string.
in_anon4STRINGSequential identifier for the liquidity pool pair created by the factory contract. String-encoded integer value.
addressin_pairremovedin_anon4in_stablein_token0in_token1log_indexblock_numberblock_timestamptransaction_hash
0xfc1bc666a98703505534477e651a2470508c99a40x4268f372aca6077b5e8e38d14bf8e8966ada0318false1false0x9e5aac1ba1a2e6aed6b32689dfcf62a509ca96f30xe7798f023fc62146e8aa1b36da45fb70855a77ea299592742023-12-04T18:03:17.000Z0xd701a05d6af99cbe1317662c29983feaba892dcb0d99ed47f09e218b5ca5e0b1
0xfc1bc666a98703505534477e651a2470508c99a40x867d4dada6bf8a74fdddb0f135ea397463c1d072false14false0x42000000000000000000000000000000000000060x7c6b91d9be155a6db01f749217d76ff02a7227f232107956942023-12-14T10:23:37.000Z0xcacc318557ca95c6aa89c2bb88652e3cd44fba56bfcc132b7d6ebc68a57f8682
0xfc1bc666a98703505534477e651a2470508c99a40x26b9c56c43fd74585d2734ebc4be4c407c2322cdfalse15true0x9d94a7ff461e83f161c8c040e78557e31d8cba720x9e5aac1ba1a2e6aed6b32689dfcf62a509ca96f31108230502023-12-14T17:59:33.000Z0x59e61922297c07511043004bd70d009cd9604b947b4a08ab46a19ebb26ba03e1
Query with partition filter
SELECT *
FROM `tt-contracts.thena_v1_opbnb.PairFactory_PairCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100