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
0x858e3312ed3a876947ea49d572a7c42de08af7ee0x39b4ad7d71891d6c33ed60ee6e29a24b814794e3false26700x0e808ae7bc669e26a5c7fe0ac8faa0f23a98e65b0x7ff82cb4e9e570d4ad5672444db0015e25f6b135123277104582023-04-27T09:19:11.000Z0xcae90142564e640018bac3227f16b67ad9502f632ff17364065d17db1eea50ad
0x858e3312ed3a876947ea49d572a7c42de08af7ee0xab0b1b7938c63231b31a2d3e66ebe85ae1478082false26710x9cbb03effd6fb7d79c9bab1b0ceaf4232e9575210xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c7277277622023-04-27T23:46:00.000Z0xa77805624b52bbb08de1e137e566b86c44df3336ad5aa31e0e0f8a5a1599e5a0
0x858e3312ed3a876947ea49d572a7c42de08af7ee0xbf17f54b12bb757f13ea2e10c96393ebe4971132false25430xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c0xf36c19d5507ecb0f3523dca5d617527e4e8b2f74113262398402023-03-06T20:59:18.000Z0x2c9c87db2cbe90734f652616d2a38cb0da93aae11d0549461610b8014dbd0336
Query with partition filter
SELECT *
FROM `tt-contracts.biswap_v1_bsc.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
0x44fbda36ba74707d9d1700fa8e6635e645bd472f0x05377f3e23e542cf5ccfb280bd2d9b44bcf9bbfdfalse0x3a6d8ca21d1cf76f653a67577fa0d27453350dd88024285866092496292384445894526687776476187140452402022-01-03T15:06:33.000Z0xb0c436b5ca7a469c0977bfa5bf5a1ef0a598adab54ab25bd4e444dec55cb1766
0x262e99a2428ac069dde96c48db52bd3d1d07aa530x1483767e665b3591677fd49f724bf7430c18bf83false0x3a6d8ca21d1cf76f653a67577fa0d27453350dd834423158769467451120921592313325584568406599277140526542022-01-03T21:17:15.000Z0xa1ecd3ab76d9c0fe3cf539d343547b02b79524b1235e6c95f4ca69c5ccfcc7a2
0x078084155454d2062211ab18f5c46f29cf6dbedb0x1483767e665b3591677fd49f724bf7430c18bf83false0x3a6d8ca21d1cf76f653a67577fa0d27453350dd834821581455778554675899222157651728275727237050140558362022-01-03T23:56:21.000Z0x6165808e0f78298b852df959f215969abfe7c634aeb22f413e104946265854e4
Query with partition filter
SELECT *
FROM `tt-contracts.biswap_v1_bsc.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
0x1483767e665b3591677fd49f724bf7430c18bf83false0x3a6d8ca21d1cf76f653a67577fa0d27453350dd82632611945097410613232872261985460632464793153977393012021-05-26T07:38:30.000Z0x4dcd62f831b670a70369760f8b94fd8a7d8a192f2e017ffbec5934035b1be847
0x1483767e665b3591677fd49f724bf7430c18bf83false0x3a6d8ca21d1cf76f653a67577fa0d27453350dd852450195223997525471749750007898016948120917277375012021-05-26T06:08:26.000Z0x6c824a9663acb3aff3d510cf00239f1d96a49878437c0201c19e27f2d9a361e1
0x1483767e665b3591677fd49f724bf7430c18bf83false0x3a6d8ca21d1cf76f653a67577fa0d27453350dd8538183245159245058963232131840004103667635815107477438932021-05-26T11:30:27.000Z0x5abd250dc4b20a769180006703d4bd2dc8368a678707134bee6647780bd6b0ba
Query with partition filter
SELECT *
FROM `tt-contracts.biswap_v1_bsc.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
0x0000000000008afdacc486225455281f614843e70xa987f0b7098585c735cd943ee07544a84e923d1dfalse0x0000000000008afdacc486225455281f614843e7306278554350668059589640134618671312093642908182502023-05-02T10:17:48.000Z0x65e3d71a149084f485d8ee9e6940db949c2897ef3d5dc02e27240688818ad3dc
0x000000000000d43e334f64e2ae7a8cf488f9ca910x203c426c2cbde770d8730fcbe64d16c8064f68fbfalse0x000000000000d43e334f64e2ae7a8cf488f9ca91132785030002982263998941499494321126302636902634584960402023-05-02T06:00:33.000Z0x038ac00771c2cad396c07ff3f5080b25080ea144b65a95dff14a0d091d732d98
0x0000000000016a723d0d576df7dc79ec149ac7600x56f6ba7465e67e8b6bda14cf88c933a7720779fafalse0x0000000000016a723d0d576df7dc79ec149ac76082784713601398173175000000000164024238204664902613702023-05-02T03:22:14.000Z0x01caf9042c038e02128fa8bc084e9d62981e060b24eddeb7e5a28bbef378fbe2
Query with partition filter
SELECT *
FROM `tt-contracts.biswap_v1_bsc.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
0x556e865f367632d941585138928c2663c8809844false63342108961692481443685823350558891638701187593116080642021-10-09T00:11:26.000Z0x22a3bbb3134b81dc28f5d929b58343c836d60a4be1dd30c93ef90ffb3c5b1b9b
0x8840c6252e2e86e545defb6da98b2a0e26d8c1bafalse506998584699147741321294885223826809889084586294738116080642021-10-09T00:11:26.000Z0xe27a604760d14ed92255d580b3ef372fb3bf312cf3c750966d8879bc98b1dd2a
0x8840c6252e2e86e545defb6da98b2a0e26d8c1bafalse80999239750530593209898089723811725028402949779385116083202021-10-09T00:24:14.000Z0x0e3be006459f1e78303e33e3510d2f6aef30d81ad7f84f454ce4f45d98d4f2ae
Query with partition filter
SELECT *
FROM `tt-contracts.biswap_v1_bsc.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
0x612e072e433a8a08496ee0714930b357426c12ce0x06cd679121ec37b0a2fd673d4976b09d817918560x0000000000000000000000000000000000000000false168638527889712340575278584132023-05-02T12:46:46.000Z0xe7d335e530aed392ce391142d96fee5354886bfb514f4b68abb31d740b1f55ff
0xdbc1a13490deef9c3c12b44fe77b503c1b0617390x06cd679121ec37b0a2fd673d4976b09d817918560x96eb2f522b1636caa0f6b776b0bc2088a103768efalse367380702414382796580278584132023-05-02T12:46:46.000Z0xe7d335e530aed392ce391142d96fee5354886bfb514f4b68abb31d740b1f55ff
0x96eb2f522b1636caa0f6b776b0bc2088a103768e0x06cd679121ec37b0a2fd673d4976b09d817918560x0000000000000000000000000000000000000000false367380702414382796576278584132023-05-02T12:46:46.000Z0xe7d335e530aed392ce391142d96fee5354886bfb514f4b68abb31d740b1f55ff
Query with partition filter
SELECT *
FROM `tt-contracts.biswap_v1_bsc.Pair_Transfer_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100