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
0xc35dadb65012ec5796536bd9864ed8773abc74c40x2fcd51bc211ed43d1cbe28b845905dcfbec8be7efalse118210x01d57499ecad9c77dca34337783d940a8e01ec040x82af49447d8a07e3bd95bd0d56f35241523fbab17688184932023-03-11T10:29:36.000Z0x4422135b034fa9104ebd4f50518d10e8d2da96fd084195a77c01e07132e62255
0xc35dadb65012ec5796536bd9864ed8773abc74c40x883d85407b9d6fd1c8b7c491aaed7c02f8968195false118360x08647925b13f5a6f4ff908728c7400b7b9c134540x82af49447d8a07e3bd95bd0d56f35241523fbab10688626402023-03-11T13:54:57.000Z0x1498136c19865b919b386f717b5befa29264b6ff5c8a661ce27e6f94675d92b4
0xc35dadb65012ec5796536bd9864ed8773abc74c40x16ac0d985abcf5efc4a9cda8ff9e3ef9a19fb131false118480x0b8bea46e50bce4715d075b103d94c144c0771830x82af49447d8a07e3bd95bd0d56f35241523fbab11688918702023-03-11T16:13:24.000Z0xcc62cbac552aff928d2858146477a01a47da87ba4c9f5eda03776ef47cebc48b
Query with partition filter
SELECT *
FROM `tt-contracts.sushiswap_v2_arbitrum.Factory_PairCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

MiniChef_Harvest_event

Reward claims from MiniChef staking contracts emitted when users harvest accumulated incentive tokens. Contains pool identifier, user address, and harvested token amount for tracking yield farming rewards across liquidity mining programs.
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_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_pidSTRINGPool identifier referencing a specific staking or liquidity pool within the protocol. Numeric string representation of the pool ID.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_pidaddressin_userremovedin_amountlog_indexblock_numberblock_timestamptransaction_hash
00xf4d73326c13a4fc5fd7a064217e12780e9bd62c30xf1a95a47ef82fa7ce37995d91494a47cb6abc55dfalse011629219752023-12-23T12:05:05.000Z0x563cf70893b073ac2b8889abd0264a1a666e870ba3d58fe13b91992a4fc0de16
00xf4d73326c13a4fc5fd7a064217e12780e9bd62c30x7a783045e6296bc6c6307490af17d22a2a6a15c8false011629871422023-12-23T16:38:57.000Z0x648757665677a6afb489f17c8e25fa8f14a3628f54e375d7a7a7ae3796bcc9bd
00xf4d73326c13a4fc5fd7a064217e12780e9bd62c30x88c907770735b1fc9d9ccb1a8f73dc17e75c0699false011629303262023-12-23T12:40:02.000Z0xfc84bd051cf4ea9b333d62edf5a76479ad6f786f36e55cf819afdcf4ba73316c
Query with partition filter
SELECT *
FROM `tt-contracts.sushiswap_v2_arbitrum.MiniChef_Harvest_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
0x1b02da8cb0d097eb8d57a175b88c7d8b479975060x5dcf474814515b58ca0ca5e80bbb00d18c5b5cf8false0x1b02da8cb0d097eb8d57a175b88c7d8b47997506543268839158948033146003791322790075027535395922023-01-16T19:40:00.000Z0x6f6ec44a5dbd177089f9ded158ced91fbd8d05d9a03ff0815f7fe159c8bf7133
0x1b02da8cb0d097eb8d57a175b88c7d8b479975060xb7e50106a5bd3cf21af210a755f9c8740890a8c9false0x1b02da8cb0d097eb8d57a175b88c7d8b479975065124253534947218715235881247689933091534077102023-01-16T06:45:14.000Z0x452a2cb7f331487a1f5fe10a1598db8ba354630640bfdcd7994cc2462055aa93
0xbe0a3270d7d5ac7a94179ca1375f350407d2dfe80xd7b7f3431084f75a32e4bf05b44ba40e9ead202dfalse0x1b02da8cb0d097eb8d57a175b88c7d8b479975065154183758004389899881245144399749613924186671478533675042023-01-16T01:48:06.000Z0xaed0ff81bad484c9a72b72c3d0265a411782c196035f42b04e8238c2db63faf1
Query with partition filter
SELECT *
FROM `tt-contracts.sushiswap_v2_arbitrum.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
0x69601dda3b22d99f92ad3af2aa9b3323634b28bffalse0x1b02da8cb0d097eb8d57a175b88c7d8b479975067148559024873030969992573596121571826942022-03-01T15:58:26.000Z0xf9849474aef8e196163de966ef99c30ece99357fe51b74c4c29a0ccc4003ffaa
0xe235e8dfa8ea3b7ffff1c922fa4928bfb7ad964afalse0x1b02da8cb0d097eb8d57a175b88c7d8b479975067997017710899165144702003276249695571357752022-03-01T00:35:47.000Z0xba95add17f1a1bc2f8be5ce4b00d741c7b4f4db6286dc46e8ed4aa6a34ad67b0
0x6478931004cd7b995957a4e1a5d06f9a8db0fa04false0x1b02da8cb0d097eb8d57a175b88c7d8b479975067148559025053009224598465153712971823732022-03-01T15:51:59.000Z0xa635a7092032577ee184a537afd911dc2add7bcc779335936b929ca280736a48
Query with partition filter
SELECT *
FROM `tt-contracts.sushiswap_v2_arbitrum.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
0xd3f4d3461e9280b73f984e053c72f649ef7b0f1f0x01de11cfd3a7261a954db411f02c86d8b826e5d2false0x1b02da8cb0d097eb8d57a175b88c7d8b4799750649197626220948459316531839948002575056762022-04-02T19:14:25.000Z0xaa97a2a854dbd8ef19183070b1080566caaeac77b01aca76f02be56020127c50
0x9ef3826b317406491335ddaa3b2b53b3070c1ade0x01de11cfd3a7261a954db411f02c86d8b826e5d2false0x1b02da8cb0d097eb8d57a175b88c7d8b4799750649197481456523505967983135108005322811692022-04-02T19:10:33.000Z0xbfb37b263fc1612308a3499eee32dec3c9aa142c6086468cad2ec099fd875a6c
0x1111111254fb6c44bac0bed2854e76f90643097d0x01de11cfd3a7261a954db411f02c86d8b826e5d2false0x26271dfddbd250014f87f0f302c099d5a798bab14909010165927492827401119156480076959665662022-04-02T02:59:50.000Z0xc24ff3dee4f081894896bc4df96c8a7d83a6f910926ef3501a6fd1ac58beda94
Query with partition filter
SELECT *
FROM `tt-contracts.sushiswap_v2_arbitrum.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
0x05c6f695ad50c16299bedca3fe9059b56550082ffalse2195323411723645657312188187134138613656048713972022-01-21T21:33:08.000Z0xa353e280875e5e2eb1a91b716e661482a733cf5c4c9a5c6ef42af82edc7f89f1
0x05c6f695ad50c16299bedca3fe9059b56550082ffalse2188620743080971125312617736230301094567148505972022-01-21T06:54:29.000Z0xfb3faf7f81c33e2d716b18910a655298c49304997f61d5a14b30b32e1e92541f
0x05c6f695ad50c16299bedca3fe9059b56550082ffalse2189324878540834135412575517310941902055248740592022-01-21T22:18:10.000Z0x6fa8b69a9c53f1bbd45269f5f572ca2c11dd75a4f3dbc76aec30a1fbc3239e0c
Query with partition filter
SELECT *
FROM `tt-contracts.sushiswap_v2_arbitrum.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
0x00000000000000000000000000000000000000000x01de11cfd3a7261a954db411f02c86d8b826e5d20x01de11cfd3a7261a954db411f02c86d8b826e5d2false561724044343287943732022-10-07T02:51:33.000Z0x3cb394c5d65dd1045dab74a9222cb11731ba1e924865a3ef10e25a018423f6c5
0x01de11cfd3a7261a954db411f02c86d8b826e5d20x01de11cfd3a7261a954db411f02c86d8b826e5d20xd3f4129336be7e26180c7c0093602fae3b9c88cafalse561724044341287943732022-10-07T02:51:33.000Z0x3cb394c5d65dd1045dab74a9222cb11731ba1e924865a3ef10e25a018423f6c5
0xa19b3b22f29e23e4c04678c94cfc3e8f202137d80x01de11cfd3a7261a954db411f02c86d8b826e5d20x0000000000000000000000000000000000000000false139143212563462287943732022-10-07T02:51:33.000Z0x3cb394c5d65dd1045dab74a9222cb11731ba1e924865a3ef10e25a018423f6c5
Query with partition filter
SELECT *
FROM `tt-contracts.sushiswap_v2_arbitrum.Pair_Transfer_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100