Skip to main content

Tables

BiswapPoolV3_swapX2Y_function

Swap executions from Biswap V3 liquidity pools on BSC (Binance Smart Chain) where tokenX is exchanged for tokenY, recording input amounts, output amounts, price points, recipients, and accumulated fees for analyzing trading patterns and liquidity provision.
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.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasNUMERICGas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_recipientSTRINGAddress designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_lowPtINT64Lowest price point (tick) boundary for the swap execution in the Biswap V3 concentrated liquidity pool. Negative values indicate price ranges below the current spot price, commonly seen in swaps moving from token X to token Y.
in_dataSTRINGEncoded input data for the contract function call. Hex-encoded byte string representing function parameters and additional call data.
out_amountXSTRINGAmount of token X received by the recipient after executing the swap from X to Y tokens. Represented as a wei-denominated string for precision; null if the transaction failed.
out_amountYSTRINGToken Y amount received from this swap, denominated in the token’s smallest unit (wei). Null when transaction fails; otherwise represents the output quantity of the second token in the Biswap V3 pool pair.
out_accFeeSTRINGAccumulated protocol fee charged for this swap transaction in token units. Represented as a string to preserve precision for large integers; null when transaction fails.
gasvaluestatusin_datagas_usedin_lowPtin_amountsignatureout_accFeeto_addressout_amountXout_amountYblock_numberfrom_addressin_recipienttrace_addressblock_timestamptransaction_hash
1461510false1443480x857f812f0x46d71eaa3c7ba030a1573cd6587ef4231df21b7e481505910x90ccc3f8419129cde2b51a3da488369604e09a7121,02025-04-07T13:46:34.000Z0x88bc4c2d2abe7c3dbd08adb481a62cc65b759b1322c5e7727c792a66b6e1134f
9259950true0x108908427649755163792108915110x857f812f6243304826949720xe6b58b6e20099f43aabe13a19908d9046a86689d97551637921089151170228549136073360371481604170x1d21550e525e75a546c58fba37518b18d6c209c10x1d21550e525e75a546c58fba37518b18d6c209c10,0,1,52025-04-07T21:57:52.000Z0x31a2ce634be737559803a3ecadfbd8bd1b49fc480de65043a74e16fec96af6e7
59739630true0x154626-887271563275922406925800980x857f812f1261738066191513800x517c5d56527dabffbe9d1a1e8b98406f349d347056327592240692580097353620658704989841481418070x0c575cba80b5d8e0314cefcd4decdb38b7dcbe3a0x0c575cba80b5d8e0314cefcd4decdb38b7dcbe3a3,4,1,152025-04-07T06:27:22.000Z0x5a64ffbf2707330aefc7e90707e07e2f92dd44ecedc105a670c41ae117c4f3d7
Query with partition filter
SELECT *
FROM `tt-contracts.biswap_v3_bsc.BiswapPoolV3_swapX2Y_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

BiswapPoolV3_swapY2X_function

Token Y to Token X swap executions from Biswap V3 liquidity pools on BSC (BNB Smart Chain). Records swap direction, input/output amounts, price points, fees, and recipients for analyzing concentrated liquidity DEX (decentralized exchange) trading patterns.
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.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasNUMERICGas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_recipientSTRINGAddress designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_highPtINT64Maximum price tick (point) boundary for the swap execution. Controls the slippage protection by setting the highest acceptable price point in the concentrated liquidity range.
in_dataSTRINGEncoded input data for the contract function call. Hex-encoded byte string representing function parameters and additional call data.
out_amountXSTRINGToken amount X received from the swap, denominated in the pool’s X token’s smallest unit. Always accompanies out_amountY in the Y-to-X swap direction for this Biswap V3 concentrated liquidity pool.
out_amountYSTRINGToken Y amount received from the swap, denominated in the token’s smallest unit (wei-equivalent). Generally close in value to in_amount, representing the Y-to-X swap output on Biswap V3 pools.
out_accFeeSTRINGAccumulated protocol fees collected from this Y-to-X swap, denominated in the smallest unit of the token. Typically represents a small percentage of the swap volume deducted by the Biswap V3 pool.
gasvaluestatusin_datagas_usedin_amountin_highPtsignatureout_accFeeto_addressout_amountXout_amountYblock_numberfrom_addressin_recipienttrace_addressblock_timestamptransaction_hash
6988730true0x132478100000000000000000-71360x2c4812522218032396111560xae3fb8e3576bb1051b0cf15ebb8420fd79d9e07320214913622908693899019303397837144467726880x9c1a49609aec38c0ccd9e07be3ec9e11823bc8550xb1b8a9ffb31f9475b7f1a0b3d0525348a6e9f18412025-02-18T17:26:11.000Z0xcad2a37edd1419ed861ba42cd42aae8cd03c62d25d93cbaa71875784ef4773f1
16439990true0x000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000400000000000000000000000004c6f446dd88fd1be8b80d2940806002777dc12a2000000000000000000000000000000000000000000000000000000000000002abb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c009655d398326f99059ff775485246999027b31979550000000000000000000000000000000000000000000015733372227780557999990x2c4812528667340xd3fb273006626b30f51e640f752bcaa16978b0d646693987192247222778055467721310x90ccc3f8419129cde2b51a3da488369604e09a710x4c6f446dd88fd1be8b80d2940806002777dc12a21,11,02025-02-18T16:58:20.000Z0x1a7971022bf74203c30094a733811e05509737b123196ed80bac9a50b07aff63
10773040true0x000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000400000000000000000000000004c6f446dd88fd1be8b80d2940806002777dc12a2000000000000000000000000000000000000000000000000000000000000002abb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c009655d398326f99059ff775485246999027b31979550000000000000000000000000000000000000000000013329948249367257999990x2c4812525789930xd3fb273006626b30f51e640f752bcaa16978b0d632050708014324824936725467649360x90ccc3f8419129cde2b51a3da488369604e09a710x4c6f446dd88fd1be8b80d2940806002777dc12a21,8,02025-02-18T10:58:35.000Z0x244c0d5f8e3416c45597accdb901cf9679377b15d9447748b5b7a0c65e013417
Query with partition filter
SELECT *
FROM `tt-contracts.biswap_v3_bsc.BiswapPoolV3_swapY2X_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Factory_NewPool_event

