Skip to main content

Tables

BribeVotingReward_NotifyReward_event

Bribe reward notifications from Aerodrome decentralized exchange (DEX) on Base, recording token incentives distributed to liquidity pool voters per epoch. Used for analyzing voting incentive campaigns and gauge reward distributions across liquidity 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_fromSTRINGAddress originating the transfer or 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.
in_epochSTRINGEpoch identifier for the protocol event or operation. String-encoded numeric value representing the time period or reward cycle.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
addressin_fromremovedin_epochin_amountin_rewardlog_indexblock_numberblock_timestamptransaction_hash
0xb0b88ca338f183d2fbabab0f75ba3c90424131d90xd818b9f7cb4090047d26c51e63c9cb1b5e12886afalse1698278400271730000000000000000000x26f3901ac8a79c50fb0d8289c74f0d09adc42e29460054692023-11-01T00:58:05.000Z0xcfdbcdd59005d6168d7cc2c727b0d6643c77b5e6a142f7fb3f3eb413aa5a20c5
0x1bee27670a1facac1b59143a387740223a2036040xd818b9f7cb4090047d26c51e63c9cb1b5e12886afalse1698278400543470000000000000000000x26f3901ac8a79c50fb0d8289c74f0d09adc42e29960054362023-11-01T00:56:59.000Z0x9dcba65ae083c7d100d498f1b15dcb88437337b086bc81e1c335a8d737dd009c
0xe6742fae461ecaf4c6dbd3eb0e3e482bcb2c55670x51f0c4d693820ead25f573e243f4895c57a2276ffalse1698278400250000000000000000000000x2dad3a13ef0c6366220f989157009e501e7938f81760259352023-11-01T12:20:17.000Z0x7f89e0ef596b78c4e513f9ecf7bd4ddb476a1e6940ec5ae8675546579effb32c
Query with partition filter
SELECT *
FROM `tt-contracts.aerodrome_v1_base.BribeVotingReward_NotifyReward_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_stableBOOLBoolean flag indicating whether the liquidity pool uses a stable swap curve designed for assets with similar values.
in_poolSTRINGContract address of the pool being referenced in the event. 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_poolremovedin_anon4in_stablein_token0in_token1log_indexblock_numberblock_timestamptransaction_hash
0x420dd381b31aef6683db6b902084cb0ffece40da0x9ad08a62baac4608695a710ace8dca66f3c9f06afalse293false0x42000000000000000000000000000000000000060xca68ad4ee5c96871ec6c6dac2f714a8437a3fe664168889492023-11-21T11:47:25.000Z0x603a4f414489c59e19f86c6f7d2001acc4022e789beb15e1ee13c71ad4cd30f2
0x420dd381b31aef6683db6b902084cb0ffece40da0xf4784435aad798c86c5074e8481cbf5b99d9a089false137false0x42000000000000000000000000000000000000060x8be49607832a299fa33ee837038418ad0223333e4839654452023-09-14T19:37:17.000Z0xe3950e598fbcb306720b897739119912acca088e87f6d92f3b80289609c8a5d5
0x420dd381b31aef6683db6b902084cb0ffece40da0xf5a5a87911a8260898916f61a965caea507ccf24false135false0x27dcb425c7005dd7558f9583797eda39a8d70abd0x42000000000000000000000000000000000000061939568932023-09-14T14:52:13.000Z0x0704c9f4521d079761c918c8c62736e00bf723b58930f45d03c81eb0aede9d13
Query with partition filter
SELECT *
FROM `tt-contracts.aerodrome_v1_base.Factory_PoolCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Gauge_ClaimRewards_event

