Skip to main content

Tables

AlgebraFactory_Pool_event

Pool creation events emitted by Algebra DEX (Decentralized Exchange) factory contracts, recording the deployment of new liquidity pools with their token pair addresses. Used for tracking pool deployments and identifying tradable pairs across Algebra-based DEX implementations.
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_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
addressin_poolremovedin_token0in_token1log_indexblock_numberblock_timestamptransaction_hash
0x306f06c147f064a010530292a1eb6737c3e378e40x739e561786c920d025d57ed99be5d4eca3458e3efalse0x55d398326f99059ff775485246999027b31979550x953e94caf91a1e32337d0548b9274f337920edfa226305579452023-08-04T11:57:40.000Z0xe428ad0341b0140eaa7f248c316ed95c89e184ef60f4f830fb04fd049d2899da
0x306f06c147f064a010530292a1eb6737c3e378e40x8171e3aa02f684bd4e8e04dad286451318cf27a9false0x4b6b3d425f82248996d77ecc3f3df1e500aac1db0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c107303278192023-07-27T11:34:13.000Z0xc937aec72d0c2bdd904aa645ef1c311758ebecce90f7786f46c72f80b887ec5d
0x306f06c147f064a010530292a1eb6737c3e378e40x6b32e9178a6670dc9b19a74fe5080c54ea5347c7false0x1bdd3cf7f79cfb8edbb955f20ad99211551ba2750x2170ed0880ac9a755fd29b2688956bd959f933f846286428452023-05-29T19:31:10.000Z0x04d249a68cf3a6782ea964d2e6b2cb952cda8e831d49cbddbc21ec7374535721
Query with partition filter
SELECT *
FROM `tt-contracts.thena_v2_bsc.AlgebraFactory_Pool_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

AlgebraPool_Burn_event

Liquidity removal events from Algebra-based concentrated liquidity pools. Records owner address, tick range boundaries, withdrawn liquidity amount, and returned token0/token1 quantities for position burning 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_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
in_bottomTickINT64Lower bound of the tick range for a concentrated liquidity position. Signed integer value representing the price interval boundary in Uniswap V3-style concentrated liquidity pools.
in_topTickINT64Upper bound of the tick range for a concentrated liquidity position. Signed integer value representing the price interval boundary in Uniswap V3-style concentrated liquidity pools.
in_liquidityAmountSTRINGAmount of liquidity added to or removed from a concentrated liquidity position. Numeric string representation of liquidity units in the position’s tick range.
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_amount1in_topTickblock_numberin_bottomTickblock_timestamptransaction_hashin_liquidityAmount
0x8e3ae967604dc4b4ba676e6d34ac603fb07fc921false0x05f3abd2b008e8b36a410f3c42e703cb776cecd0324284540942553409006115317284497880175021759810030346132-21002023-07-28T02:52:22.000Z0x84dba3085bc4b9023664fb0634e2869c986de266d65fa36d1fcec62fc59825231339698228464189352727
0x8e3ae967604dc4b4ba676e6d34ac603fb07fc921false0x05f3abd2b008e8b36a410f3c42e703cb776cecd032820653620996226909613304160689546331648806294030346132-21002023-07-28T02:52:22.000Z0x84dba3085bc4b9023664fb0634e2869c986de266d65fa36d1fcec62fc59825231284284418798034500726
0x8e3ae967604dc4b4ba676e6d34ac603fb07fc921false0x05f3abd2b008e8b36a410f3c42e703cb776cecd031600294030346132-21002023-07-28T02:52:22.000Z0x84dba3085bc4b9023664fb0634e2869c986de266d65fa36d1fcec62fc59825230
Query with partition filter
SELECT *
FROM `tt-contracts.thena_v2_bsc.AlgebraPool_Burn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

AlgebraPool_Collect_event