Pool creation events from Biswap V3 decentralized exchange (DEX) factory contract on BNB Smart Chain. Tracks newly deployed liquidity pools with token pairs, fee tiers, and tick spacing (pointDelta) for analyzing market expansion and pool configuration patterns.
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_tokenXSTRINGContract address of the first token in a liquidity pair. Hex-encoded, 0x-prefixed, 42-character string.
in_tokenYSTRINGContract address of the second token in a liquidity pair. Hex-encoded, 0x-prefixed, 42-character string.
in_feeSTRINGFee amount charged for the transaction or operation. String-encoded integer value representing the fee in the smallest unit of the relevant token or currency.
in_pointDeltaSTRINGTick spacing parameter that defines the granularity of price points in the Biswap V3 liquidity pool. Common values are 50 for concentrated liquidity (low fee) and 200 for standard liquidity pools.
in_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_feeaddressin_poolremovedin_tokenXin_tokenYlog_indexblock_numberin_pointDeltablock_timestamptransaction_hash
100000x4d175f2cfe3e2215c1b55865b07787b751cedd360xd772e674cf83f2908cf03f72609277f88f20f60cfalse0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d0xe7ef88b0ce752e2c754c71d1bbb2fa39a4b3d42553329419872002023-10-26T13:41:00.000Z0x3404cead2415ca0a6ac844706e4b4c9fade42725b0020256a14ca0ca853d1355
100000x4d175f2cfe3e2215c1b55865b07787b751cedd360xac3422a7b4f3cfd051a4de26fdd4c2f9c189076cfalse0x55d398326f99059ff775485246999027b31979550xe7ef88b0ce752e2c754c71d1bbb2fa39a4b3d425143323791482002023-10-06T22:58:11.000Z0xb8874d2b1eccb113cf4b93dc17387a6c250ca20cf94c303a5214f79976857866
28000x4d175f2cfe3e2215c1b55865b07787b751cedd360x36df8aac648661b0ad064019a913bf0de4662f5bfalse0x55d398326f99059ff775485246999027b31979550xa6b0eeb1138f9dbe8e6f1a61e2a84f4c675d6ced12432354493502023-10-06T02:21:18.000Z0x0c7f43b7f5efee13f322342669e4826a1d1735367d1ba3b12903175bd3044669
Query with partition filter
SELECT *
FROM `tt-contracts.biswap_v3_bsc.Factory_NewPool_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

limitOrderManager_Claim_event

Limit order claim events from Biswap V3 decentralized exchange on BNS Chain (Binance Smart Chain), tracking when users claim filled or partially filled limit orders with amounts sold and earned. Useful for analyzing limit order execution patterns and liquidity provider behavior at specific price points.
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_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_pointINT64Price tick point identifier for the limit order in the liquidity pool. Integer value representing a specific price level on the order book.
in_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_soldSTRINGAmount of tokens sold in the limit order transaction, represented as a raw integer string. Typically shows ‘0’ when orders are claimed before execution or when no tokens have been sold yet.
in_earnSTRINGAmount of tokens earned by the user when claiming from this limit order on Biswap V3. Represented as a string-encoded integer value, commonly ‘0’ when orders are claimed without earnings.
in_sellXEaryYBOOLDirection of the limit order indicating whether selling token X early for token Y (true) or selling token Y early for token X (false). Determines which side of the trading pair the user’s order operates on.
addressin_earnin_poolin_soldin_userremovedin_pointlog_indexblock_numberin_sellXEaryYblock_timestamptransaction_hash
0xe45d08a10f253c9541c7612a9a70411e4c15dff900x47ceffdd864861f8cd85b8d66c5b0c3a9fc2c71e00x011fa375721780065fd5b78f822acc7c4077b69efalse423802432321199false2023-10-04T22:31:29.000Z0x7dd3a809e676b221f02fe1a56ad8c7dd29d6cfa521a7699b60e00aebbe24817e
0xe45d08a10f253c9541c7612a9a70411e4c15dff900x47ceffdd864861f8cd85b8d66c5b0c3a9fc2c71e00x011fa375721780065fd5b78f822acc7c4077b69efalse423802732321199false2023-10-04T22:31:29.000Z0x7dd3a809e676b221f02fe1a56ad8c7dd29d6cfa521a7699b60e00aebbe24817e
0xe45d08a10f253c9541c7612a9a70411e4c15dff900xa64977e5938e493acbfa160de771acbc433ee09300x2d7db6c558d265b84c0f2316336206b76c0373fffalse276707632302540true2023-10-04T06:53:36.000Z0x8ec86a135fc4f2de90af7818022410ac8b7778069f6c2dd25b0f9b57d90e0748
Query with partition filter
SELECT *
FROM `tt-contracts.biswap_v3_bsc.limitOrderManager_Claim_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

limitOrderManager_collectLimOrder_function