Reward distribution events emitted when users claim accrued incentives from liquidity mining gauges. Records the claimer address, reward token contract, and claimed amount for tracking protocol incentive flows.
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_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
addressin_fromremovedin_amountlog_indexblock_numberblock_timestamptransaction_hash
0xc01e2ff20501839db7b28f5cb3ed2876fea3d6b10x04806550b12c5558c6a4b0e5ee0926b23c8e8223false77286887034386802390551552019222023-10-13T10:33:11.000Z0x02d44f073a36fb85185003c7d3401fa4c13e245d856da0f79724e161bbee7f1d
0xc01e2ff20501839db7b28f5cb3ed2876fea3d6b10x04806550b12c5558c6a4b0e5ee0926b23c8e8223false48992803301276597105951352045072023-10-13T11:59:21.000Z0x3a35df16b9dbb78b4e92386aa91333c7f61c59710ae39eb8eb87e7fba62e3b16
0xc01e2ff20501839db7b28f5cb3ed2876fea3d6b10x04806550b12c5558c6a4b0e5ee0926b23c8e8223false54095343872565065349052652189052023-10-13T19:59:17.000Z0x2b48d9d31c1029e4cc118326f94ac03ad63861c8b01c64167118c91d7fa8085b
Query with partition filter
SELECT *
FROM `tt-contracts.aerodrome_v1_base.Gauge_ClaimRewards_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_senderSTRINGAddress that initiated the transaction 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_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_toaddressremovedin_senderlog_indexin_amount0in_amount1block_numberblock_timestamptransaction_hash
0x4d5bbce91d9bf7434bf358c1199c8a9c333037870x0b25c51637c43decd6cc1c1e3da4518d54ddb528false0x4d5bbce91d9bf7434bf358c1199c8a9c3330378725539733216691251639214828639747486262023-10-02T22:43:19.000Z0x5f1832241802aec54e348fb241333a9fe1be5d1150ca62799021b9feb1673bb5
0x4d5bbce91d9bf7434bf358c1199c8a9c333037870x3fc28bfac25fc8e93b5b2fc15efbbd5a8aa44efefalse0x4d5bbce91d9bf7434bf358c1199c8a9c33303787152230422235823241021492347240882023-10-02T09:05:23.000Z0xbc3d94c6dc526a931ae5d6b8d0d4d3cfa13ad8f043b6c83a53b57b834391090e
0x4d5bbce91d9bf7434bf358c1199c8a9c333037870x3fc28bfac25fc8e93b5b2fc15efbbd5a8aa44efefalse0x4d5bbce91d9bf7434bf358c1199c8a9c33303787372350218258298253918349947368582023-10-02T16:11:03.000Z0xc8f6dacfb00562de5ce9dc9ebed086e0e28098293e71ee3105cdfe7c6a6ea56d
Query with partition filter
SELECT *
FROM `tt-contracts.aerodrome_v1_base.Pool_Burn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pool_Claim_event

