Skip to main content

Tables

Factory_PairCreated_event

Decentralized exchange (DEX) liquidity pool creation events emitted by Automated Market Maker (AMM) factory contracts. Records new trading pair deployments with token addresses, deployed pair contract address, and creation sequence number for tracking pool instantiation across DEX 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_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_pairSTRINGContract address of the liquidity pool pair created for trading between two tokens. Hex-encoded, 0x-prefixed, 42-character string.
in_anon3STRINGSequential counter tracking the total number of pairs created by the factory contract.
addressin_pairremovedin_anon3in_token0in_token1log_indexblock_numberblock_timestamptransaction_hash
0x1097053fd2ea711dad45caccc45eff7548fcb3620x15d2fdd9366cbe9b3530cfabb65ccd7c538a42c9false2020x136210a5c79d2435432e443f7155d9d83600ac700xdac17f958d2ee523a2206206994597c13d831ec7282161418872022-12-08T18:49:47.000Z0x47ea5f2093bc01826ceea7c20eadcc598e12fbd07278773856839e7c2e6216e8
0x1097053fd2ea711dad45caccc45eff7548fcb3620xc46fb4d887d857cce1c6f1b1f219f3dd5bd4a155false2010x7cc02e47d6b38e1e42a5c6824e58b0fd66638ff20xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2366161414682022-12-08T17:25:23.000Z0x719c975481ab621d53f4031667d45594d5ee2189a2a236383ca41d5e9a4c8a11
0x1097053fd2ea711dad45caccc45eff7548fcb3620x045f347a3661b976f5871552e365b5852076d499false1980xaf08589912134225d26f01185ca5920fe00c19da0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc275161375452022-12-08T04:16:11.000Z0xe20da7f973df36b3af94dffb586e1349f894b608821003a790dd67eeead10595
Query with partition filter
SELECT *
FROM `tt-contracts.pancakeswap_v2_ethereum.Factory_PairCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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
0xeff92a263d31888d860bd50809a8d171709b7b1c0x17c1ae82d99379240059940093762c5e4539aba5false0xeff92a263d31888d860bd50809a8d171709b7b1c164144146853154813924239490948166458292023-02-17T03:41:23.000Z0x413a98fc34bd443b96cb21f8721e23d7dbbfa922c67419b43543083aaf64b41a
0xeff92a263d31888d860bd50809a8d171709b7b1c0x2e8135be71230c6b1b4045696d41c09db0414226false0xeff92a263d31888d860bd50809a8d171709b7b1c319495308008298830946497925225166469182023-02-17T07:21:11.000Z0x711c20bedeff11496fec035ab7849c49a57378c1a4c7d0f5e5a30a9d36938d6d
0x5d6905438419fd6c3f8a6a2a23cc46494a6819de0x481e2f30940949cf6a3e0f4617e3d0b16bbb03d1false0xeff92a263d31888d860bd50809a8d171709b7b1c255668487469251473059985159925226293670522964786179642372023-08-21T16:17:59.000Z0xe4e1c311eaffd5aee5e3d4b752cc4e0727cad7e648e125ec0533038699e8799f
Query with partition filter
SELECT *
FROM `tt-contracts.pancakeswap_v2_ethereum.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
0x18b02dbebd40750a83c42ff2f92f04189be55a24false0xeff92a263d31888d860bd50809a8d171709b7b1c2383804406408464446845605453999999999999999177607822023-07-24T05:08:47.000Z0x6ff43210b4223b8350bb839870e907dcd0330ec652c46f4facab582c109dbbe7
0x17c1ae82d99379240059940093762c5e4539aba5false0xeff92a263d31888d860bd50809a8d171709b7b1c2361901969626752830923940677159679912022-11-14T11:31:35.000Z0x5c902e5a4d7258dab199cd20e4e33276f358defaaa39689a4dab8f4993ab3e90
0x17c1ae82d99379240059940093762c5e4539aba5false0xeff92a263d31888d860bd50809a8d171709b7b1c257395090232298408705497000000159679022022-11-14T11:13:47.000Z0xb944ba277e63fe73324cb0a8d85ea48d0016e0d99ef4f8031c628fa5f4e3d75c
Query with partition filter
SELECT *
FROM `tt-contracts.pancakeswap_v2_ethereum.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
0x17c1ae82d99379240059940093762c5e4539aba50x4ab6702b3ed3877e9b1f203f90cbef13d663b0e8false0xeff92a263d31888d860bd50809a8d171709b7b1c7216079600131820017401184479768392022-11-30T01:44:11.000Z0xc0d2015c14d5f468d9db95f939962d4c10fc545d20a1cb3b5b1b9db424986d8c
0x17c1ae82d99379240059940093762c5e4539aba50x4ab6702b3ed3877e9b1f203f90cbef13d663b0e8false0xeff92a263d31888d860bd50809a8d171709b7b1c180160800397668300101983589963825542022-11-30T03:12:11.000Z0x258ea51d0d564469fe7d2d1f2d7b83cf0856b75334c54c3676c8d8053f352f10
0x17c1ae82d99379240059940093762c5e4539aba50x4ab6702b3ed3877e9b1f203f90cbef13d663b0e8false0xeff92a263d31888d860bd50809a8d171709b7b1c5211608487255967500736982291929391942022-11-30T19:24:47.000Z0x40135a36bff0a112e5fd876ee57ad6e35834684b36dd93d33b6e9ce601531a01
Query with partition filter
SELECT *
FROM `tt-contracts.pancakeswap_v2_ethereum.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
0x130ad3a076269f8c3935b13c9fd202ddcb64c88dfalse8826851040145624973670199947280504163800862023-01-11T00:48:35.000Z0xc587e4a99fae2d9d201bf412bdcd08970c57db8654cd95c174336d431c6434e8
0x17c1ae82d99379240059940093762c5e4539aba5false1910358993976217675248041353562805148163798892023-01-11T00:08:59.000Z0xb6ae05a72cfb476fa2930d5df5877a9a192a5e5391ea9c5978c22def04cc9dc7
0x17c1ae82d99379240059940093762c5e4539aba5false36310282610240775141450811363707593319163841162023-01-11T14:18:11.000Z0x575305b237f9760de31fe85505d212425687bc3a6658c8cfb64580581c6e6e9f
Query with partition filter
SELECT *
FROM `tt-contracts.pancakeswap_v2_ethereum.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_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
0xd721d05024ce2875a57a6115b12f09c4095c577e0x17c1ae82d99379240059940093762c5e4539aba50x2e71b2688019ebdfdde5a45e6921aaebb15b25fbfalse230444946848313161340422022-12-07T16:33:23.000Z0x04981e43000977cc576ea9887c64ee0ebdc88906ad4add4adb41ce14f19f926a
0x99b13581f55db933eb9397b3936803b2c5c726a10x17c1ae82d99379240059940093762c5e4539aba50x0000000000000000000000000000000000000000false93737466072948261161313172022-12-07T07:18:59.000Z0x555bac952072298cee983dd196aef6f9b62397de798d1b51d827451e2c60cca3
0x7ff8a32ebb4adf398b0e45c5baf8ccb06cee196f0x17c1ae82d99379240059940093762c5e4539aba50x0000000000000000000000000000000000000000false577604088237260161313172022-12-07T07:18:59.000Z0x555bac952072298cee983dd196aef6f9b62397de798d1b51d827451e2c60cca3
Query with partition filter
SELECT *
FROM `tt-contracts.pancakeswap_v2_ethereum.Pair_Transfer_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100