Limit order collection events from Biswap V3 DEX (decentralized exchange) on BSC (BNB Smart Chain), recording earned and decremented token amounts when users collect from partially or fully filled orders. Used for tracking order settlement activity and liquidity provider earnings.
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.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasNUMERICGas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_recipientSTRINGAddress designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_orderIdxSTRINGIndex identifier for the limit order being collected. Unique numeric value per order within the Biswap V3 limit order manager contract.
in_collectDecSTRINGRequested amount of decremented tokens to collect from the limit order, specified in wei-denomination. Uses maximum uint128 value to collect all available decremented tokens.
in_collectEarnSTRINGMaximum amount of earned tokens (e.g., fees, rewards) the user requests to collect from their limit order, expressed in token’s smallest unit. Often set to max uint128 value to collect all available earnings.
out_actualCollectDecSTRINGActual amount of decremented tokens collected from the limit order, denominated in the order’s base token. Returns zero when no decremented tokens were available for collection.
out_actualCollectEarnSTRINGActual amount of earned tokens collected from the limit order on Biswap V3 (BSC). Wei-denominated integer representing the profit or fees accrued, often zero if order was unfilled.
gasvaluestatusgas_usedsignatureto_addressin_orderIdxblock_numberfrom_addressin_recipientin_collectDectrace_addressin_collectEarnblock_timestamptransaction_hashout_actualCollectDecout_actualCollectEarn
4440950true2402630x8f1594510xe45d08a10f253c9541c7612a9a70411e4c15dff91344537130x48ad375c0a2cb41ab3311839e95dc51baf8167f60x48ad375c0a2cb41ab3311839e95dc51baf8167f63402823669209384634633746074317682114553402823669209384634633746074317682114552023-12-18T05:58:49.000Z0x040ed90f1b55fbe02f6c23303e01efef3206d73d3349798dacb84fc3863bbbb4010290316399848070075577
2953830true2395830x8f1594510xe45d08a10f253c9541c7612a9a70411e4c15dff90344595630x48ad375c0a2cb41ab3311839e95dc51baf8167f60x48ad375c0a2cb41ab3311839e95dc51baf8167f63402823669209384634633746074317682114553402823669209384634633746074317682114552023-12-18T10:52:02.000Z0x8cae2c44d4677a05c8acd3137f4152c0f2a1ad323d1ffaf8e2f04a17f401c9b8010544613873437511459961
3434980true2564710x8f1594510xe45d08a10f253c9541c7612a9a70411e4c15dff90388441620xcc66e94f4d97d76707a70a5b331521f87bb499920xcc66e94f4d97d76707a70a5b331521f87bb499923402823669209384634633746074317682114553402823669209384634633746074317682114552024-05-19T00:24:35.000Z0x7aa40d5f44d47e91f1cf4d2b6cf43d35d57a17c26698a7a149157579da25e2ae098039205880418977193
Query with partition filter
SELECT *
FROM `tt-contracts.biswap_v3_bsc.limitOrderManager_collectLimOrder_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

limitOrderManager_decLimOrder_function

Limit order decrease function calls from Biswap V3 (DEX - decentralized exchange) on BSC, recording order index, amount, deadline, and actual token delta. Used for analyzing limit order modifications and partial fills in Biswap’s concentrated liquidity 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.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasNUMERICGas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_orderIdxSTRINGIndex identifier for the limit order being decremented within the Biswap V3 limit order manager contract. Typically starts at 0 and increments for multiple orders from the same address.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_deadlineSTRINGTimestamp after which the transaction or operation becomes invalid and will revert. Unix timestamp in seconds.
out_actualDeltaSTRINGToken amount actually received or transferred when the limit order was decremented, denominated in the order’s output token with full decimal precision. Values vary significantly based on order size and token decimals, as seen in samples ranging from sub-unit amounts to tens of thousands of tokens.
gasvaluestatusgas_usedin_amountsignatureto_addressin_deadlinein_orderIdxblock_numberfrom_addresstrace_addressblock_timestampout_actualDeltatransaction_hash
3396140true1415053402823669209384634633746074317682114550x1490d44b0xe45d08a10f253c9541c7612a9a70411e4c15dff917672256000442845770xe45d08a10f253c9541c7612a9a70411e4c15dff902024-11-24T07:48:17.000Z145650000000000000000000x40930e05de7f4e5f466698d7d23a5ba30d43e89a59dfe2b7d598e8a7be65c9ec
3303800true1327283402823669209384634633746074317682114550x1490d44b0xe45d08a10f253c9541c7612a9a70411e4c15dff917672256000366846640xe45d08a10f253c9541c7612a9a70411e4c15dff902024-03-04T21:05:49.000Z599300000000000000000x35f84faa0f487e24197af7ab80c619199e9f82df160f8d89247ae2524652c83e
3467340true1348573402823669209384634633746074317682114550x1490d44b0xe45d08a10f253c9541c7612a9a70411e4c15dff917672256000366631010xe45d08a10f253c9541c7612a9a70411e4c15dff902024-03-04T03:05:54.000Z5435788719325903964890xae0d9baafe7d49f18e5d94de8b7bb2071b3891944416d497cce37f4e74dd7737
Query with partition filter
SELECT *
FROM `tt-contracts.biswap_v3_bsc.limitOrderManager_decLimOrder_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

limitOrderManager_NewLimitOrder_event