Fee claim events from Aerodrome V1 liquidity pools on Base, recording when liquidity providers withdraw accumulated trading fees in token0 and token1. Used for analyzing fee generation, liquidity provider returns, and pool revenue distribution.
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
0x2223f9fe624f69da4d8256a7bcc9104fba7f8f75false0x6d2a624cae3d6574903db145ee0bf921a202325d834334680890744049988280x6d2a624cae3d6574903db145ee0bf921a202325d2023-10-08T17:43:23.000Z0xb6d3eeb35ca0d8b67cf743b36a5f9f8936258a1a4ba9067411c269bacab10fa8
0x2223f9fe624f69da4d8256a7bcc9104fba7f8f75false0xeea174486776bac738861be5e864bacbcbdada23193908287055249134049905440xeea174486776bac738861be5e864bacbcbdada232023-10-08T13:07:15.000Z0x2a485084cffa0f6db15fa6c92d8bde45f54fb142411133e2f14b31b7c5a9c7b0
0x2223f9fe624f69da4d8256a7bcc9104fba7f8f75false0x36bac71a12d2398994e7e224e2f66ab8b46dae3b228389178587668049834450x36bac71a12d2398994e7e224e2f66ab8b46dae3b2023-10-08T09:10:37.000Z0xda73f0b34bd4376d324d3337b31f54b6a1ff1afaeea52e2e2f33e6968e5a4e59
Query with partition filter
SELECT *
FROM `tt-contracts.aerodrome_v1_base.Pool_Claim_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pool_Fees_event

Fee collection events from Aerodrome V1 liquidity pools on Base, recording token0 and token1 amounts collected by the protocol from each pool. Used for analyzing protocol revenue generation and fee accrual patterns across different 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_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
0xb905d9195019778cfbaa4e9ed90df3fc5871cd9afalse0x01ce4be3631746d157a09a53cf23c2a43578b84c6029748995703222024-01-22T13:26:31.000Z0x9bc95f78ff3996c6233085a5df659facec7a0a59935fd62cd0dfbbbf92d970d2
0x1a3b6d3389e0e0e7ee3f5c43867d6961fc98341bfalse0x01ce4be3631746d157a09a53cf23c2a43578b84c159205782618992095521462024-01-22T03:20:39.000Z0x91e40012108a58b1d98560dee3fed0902d7dc6784a14e7eaf73cf273196751f5
0xa491f60dcbd14121cae9d7eba3d73ee8d4ab4a6cfalse0x01ce4be3631746d157a09a53cf23c2a43578b84c241105634149036321095498432024-01-22T02:03:53.000Z0xf46b53fc9731702d17994d4bce317ef21444ba433bbff9b083a265d2b9c6ae41
Query with partition filter
SELECT *
FROM `tt-contracts.aerodrome_v1_base.Pool_Fees_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_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
0x0b25c51637c43decd6cc1c1e3da4518d54ddb528false0xcf77a3ba9a5ca399b7c97c74d54e5b1beb874e43753890000000000000000044760038359612742023-10-31T00:24:55.000Z0xbc3c24517cbe1727fd8d5e61982769a6aea5750b399f10eb4929cfb6691842d0
0x0b25c51637c43decd6cc1c1e3da4518d54ddb528false0xcf77a3ba9a5ca399b7c97c74d54e5b1beb874e43712037519863067230264310157046759642602023-10-31T02:04:27.000Z0x4b88da747164a6b2a81537aa9fdaf9c01da966dfef1d596b34d94f3088d10156
0x0b25c51637c43decd6cc1c1e3da4518d54ddb528false0xcf77a3ba9a5ca399b7c97c74d54e5b1beb874e4383019252466756035805184251092970159639242023-10-31T01:53:15.000Z0xc2871e401aa86abd539f0a7c8710315c512bedfa61bb81aba04d7873d02124da
Query with partition filter
SELECT *
FROM `tt-contracts.aerodrome_v1_base.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_toSTRINGDestination address receiving tokens or assets in the 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_toaddressremovedin_senderlog_indexblock_numberin_amount0Inin_amount1Inin_amount0Outin_amount1Outblock_timestamptransaction_hash
0xad2a93c62373c5d4d77c253dd3fc72a7e3090f3e0x688f778c51db4d990bf1abaf8d33fd95e48c6641false0xcf77a3ba9a5ca399b7c97c74d54e5b1beb874e431410066475562295030842417171671001271142369028672919342024-02-03T01:04:57.000Z0x59abbd34c7029996859aaede41c90f3fb8744879d8a553ec4752cb510b9ea77f
0xc8b1487c06bc8680305f952c9d78bc54c7e018fd0xf89042057d079debe2a65a1a899e48e0e825105ffalse0x45aa5359e755386710285cb8d5ffd7c9583672f061009924367088122246493650051015400212355718085472024-02-03T19:17:13.000Z0xbc5f0165af50fe20621f985dee5069481b938d259e66e37ecb4db8fa6bae6c89
0xb556ee2761f5d2887b8f35a7dda367abd20503bf0x2d25e0514f23c6367687de89bd5167dc754d4934false0xcf77a3ba9a5ca399b7c97c74d54e5b1beb874e43441007671558301825600044800169755600295822663232024-02-03T06:46:17.000Z0x640fa96a743655fffac2680621a54775d23e4a3d7f7c02e962bfc070bd66472e
Query with partition filter
SELECT *
FROM `tt-contracts.aerodrome_v1_base.Pool_Swap_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pool_Sync_event

