Skip to main content

Tables

CLPool_Burn_event

Liquidity removal events from Aerodrome V3 concentrated liquidity (CL) pools on Base, capturing position burns with token amounts withdrawn and tick range parameters. Used for tracking LP exit activity and analyzing liquidity depth changes across price ranges.
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
0x9be60b89d29613da9e5163a9f4ed9cc3738d59dcfalse0x827922686190790b37229fd06084350e74485b7202740018729330-338800-3380002024-08-21T13:46:47.000Z0x9de366ae11815338aaf62286da2ca7e363ee7e227e8ce07e639a40861ae2ec92
0x9be60b89d29613da9e5163a9f4ed9cc3738d59dcfalse0x827922686190790b37229fd06084350e74485b7201830018717928-338400-3376002024-08-21T07:26:43.000Z0x510f55cdf0a395ba7130a31375ecfb495e66393832e1dd16cfc123b1ccf00497
0x9be60b89d29613da9e5163a9f4ed9cc3738d59dcfalse0x827922686190790b37229fd06084350e74485b721502574741914764818663684421808780011428345018705151-337600-3372002024-08-21T00:20:49.000Z0x057d4f71e327ff8e9292a2640b64ba12468024461316d45d70de0fc8243aeebc
Query with partition filter
SELECT *
FROM `tt-contracts.aerodrome_v3_base.CLPool_Burn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

CLPool_Collect_event

Fee collection events from Aerodrome V3 concentrated liquidity pools on Base, recording token amounts withdrawn by liquidity providers from specific tick ranges. Used for analyzing LP earnings, fee accrual patterns, and position management behavior.
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
0xb2cc224c1c9fee385f8ad6a55b4d94e92359dc59false0x827922686190790b37229fd06084350e74485b72274154857131546544524212764289973920x00000000c733a397f38271c2eb4ca56193b769cb-202800-2022002025-04-16T06:15:31.000Z0xf3e41c00348aec27d4ebeb4d1e316b9a54beeb27800ea4c0c22bb5741c769e8b
0xb2cc224c1c9fee385f8ad6a55b4d94e92359dc59false0x827922686190790b37229fd06084350e74485b729534834456599449595707328289960250x00000000c733a397f38271c2eb4ca56193b769cb-202700-2019002025-04-16T05:29:57.000Z0x22035ec9b8b82692bb24598210ff55f1575f4ed8351c3d79d4a0d01920c614d1
0x56b92e5b391dbfb8b8028ac95a4b97f52ffeb416false0x827922686190790b37229fd06084350e74485b72398920290835458323061507595041988047332956290142310x00000000c733a397f38271c2eb4ca56193b769cb75700777002025-04-16T15:36:49.000Z0x77597ddd6a4cd3b620d647aec7873cf1344dc940917b931978316be86b15e8a3
Query with partition filter
SELECT *
FROM `tt-contracts.aerodrome_v3_base.CLPool_Collect_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

CLPool_CollectFees_event

Fee collection events from Aerodrome V3 concentrated liquidity (CL) pools on Base, recording amounts of both tokens withdrawn by liquidity providers. Used for tracking LP earnings, protocol revenue distribution, and liquidity provider profitability 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_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.
addressremovedlog_indexin_amount0in_amount1block_numberin_recipientblock_timestamptransaction_hash
0x06c522a75a0413269fae5069ff9b93d65c7c4b57false369400571847016583965963415263244861007343613371941300x266f44f2bde17b7a45489dfb0727fe37451a50cf2025-10-23T00:00:07.000Z0x0374612745b307c7e6e6dd7579cb56d58a8044ca5bb9d1cddf238211f161a2d4
0xb6b777577a05d85ffca7d9ebc7476fb344b92445false3151885060145179924210139097900501719314734371941300x9c590e540b6d2b602565d00eb47023a2ea66f4e02025-10-23T00:00:07.000Z0x1ac7dcdea98d9c83acab75cac518739980c31d2e3460bae5c80e143ea8c549f1
0xc200f21efe67c7f41b81a854c26f9cda80593065false26560026087104950600517401193023570182167193371941300xbda319bc7cc8f0829df39ec0fff5d1e061ffadf72025-10-23T00:00:07.000Z0x1ac7dcdea98d9c83acab75cac518739980c31d2e3460bae5c80e143ea8c549f1
Query with partition filter
SELECT *
FROM `tt-contracts.aerodrome_v3_base.CLPool_CollectFees_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

CLPool_Flash_event

Flash loan events from Aerodrome V3 concentrated liquidity pools on Base, capturing borrowed amounts (amount0/amount1) and fees paid (paid0/paid1) for arbitrage and MEV analysis. Used for tracking flash loan activity patterns and fee generation 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_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
0x82321f3beb69f503380d6b233857d5c43562e2d0false0371879429380990x8cf73e65343a50eff0d50f5a75cdf1e86c1e663344009390894681338106347739030x8cf73e65343a50eff0d50f5a75cdf1e86c1e66332025-08-27T23:25:53.000Z0x7a23e7b4607ba7f69417fa3131b1bfb33ff01f7294457a90102bd9c94072f357
0xbba4bca62dc6ac976b160f4f513e517d3326759ffalse016310471963150470x8cf73e65343a50eff0d50f5a75cdf1e86c1e66335510326209439263009280347628190x8cf73e65343a50eff0d50f5a75cdf1e86c1e66332025-08-27T17:16:25.000Z0x3c23a2ae34789838dfe6bff103e729345a0fe87a99e02763fa8d7faa5e811c32
0xbba4bca62dc6ac976b160f4f513e517d3326759ffalse09280968988713460x8cf73e65343a50eff0d50f5a75cdf1e86c1e66338860185619379774269120347507930x8cf73e65343a50eff0d50f5a75cdf1e86c1e66332025-08-27T10:35:33.000Z0x142a1be5fc218368c8102027210fa1cb9a5b2cc4892422ab8ddbbba2541193b9
Query with partition filter
SELECT *
FROM `tt-contracts.aerodrome_v3_base.CLPool_Flash_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