Limit order creation events from Biswap V3 decentralized exchange (DEX) on BNB Smart Chain, tracking order parameters including pool address, price point, order size, direction (buy/sell), and user account. Used for analyzing limit order book dynamics and maker order placement patterns.
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_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_pointINT64Price tick point identifier for the limit order in the liquidity pool. Integer value representing a specific price level on the order book.
in_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_sellingRemainSTRINGInitial amount of tokens remaining to be sold in the limit order, denominated in the token’s smallest unit. This value equals in_amount at order creation and decreases as the order fills.
in_earnSTRINGCumulative amount earned by the limit order at the time of this event, denominated in the receiving token. Initialized to zero when the order is created, indicating no fills have occurred yet.
in_sellXEaryYBOOLDirection flag indicating whether the limit order is selling token X to buy token Y (true) or selling token Y to buy token X (false). This determines the order’s trading direction within the concentrated liquidity pool.
addressin_earnin_poolin_userremovedin_pointin_amountlog_indexblock_numberin_sellXEaryYblock_timestampin_sellingRemaintransaction_hash
0xe45d08a10f253c9541c7612a9a70411e4c15dff900xa64977e5938e493acbfa160de771acbc433ee0930xd0fa4dcb3b4a3357cfed3f0a1dc63c6b6a5c8900false280306148154317825033326061632491088false2023-10-10T20:39:14.000Z6148154317825033326060x32a075af1ae2e1e052fae189369deff2841eeb0e755b442922779d3e6d47dba4
0xe45d08a10f253c9541c7612a9a70411e4c15dff900xa64977e5938e493acbfa160de771acbc433ee0930x84a786fbeba0336dfc63bf6eef2b2788f286a4e5false280751467918636201225698554632482320false2023-10-10T13:19:41.000Z1467918636201225698550xf03d41d7183e94efc057cfc5316c3d52f530803d5bcdf28744201d056d2937d6
0xe45d08a10f253c9541c7612a9a70411e4c15dff900xa64977e5938e493acbfa160de771acbc433ee0930xed3cbc416a52cffbada1a7a898de2e985a48ca4afalse276805942480000000000000001632024550false2023-09-24T14:31:05.000Z5942480000000000000000x8ceb80d9e7ed5587071e08f4c7d1fd7cf7e15908a668bae6e0dfaa06ba698e40
Query with partition filter
SELECT *
FROM `tt-contracts.biswap_v3_bsc.limitOrderManager_NewLimitOrder_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

liquidityManager_DecLiquidity_event

Liquidity decrease events from Biswap V3 decentralized exchange on BSC, tracking NFT position liquidity removals with token amounts and delta changes. Used for analyzing liquidity provider withdrawal activity and position management across V3 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_nftIdSTRINGNFT identifier representing the liquidity position being decreased in the Biswap V3 liquidity manager contract. Integer value stored as string, uniquely identifies the LP position token on BSC.
in_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_liquidityDeltaSTRINGChange in liquidity for a concentrated liquidity position. Numeric string representation of the signed delta value, where positive values indicate liquidity additions and negative values indicate liquidity removals.
in_amountXSTRINGAmount of token X involved in the liquidity operation. Numeric string representation of token quantity in smallest denomination.
in_amountYSTRINGAmount of token Y involved in the liquidity operation. Numeric string representation of token quantity in smallest denomination.
addressin_poolremovedin_nftIdlog_indexin_amountXin_amountYblock_numberblock_timestamptransaction_hashin_liquidityDelta
0xa6fa4115f9c6b3aca9454df84b43deb7fe3890190x0749052f6dc98c30b0dec988663d4ae205268edafalse726814630010500749798270803180025306627237624322084852023-10-01T00:13:56.000Z0x453502b159bfb071d030a4d655ae78771fc8712afa98d82b8f5fd644071c489722970672323024983
0xa6fa4115f9c6b3aca9454df84b43deb7fe3890190x17b27dd90c967d92e0042e1a86b423701a1b8305false29015600322180652023-10-01T08:13:40.000Z0xe64ad09374b72fe76cf379847725650cfea4e9615c1961b7994b56975e5b5ce30
0xa6fa4115f9c6b3aca9454df84b43deb7fe3890190x17b27dd90c967d92e0042e1a86b423701a1b8305false2901199609943321869937230865503788322180902023-10-01T08:14:55.000Z0xc23263ce9ad67c9782d64b0cc52b40b3e62403ee77762a66ca2d15f791b4e1e023863382573
Query with partition filter
SELECT *
FROM `tt-contracts.biswap_v3_bsc.liquidityManager_DecLiquidity_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pool_Burn_event