Concentrated liquidity position fee collection events from Algebra protocol pools. Records token amounts withdrawn by position owners from specific tick ranges, including owner address, recipient address, and collected quantities of 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_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_bottomTickINT64Lower bound of the tick range for a concentrated liquidity position. Signed integer value representing the price interval boundary in Uniswap V3-style concentrated liquidity pools.
in_topTickINT64Upper bound of the tick range for a concentrated liquidity position. Signed integer value representing the price interval boundary in Uniswap V3-style concentrated liquidity pools.
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_amount1in_topTickblock_numberin_recipientin_bottomTickblock_timestamptransaction_hash
0x1b9a1120a17617d8ec4dc80b921a9a1c50caef7dfalse0x6ca28c08daef2cf1c98741c1542cc9604926f05d4151016815065792088813119840273891886597360581409970x6ca28c08daef2cf1c98741c1542cc9604926f05d-602025-08-19T11:45:08.000Z0xa3b4d63d159fc475ad6bbeb655b860df4c7e0b7958311d259b633f2535b45a4e
0xd405b976ac01023c9064024880999fc450a8668bfalse0x015eb9b9ce3ab0ddacdab35880171b0078edc02e212872230668920600736166152244547245345089-67020580874580x015eb9b9ce3ab0ddacdab35880171b0078edc02e-674402025-08-19T00:35:49.000Z0xc5d92153a17c5d068b4ae18c4032286ca9b9aee693ba66d4ec73c19bc5da1c9a
0xd405b976ac01023c9064024880999fc450a8668bfalse0x015eb9b9ce3ab0ddacdab35880171b0078edc02e20732214153289954483271045087151590934-67440580874580x015eb9b9ce3ab0ddacdab35880171b0078edc02e-8872202025-08-19T00:35:49.000Z0xc5d92153a17c5d068b4ae18c4032286ca9b9aee693ba66d4ec73c19bc5da1c9a
Query with partition filter
SELECT *
FROM `tt-contracts.thena_v2_bsc.AlgebraPool_Collect_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

AlgebraPool_CommunityFee_event

Community fee configuration change events from Algebra DEX (Decentralized Exchange) liquidity pools. Records protocol fee adjustments for token0 and token1, used for tracking fee policy changes across pool contracts.
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_communityFee0NewSTRINGUpdated community fee rate for token0 in basis points. Integer value representing the fee percentage allocated to the community, where 100 equals 1%.
in_communityFee1NewSTRINGUpdated community fee rate for token1 in basis points. Integer value representing the fee percentage allocated to the community, where 100 equals 1%.
addressremovedlog_indexblock_numberblock_timestamptransaction_hashin_communityFee0Newin_communityFee1New
0xc93643c85fb216e459406d524d0aa0fd2045bf7dfalse120329195022023-10-25T18:53:43.000Z0x9726d2d7a665d95f32e0534764981b2e1da2a8904464f58627d60ca978e9eae400
0x7b879963ae083732f4514d564f4e4613e24e1f67false207306690412023-08-08T08:55:01.000Z0x036415e92ee554a07d34fd5d17de7810ac83a300ba3e6bc142a389fb62bf359900
0xda6419a82c4fd30927f54796d7f053f05acd66bcfalse168276097992023-04-23T21:16:15.000Z0xbf522fb734be276ae82acb4245151095997be129f3c2dd468a85d55d2524d5a03030
Query with partition filter
SELECT *
FROM `tt-contracts.thena_v2_bsc.AlgebraPool_CommunityFee_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

AlgebraPool_Fee_event

