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
0x9fab572f75008a42c6af80b36ab20c76a38abc4b0xce2310e80636179cf5efe35b04f734c427533650false510x49d3f7543335cf38fa10889ccff10207e22110b50x4e3037297830c8023d1646937a3d44c018d1a5c31758433952024-06-11T15:19:41.000Z0x0bb3caa59238971937b84d6545e88be222e18588614c486c2d3ebc700d01cb35
0x9fab572f75008a42c6af80b36ab20c76a38abc4b0x85cc223f3f0f6bf459ae8704754105ce23c4abfbfalse580x5d5f074837f5d4618b3916ba74de1bf9662a3fed0x951857744785e80e2de051c32ee7b25f9c458c421922121082025-08-11T06:00:08.000Z0x9ebdd8dd4e18d6851bd976108eb1eb4585d02fee7ce5d804c2a735c10d57384b
0x9fab572f75008a42c6af80b36ab20c76a38abc4b0x31c9ed13088feffe9ed620d9374d63cd2a7678d8false80x951857744785e80e2de051c32ee7b25f9c458c420x9ca227280599d31845dd21449b5a6acfb285b1fc1635878912023-07-29T16:41:47.000Z0x85faa9d96ae7ac5bb1082f0c19096f94a3ba746297953257af8f3f7517be73c7
Query with partition filter
SELECT *
FROM `tt-contracts.fathom_v2_xdc.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
0x7e5b4c238a904329596c4094877d48868d7399630x183477253b3773d0ca1d798c83e7e7572c68375bfalse0x7e5b4c238a904329596c4094877d48868d73996363020461616713482384083190060270483125300582852030572025-02-17T20:49:50.000Z0x721fa1b1566df7e587f74e92b3e39c3b3c750a642e9bc9ff177e947372b5db73
0x7e5b4c238a904329596c4094877d48868d7399630x183477253b3773d0ca1d798c83e7e7572c68375bfalse0x7e5b4c238a904329596c4094877d48868d73996368973037408070157330119266235842606823615372851871092025-02-17T11:27:54.000Z0x735b51f8b3eddd4b665c66cc7901c5b95f1fd90d6cf5c4509bd8bdfb466fec67
0x7e5b4c238a904329596c4094877d48868d7399630xb09cabbd3b180ee331a7b6864029ebdf9e476707false0x7e5b4c238a904329596c4094877d48868d739963583584613540211275691570677287328550470288804826038712024-12-11T22:18:15.000Z0x7080af6d857320bbc89642b02d5dde06db996bb01970d00c73b6ebc9532ef142
Query with partition filter
SELECT *
FROM `tt-contracts.fathom_v2_xdc.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
0x098b5c5178c5bcdadf3488631c3b74164275e3bdfalse0x7e5b4c238a904329596c4094877d48868d73996354585000000000000000000739225192024-04-22T13:33:42.000Z0x1e53fa574307109fa8b685535fbca49ad81e1dfa78c3e129b0ce1211f0df097e
0x098b5c5178c5bcdadf3488631c3b74164275e3bdfalse0x7e5b4c238a904329596c4094877d48868d739963599999910905130019803857403489739209382024-04-22T12:30:58.000Z0x1c477375696e352a2a5821a0961f8e8d9548f0c0699b32f2b31cf7791674d848
0x098b5c5178c5bcdadf3488631c3b74164275e3bdfalse0x7e5b4c238a904329596c4094877d48868d73996379170100000042281601372390739206732024-04-22T12:19:39.000Z0x9f50d220414e98ea99b849ba6a4933c6e7e4ef4a0ac27d3db7692d838525c304
Query with partition filter
SELECT *
FROM `tt-contracts.fathom_v2_xdc.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
0x6bec40a0129224309460e3f912a8b14e2f2770c10xfcabba53dac7b6b19714c7d741a46f6dad260107false0x6bec40a0129224309460e3f912a8b14e2f2770c113686874910123290785254439276123095687789502023-12-02T02:55:31.000Z0xc38067693eccb4e00ffc4a881c5b4fbb2c709b7c854bf795b901d7292a1e9f0b
0x6bec40a0129224309460e3f912a8b14e2f2770c10xfcabba53dac7b6b19714c7d741a46f6dad260107false0x6bec40a0129224309460e3f912a8b14e2f2770c11568706001070545479145160453556937214525102023-12-02T14:05:25.000Z0xe919054bb375300cc5efb0b8ee5d4cd6af07c591d72958d0feac87344753c09a
0x183477253b3773d0ca1d798c83e7e7572c68375b0x4821cdc4b01bfee77c6ab8abc9348c4351600e26false0x5ba35b3d05f0a205d8317cea926ef5d2cb8b08bf306870600306627123660208417573781144202023-12-02T14:05:29.000Z0x940f3554a42043439eaf76c685428561d0602169f246b2f7df3867b4c44b96b9
Query with partition filter
SELECT *
FROM `tt-contracts.fathom_v2_xdc.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
0x098b5c5178c5bcdadf3488631c3b74164275e3bdfalse233699841610961499557808408768208779662512024-08-02T16:20:19.000Z0x8641197bb3ea64ebaafea835ab03e6f5baacb99d73452f97afb215ad2f858c38
0x098b5c5178c5bcdadf3488631c3b74164275e3bdfalse699950310949614207461879336938779662662024-08-02T16:21:23.000Z0x2ef48d4471c7bb5648455a09ef748b3cbd473293bbce0a4253aa01e5f26dfa0b
0x098b5c5178c5bcdadf3488631c3b74164275e3bdfalse5100010510943042992822169492949779662862024-08-02T16:22:22.000Z0x216c7859e4a9323781d3104ca40e73ee99f86d0e57b892d52c80d0a93bfa4c82
Query with partition filter
SELECT *
FROM `tt-contracts.fathom_v2_xdc.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
0xaedb3806a395eddf45c2700ab0ab67f99c06faf40xc923bc7eef90c9236ba356d53cd48db3de8b92c30x0000000000000000000000000000000000000000false2453609192300174454722295052024-03-01T17:29:13.000Z0x4c2dfb85c0ccb425044e4e8bb58d112f98f0baa7c5cc0156af4c0d288a9db16d
0xa48100d789ad2a8569f46f1cc0ff895a4ddedfa70xc923bc7eef90c9236ba356d53cd48db3de8b92c30x0000000000000000000000000000000000000000false744113853174335200475722295052024-03-01T17:29:13.000Z0x4c2dfb85c0ccb425044e4e8bb58d112f98f0baa7c5cc0156af4c0d288a9db16d
0xc923bc7eef90c9236ba356d53cd48db3de8b92c30xc923bc7eef90c9236ba356d53cd48db3de8b92c30x3a038623f0ab744cb0d4594f5fa736dbb2e8ad7bfalse4388824942966336785661856703802025-03-01T14:01:36.000Z0x72005f638640dc5cbf19c189878e199fc7937bd2bde7b3e6ddc38407d57e74b6
Query with partition filter
SELECT *
FROM `tt-contracts.fathom_v2_xdc.Pair_Transfer_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100