Liquidity removal events from concentrated liquidity pools recording withdrawn token amounts and position tick ranges. Contains owner address, liquidity amount burned, token amounts withdrawn (amount0/amount1), and tick boundaries for tracking position liquidations and TVL changes.
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_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
in_leftPointINT64Left boundary of the liquidity position’s price tick range in the Biswap V3 pool. When burned (liquidity removed), this value defines the lower price point of the concentrated liquidity position being withdrawn.
in_rightPointINT64Right boundary tick of the liquidity position being burned in the concentrated liquidity pool. Represents the upper price point of the tick range where liquidity is being removed.
in_liquiditySTRINGTotal liquidity available in the pool at the time of the event. Numeric string representation of liquidity in smallest denomination.
in_amountXSTRINGAmount of token X involved in the liquidity operation. Numeric string representation of token quantity in smallest denomination.
in_amountYSTRINGAmount of token Y involved in the liquidity operation. Numeric string representation of token quantity in smallest denomination.
in_stateSTRUCT<currentPoint INT64, fee STRING, liquidity STRING, liquidityX STRING>State identifier or account address representing the protocol’s global state or configuration. Base58-encoded Solana public key for Solana programs, numeric identifier for EVM event logs.
addressremovedin_ownerin_statelog_indexin_amountXin_amountYblock_numberin_leftPointin_liquidityin_rightPointblock_timestamptransaction_hash
0x5995fbce50d945f3fc0f9a97a72113da430c041cfalse0xa6fa4115f9c6b3aca9454df84b43deb7fe389019{“fee”:“800”,“liquidity”:“0”,“liquidityX”:“0”,“currentPoint”:47975}37179899999998481069078318608389320398994692094414196807489302023-09-25T03:20:25.000Z0x46055c7f8106f0090ae9c0a856a32dcae9b93925b8cfb2299bfd462dbccb3790
0x6073625aabce27372b97b57529dd05c2bd4bcb94false0xa6fa4115f9c6b3aca9454df84b43deb7fe389019{“fee”:“2800”,“liquidity”:“12381305452114”,“liquidityX”:“10187712031149”,“currentPoint”:161711}91003204176116035001624002023-09-25T04:53:54.000Z0x18fb20c5e500bff4562b772c17c24152b45dd5d3489d221c4772242031bac6fe
0x54aecdbaf106a769076a4ee7571f3a1cd9272b54false0xa6fa4115f9c6b3aca9454df84b43deb7fe389019{“fee”:“2800”,“liquidity”:“137801661979673085”,“liquidityX”:“67827893507129420”,“currentPoint”:-28128}1320032036057-290000-269502023-09-25T00:07:34.000Z0xbe3d72f59dc5e031a8b0fb73fa702cb3cd437b0451e585b2787af8c903617d07
Query with partition filter
SELECT *
FROM `tt-contracts.biswap_v3_bsc.Pool_Burn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pool_ChangeLiquidityState_event

Liquidity position state changes from Biswap V3 pools on BNB Smart Chain, tracking additions and removals with tick ranges, liquidity deltas, and accumulated fee metrics. Used for analyzing LP activity, position management, and fee accrual patterns across concentrated liquidity ranges.
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_lpSTRUCT<liquidSum STRING, liquidDelta STRING, accFeeXOut_128 STRING, accFeeYOut_128 STRING, isEndpt BOOL, feeTimesL STRING, accFPOut_128 STRING>Liquidity pool contract address. Hex-encoded, 0x-prefixed, 42-character string.
in_rpSTRUCT<liquidSum STRING, liquidDelta STRING, accFeeXOut_128 STRING, accFeeYOut_128 STRING, isEndpt BOOL, feeTimesL STRING, accFPOut_128 STRING>State snapshot of the right boundary point in Biswap V3’s price range affected by this liquidity change. Contains accumulated fee metrics and liquidity totals at the right tick position; typically shows zero values when the right point is not an active endpoint.
in_lpnINT64Left point index (point number) defining one boundary of the liquidity range in the Biswap v3 concentrated liquidity pool. Typically paired with in_rpn to demarcate a specific price tick range where liquidity is being added or removed.
in_rpnINT64Right point identifier for the liquidity range affected by this state change. Represents the upper tick boundary of the position in Biswap V3’s concentrated liquidity model.
in_lpin_rpin_lpnin_rpnaddressremovedlog_indexblock_numberblock_timestamptransaction_hash
{“isEndpt”:true,“feeTimesL”:“7491690640998676000”,“liquidSum”:“9364613301248345”,“liquidDelta”:“9364613301248345”,“accFPOut_128”:“14509249006003000242323528174576072849286824”,“accFeeXOut_128”:“67534372671403760632729850303511967331”,“accFeeYOut_128”:“99734007293744096101642116772492108625316”}{“isEndpt”:false,“feeTimesL”:“0”,“liquidSum”:“0”,“liquidDelta”:“0”,“accFPOut_128”:“0”,“accFeeXOut_128”:“0”,“accFeeYOut_128”:“0”}73420734250x46d71eaa3c7ba030a1573cd6587ef4231df21b7efalse282325708852023-10-13T15:23:33.000Z0x2a3a0be119e2e55cf390b813d878cef8934f4b0f4ef78b557f397dfb2f98ef1c
{“isEndpt”:true,“feeTimesL”:“7611054476074169600”,“liquidSum”:“9513818095092712”,“liquidDelta”:“-9513818095092712”,“accFPOut_128”:“22441032285670927047759350863163393198948164”,“accFeeXOut_128”:“6085153545742376801478580353843705198267”,“accFeeYOut_128”:“28886190663734975767212135660978355422”}{“isEndpt”:false,“feeTimesL”:“0”,“liquidSum”:“0”,“liquidDelta”:“0”,“accFPOut_128”:“0”,“accFeeXOut_128”:“0”,“accFeeYOut_128”:“0”}-53280-532700xd647583eadc9d6bdffb88be8f47d8f858fc2a61cfalse163325679442023-10-13T12:55:17.000Z0x3cb0e825e5494e60cea219ba2082e41e7c221117fcfcf928edc39109a555d32f
{“isEndpt”:true,“feeTimesL”:“45099863061920477112000”,“liquidSum”:“56374828827400596390”,“liquidDelta”:“56374828827400596390”,“accFPOut_128”:“15365544439396654135366167397891730001386004”,“accFeeXOut_128”:“138159801000424938211624116813860789284”,“accFeeYOut_128”:“26657778267199448624634092683946851608819”}{“isEndpt”:false,“feeTimesL”:“0”,“liquidSum”:“0”,“liquidDelta”:“0”,“accFPOut_128”:“0”,“accFeeXOut_128”:“0”,“accFeeYOut_128”:“0”}53260532700x444ed79c5f80676ae9d110952a8563483df802a9false52325645812023-10-13T10:06:51.000Z0xdc2475a135928fbcca454006e07cf72548de3a4efb66ffe5b1613023bddbdb8f
Query with partition filter
SELECT *
FROM `tt-contracts.biswap_v3_bsc.Pool_ChangeLiquidityState_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pool_CollectLimitOrder_event