Fee change events emitted by Algebra-based liquidity pools when the pool’s fee tier is updated. Records the new fee amount in basis points, used for tracking dynamic fee adjustments in concentrated liquidity protocols.
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_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_feeaddressremovedlog_indexblock_numberblock_timestamptransaction_hash
27500x055557c6606f7b0d34e617653c447f079b0b0a73false276291038582023-06-14T20:33:40.000Z0x3b218924b0dc75ff4113f757b36735e4257f1545cc4adf5e10c9a4946851d9ee
27500x055557c6606f7b0d34e617653c447f079b0b0a73false152291033262023-06-14T20:07:03.000Z0x398d71b830b6c47ab03ec561ebfadcc311c5e1ea9b192875fc1f7e5df578d010
27500x055557c6606f7b0d34e617653c447f079b0b0a73false43291065752023-06-14T22:50:16.000Z0x0e972fed19766370bb89eeb0fddd86e4c4c6c23a72bb6e7dc251b0bee1315e53
Query with partition filter
SELECT *
FROM `tt-contracts.thena_v2_bsc.AlgebraPool_Fee_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

AlgebraPool_Mint_event

Liquidity addition events from Algebra-based concentrated liquidity pools containing sender, owner, token amounts, tick range boundaries, and liquidity units. Used for tracking liquidity provider positions and pool depth changes across Algebra DEX deployments.
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_bottomTickINT64Lower bound of the tick range for a concentrated liquidity position. Signed integer value representing the price interval boundary in Uniswap V3-style concentrated liquidity pools.
in_topTickINT64Upper bound of the tick range for a concentrated liquidity position. Signed integer value representing the price interval boundary in Uniswap V3-style concentrated liquidity pools.
in_liquidityAmountSTRINGAmount of liquidity added to or removed from a concentrated liquidity position. Numeric string representation of liquidity units in the position’s tick range.
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_senderlog_indexin_amount0in_amount1in_topTickblock_numberin_bottomTickblock_timestamptransaction_hashin_liquidityAmount
0x1335ffc90516b022425dbcfe4ea3610aa45f6c3efalse0x818c686536f8b86dade0841fcc2416cb89201a050x818c686536f8b86dade0841fcc2416cb89201a0528167572029821164697202023-07-09T20:07:48.000Z0x846b7ab13f1ee89785d926e22ff8c5257eb9fafc34c99f8bdf2b6d24634ebee115
0x1335ffc90516b022425dbcfe4ea3610aa45f6c3efalse0x818c686536f8b86dade0841fcc2416cb89201a050x818c686536f8b86dade0841fcc2416cb89201a0525370620037795868263143959068431843214990747572029821164636002023-07-09T20:07:48.000Z0x846b7ab13f1ee89785d926e22ff8c5257eb9fafc34c99f8bdf2b6d24634ebee1488888727287322280756
0x1c2d4f310aea872c5bd55790d2d78ca7b31992a3false0xac7042fed4e724107fd5778f4a9cad894a5e18ab0xac7042fed4e724107fd5778f4a9cad894a5e18ab1906345213431979255236647-42029821759-4802023-07-09T20:37:34.000Z0x89fa44df2244190125aeb8fb9d0f27538e75fc91ab1cb41e3a45f6bd130f14db2163304573599431174830875
Query with partition filter
SELECT *
FROM `tt-contracts.thena_v2_bsc.AlgebraPool_Mint_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

AlgebraPool_Swap_event

