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
0xd8676fbdfa5b56bb2298d452c9768f51e80e34ae0x48a327c5594b98e0c4931552de473c7a603097e1false0x300a7b57dc85b6a9776e249614abf0fe5c9905fb0x3fb787101dc6be47cfe18aeee15404dcc842e6af224746992024-03-12T16:20:46.000Z0xdcb52569ef9521768d6b79a4315651bbb690ffbb2fbb59b08f966656e221161d
0xd8676fbdfa5b56bb2298d452c9768f51e80e34ae0x0cf7722d88594377323a266704c5b5d95c219c88false0x1e3769bd5fb2e9e9e7d4ed8667c947661f9a82e30xbee82cfdaff4a6aa4e4793cb81eb1c2e79ac463c244038902024-04-10T15:35:32.000Z0x5457947527ddff45cbd08a77d2fd819d13df24063cba8697917de83d37c9742b
0xd8676fbdfa5b56bb2298d452c9768f51e80e34ae0x2b75aca0cd1ca0c966bbac3767fa48387f293ae3false0x89c49a3fa372920ac23ce757a029e6936c0b8e020xbee82cfdaff4a6aa4e4793cb81eb1c2e79ac463c40150791832024-07-07T01:13:09.000Z0x25d639f1482c8e40f2724e9ee3591e9f753939272f60fe0f8ecb7c9b1d2cdf62
Query with partition filter
SELECT *
FROM `tt-contracts.camelot_v3_xai.AlgebraFactory_Pool_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pool_Burn_event

Liquidity removal events from concentrated liquidity pools recording withdrawn token amounts and position tick ranges. Contains owner address, liquidity amount burned, token amounts withdrawn (amount0/amount1), and tick boundaries for tracking position liquidations and TVL changes.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
in_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
0x6de5b03bcb24b82bb80a397a14cc4731ad4eb273false0xacdcc3c6a2339d08e0ac9f694e4de7c52f890db311052968551376154538848853389195146-7824052060964-953402024-10-26T19:05:20.000Z0xfbe9ae68816fa398ef9f49fb8103db025f6059610b9a79fc23ac82929287b38b165538938897171653
0x6de5b03bcb24b82bb80a397a14cc4731ad4eb273false0xacdcc3c6a2339d08e0ac9f694e4de7c52f890db3600-9180051912648-958202024-10-26T08:16:36.000Z0x046a8e86b2b84930848b1f1b6846da633cdf31dc08ca462145e3b880e0ed10570
0x6de5b03bcb24b82bb80a397a14cc4731ad4eb273false0xacdcc3c6a2339d08e0ac9f694e4de7c52f890db33107896051617231748983941918904149538264-9180051913044-958202024-10-26T08:18:15.000Z0xda3c106581f2fdcb1a188058b56454489b6d25de0aa0f090f06c9afecd9e4e7675194249467358584414
Query with partition filter
SELECT *
FROM `tt-contracts.camelot_v3_xai.Pool_Burn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pool_Collect_event

Concentrated liquidity position fee collection events from Uniswap V3 compatible decentralized exchanges. Records position owner, recipient, collected token amounts, and tick range boundaries for tracking earned trading fees and position management activity.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
in_recipientSTRINGAddress designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_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
0x6de5b03bcb24b82bb80a397a14cc4731ad4eb273false0xacdcc3c6a2339d08e0ac9f694e4de7c52f890db345900717327365047166459766477225533-91020263402500xacdcc3c6a2339d08e0ac9f694e4de7c52f890db3-957602024-08-11T10:16:22.000Z0x3fad2e5af1a447e5a56c7324bb01a484f01c792187baa7aaf191a5bd69679e8c
0x6de5b03bcb24b82bb80a397a14cc4731ad4eb273false0xacdcc3c6a2339d08e0ac9f694e4de7c52f890db354697820798405339946698422593194404479831-91020263403670xacdcc3c6a2339d08e0ac9f694e4de7c52f890db3-957602024-08-11T10:16:51.000Z0x38cbf812bcdd1ccc0f77f77e1db0c658c531d9a80a24ad29ef9a81d9f924e3ba
0x6de5b03bcb24b82bb80a397a14cc4731ad4eb273false0xacdcc3c6a2339d08e0ac9f694e4de7c52f890db353149999999999999999990887220263751750xacdcc3c6a2339d08e0ac9f694e4de7c52f890db3690602024-08-11T12:44:44.000Z0x56d15ad0accafed4ebaf0da23682d12a4097f1def0319524bbbd19e470bde8a9
Query with partition filter
SELECT *
FROM `tt-contracts.camelot_v3_xai.Pool_Collect_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pool_CommunityFee_event

Community fee rate update events from liquidity pools, recording the new fee percentages allocated to the protocol or community for each token in a trading pair. Used for tracking fee structure changes and protocol revenue distribution configurations.
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_communityFee0NewINT64Updated community fee rate for token0 in basis points. Integer value representing the fee percentage allocated to the community, where 100 equals 1%.
in_communityFee1NewINT64Updated community fee rate for token1 in basis points. Integer value representing the fee percentage allocated to the community, where 100 equals 1%.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.camelot_v3_xai.Pool_CommunityFee_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pool_Fee_event

Fee tier configuration events emitted by Automated Market Maker (AMM) pool contracts. Records updates to swap fee parameters measured in basis points for directional trades.
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_feeZtoSTRINGFee rate in basis points for token0-to-token1 swaps in this Camelot V3 pool on XAI chain. Values typically range from 1700-1900 basis points (17-19%), representing the pool’s fee tier configuration.
in_feeOtzSTRINGFee amount in basis points for token one-to-zero swaps in the Camelot V3 pool. Represents the fee tier applied when swapping from the first token to the second token in the pool pair.
addressremovedin_feeOtzin_feeZtolog_indexblock_numberblock_timestamptransaction_hash
0x6de5b03bcb24b82bb80a397a14cc4731ad4eb273false1765176592219467092024-07-29T00:25:28.000Z0x14cda9410536f7346d53d371396aa5cd9a142a6b623bc7271d9e623df1286847
0x6de5b03bcb24b82bb80a397a14cc4731ad4eb273false1836183645220403162024-07-29T07:16:13.000Z0x421c7820be4bcc73313bc3c7086c6c8d1e8a4293a05c7ac76e8d00b154fe3121
0x6de5b03bcb24b82bb80a397a14cc4731ad4eb273false1836183637220268572024-07-29T06:18:49.000Z0xc24708a9044376e5b8f11c24cc8802419d8e7e73febaac192598bc39b4f07262
Query with partition filter
SELECT *
FROM `tt-contracts.camelot_v3_xai.Pool_Fee_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pool_Flash_event