Limit order collection events from Biswap V3 decentralized exchange (DEX) pools on BNB Smart Chain (BSC). Records when liquidity providers withdraw earned tokens from their limit orders, including collection amounts, price points, and order direction.
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_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
in_recipientSTRINGAddress designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_pointINT64Price tick point identifier for the limit order in the liquidity pool. Integer value representing a specific price level on the order book.
in_collectDecSTRINGAmount of tokens being decreased or collected from the limit order, denominated in the token’s smallest unit. Typically represents the unfilled portion being withdrawn when in_collectEarn is zero.
in_collectEarnSTRINGAmount of tokens earned from the limit order in raw token units. Non-zero when the order has been filled and tokens are being collected by the owner.
in_sellXEarnYBOOLDirection flag indicating whether the limit order sells token X to earn token Y (true) or sells token Y to earn token X (false). Determines which token is being sold and which is being earned in the limit order collection.
addressremovedin_ownerin_pointlog_indexblock_numberin_recipientin_collectDecin_sellXEarnYin_collectEarnblock_timestamptransaction_hash
0xa64977e5938e493acbfa160de771acbc433ee093false0xe45d08a10f253c9541c7612a9a70411e4c15dff92725561320910990xb42eb21fe784409148ab22b35f1541731e4c7922156900000000000000000000false02023-09-26T22:07:45.000Z0xe0b80e6fa637cec775e8bf28bc846913cf4e51198692df3befba0f052028a28e
0xa64977e5938e493acbfa160de771acbc433ee093false0xe45d08a10f253c9541c7612a9a70411e4c15dff92725579320912720xb42eb21fe784409148ab22b35f1541731e4c7922156900000000000000000000false02023-09-26T22:16:24.000Z0x0c6d5576f9602ff42f3a68bdba53068b0038ddef1c22ab7c8f25f11b6f669c63
0xa64977e5938e493acbfa160de771acbc433ee093false0xe45d08a10f253c9541c7612a9a70411e4c15dff92809051320921140xb42eb21fe784409148ab22b35f1541731e4c792210248619999999999000000true02023-09-26T22:59:22.000Z0x33a09cced359c4caf8fb4bfbc61729b74ef2e9cfb4d5176b58c15e51f176151b
Query with partition filter
SELECT *
FROM `tt-contracts.biswap_v3_bsc.Pool_CollectLimitOrder_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pool_collectLimOrder_function

Limit order collection events from Biswap V3 liquidity pools on BNB Smart Chain, recording earned fees and decreasing token amounts withdrawn by recipients at specific price points. Used for analyzing limit order profitability and liquidity provider earnings across concentrated liquidity ranges.
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.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasNUMERICGas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_recipientSTRINGAddress designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_pointINT64Price tick point identifier for the limit order in the liquidity pool. Integer value representing a specific price level on the order book.
in_collectDecSTRINGRequested amount of the decreasing token to collect from the limit order at the specified price point. Typically zero when collecting the earning token, otherwise contains the wei-denominated token amount being withdrawn.
in_collectEarnSTRINGAmount of “earn” tokens requested to be collected from the limit order at the specified price point. Denominated in the smallest token unit (wei-equivalent); null or zero when collecting “dec” tokens instead.
in_isEarnYBOOLBoolean flag indicating whether earnings are collected in token Y (true) or token X (false) for this limit order. All sample rows show false, meaning earnings were collected in token X.
out_actualCollectDecSTRINGAmount of decreasing (Dec) tokens actually collected from the limit order after execution. Raw token amount represented as a string to preserve precision for tokens with high decimal places.
out_actualCollectEarnSTRINGActual amount of earned tokens collected from the limit order at the specified price point. Denominated in wei (smallest token unit), may differ from requested amount due to available liquidity.
gasvaluestatusgas_usedin_pointsignaturein_isEarnYto_addressblock_numberfrom_addressin_recipientin_collectDectrace_addressin_collectEarnblock_timestamptransaction_hashout_actualCollectDecout_actualCollectEarn
3059380true37707407600x6ad1718ffalse0x47ceffdd864861f8cd85b8d66c5b0c3a9fc2c71e573521350xe45d08a10f253c9541c7612a9a70411e4c15dff90xf6dd42ae532ee92a68183ff4ebc1b0a820589fb50311366636526677971165602025-08-12T15:23:12.000Z0xa3d15f693156d42493bbdf1f519ade96ff5a9566cdc1fabda5d250cb0350cdfe01136663652667797116560
3056270true37729381650x6ad1718ffalse0xa64977e5938e493acbfa160de771acbc433ee093573009760xe45d08a10f253c9541c7612a9a70411e4c15dff90xc793d665856aacb123431e1c8262d24a8f1c5de403220088818262686659752025-08-12T04:43:41.000Z0x45be780f84cb53d89ed71fed96771d6df0d8713409f2a70dc221d3b219f122de022008881826268665975
1393660true37669361350x6ad1718ffalse0xa64977e5938e493acbfa160de771acbc433ee093573264270xe45d08a10f253c9541c7612a9a70411e4c15dff90x4b35b14fe361ae16c7e691fdd9f670446eec5eb110000000000000000001,302025-08-12T10:01:50.000Z0xefba19c9509ffcc244045ef3ffcb6087bbbd3ae82b7e6d31a76d3dc812ef40fc10000000000000000000
Query with partition filter
SELECT *
FROM `tt-contracts.biswap_v3_bsc.Pool_collectLimOrder_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pool_CollectLiquidity_event