CLPool_Mint_event

Liquidity provision events from Aerodrome V3 concentrated liquidity (CL) pools on Base, capturing mint actions with token amounts, tick ranges, and position owner details. Used for analyzing liquidity provider behavior, position sizing, and capital efficiency in Uniswap V3-style automated market makers.
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
0xe2b3aa806e56603a244bfc111c9474f7dedd03dbfalse0x827922686190790b37229fd06084350e74485b7211680255507345560x827922686190790b37229fd06084350e74485b72358503636914388603825407875336934426-375800-3756002025-10-16T23:43:19.000Z0xc90c4381365e61184701c1ff1e8c3a656a9fa5ae7cd6e78b67690bf495ae2c7a
0xe2b3aa806e56603a244bfc111c9474f7dedd03dbfalse0x827922686190790b37229fd06084350e74485b72438744260149201740x827922686190790b37229fd06084350e74485b725001891806264411690973064295819136934545-375800-3756002025-10-16T23:47:17.000Z0x7114adc94c4750708b539d4a051e96264c9fbfbc570a8d16d51fad795a801e1e
0xe2b3aa806e56603a244bfc111c9474f7dedd03dbfalse0x827922686190790b37229fd06084350e74485b72664635504298156870x827922686190790b37229fd06084350e74485b722422865818940067936969556448124136934599-375800-3756002025-10-16T23:49:05.000Z0xb3164f10add880c900cb9b629bcc81f4e48c2e2b5b6485b2827b69a9b19e2664
Query with partition filter
SELECT *
FROM `tt-contracts.aerodrome_v3_base.CLPool_Mint_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

CLPool_Swap_event

Swap events from Aerodrome V3 concentrated liquidity pools on Base, capturing token exchanges with amounts, price impacts (sqrtPriceX96), and tick movements. Used for analyzing DEX trading activity, price discovery, and liquidity utilization across Aerodrome’s Uniswap V3-style 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_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
0x016df91005f30039c9f1a89b44db5e8c6061360364979false0x1b2b6ce813b99b840fe632c63bca5394938ef01e74-2266347896516609150789336358384476424030479763680762414770451073050x000010036c0190e009a000d0fc3541100a07380a2024-12-22T06:51:45.000Z20408669164616498291340659594360x13e779b54e4a121c06d161d3593de1785c1555d5358c6a3424a5300aabe762cf
0x016df91005f30039c9f1a89b44db5e8c6061360364821false0x11ddd59c33c73c44733b4123a86ea5ce57f6e854356-104640272375623879968508543381708805898524021822681367350019295200081970x11ddd59c33c73c44733b4123a86ea5ce57f6e8542024-12-22T02:03:11.000Z20248863033914525986904568714170xc45c4aee3e46d7c2870905ca37e9db9c5604dc32242c2097440cfb8e46e40e3b
0x016df91005f30039c9f1a89b44db5e8c6061360365017false0x11ddd59c33c73c44733b4123a86ea5ce57f6e854229-4714845796584467314901568270099719824042263777216645945580597802180x11ddd59c33c73c44733b4123a86ea5ce57f6e8542024-12-22T13:24:33.000Z20447795747429948761360481319660xcc9c7694cf2cbb6d810dde8230a2778394559bd15baa84e85ab70f93dc241cb0
Query with partition filter
SELECT *
FROM `tt-contracts.aerodrome_v3_base.CLPool_Swap_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

CLPoolFactory_PoolCreated_event

Pool creation events from Aerodrome V3 concentrated liquidity (CL) factory contract on Base. Records new liquidity pool deployments with token pairs, pool addresses, and tick spacing configuration for tracking DEX pool launches and liquidity structure.
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_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.
addressin_poolremovedin_token0in_token1log_indexblock_numberin_tickSpacingblock_timestamptransaction_hash
0x5e7bb104d84c7cb9b682aac2f3d509f5f406809a0xb0eda9aba91188dd4ab725ccbbda1f2e68f788d6false0x63503cf5b650e83acda65505dc76ba2afec203300xc0d3700000987c99b3c9009069e4f8413fd223301902726470220002025-03-07T03:39:11.000Z0x13e7fba1f0ee3be88dda5999a74fa6d83974a37c052f982d269ca1056b4c67c6
0x5e7bb104d84c7cb9b682aac2f3d509f5f406809a0x6beeabc2faa68d87dffddd1fb78621e8a601f080false0x269cae7dc59803e5c596c95756faeebb6030e0af0x60a3e35cc302bfa44cb288bc5a4f316fdb1adb422483541521812025-09-11T19:43:03.000Z0x1bc1bcb9a0bcfaeeb5bf3dfb96297efe9378d00be1f067cec721fa6364573695
0x5e7bb104d84c7cb9b682aac2f3d509f5f406809a0x8407a9fd14aa29749cad6e5b3b1c3989ba2f389ffalse0x42000000000000000000000000000000000000060x9089397444ef32f1777d2a9d0c0886592c8ef4493513541208620002025-09-11T17:58:39.000Z0xccbd669c5627cc792887137655d0347094e0ea6cb2d1221d1f0e86ca6d57746d
Query with partition filter
SELECT *
FROM `tt-contracts.aerodrome_v3_base.CLPoolFactory_PoolCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100