Skip to main content

Tables

Pair_Burn_event

Liquidity removal events from DEX (Decentralized Exchange) trading pairs recording amounts of both tokens withdrawn when liquidity providers burn LP tokens. Used for tracking liquidity provision activity and calculating total value locked (TVL) changes in automated market maker (AMM) pools.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amount0STRINGAmount of token0 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
in_amount1STRINGAmount of token1 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
in_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_toaddressremovedin_senderlog_indexin_amount0in_amount1block_numberblock_timestamptransaction_hash
0xa8a8a16761a6ae2c451c69d2ec735841f950a29b0x4f905251040d1b31cd7eff74ef0c91bbf08022c0false0x04e1dee021cd12bba022a72806441b43d8212fec4774793757751258949431241254352730462295066084152681526112025-09-04T02:27:59.000Z0xd96e7247e57bdbe7bf1e1fff5ae9738da8759a7d9d9302125f02d0b43699ae9a
0x2fe09e93acbb8b0da86c394335b8a92d3f5e273e0x612a0664a2c2b6d0b8e85c291181d9cff0b5dc60false0x04e1dee021cd12bba022a72806441b43d8212fec1920275524457281894983910337093636369468052673030808681511132025-09-04T01:47:26.000Z0xb60d9ee972759dc71a8d391f0a0eb43523e8300384f389e3bf43acf18af2c2c6
0x6dc358b652e9f465ee6118fbe20ab089732145e70x15c79629b9e2508726385b013dd5f550db0d49d9false0x04e1dee021cd12bba022a72806441b43d8212fec6189587796792398248432981825350076190465681779192025-09-04T14:09:58.000Z0xea05884bbff64aa27b81c5e7dac77b98d198ecdde75706418c0b583bbc2340cc
Query with partition filter
SELECT *
FROM `tt-contracts.blackhole_v2_avalanche.Pair_Burn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pair_Mint_event

Liquidity provision events emitted when users add tokens to a DEX pair contract. Records sender address and token amounts deposited for liquidity pool operations.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amount0STRINGAmount of token0 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
in_amount1STRINGAmount of token1 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
addressremovedin_senderlog_indexin_amount0in_amount1block_numberblock_timestamptransaction_hash
0x03eb46b34129a77ac7a115e87da19ae91d66019cfalse0x04e1dee021cd12bba022a72806441b43d8212fec422563000000000000000029425472672713852025-08-18T18:26:29.000Z0xeb641cda2a57fa2f43982ae97e943c267b11cee53b6c4619615a18a07029e8f7
0x03eb46b34129a77ac7a115e87da19ae91d66019cfalse0x04e1dee021cd12bba022a72806441b43d8212fec724522302148148148148132567884672579142025-08-18T12:28:29.000Z0xfa325a29c8c506458c69746438175a1dce4f94738b9e9d57133b909b76ab77f5
0x03eb46b34129a77ac7a115e87da19ae91d66019cfalse0x04e1dee021cd12bba022a72806441b43d8212fec959436000000000000000082522765672491282025-08-18T08:38:19.000Z0x3149ea407177dd1efb26632cc5b0edd12caa44fd6151b896a46d54c0a399f138
Query with partition filter
SELECT *
FROM `tt-contracts.blackhole_v2_avalanche.Pair_Mint_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pair_Swap_event

Token swap events from decentralized exchange (DEX) liquidity pairs recording input and output amounts for both tokens. Primary source for tracking DEX trading activity and price discovery.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amount0InSTRINGAmount of token0 transferred into the liquidity pool during a swap operation. Stored as decimal string representing the smallest unit of the token.
in_amount1InSTRINGAmount of token1 transferred into the liquidity pool during a swap operation. Stored as decimal string representing the smallest unit of the token.
in_amount0OutSTRINGAmount of token0 transferred out of the liquidity pool during a swap operation. Stored as decimal string representing the smallest unit of the token.
in_amount1OutSTRINGAmount of token1 transferred out of the liquidity pool during a swap operation. Stored as decimal string representing the smallest unit of the token.
in_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_toaddressremovedin_senderlog_indexblock_numberin_amount0Inin_amount1Inin_amount0Outin_amount1Outblock_timestamptransaction_hash
0x0095c242a2866ffb7bf8aa3f51e386aca2de892b0x03eb46b34129a77ac7a115e87da19ae91d66019cfalse0x123577a1560004d4432dc5e31f97363d0cd8a6513867913251032081062547365399479702689602025-08-31T02:11:00.000Z0xb675403dbd9e0d7e4e8c39214fd93722901e12796fcd7927a5c9fe11dee7d80b
0x0095c242a2866ffb7bf8aa3f51e386aca2de892b0x03eb46b34129a77ac7a115e87da19ae91d66019cfalse0x123577a1560004d4432dc5e31f97363d0cd8a6515967917422027661532191796975509809404302025-08-31T04:12:06.000Z0xd31476ed43968b029005b6312c2ceeadd24d4620bceef81aa6474300723619eb
0x0095c242a2866ffb7bf8aa3f51e386aca2de892b0x03eb46b34129a77ac7a115e87da19ae91d66019cfalse0x123577a1560004d4432dc5e31f97363d0cd8a6515667921700027572412182082131883383272502025-08-31T06:13:37.000Z0x29f4fb3bf63110d5290e0ce5fc9ce785994f3e1543900a3fff824debcd790842
Query with partition filter
SELECT *
FROM `tt-contracts.blackhole_v2_avalanche.Pair_Swap_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pair_Sync_event

Liquidity pair reserve synchronization events emitted after each swap, mint, or burn operation. Contains updated reserve balances for both tokens in AMM (Automated Market Maker) pools, enabling real-time price calculation and liquidity tracking.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_reserve0STRINGReserve amount of the first token in a liquidity pool after a state-changing operation. Stored as decimal string representing the smallest unit of the token.
in_reserve1STRINGReserve amount of the second token in a liquidity pool after a state-changing operation. Stored as decimal string representing the smallest unit of the token.
addressremovedlog_indexin_reserve0in_reserve1block_numberblock_timestamptransaction_hash
0x04a954bc8af9a1fdc2ce5f3192bdca369a4512ccfalse3292299252083554399732712987271219576677643654541822025-07-14T21:08:01.000Z0xa4a4f6d53bf040f6e1bdc5f8ea02a37ba14d6dad6583d7b0252e247903fd7248
0x04a954bc8af9a1fdc2ce5f3192bdca369a4512ccfalse4292262277366735962512689466679508016460110654323242025-07-14T11:14:03.000Z0x7eb3ec216889e09953e8b3491bb6c3dea503a7324d52fa86f71bc83ead3791e2
0x04a954bc8af9a1fdc2ce5f3192bdca369a4512ccfalse4292262278395598907312689466670040176056681654323822025-07-14T11:15:48.000Z0x3ea9bd5c0a4ab92a74a7aeed313aed7901dd6bb65927d751af4329e51cc3f11e
Query with partition filter
SELECT *
FROM `tt-contracts.blackhole_v2_avalanche.Pair_Sync_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pair_Transfer_event