Liquidity withdrawal events from Biswap V3 concentrated liquidity pools on BNB Smart Chain, recording token amounts (amountX and amountY) collected by liquidity providers within specified price tick ranges (leftPoint to rightPoint). Used for tracking LP position management, fee collection patterns, and capital efficiency analysis across different price ranges.
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_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
in_recipientSTRINGAddress designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_leftPointINT64Left boundary of the price tick range for the liquidity position being collected in Biswap V3. Negative values indicate prices below the reference point, with more negative numbers representing lower price ticks.
in_rightPointINT64Right boundary tick of the liquidity position range being collected from the Biswap V3 pool. Tick values define price points in the concentrated liquidity model, with negative values representing prices below 1:1 ratio.
in_amountXSTRINGAmount of token X involved in the liquidity operation. Numeric string representation of token quantity in smallest denomination.
in_amountYSTRINGAmount of token Y involved in the liquidity operation. Numeric string representation of token quantity in smallest denomination.
addressremovedin_ownerlog_indexin_amountXin_amountYblock_numberin_leftPointin_recipientin_rightPointblock_timestamptransaction_hash
0x060775e7a01e148da179d66a6481b729bd29e55dfalse0xa6fa4115f9c6b3aca9454df84b43deb7fe389019799999999999926399024833685368819000959531746915301560x9ec5a046c5e2ed6eddf8a5a22206ecfb7f450368302072023-09-14T22:28:06.000Z0x06842ce6882a04f39929d8bd2e92f488acc97ab4d9e7840c08dbdf0c5bab0f08
0x060775e7a01e148da179d66a6481b729bd29e55dfalse0xa6fa4115f9c6b3aca9454df84b43deb7fe38901911799999999999732733284534418312162074699531746992301560x9ec5a046c5e2ed6eddf8a5a22206ecfb7f450368301672023-09-14T22:31:57.000Z0x26cd5040c985f420a12ab175f88d33bde0d17561887daba1ea69a29af4182ea4
0x10887006aa59cc7108c3375b0c8386206257b97cfalse0xa6fa4115f9c6b3aca9454df84b43deb7fe389019573286827021115028759192627480305454998065131740639-610000x3e83e5df550317112e9d02524fe7b76f9d7b3628-606002023-09-14T17:13:40.000Z0x970ade3d74f401510ff81645d73633a20734b3ffe0551df8998e02ed0714dd48
Query with partition filter
SELECT *
FROM `tt-contracts.biswap_v3_bsc.Pool_CollectLiquidity_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pool_DecLimitOrder_event

Limit order decrease events from Biswap V3 liquidity pools on BNB Smart Chain, recording when users reduce or cancel their limit orders at specific price points. Useful for analyzing limit order book depth changes and liquidity provider order management strategies.
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_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
in_decreaseAmountSTRINGAmount of tokens being removed from a limit order position in the Biswap V3 pool. String-encoded integer in base token units, often zero when only claiming earnings without reducing position size.
in_pointINT64Price tick point identifier for the limit order in the liquidity pool. Integer value representing a specific price level on the order book.
in_claimSoldSTRINGAmount of tokens sold through the limit order that were claimed in this event, denominated in the smallest unit of the token being sold. Typically zero when decreasing or canceling orders, and populated when settling completed limit orders.
in_claimEarnSTRINGAmount of tokens earned and claimed from the limit order, denominated in the earn token. Represented as a wei-denominated integer string, typically zero at order decrease but non-zero when profits are realized.
in_sellXEarnYBOOLDirection flag indicating whether the limit order sells token X to earn token Y (true) or sells token Y to earn token X (false). This boolean defines the trading direction for the limit order at the specified price point.
addressremovedin_ownerin_pointlog_indexblock_numberin_claimEarnin_claimSoldin_sellXEarnYblock_timestamptransaction_hashin_decreaseAmount
0x517c5d56527dabffbe9d1a1e8b98406f349d3470false0xe45d08a10f253c9541c7612a9a70411e4c15dff9-39450743176197700false2023-09-15T11:02:28.000Z0xdeacb1898a14cc67a83f868d27fcf241b63edaab97f1153a979ddbe9201bfff74993994000000000
0x517c5d56527dabffbe9d1a1e8b98406f349d3470false0xe45d08a10f253c9541c7612a9a70411e4c15dff9-39450723176197700false2023-09-15T11:02:28.000Z0xdeacb1898a14cc67a83f868d27fcf241b63edaab97f1153a979ddbe9201bfff70
0x517c5d56527dabffbe9d1a1e8b98406f349d3470false0xe45d08a10f253c9541c7612a9a70411e4c15dff9-39450753176197700false2023-09-15T11:02:28.000Z0xdeacb1898a14cc67a83f868d27fcf241b63edaab97f1153a979ddbe9201bfff70
Query with partition filter
SELECT *
FROM `tt-contracts.biswap_v3_bsc.Pool_DecLimitOrder_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pool_Flash_event

