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
0xc35dadb65012ec5796536bd9864ed8773abc74c40xddb4cf3fb0ff92c23682410adb34f5f4581be784false13410x04068da6c83afcfa0e13ba15a6696662335d5b750x288deb184fb497e90fab504d2f0d1bc563e41b8f9520845312022-12-09T23:37:29.000Z0xcd87e1b5232393b9d6adf947f17cccfdcf2ca28584c96b706464b2c446afba50
0xc35dadb65012ec5796536bd9864ed8773abc74c40xd2f5d3c5a584c42d59fc69f5d74ca0be4ef3565dfalse13400x18889df77c08abb2a0ad08cdfa53de89c40d8a690x21be370d5312f44cb42ce377bc9b8a0cef1a4c831520647602022-12-09T14:41:34.000Z0x5544bdcfa3e4969cbf6c863bcc361f56f89f6632d72b2f7618e0b772c44f7c6b
0xc35dadb65012ec5796536bd9864ed8773abc74c40xe6661dbb998c15975a7532aaf1130cc80f7c5576false13690x04068da6c83afcfa0e13ba15a6696662335d5b750x37860723a6511c3cd83a843e7f10cfd6a6fef7f00556275662023-02-12T12:08:46.000Z0x3a4bf69c237ddc44f58865a2a12c8574f5f6e3d3b1af7588b39b64a9cb8e0f24
Query with partition filter
SELECT *
FROM `tt-contracts.sushiswap_v1_fantom.Factory_PairCreated_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
0x063f4af894cb88de33f279e9ba45b5bc8c81f919false5323301272036092495373135938989515076907144363325691562022-03-04T22:28:45.000Z0xc10dd92a67b980c55dfb3f8fdd8d4fcd73bb18ed71b9912431676dcc5655eb6c
0x0769c2c180cedbc44bf236d674e9bf1c4556bb3cfalse371000000000000000000000317500000000000000000000325528632022-03-04T18:25:08.000Z0x1d702b267c45325c72d9d60122558d933e0782c1404d86b1a9cd55b3452bb952
0x0769c2c180cedbc44bf236d674e9bf1c4556bb3cfalse1171007025457513000000000315291577619972469331215325528682022-03-04T18:25:16.000Z0x96b2e85924449844cfd802ea1455c9140de8e206a2c1c6847e8efba3daedb01f
Query with partition filter
SELECT *
FROM `tt-contracts.sushiswap_v1_fantom.Pair_Sync_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100