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
0x02a84c1b3bbd7401a5f7fa98a384ebc70bb5749e0x061dc98bdc3a6dc1ce66a2f1ccb2812ff6b208f3false270x42000000000000000000000000000000000000060xf518f1ae3f62f0a0277e4431241500e04abf9e34141382742023-09-18T19:38:15.000Z0x4af49fe4ad25e75d566f1c03b0b246cdd4857bd6286d7a2af98274c55d664feb
0x02a84c1b3bbd7401a5f7fa98a384ebc70bb5749e0x881267c700745fad3f3f41f56fe2dca09656b80ffalse280x291bed29520bff05ab888a8d47554ed4bebd48f70x4200000000000000000000000000000000000006141387092023-09-18T19:52:45.000Z0x828c583c3ddb8d6b4af3a6636e739adec7a09894daee5dc9bc501ad96c0522df
0x02a84c1b3bbd7401a5f7fa98a384ebc70bb5749e0x2be9a91901b7209d52e2dd2a2c33a6c9c5e2ce40false250x0d317d14e751cce02029e2051923a46b366b4a780x4200000000000000000000000000000000000006141354722023-09-18T18:04:51.000Z0x0ba51f50ffbc1679c647047cd3e9843bdc0b575fdac3499ae3d5d7caa7258a80
Query with partition filter
SELECT *
FROM `tt-contracts.pancakeswap_v2_base.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
0x8cfe327cec66d1c090dd72bd0ff11d690c33a2eb0xc637ab6d3ab0c55a7812b0b23955ba6e40859447false0x8cfe327cec66d1c090dd72bd0ff11d690c33a2eb5016563804385415269951718751697132355528598623292024-01-29T07:40:05.000Z0x88077d4cc426fb75ada7c448124a441409072c8b89f2258a7bdf1aa077f8990a
0x8cfe327cec66d1c090dd72bd0ff11d690c33a2eb0xc637ab6d3ab0c55a7812b0b23955ba6e40859447false0x8cfe327cec66d1c090dd72bd0ff11d690c33a2eb1217468917987038215718219776366087209492998623632024-01-29T07:41:13.000Z0x8af106dd3a179d2b72077a2398aa878e045b6ce2850cc006c3c6a84262a2b878
0x4543a5e44131f1b6cfd047e8326ee82d99de98410xc0e3d8ebffb13edf41430af5b456631f2c8a0a33false0x8cfe327cec66d1c090dd72bd0ff11d690c33a2eb4729857999829999856098674632024-01-29T10:31:13.000Z0xc8e4590ca942bf33e23edcfa81fc5dcc8f2d588d3f82db492600053da062f81a
Query with partition filter
SELECT *
FROM `tt-contracts.pancakeswap_v2_base.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
0xc637ab6d3ab0c55a7812b0b23955ba6e40859447false0x8cfe327cec66d1c090dd72bd0ff11d690c33a2eb6516847372105000000000018312666251686113795540202024-01-22T04:23:07.000Z0x89a602ead42c2b8be631b705b548cf2cf44a9ab3f2addcda664c791634a4b0b5
0x92363f9817f92a7ae0592a4cb29959a88d885cc8false0x8cfe327cec66d1c090dd72bd0ff11d690c33a2eb459051435247655820196084213752023-12-26T23:08:17.000Z0xee3f5b37b4bb1a6e498b8db9d668d44d436cc011e82449782330819463f2e153
0xb5d365c872565e74340039b705b6786ce534b064false0x8cfe327cec66d1c090dd72bd0ff11d690c33a2eb3994491099131080267894327262865898184201912023-12-26T22:28:49.000Z0x062bfd9a7ded70459c5b7a096c9b7ed46c459b247d643e4d507503fded689394
Query with partition filter
SELECT *
FROM `tt-contracts.pancakeswap_v2_base.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
0x0d1b37728c75e0bf69bb0f5c997add8b15ee91030xeaa13b4f85a98e6ccaf65606361bd590e98de2cbfalse0x678aa4bf4e210cf2166753e054d5b7c31cc7fa86255375435872203364278995920091173300037660262662023-10-17T10:56:57.000Z0x18a4662fc2c921eab99e4a33d481c7c354276fd1b7b3f6b1efea1a8524059ecf
0x19ceead7105607cd444f5ad10dd51356436095a10x92363f9817f92a7ae0592a4cb29959a88d885cc8false0xac041df48df9791b0654f1dbbf2cc8450c5f2e9d55391285100000000000000001564582023-10-17T19:45:17.000Z0x81c0a4895bdc6dda6c672882b9de4a9830b1e6a6578db763e2fe27380e7d9fd4
0x19ceead7105607cd444f5ad10dd51356436095a10x92363f9817f92a7ae0592a4cb29959a88d885cc8false0xac041df48df9791b0654f1dbbf2cc8450c5f2e9d553899931000000000000000157112023-10-17T19:02:13.000Z0x7718ee74177a8619c68612ce6fdbcd59407e920b30e8884c962ecd2511cab1e4
Query with partition filter
SELECT *
FROM `tt-contracts.pancakeswap_v2_base.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
0x156bab5865e1b4b7777d4174f75673a715ff5e15false14312024798323458499447731363228189025201969751712835652452023-09-05T13:17:17.000Z0xddadae225c6b7d96e3de23202087924c07b012bf14c42cad12a9dd880f992483
0x156bab5865e1b4b7777d4174f75673a715ff5e15false152809608629217245110392916524738055325102079603344835651432023-09-05T13:13:53.000Z0x785d30ca78c7bfe1946a8e2871398d5e81ef57d844dbaab149e1bbf315e3317b
0x156bab5865e1b4b7777d4174f75673a715ff5e15false182870247983234584108066367565081838360296147048140035651712023-09-05T13:14:49.000Z0xcea3787242bac4ded595a5edbc4fd8fa05f2d64b89e72b348d9728ae77f0f6f4
Query with partition filter
SELECT *
FROM `tt-contracts.pancakeswap_v2_base.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
0x7fc42c8c0b2683c2ac8ef6fb4d7490488f6e0d2e0x70ec099f22a13dbcaf047704e2bf78a675993d8a0x0000000000000000000000000000000000000000false273861278752583055728769021292023-11-21T19:06:45.000Z0x60d12aa2afe1ce905c6a63b07bd8fa8d3a2cdba9fb69257a647d8d3fefaaa0f0
0x00000000000000000000000000000000000000000x70ec099f22a13dbcaf047704e2bf78a675993d8a0x0000000000000000000000000000000000000000false1000669021292023-11-21T19:06:45.000Z0x60d12aa2afe1ce905c6a63b07bd8fa8d3a2cdba9fb69257a647d8d3fefaaa0f0
0x3f735bc202f47945b705908da46f59784469d6530xb5d365c872565e74340039b705b6786ce534b0640xb53c72242400d3b49e2d9279a572760ecb3750bdfalse2039395462589853968831622023-11-21T08:34:31.000Z0xafd48e92a4c8b0c2709fe46a5a60e8d05c183edeb7ee39b9c8f776da6d6ac96b
Query with partition filter
SELECT *
FROM `tt-contracts.pancakeswap_v2_base.Pair_Transfer_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100