Flash loan events from liquidity pools recording borrowed amounts and repayment fees for both tokens in the pair. Tracks sender, recipient, borrowed quantities, and actual fees paid for arbitrage and liquidation analysis.
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_recipientSTRINGAddress designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amountXSTRINGAmount of token X involved in the liquidity operation. Numeric string representation of token quantity in smallest denomination.
in_amountYSTRINGAmount of token Y involved in the liquidity operation. Numeric string representation of token quantity in smallest denomination.
in_paidXSTRINGAmount of token X repaid to the pool after the flash loan, denominated in the token’s smallest unit. This value includes the borrowed amount plus fees, with samples showing typical flash loan repayment amounts in wei-equivalent units.
in_paidYSTRINGAmount of token Y repaid to the pool after the flash loan, denominated in the token’s smallest unit (wei-equivalent). This represents the principal plus fee for the Y token borrowed in the flash loan transaction.
addressremovedin_paidXin_paidYin_senderlog_indexin_amountXin_amountYblock_numberin_recipientblock_timestamptransaction_hash
0x928a48c68ca76433ea695d6068f7cfbbeac5f766false13711176646120666976000x9180981034364f683ea25bcce0cff5e03a595bef469140784430747111317316940325221700x9180981034364f683ea25bcce0cff5e03a595bef2023-10-11T22:40:24.000Z0x9b5595be245656ef7dea4cc82d527e602a3536e1b1779c9ab074c5fb0be4afbb
0xbf2aff6e6bb4e210b877fda7a8a28a6e09639f79false968159438651176047900x9180981034364f683ea25bcce0cff5e03a595bef44121019929831397005976860325221700x9180981034364f683ea25bcce0cff5e03a595bef2023-10-11T22:40:24.000Z0x9b5595be245656ef7dea4cc82d527e602a3536e1b1779c9ab074c5fb0be4afbb
0xd647583eadc9d6bdffb88be8f47d8f858fc2a61cfalse78778932922774463473500x9180981034364f683ea25bcce0cff5e03a595bef489847366615346807934182430325221700x9180981034364f683ea25bcce0cff5e03a595bef2023-10-11T22:40:24.000Z0x9b5595be245656ef7dea4cc82d527e602a3536e1b1779c9ab074c5fb0be4afbb
Query with partition filter
SELECT *
FROM `tt-contracts.biswap_v3_bsc.Pool_Flash_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pool_Mint_event

Liquidity provision events emitted when liquidity providers add tokens to concentrated liquidity pools. Records deposited token amounts, tick ranges, liquidity shares, and position owner for DEX pool analytics.
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_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
in_leftPointINT64Left boundary of the concentrated liquidity price range, expressed as a tick point in the Biswap V3 pool. Negative values indicate prices below the reference point, with larger absolute values representing lower price bounds.
in_rightPointINT64Right boundary of the concentrated liquidity position tick range. Defines the upper price limit where the liquidity provider’s position becomes inactive.
in_liquiditySTRINGTotal liquidity available in the pool at the time of the event. Numeric string representation of liquidity in smallest denomination.
in_amountXSTRINGAmount of token X involved in the liquidity operation. Numeric string representation of token quantity in smallest denomination.
in_amountYSTRINGAmount of token Y involved in the liquidity operation. Numeric string representation of token quantity in smallest denomination.
in_stateSTRUCT<currentPoint INT64, fee STRING, liquidity STRING, liquidityX STRING>State identifier or account address representing the protocol’s global state or configuration. Base58-encoded Solana public key for Solana programs, numeric identifier for EVM event logs.
addressremovedin_ownerin_statein_senderlog_indexin_amountXin_amountYblock_numberin_leftPointin_liquidityin_rightPointblock_timestamptransaction_hash
0x17b27dd90c967d92e0042e1a86b423701a1b8305false0xa6fa4115f9c6b3aca9454df84b43deb7fe389019{“fee”:“2800”,“liquidity”:“9025255894584”,“liquidityX”:“144256990452”,“currentPoint”:-198106}0xa6fa4115f9c6b3aca9454df84b43deb7fe38901962482189917081146872356799999999832148802-1987502145478793671-1969502023-09-28T22:21:36.000Z0xd54efd521699bd0537517029dc3826e4d4ba015195e680bdb5621ba46a197cb0
0x17b27dd90c967d92e0042e1a86b423701a1b8305false0xa6fa4115f9c6b3aca9454df84b43deb7fe389019{“fee”:“2800”,“liquidity”:“7008894355420”,“liquidityX”:“144256990452”,“currentPoint”:-198106}0xa6fa4115f9c6b3aca9454df84b43deb7fe38901971120310082918489725761696652159032148957-198750535313415778-1969502023-09-28T22:29:21.000Z0x42a0c468a5b4039491971c4e923259443b816808bede1779021609b5d63157c3
0x3267a6f937ccc076440bb41fd59e990d6cf54ee7false0xa6fa4115f9c6b3aca9454df84b43deb7fe389019{“fee”:“150”,“liquidity”:“68829168713724157510251”,“liquidityX”:“2675190133229316043595”,“currentPoint”:-9}0xa6fa4115f9c6b3aca9454df84b43deb7fe3890196690701299999999999999999932131655-97016156402319774538371-82023-09-28T08:01:09.000Z0x1852ca527548cf42f22b11034bbc8d2aebdc5cc6a9e3884280071f70fc9f18c5
Query with partition filter
SELECT *
FROM `tt-contracts.biswap_v3_bsc.Pool_Mint_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pool_Swap_event

Decentralized exchange (DEX) swap execution events recording token exchanges within liquidity pools. Contains sender, recipient, token amounts, liquidity depth, price data (sqrtPriceX96 or tick), and transaction metadata for tracking trading activity and price movements.
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_returnValuesSTRUCT<amountX STRING, amountY STRING, accFee STRING>Token amounts exchanged and accumulated fees for this swap event on the Biswap V3 DEX (decentralized exchange). Contains amountX (token0 amount), amountY (token1 amount), and accFee (accumulated protocol fees), all denominated in the smallest token unit (wei).
in_stateSTRUCT<currentPoint INT64, fee STRING, liquidity STRING, liquidityX STRING>State identifier or account address representing the protocol’s global state or configuration. Base58-encoded Solana public key for Solana programs, numeric identifier for EVM event logs.
in_sellXEarnYBOOLBoolean flag indicating swap direction: true when selling token X to earn token Y, false when selling token Y to earn token X. Determines which asset is being sold in the liquidity pool swap.
addressremovedin_statelog_indexblock_numberin_sellXEarnYblock_timestampin_returnValuestransaction_hash
0x6f7d4669c9fe2499deb714b7e3816b4a1d3b23d3false{“fee”:“800”,“liquidity”:“5065245100191421”,“liquidityX”:“1346722556111171”,“currentPoint”:-81495}34531646331false2023-09-11T10:25:43.000Z{“accFee”:“6272000000000”,“amountX”:“34076150205764130609”,“amountY”:“9800000000000000”}0xe263e881decf256b892f5069b60a49aff3e44c2d22925733f0932d7f5a6e7b7a
0x6f7d4669c9fe2499deb714b7e3816b4a1d3b23d3false{“fee”:“800”,“liquidity”:“5065245100191421”,“liquidityX”:“4594521425145962”,“currentPoint”:-81449}12231637548false2023-09-11T03:05:27.000Z{“accFee”:“7270315520000”,“amountX”:“39356534676105853956”,“amountY”:“11359868000000000”}0x1994f1e2744f6c8f86dd5d2a2465156b21630139f65a08622ef40efdad192b6a
0xae3fb8e3576bb1051b0cf15ebb8420fd79d9e073false{“fee”:“2800”,“liquidity”:“42418496524301785”,“liquidityX”:“24324067436347514”,“currentPoint”:-1180}4531658421false2023-09-11T20:31:54.000Z{“accFee”:“1495368421891116”,“amountX”:“749706666585740053”,“amountY”:“667575188344247669”}0x62adf5463e7801dad5b7949644e7b786de3c119fd09af5a32e9068265f29795d
Query with partition filter
SELECT *
FROM `tt-contracts.biswap_v3_bsc.Pool_Swap_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100