Swap events from Algebra Protocol concentrated liquidity pools containing sender, recipient, token amounts exchanged, post-swap price and tick, and liquidity depth. Used for DEX trade analysis 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_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_priceSTRINGPrice of the asset or position in the transaction or event. Numeric string representation in smallest denomination or with extended precision.
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_pricein_senderlog_indexin_amount0in_amount1block_numberin_liquidityin_recipientblock_timestamptransaction_hash
0x1335ffc90516b022425dbcfe4ea3610aa45f6c3e69607false25722307484653816798266605458660x00000000000e8716b4e2d12400a01474cdfad7603711144766005465000122-120081497296303846352629750920182098761036695386478010x00000000000e8716b4e2d12400a01474cdfad7602023-07-07T09:26:47.000Z0xeec773019bc88973414e3c4cd64da9d35f44f16f124272138eb4a623075d7867
0x8e3ae967604dc4b4ba676e6d34ac603fb07fc921770false823403989727655214980418391010x00000000000e8716b4e2d12400a01474cdfad760105-447817232327099261648486576536907890584255297666151904185730311307487644610x00000000000e8716b4e2d12400a01474cdfad7602023-07-07T22:33:23.000Z0x60f8d8bfdfb3b401e71a18e6e8d560160293f0b41e6c898c254eb1fcbe842f91
0xf6814792050ccd1c603d8a95468d6d9587ecbdaf-67786false26730137141294079944854494160x00000000000e8716b4e2d12400a01474cdfad760279-15745598849324050041671798000000000000000297445322274837501135885650774570x00000000000e8716b4e2d12400a01474cdfad7602023-07-07T04:06:19.000Z0x03c0472776c489eb2847c6f5363ff2648669073b76785af79826d70fcca9f633
Query with partition filter
SELECT *
FROM `tt-contracts.thena_v2_bsc.AlgebraPool_Swap_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Gauge_Harvest_event

Reward claim events from Thena V2 liquidity gauge contracts on BSC, tracking token amounts harvested by users from their staked positions. Used for analyzing yield farming behavior and protocol reward distribution 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_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_rewardSTRINGContract address of the reward token being distributed or claimed. Hex-encoded, 0x-prefixed, 42-character string.
addressin_userremovedin_rewardlog_indexblock_numberblock_timestamptransaction_hash
0xb00894e7c895dde3707e2c6fb6abe08156ac42310x01ed0c5f8b9e8845236e2fa87245dad888337202false130480015041855161423107287800212023-06-03T14:04:15.000Z0x7bfcaf9f1e0c6d511ddbdae2e7e08573c30593faa078361fd9e509cd5ed3c2ad
0xbc97db24644c12734bbfcc9d429710e448e055cc0x048ffae5c45985805e5bed87e5d4ba24198f7beefalse292792279433113224287899912023-06-03T22:23:24.000Z0x5b74586c314aeb8dbc6a7e09c4f510afd5709cf76b14a4a3c9a926a9b7c1f080
0xcc51cf273d7bf3a9318c2db35becac9eb2ef7d0a0x048ffae5c45985805e5bed87e5d4ba24198f7beefalse8649466086705458191222287899912023-06-03T22:23:24.000Z0x5b74586c314aeb8dbc6a7e09c4f510afd5709cf76b14a4a3c9a926a9b7c1f080
Query with partition filter
SELECT *
FROM `tt-contracts.thena_v2_bsc.Gauge_Harvest_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ReferralRewards_Claim_event