ERC20 Transfer events emitted by liquidity pair contracts in automated market maker (AMM) decentralized exchanges (DEXs). Records minting, burning, and transfer of LP (liquidity provider) tokens representing ownership shares in trading pairs.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_fromSTRINGAddress originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_toaddressin_fromremovedin_amountlog_indexblock_numberblock_timestamptransaction_hash
0xb126d152bb7c5e1d2f0536b2fd12d95fa52bf43c0x03eb46b34129a77ac7a115e87da19ae91d66019c0x5fdab5c59529a7fd091ecca3dc74a91abc358eecfalse10146630632269069677217442025-08-27T11:02:05.000Z0xf5b05a9476449449b1d063a1ee156dfd5668aeaa5ee05eb1e5bc54f0cc4c7c4f
0x5fdab5c59529a7fd091ecca3dc74a91abc358eec0x03eb46b34129a77ac7a115e87da19ae91d66019c0x0000000000000000000000000000000000000000false10146630632269064677217442025-08-27T11:02:05.000Z0xf5b05a9476449449b1d063a1ee156dfd5668aeaa5ee05eb1e5bc54f0cc4c7c4f
0xb126d152bb7c5e1d2f0536b2fd12d95fa52bf43c0x03eb46b34129a77ac7a115e87da19ae91d66019c0x5fdab5c59529a7fd091ecca3dc74a91abc358eecfalse12807216238316988677083292025-08-27T04:38:47.000Z0x6981604008feaf2ac68e3bf544f1bfb73819b76e1fd38efc9a6bb4fd935bb99b
Query with partition filter
SELECT *
FROM `tt-contracts.blackhole_v2_avalanche.Pair_Transfer_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PairGenerator_PairCreated_event

Liquidity pool creation events from Blackhole v2 DEX on Avalanche, capturing new trading pair deployments with token addresses and stability flag. Used to track DEX pair launches and identify available trading pairs across standard and stable swap 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_token0STRINGContract address of the first token in the trading pair. Hex-encoded, 0x-prefixed, 42-character string.
in_token1STRINGContract address of the second token in the trading pair. Hex-encoded, 0x-prefixed, 42-character string.
in_stableBOOLBoolean flag indicating whether the liquidity pool uses a stable swap curve designed for assets with similar values.
in_pairSTRINGContract address of the liquidity pool pair created for trading between two tokens. Hex-encoded, 0x-prefixed, 42-character string.
addressin_pairremovedin_stablein_token0in_token1log_indexblock_numberblock_timestamptransaction_hash
0x34098b39ec2e2c1a8f815bb8fa840d0d389afe1c0x78f5a53731564894a7e4fff827a88e5fbf9cfcb6falsefalse0x02d159a0c393b3a982c4acb3d03816a42d94f1ab0xb31f66aa3c1e785363f0875a1b74e27b85fd66c72667619912025-08-08T16:00:06.000Z0xca8e2ff87927bb460f623a11801e329fc59367c3a292c228cd17b1df8760430d
0x34098b39ec2e2c1a8f815bb8fa840d0d389afe1c0x921ca54e1d32008c25b352bb75aa00593288f1b3falsefalse0x49d5c2bdffac6ce2bfdb6640f4f80f226bc10bab0x5c09a9ce08c4b332ef1cc5f7cadb1158c32767ce22652148592025-07-10T04:29:31.000Z0x444391c35ff9185b0b2bfc7a1da0fcdfca367db0a56802f9b617ab047465e12b
0x34098b39ec2e2c1a8f815bb8fa840d0d389afe1c0xfb1fa67315e484717ff3cb653edc7d608f6f7b2ffalsefalse0x2b2c81e08f1af8835a78bb2a90ae924ace0ea4be0x8729438eb15e2c8b576fcc6aecda6a148776c0f50652176682025-07-10T05:54:39.000Z0x1339d05a1710ea4d64c644c26199eb36bee32a3d51a699123ced3cadebd13f36
Query with partition filter
SELECT *
FROM `tt-contracts.blackhole_v2_avalanche.PairGenerator_PairCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100