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
0xc35dadb65012ec5796536bd9864ed8773abc74c40x223913c606f40a6996d816cdb0dd7f1cf7cce4f3false8700x04068da6c83afcfa0e13ba15a6696662335d5b750xfd1153a2be2a04ff0ae9e95a25544d58af97f5486176464802021-09-25T08:10:43.000Z0xa5ac2380ff2988dcb0e59aaa62ea09a3748664a2f9fba314b8c2b93e51b5678f
0xc35dadb65012ec5796536bd9864ed8773abc74c40x39efda564761535117eef30bb03d918b8eee60dafalse8720x04068da6c83afcfa0e13ba15a6696662335d5b750xdda5ed81ccc75349916df38dea1012ccc17684d10176514662021-09-25T10:08:28.000Z0x30e1ee8d939f098ca92bae228915010479e3e7b2ef0b49cd6d9c640715d8ecd3
0xc35dadb65012ec5796536bd9864ed8773abc74c40xc9dd15a6d82b1f7ecfe467377f6fabd932810049false8710x21be370d5312f44cb42ce377bc9b8a0cef1a4c830xdda5ed81ccc75349916df38dea1012ccc17684d115176514512021-09-25T10:08:09.000Z0xfba8ddd0efdedc1e17f52eee4d3528d3dc0e620ed2204a0ec9b11b100f597685
Query with partition filter
SELECT *
FROM `tt-contracts.sushiswap_v2_fantom.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
00xf731202a3cf7efa9368c2d7bd613926f7a144db50xb17857c6c382680140eb4eb1aac4eb1184987d47false3052967955965958811524248662022-12-16T04:02:23.000Z0xa9a53ce5260bc043c95eee1bb34cc3d426382b5fc28720f5e8f70fb00674c9c3
00xf731202a3cf7efa9368c2d7bd613926f7a144db50xb17857c6c382680140eb4eb1aac4eb1184987d47false24573993433083104301524377692022-12-16T14:32:47.000Z0xda2d91356229890cb53b215ab2df5d6608465ae15209aaf3e63059d72a13e820
00xf731202a3cf7efa9368c2d7bd613926f7a144db50xb17857c6c382680140eb4eb1aac4eb1184987d47false3154262841478442044524352222022-12-16T12:27:38.000Z0xaa1f6d32b0857b0c360dd36f86a8cf8475f8a2227cc2d0c3fc76038fe616c331
Query with partition filter
SELECT *
FROM `tt-contracts.sushiswap_v2_fantom.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
0x1b02da8cb0d097eb8d57a175b88c7d8b479975060x84311ecc54d7553378c067282940b0fdfb913675false0x1b02da8cb0d097eb8d57a175b88c7d8b4799750611410204696155608494287120804645716125119731611551522023-04-30T17:50:10.000Z0x9995755fa3d1bfd73429bd3b0624e83d350252ce56298c27df1fc7e88d28ae9b
0x1b02da8cb0d097eb8d57a175b88c7d8b479975060xa48869049e36f8bfe0cc5cf655632626988c0140false0x1b02da8cb0d097eb8d57a175b88c7d8b479975069662620515588206083304602769611089272023-04-30T02:43:16.000Z0xe1ef8934851b89173830a4bb5b88cd129731708781d82d51842722721804cdd1
0xce3870506c57bd6a891adc8d35d51557a5b557690xa48869049e36f8bfe0cc5cf655632626988c0140false0xce3870506c57bd6a891adc8d35d51557a5b557693789476886210169841427107649904611618412023-04-30T19:57:55.000Z0x5014474a1268865d88a2222cb40add6c33f77430e478c4a9b9dffdfd840bf5fe
Query with partition filter
SELECT *
FROM `tt-contracts.sushiswap_v2_fantom.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
0x206d807c14709db7c1c7500395178d9f72da7160false0x1b02da8cb0d097eb8d57a175b88c7d8b4799750661642836081214480754832299999999999999999931412342021-03-30T15:32:35.000Z0xcc6b7ecfaec383ea21ed62973a2efce680c02ee8602949309b1722649e7057be
0x206d807c14709db7c1c7500395178d9f72da7160false0x1b02da8cb0d097eb8d57a175b88c7d8b47997506697319960165716775013008682430274092131483622021-03-30T17:37:53.000Z0x97f5c175aa7fff4966074cc050f14cdb976ff4bd5ad7b8136b0e8378649776fc
0x206d807c14709db7c1c7500395178d9f72da7160false0x1b02da8cb0d097eb8d57a175b88c7d8b4799750623106721644644427151161520000000000000000000031311642021-03-30T12:57:20.000Z0x720a280b3a7573774de0dbbc9f69398c648321195ec37b2044be8705fd15c046
Query with partition filter
SELECT *
FROM `tt-contracts.sushiswap_v2_fantom.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
0x0103715fd20a3f2e11fd7b3e646a5f6f6703d2450xbeddbae6e24314a3336ef5e706a9a039395d6cb7false0x7efc47d92c90908ef3d82bc52e71235fef23cc02641324742110000000000000000000391627721621222021-07-29T13:33:12.000Z0x57a1e8e311597cf677aa33bc578f4d94eb1eaf9d50789fdb4681911dadd448da
0x0103715fd20a3f2e11fd7b3e646a5f6f6703d2450xbeddbae6e24314a3336ef5e706a9a039395d6cb7false0x7efc47d92c90908ef3d82bc52e71235fef23cc023132835311557081308745571072006068535816093012021-07-29T23:50:01.000Z0x807698a349abb40b6a16f706b5281622f5742c394d6ba7dd566f9dfd86b9a0e2
0x0146ee4158736957714a48f8805bdf5ca924e4260xfa7ca6e6d17368e0a1fa9c75f2ebe5a8d7be9fc6false0x1b02da8cb0d097eb8d57a175b88c7d8b479975061513233623324403904473654097005482794843598459802021-07-29T09:29:08.000Z0xfdd443c6acbd47aa45a69a5aa63669378fd008de467c4d63d2325b846da6a4ad
Query with partition filter
SELECT *
FROM `tt-contracts.sushiswap_v2_fantom.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
0x6158df79da9e0d60b48029d922d6cdc0c562a0b2false173112120715627801305494122022-02-10T12:22:28.000Z0x38f4cb139fafd95ac0a1284a7f1218601304b8d007d51b2313501b5762efdb39
0x14e2c315a4a5414edbcbe5d521f8f4e2ff48c22afalse93957856465761305125632022-02-10T03:24:50.000Z0x68c6302b9346edbf41bc3caaffddc516024d9f9be7e7b24213f3fb19d4cebcb3
0x3e5b15be38f91a0fc9f87e852b2c8106c5edad28false10335185865021093318881203875325305553292022-02-10T14:07:59.000Z0x069eb93a4b6bf0e3d14855ecfffd2bb158c77ba1764b58e2cd6a53c9d938f4ac
Query with partition filter
SELECT *
FROM `tt-contracts.sushiswap_v2_fantom.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
0xc8d28a420ace09a0665afb14d794287685a4aa6e0x0dcb7f634b87b3a40750ef3c5e47b5e42e4731040x0000000000000000000000000000000000000000false28244805807512749195110494802021-07-01T09:52:21.000Z0x4ac0ad2bb2a90db0240f1c2e46ba9143766ab8316e1982372e66e1eab16ce61c
0xcc159bcb6a466da442d254ad934125f05dab66b50x0dcb7f634b87b3a40750ef3c5e47b5e42e4731040x0000000000000000000000000000000000000000false401944190626724434110494802021-07-01T09:52:21.000Z0x4ac0ad2bb2a90db0240f1c2e46ba9143766ab8316e1982372e66e1eab16ce61c
0x62304508e0f138cda080ff93f552b4f10e7ee1780x0dcb7f634b87b3a40750ef3c5e47b5e42e4731040xc8d28a420ace09a0665afb14d794287685a4aa6efalse28244805807512749193110494832021-07-01T09:52:24.000Z0x8bc219206119e3656e031cc788db9e421467da4f3db578e86bc1cdb324dffca8
Query with partition filter
SELECT *
FROM `tt-contracts.sushiswap_v2_fantom.Pair_Transfer_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100