Referral reward claim events from Thena V2 DEX (decentralized exchange) on BNB Smart Chain, capturing token payouts to users and their recipients. Useful for tracking referral program participation and reward distribution across various BEP-20 tokens.
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 involved in the transaction. Hex-encoded, 0x-prefixed, 42-character string.
in__amountSTRINGAmount of tokens involved in the transaction. String-encoded integer representing token quantity in smallest unit (wei for ETH, base units for ERC20 tokens).
in__toSTRINGDestination address for the transaction or transfer. Hex-encoded, 0x-prefixed, 42-character string.
in__tokenSTRINGContract address of the token. Hex-encoded, 0x-prefixed, 42-character string.
in__toaddressremovedin__userin__tokenlog_indexin__amountblock_numberblock_timestamptransaction_hash
0xef559bb92b20744749d5faf497de2aa92b0b60d10x664ce330511653cb2744b8ed50dba31c6c4c08cafalse0xef559bb92b20744749d5faf497de2aa92b0b60d10x2952beb1326accbb5243725bd4da2fc937bca08719913534728518264214942023-03-13T05:52:15.000Z0x709aa5f65ca1c9d363332c3b39cc4c7501595adf50424f4c84ea6c9efb443576
0xef559bb92b20744749d5faf497de2aa92b0b60d10x664ce330511653cb2744b8ed50dba31c6c4c08cafalse0xef559bb92b20744749d5faf497de2aa92b0b60d10x8ac76a51cc950d9822d68b83fe1ad97b32cd580d2257062875135016100443264215042023-03-13T05:52:45.000Z0xae56c86964143be1299ab10229a958f429b90b475e178d3cbe00d6b921d08ec5
0x8f0b0254f4058847676c4e52aa1f1e3c40bed61d0x664ce330511653cb2744b8ed50dba31c6c4c08cafalse0x8f0b0254f4058847676c4e52aa1f1e3c40bed61d0x4d2d32d8652058bf98c772953e1df5c5c85d9f4521911371557232000000000312755992023-08-29T12:20:06.000Z0xea734b0d9523c71ce41b251dbba28cfeae748dbd396c7737a0f64a5c464c60f0
Query with partition filter
SELECT *
FROM `tt-contracts.thena_v2_bsc.ReferralRewards_Claim_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Voter_GaugeCreated_event

Gauge creation events emitted when new liquidity mining gauges are deployed for liquidity pools in vote-escrowed token (veToken) protocols. Links pool addresses to their corresponding gauge contracts and associated reward distribution mechanisms for governance-driven liquidity incentives.
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_gaugeSTRINGContract address of the gauge contract. Hex-encoded, 0x-prefixed, 42-character string.
in_creatorSTRINGAddress of the account that initiated the creation event. Hex-encoded, 0x-prefixed, 42-character string.
in_internal_bribeSTRINGContract address of the internal bribe contract associated with the gauge. Hex-encoded, 0x-prefixed, 42-character string.
in_external_bribeSTRINGContract address of the external bribe contract associated with the gauge. Hex-encoded, 0x-prefixed, 42-character string.
in_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
addressin_poolremovedin_gaugelog_indexin_creatorblock_numberblock_timestamptransaction_hashin_external_bribein_internal_bribe
0x3a1d0952809f4948d15ebce8d345962a282c4fcb0x9c95ee2db6b6d167ad26b65e85d3e642ffe85587false0x6cc6eaab8d850991f9c4c88fb8898e7b68f8afa91380x993ae2b514677c7ac52baecd8871d2b362a9d693313076742023-08-30T15:09:53.000Z0x0fc6fee0110d7e76d8087e6f5d8abeebbecb2264af90b8925d77f77b0c9659d70xafdf574241eaecaf561cc8912820138af94ee1b60xa3d0b523c190c3176f0aecfc6d9998a6a9d3bd4f
0x3a1d0952809f4948d15ebce8d345962a282c4fcb0x60e0ca8b53741d7e29a757408bd1d8b1eaf6dbe6false0x6aec3024508609bd643edddd3411cded2496471b1080x993ae2b514677c7ac52baecd8871d2b362a9d693356937452024-01-30T09:44:48.000Z0xe3cac46e44d6c768193885d7062fd3758c49ac012a184924220c48d2d2391f0a0x0707e8e5e6165897ee9403acb0c7c4b24ae87ee80x110b46f405d933715079cd4624c8bdeb06e1b92f
0x3a1d0952809f4948d15ebce8d345962a282c4fcb0xcbfb2d1487a8a69a8b0ee8e7fb3ca5e0c338b508false0x4ea3ddb7425a78113bef43656ba2f5fcbc9bad0f2000x993ae2b514677c7ac52baecd8871d2b362a9d693325414022023-10-12T14:44:24.000Z0x7c0dbcfd8626296b7fc8a4e6c5dae447b0b67bd31548c5f9a9fb4b8f7c5a96810x59283ab0a8ec8b86d1f050b07348af5992e5a6c60xca24d3db4ad86f692457d563d7f88d627aff3e9e
Query with partition filter
SELECT *
FROM `tt-contracts.thena_v2_bsc.Voter_GaugeCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VoterV3_DistributeReward_event