Flash loan events from liquidity pools recording borrowed amounts and repayment fees for both tokens in the pair. Tracks sender, recipient, borrowed quantities, and actual fees paid for arbitrage and liquidation analysis.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_recipientSTRINGAddress designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amount0STRINGAmount of token0 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
in_amount1STRINGAmount of token1 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
in_paid0STRINGAmount of token0 paid as flash loan fee. Numeric string representation of token quantity in smallest denomination.
in_paid1STRINGAmount of token1 paid as flash loan fee. Numeric string representation of token quantity in smallest denomination.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.camelot_v3_xai.Pool_Flash_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pool_Mint_event

Liquidity provision events emitted when liquidity providers add tokens to concentrated liquidity pools. Records deposited token amounts, tick ranges, liquidity shares, and position owner for DEX pool analytics.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
in_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
0x6de5b03bcb24b82bb80a397a14cc4731ad4eb273false0xacdcc3c6a2339d08e0ac9f694e4de7c52f890db30xacdcc3c6a2339d08e0ac9f694e4de7c52f890db33594600000000000000004614046380155345602024-10-09T19:43:23.000Z0xdd8a10c7e123735e389e3d5fa074c38589b1fddb208d4701d84bdeadf7a2274f76149041048808507464
0x6de5b03bcb24b82bb80a397a14cc4731ad4eb273false0xacdcc3c6a2339d08e0ac9f694e4de7c52f890db30xacdcc3c6a2339d08e0ac9f694e4de7c52f890db32917400000000000000004464046362356345602024-10-09T18:23:29.000Z0x2d7c37ab6bea2cfe5d0ed92c0ed0f8b1c4a214b762fb1024858082c9b447cade130443838753865421436
0x6de5b03bcb24b82bb80a397a14cc4731ad4eb273false0xacdcc3c6a2339d08e0ac9f694e4de7c52f890db30xacdcc3c6a2339d08e0ac9f694e4de7c52f890db32821500000000000000004542046380404345602024-10-09T19:44:37.000Z0xcabc6bf9dea8b8ed1ee0542a113f28b8790b4ec999550f5d6fbd6456773d5bc1110366167507308095358
Query with partition filter
SELECT *
FROM `tt-contracts.camelot_v3_xai.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_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
0x0cf7722d88594377323a266704c5b5d95c219c88198186false15930525690161385430723229021897340x74aa6977536f498c5ad4f30c02718c6c1988a11211-185573751061474701985470669152559287572740x74aa6977536f498c5ad4f30c02718c6c1988a1122024-11-04T05:02:12.000Z0xed2bf2646a4287fa43e00ec9b4d6c8e67d9781370f0083d6c8a2ea887780002c
0x0cf7722d88594377323a266704c5b5d95c219c88198259false15988596359598415077502311095760340x74aa6977536f498c5ad4f30c02718c6c1988a1126185389-754144525023405467580652559287572740x74aa6977536f498c5ad4f30c02718c6c1988a1122024-11-04T02:51:20.000Z0xf2e6f097211ad1891c666507b284224c2da2e7d55ff49b57bd506381f87caf80
0x0cf7722d88594377323a266704c5b5d95c219c88198388false16092364846180843123560464364499330x74aa6977536f498c5ad4f30c02718c6c1988a1125-4302361775164269360985486733152559287572740x74aa6977536f498c5ad4f30c02718c6c1988a1122024-11-04T16:22:38.000Z0x08fcf7603cb5c54f80d69a1fbf57c5809776622e0a2523dd21b2a7da8b42c81d
Query with partition filter
SELECT *
FROM `tt-contracts.camelot_v3_xai.Pool_Swap_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100