Liquidity pool reserve balance updates from Aerodrome V1 AMM (Automated Market Maker) on Base chain. Used for tracking pool composition changes and calculating real-time token prices from reserve ratios.
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
0x80218eea7490d4a7c48b7a98a2d6373246eb25b1false2756207950195746391516837388807629601753101960538671362023-09-12T13:00:19.000Z0x84cd5df61dad08766a92c15bfb76491c75ce0fc6d6aa27121d563e4a3cc5cea9
0x6eab8c1b93f5799dadf2c687a30230a540dbd636false233398869250974682958727178297433427240838676482023-09-12T13:17:23.000Z0x1c494631aeb2ac5283823c7e22332feec02522ef59ad06fa2938a7422bf15d3a
0x5f45e48f9c053286ce9ca08db897f8b7eb3f7992false2028021431882772638000121345899424047021816538679042023-09-12T13:25:55.000Z0x978bfe0ad83f2b48b849f030f6fa4a981d3091b211c3a5cb921853d0b1d7b01d
Query with partition filter
SELECT *
FROM `tt-contracts.aerodrome_v1_base.Pool_Sync_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pool_Transfer_event

Liquidity pool token transfer events emitted when LP (Liquidity Provider) tokens are minted, burned, or transferred between addresses. Contains sender, recipient, and token amount for tracking pool share ownership and liquidity position 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_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_valueSTRINGAmount of tokens transferred, minted, or burned in the operation. Numeric string representation preserving precision for large integer values.
in_toaddressin_fromremovedin_valuelog_indexblock_numberblock_timestamptransaction_hash
0x92b2ea322c96745498273187e0c9d9d8005eaba50x0b25c51637c43decd6cc1c1e3da4518d54ddb5280x0000000000000000000000000000000000000000false1891160016803493811952024-01-18T04:22:17.000Z0x0b24c62ae00e055c151479edea3b9d24a7b7a4a7ac088188bb650ff4dfe4fb8a
0xeae066c25106006fb386a3a8b1698a0cb6931c1a0x0b25c51637c43decd6cc1c1e3da4518d54ddb5280x92b2ea322c96745498273187e0c9d9d8005eaba5false1891160016804093811952024-01-18T04:22:17.000Z0x0b24c62ae00e055c151479edea3b9d24a7b7a4a7ac088188bb650ff4dfe4fb8a
0xeae066c25106006fb386a3a8b1698a0cb6931c1a0x0b25c51637c43decd6cc1c1e3da4518d54ddb5280x92b2ea322c96745498273187e0c9d9d8005eaba5false6326469218098694147412024-01-18T23:00:29.000Z0x0a6ba275bb6c6471746ff95e30d8bec992c00580554e507b867f949c3bd61e14
Query with partition filter
SELECT *
FROM `tt-contracts.aerodrome_v1_base.Pool_Transfer_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_poolFactorySTRINGContract address of the pool factory that created the liquidity pool associated with this gauge. This is the Aerodrome factory contract responsible for deploying pool contracts on Base.
in_votingRewardsFactorySTRINGContract address of the factory that deploys voting rewards contracts for this gauge on Base. Always 0x45ca74858c579e717ee29a86042e0d53b252b504 in this dataset.
in_gaugeFactorySTRINGContract address of the factory that deployed the gauge contract for this liquidity pool. This address is consistent across all gauge creation events, indicating a single factory deploys all gauges in the Aerodrome system.
in_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_bribeVotingRewardSTRINGContract address of the voting reward distribution contract for bribes associated with this gauge. Users who vote for this gauge through the Voter contract can claim bribe rewards from this contract address.
in_feeVotingRewardSTRINGContract address of the fee-based voting reward distributor for this gauge. Hex-encoded, 0x-prefixed 40-character address created alongside the gauge to distribute trading fees to voters.
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.
addressin_poolremovedin_gaugelog_indexin_creatorblock_numberin_poolFactoryblock_timestampin_gaugeFactorytransaction_hashin_feeVotingRewardin_bribeVotingRewardin_votingRewardsFactory
0x16613524e02ad97edfef371bc883f2f5d6c480a50x67c247ea8ac79cba228d0fd9ec3c884c9dc58271false0x3d71e08d283e275a6dcee6436002c0348413abb880x7c415789bfd497264adecac1bec5ac56d88f787249945920x420dd381b31aef6683db6b902084cb0ffece40da2023-10-08T15:22:11.000Z0x35f35ca5b132cadf2916bab57639128eac5bbcb50xf525687d7c60f8aa112b99b74a9a40c71ade2b1ed4a12007e6322e394b2fa6b50xe08a47322304a5988daf9486c7c46de8c2261ab10xc890cd746bcef1c8fc3703481685ccb358d323f90x45ca74858c579e717ee29a86042e0d53b252b504
0x16613524e02ad97edfef371bc883f2f5d6c480a50x23084f461e37d6009faefa5778ecb253bb72169dfalse0x0a1278f47317a1313369dc466f5e42ab766c46eb280xd3a31c6f99dbacf7eb9f0906bf1a038874eef29449834910x420dd381b31aef6683db6b902084cb0ffece40da2023-10-08T09:12:09.000Z0x35f35ca5b132cadf2916bab57639128eac5bbcb50xf4c74f0ace8d08f9effe49ca3d48bd061a7e0f776bc39b61ce7272823e00d3330x98b510b0c4cfcd25a4c195a82f1f20578cbc970b0x36e5d096fd479d469120d021bb793c26cf28e57d0x45ca74858c579e717ee29a86042e0d53b252b504
0x16613524e02ad97edfef371bc883f2f5d6c480a50xded5d28998f2b9796ba587f6ae39d4be11967209false0x3d7da85886dcb807d502bbf4b7b469c58e4efa3900x02e0c302380aa679189d9caa349a0da5a6a1910849738990x420dd381b31aef6683db6b902084cb0ffece40da2023-10-08T03:52:25.000Z0x35f35ca5b132cadf2916bab57639128eac5bbcb50x0cfeba9027603a1a2d821c0a01bb2b614f11ceb5a919df1d3ad7918196cf429e0x70c37882b82896597aa3ec630acbe1bc4d6c889f0x461f64e54f1babf31a589da5fbe28520b013c3ba0x45ca74858c579e717ee29a86042e0d53b252b504
Query with partition filter
SELECT *
FROM `tt-contracts.aerodrome_v1_base.Voter_GaugeCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100