Reward distribution events from Thena v2 DEX (Decentralized Exchange) VoterV3 contract on BNB Smart Chain, tracking token amounts sent to liquidity pool gauges. Used for analyzing protocol emissions and liquidity mining incentive allocations across 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_gaugeSTRINGContract address of the gauge contract. 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.
addressremovedin_gaugein_amountin_senderlog_indexblock_numberblock_timestamptransaction_hash
0x3a1d0952809f4948d15ebce8d345962a282c4fcbfalse0x1560d23c5db98d78537253332b067a6b8981e432143961146431882426769140x8635ff9587decbcb28856b0e641e2465245e15aa242319347472023-09-21T11:27:54.000Z0xb3feb6c7840dcf1eb4675732fd2ace693d5decd510d15faffa74d60f9200bcc8
0x3a1d0952809f4948d15ebce8d345962a282c4fcbfalse0x36e56f65b9f5c756289811a4c55923afbff31bbe629391487876216180x8635ff9587decbcb28856b0e641e2465245e15aa215319347472023-09-21T11:27:54.000Z0xb3feb6c7840dcf1eb4675732fd2ace693d5decd510d15faffa74d60f9200bcc8
0x3a1d0952809f4948d15ebce8d345962a282c4fcbfalse0xbe4d4fa65fc80593b0b06a2b155ffe93f141935821395899047126290964220x8635ff9587decbcb28856b0e641e2465245e15aa233319347472023-09-21T11:27:54.000Z0xb3feb6c7840dcf1eb4675732fd2ace693d5decd510d15faffa74d60f9200bcc8
Query with partition filter
SELECT *
FROM `tt-contracts.thena_v2_bsc.VoterV3_DistributeReward_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VoterV3_GaugeCreated_event

Gauge creation events from Thena V2 (Binance Smart Chain) decentralized exchange, capturing when new liquidity pool gauges are initialized with their associated bribe contracts and creator addresses. Used for tracking DEX governance infrastructure deployment and incentive mechanism setup.
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_gaugeSTRINGContract address of the gauge contract. Hex-encoded, 0x-prefixed, 42-character string.
in_creatorSTRINGAddress of the account that initiated the creation event. Hex-encoded, 0x-prefixed, 42-character string.
in_internal_bribeSTRINGContract address of the internal bribe contract associated with the gauge. Hex-encoded, 0x-prefixed, 42-character string.
in_external_bribeSTRINGContract address of the external bribe contract associated with the gauge. Hex-encoded, 0x-prefixed, 42-character string.
in_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
addressin_poolremovedin_gaugelog_indexin_creatorblock_numberblock_timestamptransaction_hashin_external_bribein_internal_bribe
0x3a1d0952809f4948d15ebce8d345962a282c4fcb0xa9c1fe3b78a5d613b2dbc5764c893d4e9593a833false0xc01f5fe48c2b9716657b8ca7c2fd24915090b9d61220xf3d66f36af3d43ee9af590278ee4017f049fd54f317290332023-09-14T07:32:31.000Z0xd8e15c78b12d237bd7be98f34c9b5dd94e392959d3721b891d75ed15ce22d5500x2bcf89d48b432dd901c6ab879624b1563cad42780x5da966f6b6b17119a9865dc8816805fa8633b3d5
0x3a1d0952809f4948d15ebce8d345962a282c4fcb0x9938256dd2c6a436233685e910efaa44f6d8e81cfalse0x872d5c17ab31b15554fadda7c89c68b54b84f44b1070x34922627b7244d47729f03b33eb45d8d263d116b280326252023-05-08T14:09:36.000Z0xd35a44836f979a99d1169ad802570ab3710d8c92b9a4b71a68a54b7a4cef362c0x1d114bff05cfba0365944a94a757d1332ef8c64b0xd24f6d7ac086e409305fa222069e422d1a506f0c
0x3a1d0952809f4948d15ebce8d345962a282c4fcb0x5a797d22b27c13a98df8147acf95771f7b43ac66false0x30c69104d4f305b7403f7ae6e68a8ecd39884cda820x34922627b7244d47729f03b33eb45d8d263d116b280326192023-05-08T14:09:18.000Z0xd61f5b9031f52e133ab1f45381d5e92f5400aaca771e10d8b5256f1309ad8d880x4d332410afddcc288f6cd62c96119a651f9c8bfe0xbbf2e43a7c61ca1e818d7aba0e398d2fdd47edb5
Query with partition filter
SELECT *
FROM `tt-contracts.thena_v2_bsc.VoterV3_GaugeCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100