Skip to main content

Tables

DibsRewarder_Claim_event

Reward claim events from BMX protocol’s Dibs Rewarder contract on Base, tracking epoch-based token distributions to users. Records include user addresses, claimed token amounts, and epoch identifiers for analyzing reward distribution patterns and user claim behavior.
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_tokenSTRINGToken address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_epochSTRINGEpoch identifier for the protocol event or operation. String-encoded numeric value representing the time period or reward cycle.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
addressin_userremovedin_epochin_tokenin_amountlog_indexblock_numberblock_timestamptransaction_hash
0x659458f3b35762416c65184a6d62f669225941980xedcf812f75028659db335c7f1f9cb3ab1a16fc17false60x4e74d4db6c0726ccded4656d0bce448876bb4c7a24834428755975893045315173386202024-07-20T09:09:47.000Z0xde51d5545539a9eaf83687f92042482a065dd36c739fb8a2c895ef3b52c10631
0x659458f3b35762416c65184a6d62f669225941980xedcf812f75028659db335c7f1f9cb3ab1a16fc17false40x4e74d4db6c0726ccded4656d0bce448876bb4c7a27305072494472259363032173386462024-07-20T09:10:39.000Z0xff340f73ebf85758cb8c19d5aa5982370fead8aa850d93c5857bd4809c66943e
0x659458f3b35762416c65184a6d62f669225941980xedcf812f75028659db335c7f1f9cb3ab1a16fc17false20x4e74d4db6c0726ccded4656d0bce448876bb4c7a181691987436547375694742173386632024-07-20T09:11:13.000Z0x0bffae7466ccb4b0f3a6b6d6ed71c09447e499be2c4ca435d43b0bb1c1a95f8c
Query with partition filter
SELECT *
FROM `tt-contracts.bmx_v1_base.DibsRewarder_Claim_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

DibsRewarder_Reward_event

Reward distribution events from the BMX protocol’s DibsRewarder contract on Base, tracking token rewards allocated per epoch. Used for analyzing reward distributions, epoch-based incentive programs, and token emission schedules.
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_tokenSTRINGToken address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_epochSTRINGEpoch identifier for the protocol event or operation. String-encoded numeric value representing the time period or reward cycle.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
addressremovedin_epochin_tokenin_amountlog_indexblock_numberblock_timestamptransaction_hash
0x659458f3b35762416c65184a6d62f66922594198false40x4e74d4db6c0726ccded4656d0bce448876bb4c7a8440700000000000000000100162241142024-06-24T13:59:35.000Z0x4251598d980350a4580c3b228b08f67ba2d72de4bd32b5595262240e5aeaafc2
0x659458f3b35762416c65184a6d62f66922594198false200x4e74d4db6c0726ccded4656d0bce448876bb4c7a121147000000000000000118211503462024-10-16T14:47:19.000Z0x8ddffaaea94846ab4433aaa8941f8d2cde1f4886d1393bbcece294270edb37f4
0x659458f3b35762416c65184a6d62f66922594198false50x4e74d4db6c0726ccded4656d0bce448876bb4c7a829607000000000000000075165275062024-07-01T14:32:39.000Z0x05d7e250ea2e34a7a7580fef76f000a5f12ad8d57a1430cbe61e5d73012b647e
Query with partition filter
SELECT *
FROM `tt-contracts.bmx_v1_base.DibsRewarder_Reward_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

LSSVMPairERC721ERC20_SwapNFTInPair_event

No description available.
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_amountOutSTRINGAmount of output tokens received from the swap. Numeric string representing the token quantity in its smallest denomination.
in_idsARRAY<STRING>Array of token identifiers involved in the batch operation. Numeric strings representing token IDs, which may be sequential integers for fungible positions or large integers for ERC-1155 token types.
in_royaltyAmountSTRING-
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.bmx_v1_base.LSSVMPairERC721ERC20_SwapNFTInPair_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

LSSVMPairERC721ERC20_SwapNFTOutPair_event

NFT purchase events from LSSVM (SudoSwap-style) liquidity pools on Base, recording ERC721 token swaps where users buy NFTs with ERC20 tokens. Contains NFT IDs, payment amounts, royalty fees, and pool addresses for analyzing NFT AMM trading activity.
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_amountInSTRINGAmount of input tokens being swapped or deposited in the transaction. Numeric string representing the token quantity in its smallest denomination.
in_idsARRAY<STRING>Array of token identifiers involved in the batch operation. Numeric strings representing token IDs, which may be sequential integers for fungible positions or large integers for ERC-1155 token types.
in_royaltyAmountSTRINGTotal royalty fees paid in wei for this NFT swap transaction. Can be zero if no royalties apply to the collection being traded.
in_idsaddressremovedlog_indexin_amountInblock_numberblock_timestampin_royaltyAmounttransaction_hash
[“2095”,“2097”,“2094”,“2096”]0x0534be64468b1ca6da180825fd4781f47a539419false1124337585868498530214180022024-10-22T19:29:11.000Z3925417075564280x4a509895192099d771164a5d59a072f1d784a86fd2539f77d9046bb3fae7779c
[“716”]0xafc2c1d58ff277726bbfc791ec6696058ff0a0b3false17293732125834127529214102492024-10-22T15:10:45.000Z27168732125832000x28dcbcfeb3975f1bae6dd4997a993c861368156b20292c34762308035d202908
[“1694”,“495”,“1695”]0x1b0c6134b4a78977dccdea4e4f0db2cc5edc5db4false1423916189401373898214181662024-10-22T19:34:39.000Z3544062806673210x79f4d6da46b78f5b85cfcd0a3cb87c208b0dbdfd495c6186e5cb2b23f5717673
Query with partition filter
SELECT *
FROM `tt-contracts.bmx_v1_base.LSSVMPairERC721ERC20_SwapNFTOutPair_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

LSSVMPairERC721ERC20_swapNFTsForToken_function

No description available.
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.
gasINT64Gas 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_nftIdsARRAY<STRING>Array of NFT token identifiers being swapped or transferred in the operation. String-encoded integers representing unique token IDs within the NFT collection.
in_minExpectedTokenOutputSTRINGMinimum amount of tokens the caller is willing to receive from swapping NFTs. String-encoded integer representing the slippage protection threshold in the token’s smallest unit (wei for ETH).
in_tokenRecipientSTRINGAddress designated to receive the tokens from the NFT swap operation. Hex-encoded, 0x-prefixed, 42-character string.
in_isRouterBOOLIndicates whether the function call originated through a router contract rather than directly from a user address.
in_routerCallerSTRINGAddress of the original caller when the swap was routed through a router contract. Hex-encoded, 0x-prefixed, 42-character string representing the end user’s address, or zero address when called directly.
in_propertyCheckerParamsSTRING-
out_outputAmountSTRINGAmount of tokens received from swapping NFTs. String-encoded integer representing the token quantity in the smallest unit (wei for ETH).
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.bmx_v1_base.LSSVMPairERC721ERC20_swapNFTsForToken_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

LSSVMPairERC721ERC20_swapNFTsForToken2_function

No description available.
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.
gasINT64Gas 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_nftIdsARRAY<STRING>Array of NFT token identifiers being swapped or transferred in the operation. String-encoded integers representing unique token IDs within the NFT collection.
in_minExpectedTokenOutputSTRINGMinimum amount of tokens the caller is willing to receive from swapping NFTs. String-encoded integer representing the slippage protection threshold in the token’s smallest unit (wei for ETH).
in_tokenRecipientSTRINGAddress designated to receive the tokens from the NFT swap operation. Hex-encoded, 0x-prefixed, 42-character string.
in_isRouterBOOLIndicates whether the function call originated through a router contract rather than directly from a user address.
in_routerCallerSTRINGAddress of the original caller when the swap was routed through a router contract. Hex-encoded, 0x-prefixed, 42-character string representing the end user’s address, or zero address when called directly.
out_outputAmountSTRINGAmount of tokens received from swapping NFTs. String-encoded integer representing the token quantity in the smallest unit (wei for ETH).
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.bmx_v1_base.LSSVMPairERC721ERC20_swapNFTsForToken2_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

LSSVMPairERC721ERC20_swapTokenForSpecificNFTs_function

Token-to-NFT swap transactions from LSSVM (Sudoswap) ERC721/ERC20 liquidity pairs on Base, capturing specific NFT ID purchases with token input amounts and slippage limits. Used for analyzing NFT marketplace liquidity pool trading patterns and price discovery dynamics.
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.
gasINT64Gas 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_nftIdsARRAY<STRING>Array of NFT token identifiers being swapped or transferred in the operation. String-encoded integers representing unique token IDs within the NFT collection.
in_maxExpectedTokenInputSTRINGMaximum amount of tokens the buyer is willing to spend for the NFT swap. Numeric string representing the token quantity in its smallest denomination.
in_nftRecipientSTRINGAddress designated to receive the NFTs from the swap operation. Hex-encoded, 0x-prefixed, 42-character string.
in_isRouterBOOLIndicates whether the function call originated through a router contract rather than directly from a user address.
in_routerCallerSTRINGAddress of the original caller when the swap was routed through a router contract. Hex-encoded, 0x-prefixed, 42-character string representing the end user’s address, or zero address when called directly.
out_anon0STRINGActual amount of tokens provided by the maker in the order or swap execution. Numeric string representing the token quantity in its smallest denomination.
gasvaluestatusgas_usedin_nftIdsout_anon0signatureto_addressin_isRouterblock_numberfrom_addresstrace_addressblock_timestampin_nftRecipientin_routerCallertransaction_hashin_maxExpectedTokenInput
10427260true222077[“3407”,“4025”,“4051”]23685687558465880x6d8b99f70xd35ce421f0a6a6b724894bb46a42d646cc0608c0false226990220x68d493a7daae88b296026e667cb1f2e82fa466d30,4,0,32024-11-21T11:09:51.000Z0x68d493a7daae88b296026e667cb1f2e82fa466d30x68d493a7daae88b296026e667cb1f2e82fa466d30x51766c45b810678a969dc17120af531aeacad015dfccc90c1b11a811d166415b2368568755846588
10508200true214477[“4056”,“4044”,“4047”]23685687558465880x6d8b99f70xd35ce421f0a6a6b724894bb46a42d646cc0608c0false226991550x68d493a7daae88b296026e667cb1f2e82fa466d30,6,0,32024-11-21T11:14:17.000Z0x68d493a7daae88b296026e667cb1f2e82fa466d30x68d493a7daae88b296026e667cb1f2e82fa466d30x2425ab2b5710fd880250ae1b14a03a2cddb550177f7c42471d121a28791e977c2368568755846588
10346300true222077[“4048”,“4046”,“4058”]23685687558465880x6d8b99f70xd35ce421f0a6a6b724894bb46a42d646cc0608c0false226957660x68d493a7daae88b296026e667cb1f2e82fa466d30,5,0,32024-11-21T09:21:19.000Z0x68d493a7daae88b296026e667cb1f2e82fa466d30x68d493a7daae88b296026e667cb1f2e82fa466d30x1a94d7d0747019275980eab431d637ee265947b89b09f16bfd54a4812abee2692368568755846588
Query with partition filter
SELECT *
FROM `tt-contracts.bmx_v1_base.LSSVMPairERC721ERC20_swapTokenForSpecificNFTs_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

MultiAccount_AddAccount_event

Account creation events from BMX protocol’s multi-account system on Base, linking user addresses to named sub-accounts. Used for tracking account management activity and mapping between primary users and their trading sub-accounts.
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_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_nameSTRINGName or label identifier for the entity being created, registered, or updated in the event.
addressin_namein_userremovedlog_indexin_accountblock_numberblock_timestamptransaction_hash
0x6d63921d8203044f6abad8f346d3aea9a2719dddrainbow0x196ae16a9387a3dc5de811467a2e37d7febed304false4480xf4cc4cd8cd67387cce0f72f0cfa48a52c85e54ab221211772024-11-08T02:08:21.000Z0x7c43e1145e7b92bf053bf586fde17914c2695c238ea00857ff3f3f6e7999f3e1
0x6d63921d8203044f6abad8f346d3aea9a2719dddbmx0xcbadf6880566bbb360e313cd95d67c8dfde1ab7bfalse2700xba3f315b9819b4aa804c4e0805c7c8fddf8df491221530872024-11-08T19:52:01.000Z0x4dfc18e77d6f8d2c9848d61bb14feb8d5eaba60959ab34624eaacb053bb9f690
0x6d63921d8203044f6abad8f346d3aea9a2719ddda50x0eafbfa3979028e531ac2ea9bfa9f1766d6efa8cfalse1550x2b5f9fd61930b582430f6a1f575431ac6b8328b4172618522024-07-18T14:30:51.000Z0xbddc15d40b72c2b22ae0e892c69cd39a52a7955532e87685dd06463218d6ba2f
Query with partition filter
SELECT *
FROM `tt-contracts.bmx_v1_base.MultiAccount_AddAccount_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

MultiAccount_Call_event

Event logs from BMX protocol’s MultiAccount contract on Base capturing delegated smart account operations with encoded call data, execution status, and user-account relationships for analyzing protocol interaction patterns and transaction success rates.
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_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in__callDataSTRINGABI-encoded calldata representing the function call executed on behalf of the multi-account user. Hex-encoded bytes beginning with 0x, containing the function selector and encoded parameters for the delegated call.
in__successBOOLBoolean flag indicating whether the delegated call execution completed successfully. True when the call succeeded, false when it reverted or failed.
in__resultDataSTRINGABI-encoded return data from the executed call on the account contract. Empty (0x) when the call completes successfully with no return value.
addressin_userremovedlog_indexin_accountin__successblock_numberin__callDatain__resultDatablock_timestamptransaction_hash
0x6d63921d8203044f6abad8f346d3aea9a2719ddd0x567f65992ea5586f917197cb2680dcbc76b751defalse2620x30a9e09c78ba867d4cf20d163712c58ead87fdb7true190838390x501e891f0000000000000000000000000000000000000000000000000000000000016f390000000000000000000000000000000000000000000000013e4d0a7ad85c00000000000000000000000000000000000000000000000000167f482d3c5b1c000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000066d0c2860x2024-08-29T18:43:45.000Z0xae5942ce7e1c3dc5f49df5a5375f07959b6564bc3b7af939e224069f4cdeb27f
0x6d63921d8203044f6abad8f346d3aea9a2719ddd0x567f65992ea5586f917197cb2680dcbc76b751defalse6960x30a9e09c78ba867d4cf20d163712c58ead87fdb7true190838530x501e891f0000000000000000000000000000000000000000000000000000000000016f3b00000000000000000000000000000000000000000000000096f9f8dc4f79800000000000000000000000000000000000000000000000002fe8c5c495faf9000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000066d0c2a00x2024-08-29T18:44:13.000Z0x04cc8dbe2f350854658ede797125a96340af34b2451b2f2661f1e99232464d3e
0x6d63921d8203044f6abad8f346d3aea9a2719ddd0x567f65992ea5586f917197cb2680dcbc76b751defalse2300x30a9e09c78ba867d4cf20d163712c58ead87fdb7true190910010x7f2755b200000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000002f0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000050ef6d19ca14000000000000000000000000000000000000000000000000005cea873ed6bb8800000000000000000000000000000000000000000000000000056b3af6f2598a0000000000000000000000000000000000000000000000000002b59d7b792cc5000000000000000000000000000000000000000000000000003b9b889c69d8ee0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ad78ebc5ac620000000000000000000000000000000000000000000000000000000000000795b11bf00000000000000000000000000000000000000000000000000000000000001e000000000000000000000000000000000000000000000000000000000000000010000000000000000000000009206d9d8f7f1b212a4183827d20de32af3a23c5900000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000066d0f944ffffffffffffffffffffffffffffffffffffffffffffffea0170e67ebe9bba2400000000000000000000000000000000000000000000000050e5ef5e1177c000000000000000000000000000000000000000000000000000000000000000014012b989a51ce9312531c62f2a7dbabe4812539ce6532ebe00eb4cd5ab375f96c90000000000000000000000008a59b05281ac699321d93974a228e7ec0a2c9357000000000000000000000000ec663d5be6478617f17fdb14fe7ce126877442420000000000000000000000000000000000000000000000000000000000000020d97a47052abc201b6b1c45d98c3a60662cdd0faff5d82966d52a5c5c219aab890000000000000000000000000000000000000000000000000000000000000041cd5b915c9f1ddf5231eceb588615b543ef4247bbb872bff4e7d880af4e5c425f7d2ab68d11fd75663e556e38ea9a09a338189f6ba626516907fcb71839645a541c000000000000000000000000000000000000000000000000000000000000000x2024-08-29T22:42:29.000Z0x484a0cef9a7bcaef93b59a52bfcdcc1e15432d3d8dff4eba3f6ef084612e4ff7
Query with partition filter
SELECT *
FROM `tt-contracts.bmx_v1_base.MultiAccount_Call_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

MultiAccount_DepositForAccount_event

Deposit events from BMX (Base) protocol’s MultiAccount contract tracking when users fund trading accounts. Used for analyzing capital flows, account funding patterns, and user deposit behavior across the platform.
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_accountSTRINGAccount address involved in the transaction 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.
addressin_userremovedin_amountlog_indexin_accountblock_numberblock_timestamptransaction_hash
0x6d63921d8203044f6abad8f346d3aea9a2719ddd0xd1a0b66835d830e9ada42eef436f3aa8005b20b5false602964008210x9128c89194720cbc2143f38851ddf50ffefdda5e224558332024-11-15T20:03:33.000Z0x7c238452833e97c59079375cfe16898ba5d1ed744fca6413dd1cefa17e08b55f
0x6d63921d8203044f6abad8f346d3aea9a2719ddd0x567f65992ea5586f917197cb2680dcbc76b751defalse9000000004450x30a9e09c78ba867d4cf20d163712c58ead87fdb7224465342024-11-15T14:53:35.000Z0x7b13e2e68b06fbf81411ceffb7bb9d3b591e5a1522b452b2b3ca9747a82bdf34
0x6d63921d8203044f6abad8f346d3aea9a2719ddd0x567f65992ea5586f917197cb2680dcbc76b751defalse22000000004700x30a9e09c78ba867d4cf20d163712c58ead87fdb7224416332024-11-15T12:10:13.000Z0xceb4c5e3651f808e7479dd816be8847b675b67aefe65def55e733a9a6546284a
Query with partition filter
SELECT *
FROM `tt-contracts.bmx_v1_base.MultiAccount_DepositForAccount_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

MultiAccount_WithdrawFromAccount_event

Withdrawal events from BMX protocol’s MultiAccount contract on Base, capturing fund movements from sub-accounts to user wallets. Used for tracking account balance changes and analyzing withdrawal patterns across trading accounts.
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_accountSTRINGAccount address involved in the transaction 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.
addressin_userremovedin_amountlog_indexin_accountblock_numberblock_timestamptransaction_hash
0x6d63921d8203044f6abad8f346d3aea9a2719ddd0xa119dd8285463e176065fefd7e91248ae19caa1ffalse1262302502230x752cf723da35d94388dba1c473f008e6b51d0821225358132024-11-17T16:29:33.000Z0x5bbb5dd1cfe7c1cc3b689bf5a359b32365b0c3797d27d4271986a29959ea5b46
0x6d63921d8203044f6abad8f346d3aea9a2719ddd0x13ed158678455526778249c3ef39ab75e27a3c60false9694714312860xfa9ceb6d51e6d83f0f633bd6cbcee8d961d806f3225362412024-11-17T16:43:49.000Z0x6eecb92a48d5b3b86a34b5aee0317418d454ee8c9856705cc0f51bce3b9a95fd
0x6d63921d8203044f6abad8f346d3aea9a2719ddd0x9c5c92138a920462174df83028860d852b849bb0false5142324951240x5723cb0d37fe704d262c60f425701680075c3da9225477362024-11-17T23:06:59.000Z0x2efe0f70d913140067ef4929c0956d5953d1a45bf80624122c4381ef2484b7d7
Query with partition filter
SELECT *
FROM `tt-contracts.bmx_v1_base.MultiAccount_WithdrawFromAccount_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

RewardDistributor_Distribute_event

Reward distribution events from the BMX protocol on Base, capturing token payouts to recipient addresses with distributed amounts. Used for tracking protocol incentive programs and analyzing reward allocation patterns across participants.
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_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
addressremovedin_amountlog_indexblock_numberblock_timestamptransaction_hash
0x1d556f411370e5f1850a51eb66960798e6f5edecfalse88231171020812024-07-14T21:45:09.000Z0x50e3cf17e1b6eba2b9acc863c8f7b228c2c3b714ee7691e288e1d392b1fe05fe
0x06c35893ba9bc454e12c36f4117bc99f75e34346false982142857142480235171020812024-07-14T21:45:09.000Z0x50e3cf17e1b6eba2b9acc863c8f7b228c2c3b714ee7691e288e1d392b1fe05fe
0x06c35893ba9bc454e12c36f4117bc99f75e34346false133928571428520151170659862024-07-14T01:41:59.000Z0x3bc32eabd75afeea393a2af9e9f8ec949d1d02a938c1b364a735a4d9880a3a9b
Query with partition filter
SELECT *
FROM `tt-contracts.bmx_v1_base.RewardDistributor_Distribute_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SudoFactoryWrapper_createPair_function

Liquidity pool creation events from SudoSwap (BMX) NFT automated market maker on Base, capturing pair deployments with NFT collection addresses, bonding curves, pricing parameters, and initial liquidity deposits. Used for tracking new pool launches and analyzing AMM configuration patterns across NFT collections.
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.
gasINT64Gas 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__isBuyBOOLIndicates whether the pair is configured for buying NFTs (true) or selling NFTs (false). Determines the directionality of trades in the liquidity pool.
in__nftSTRINGContract address of the NFT collection. Hex-encoded, 0x-prefixed, 42-character string.
in__tokenSTRINGContract address of the token. Hex-encoded, 0x-prefixed, 42-character string.
in__bondingCurveSTRINGContract address of the bonding curve implementation used for pricing calculations. Hex-encoded, 0x-prefixed, 42-character string.
in__deltaSTRINGDelta parameter for the bonding curve pricing function. Numeric string representation of the price change rate or step size between consecutive NFT trades.
in__spotPriceSTRINGInitial price point for the bonding curve pricing function. Numeric string representation in wei or smallest token denomination.
in__lockDurationSTRINGDuration in seconds that liquidity will be locked in the newly created pair contract. Common values include 86400 (1 day), 345600 (4 days), 432000 (5 days), and 604800 (1 week).
in__initialNFTIDsARRAY<STRING>Array of NFT token IDs used to seed the newly created liquidity pair. Typically contains 1-10 NFT identifiers that are deposited into the pair contract upon creation.
in__initialTokenBalanceSTRINGInitial token balance deposited into the newly created liquidity pair, denominated in the smallest unit of the specified token. Typically zero when creating NFT-only pools, as seen in sample transactions.
out_pairAddressSTRINGContract address of the newly created liquidity pair on Base. Hex-encoded, 0x-prefixed address returned after successful pair creation with specified NFT collection and token parameters.
gasvaluestatusin__nftgas_usedin__deltain__isBuyin__tokensignatureto_addressblock_numberfrom_addressin__spotPricetrace_addressblock_timestampout_pairAddressin__bondingCurvein__lockDurationtransaction_hashin__initialNFTIDsin__initialTokenBalance
8037020true0xec050653efc1e94f0d24cf8a1793ff6bfd396c98753329100000000000000false0x42000000000000000000000000000000000000060x873311260x13918a541e129a7ef210183e5e9c54486da3fb04217167550x60626dbf9b36e89490c4e0a471466e180210744338254170755642792024-10-29T17:27:37.000Z0x3f55370ce541a68976d2ad933376bd0b68c0ca8b0xe41352cb8d9af18231e05520751840559c2a548a3456000x82c845f30c6423c4edffabbaf0d6ff43d8c1be4d5281bae900ff144c491e3fbd[“1196”,“1195”,“1194”,“1192”,“1193”]0
8587210true0x2d7ca40749c2641ce0654ca1a99f0f47fe2838698033860false0x42000000000000000000000000000000000000060x873311260x13918a541e129a7ef210183e5e9c54486da3fb04217167970x60626dbf9b36e89490c4e0a471466e1802107443451422963689892062024-10-29T17:29:01.000Z0x5f061b088d3e92fedbb3804b53e2cdcc2f06efbd0xe41352cb8d9af18231e05520751840559c2a548a4320000xa6ad787e44fde26a5281e6b4a526202bff1bf2c74498578dfca824ae3670eed7[“2296”,“2082”,“2055”,“1995”,“1996”,“2034”]0
5452870true0x9859ffab1cfeafa149408aa6b5a9fc7e500542654942450false0x42000000000000000000000000000000000000060x873311260x13918a541e129a7ef210183e5e9c54486da3fb04217167750x60626dbf9b36e89490c4e0a471466e1802107443392541707556427882024-10-29T17:28:17.000Z0x94eb0516c1ed59af0234c8633ed155590f4049430xe41352cb8d9af18231e05520751840559c2a548a6048000x19cc703aa0c0d773ab118abd48761edc5712444862d21242673fd3d8964994be[“811”]0
Query with partition filter
SELECT *
FROM `tt-contracts.bmx_v1_base.SudoFactoryWrapper_createPair_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SudoFactoryWrapper_PairCreated_event

Trading pair creation events from the BMX SudoFactoryWrapper contract on Base, capturing when new liquidity pairs are deployed with creator addresses, unlock timestamps, and buy/sell direction flags for analyzing pair launches and liquidity provisioning 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_pairSTRINGContract address of the liquidity pool pair created for trading between two tokens. Hex-encoded, 0x-prefixed, 42-character string.
in_creatorSTRINGAddress of the account that initiated the creation event. Hex-encoded, 0x-prefixed, 42-character string.
in_unlockTimeSTRINGUnix timestamp indicating when the liquidity pair will be unlocked and can be withdrawn. Stored as a string representation of seconds since epoch.
in_isBuyBOOLBoolean flag indicating whether the newly created pair supports buying operations. Typically false in these samples, suggesting pairs configured for sell-only or liquidity provision modes.
addressin_pairremovedin_isBuylog_indexin_creatorblock_numberin_unlockTimeblock_timestamptransaction_hash
0x13918a541e129a7ef210183e5e9c54486da3fb040x4a86428445aea0dded258b423d4b45ea257a50bcfalsefalse4070x19145b49fd5e4c345822a4a83fe5543c5bbb785c2153933717304728212024-10-25T14:53:41.000Z0x5de40384097a8b5d249313b1e11bf76ca843b4e9a33cd3c61f66a778a756e153
0x13918a541e129a7ef210183e5e9c54486da3fb040x7bcde491758bff14465a6c3d9cbdd18a1e765ae2falsefalse3530x47ade238cc739dbce060c572e7393467ed6f0c502154216217302192712024-10-25T16:27:51.000Z0x401ef7d79ca670bd8e073600c34598114420af4254b458c3ec48bb8f08de300b
0x13918a541e129a7ef210183e5e9c54486da3fb040x0930b225ff39868672f5f61a8fcf6bc691e80b77falsefalse490x48e53189a4aff640ce484d89b270c4aedfe4e7cc2153175217299392512024-10-25T10:40:51.000Z0xcfb5f705237610516bf027e6c76b6cc45b9994fa087a90f47ea5c1ac9ee1b795
Query with partition filter
SELECT *
FROM `tt-contracts.bmx_v1_base.SudoFactoryWrapper_PairCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SudoVRFRouter_AllowListHookUpdated_event

Configuration change events for SudoVRFRouter’s allowlist hook on Base, tracking updates to the hook contract address used for VRF (Verifiable Random Function) request validation. Useful for monitoring access control changes and VRF router security configuration.
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_newAllowListHookSTRINGContract address of the newly configured allowlist hook in the SudoVRF router system. Hex-encoded, 0x-prefixed 40-character string that references the hook contract controlling access permissions.
addressremovedlog_indexblock_numberblock_timestamptransaction_hashin_newAllowListHook
0x68d493a7daae88b296026e667cb1f2e82fa466d3false128219829442024-11-04T21:20:35.000Z0x57fdd5a4c40f2c4b864a8693f7d45042493734464ba70e3b083d90d2ea5cd10c0xfc33ccf5159817e244aa0cea19dfaf6249865489
0xdbb4659f919cadf4f0bb87d02477a739b96326fefalse91210224172024-10-13T15:43:01.000Z0x2ea737be4116baa8aceee6b37b08ecf181c066bd7a78b52916077a0c3c697ec30xfc33ccf5159817e244aa0cea19dfaf6249865489
0xefdd8c665973ed4839aeb0de4667f9b5613bd936false150229190462024-11-26T13:23:59.000Z0x00e899dff4dfc3f367ae88f9b7d70c611aea64627f0f5cde226e4f86265262580xfc33ccf5159817e244aa0cea19dfaf6249865489
Query with partition filter
SELECT *
FROM `tt-contracts.bmx_v1_base.SudoVRFRouter_AllowListHookUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SudoVRFRouter_FeeConfigUpdated_event

Fee configuration change events from the SudoVRF Router contract on Base, tracking updates to VRF (Verifiable Random Function) service fees and recipient addresses. Contains fee amounts in wei (typically 0.005-0.014 ETH) and the designated fee collection address for analyzing protocol fee structure 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_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_feeRecipientSTRINGAddress designated to receive fees collected from the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_feeaddressremovedlog_indexblock_numberblock_timestampin_feeRecipienttransaction_hash
140000000000000000xdbb4659f919cadf4f0bb87d02477a739b96326fefalse59211268132024-10-16T01:42:53.000Z0xb720da1307d62e6c55ff30568657db753e5af11b0xc0c18242ad4da855cbe294918bab15783c5c6a1c970d645e78fbd7514288dcee
140000000000000000x68d493a7daae88b296026e667cb1f2e82fa466d3false58220919142024-11-07T09:52:55.000Z0xb720da1307d62e6c55ff30568657db753e5af11b0x7dfd71fffdefe2faa7df6dc28aa9131a2c0c91552fc40927f399d7857fdc19fb
50000000000000000xbd9bbd45478259f513908c42ddf66de959fbdeeafalse71322644012025-06-30T21:15:49.000Z0xb720da1307d62e6c55ff30568657db753e5af11b0x0da425a545078ee9cdb251aacf1b596547919d9f9075fbc605b530044e027c2f
Query with partition filter
SELECT *
FROM `tt-contracts.bmx_v1_base.SudoVRFRouter_FeeConfigUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SudoVRFRouter_FeeTransferred_event

Fee transfer events from SudoVRFRouter contracts on Base, recording payments from liquidity pairs to recipients with transfer amounts. Used for tracking protocol fee distributions and revenue flows from VRF (Verifiable Random Function) router 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_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_pairSTRINGContract address of the liquidity pool pair created for trading between two tokens. Hex-encoded, 0x-prefixed, 42-character string.
addressin_pairremovedin_amountlog_indexblock_numberin_recipientblock_timestamptransaction_hash
0xdbb4659f919cadf4f0bb87d02477a739b96326fe0x6743a10d8ea5c72ff5277f1d36dbca87d73f09aefalse247301275760550306211869180xb720da1307d62e6c55ff30568657db753e5af11b2024-10-17T11:06:23.000Z0xd7881e4f5d9de2262c400e70a31b6261f73241ca5c81ccc5f405dd55e8473379
0x68d493a7daae88b296026e667cb1f2e82fa466d30x8fb90246ba27156cdac8a35e23efa7e9b871b253false523408793264734525224638270xb720da1307d62e6c55ff30568657db753e5af11b2024-11-16T00:30:01.000Z0xf0527e771f0e5b321ce183ae72d6baa1a365ed81dc928087984a9f1b14412c2c
0x68d493a7daae88b296026e667cb1f2e82fa466d30x8fb90246ba27156cdac8a35e23efa7e9b871b253false1235817586529467124224790900xb720da1307d62e6c55ff30568657db753e5af11b2024-11-16T08:58:47.000Z0x2b55aebd5daf69f6072e317a81b2a4fcf516218ab1bf444c517158d77afab9b3
Query with partition filter
SELECT *
FROM `tt-contracts.bmx_v1_base.SudoVRFRouter_FeeTransferred_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SudoVRFRouter_NFTsBought_event

NFT purchase events from SudoVRF (Verifiable Random Function) router on Base, capturing buyer addresses, NFT token IDs, pair contracts, and final prices paid. Useful for analyzing NFT trading activity and liquidity pool performance across automated market maker 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_pairSTRINGContract address of the liquidity pool pair created for trading between two tokens. Hex-encoded, 0x-prefixed, 42-character string.
in_buyerSTRINGAddress of the account purchasing tokens or assets in the transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_nftIdsARRAY<STRING>Array of NFT token identifiers being swapped or transferred in the operation. String-encoded integers representing unique token IDs within the NFT collection.
in_finalPriceSTRINGFinal price paid for the NFT purchase in the smallest denomination of the payment token (e.g., wei for ETH). Values are string-encoded integers representing the total cost for all NFTs in the transaction.
in_requestIdSTRINGUnique identifier for an asynchronous request or operation. String-encoded integer that tracks requests across submission, fulfillment, cancellation, or claim events.
addressin_pairremovedin_buyerin_nftIdslog_indexblock_numberin_requestIdin_finalPriceblock_timestamptransaction_hash
0xdbb4659f919cadf4f0bb87d02477a739b96326fe0xfbc17aacdfdb7eccc19cfb017d2f9b228ce6c7fdfalse0xb1dd2fdb023cb54b7cc2a0f5d9e8d47a9f7723ce[“1138”,“1068”,“1137”]9521120403114447101145039863029431238128112623424783712466999536693047169686480029923792300000000000000032024-10-15T22:09:13.000Z0x8cb245c38a96b4d3d27611179dbc26ec0a8cd07b682b11b77112122cb5b8ed40
0xdbb4659f919cadf4f0bb87d02477a739b96326fe0x28f07f6a057b60a960d26ef1585adefdc722ae77false0xb1dd2fdb023cb54b7cc2a0f5d9e8d47a9f7723ce[“20615”]190211088863225178815432538726413230088637472720845697922864541595058414123778665593275810000000000000012024-10-15T15:45:19.000Z0x18771327cbd2bf687e171be229d417e355414d4a199e874300c4cf2c0b112deb
0xdbb4659f919cadf4f0bb87d02477a739b96326fe0xeecc2335fea30036fcf21c9da06b917d9da6cdfdfalse0xb1dd2fdb023cb54b7cc2a0f5d9e8d47a9f7723ce[“41958”]57211236668240634209467281244056784465123096193956386243830344284249690278641209829954510000000000000012024-10-15T23:57:59.000Z0xbb49b9ff31007de79c1227b4cf7a329c0e74c0c7a5329f761d908a76e52333d0
Query with partition filter
SELECT *
FROM `tt-contracts.bmx_v1_base.SudoVRFRouter_NFTsBought_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SudoVRFRouter_NFTsSold_event

No description available.
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_pairSTRINGContract address of the liquidity pool pair created for trading between two tokens. Hex-encoded, 0x-prefixed, 42-character string.
in_sellerSTRINGAddress of the account selling tokens or assets in the transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_nftIdsARRAY<STRING>Array of NFT token identifiers being swapped or transferred in the operation. String-encoded integers representing unique token IDs within the NFT collection.
in_outputAmountSTRINGExpected amount of destination tokens to be received from the swap operation. Numeric string representation of token quantity in smallest denomination.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.bmx_v1_base.SudoVRFRouter_NFTsSold_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SudoVRFRouter_Refunded_event

Refund event records from the SudoVRFRouter contract on Base, capturing failed or reverted VRF (Verifiable Random Function) randomness requests. Tracks refunded amounts returned to user addresses along with associated liquidity pair contracts for analyzing VRF request failures.
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_toSTRINGDestination address receiving tokens or assets in the 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_pairSTRINGContract address of the liquidity pool pair created for trading between two tokens. Hex-encoded, 0x-prefixed, 42-character string.
in_toaddressin_pairremovedin_amountlog_indexblock_numberblock_timestamptransaction_hash
0xf3ab2f9d8c27cdca5a100afa4346821ae0a7fd040xdbb4659f919cadf4f0bb87d02477a739b96326fe0x99e480a9374611f17489e5b6dfe4074a08873446false1000000000000001471219370272024-11-03T19:50:01.000Z0x96986a4bfa1205e372f39d0a2fd42b422663c3c2e8d2495cae682f9b4d6ddc41
0xb1dd2fdb023cb54b7cc2a0f5d9e8d47a9f7723ce0xdbb4659f919cadf4f0bb87d02477a739b96326fe0x28f07f6a057b60a960d26ef1585adefdc722ae77false1000000000000001157211088592024-10-15T15:44:25.000Z0xce5614d093ef3b271d1fe6a21f8c298a69e1ac32de4a9dd66a46f1e2cdee8338
0x0388edc27bcaeed2371efa64e5384f6e0989277e0xdbb4659f919cadf4f0bb87d02477a739b96326fe0x307a52e98ba6d59f6425e3cff2c6aa6b4d551595false3003001000000006384212971292024-10-20T00:20:05.000Z0x0b6837022fb6ba2cedde3fbcf20e599fdaa86ae39d58c9db0b99afd59fbaae1e
Query with partition filter
SELECT *
FROM `tt-contracts.bmx_v1_base.SudoVRFRouter_Refunded_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SudoVRFRouter_RequestCancelled_event

Cancelled verifiable random function (VRF) request events from the SudoVRFRouter contract on Base, tracking user addresses and request IDs for randomness generation withdrawals. Used for analyzing VRF request lifecycle and cancellation patterns in on-chain randomness applications.
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_requestIdSTRINGUnique identifier for an asynchronous request or operation. String-encoded integer that tracks requests across submission, fulfillment, cancellation, or claim events.
addressin_userremovedlog_indexblock_numberin_requestIdblock_timestamptransaction_hash
0xdbb4659f919cadf4f0bb87d02477a739b96326fe0x0388edc27bcaeed2371efa64e5384f6e0989277efalse38521297129820893289555107909254021115741505382338083358607204425521358215887276565985692024-10-20T00:20:05.000Z0x0b6837022fb6ba2cedde3fbcf20e599fdaa86ae39d58c9db0b99afd59fbaae1e
0xdbb4659f919cadf4f0bb87d02477a739b96326fe0xb1dd2fdb023cb54b7cc2a0f5d9e8d47a9f7723cefalse1582110885932683358725741833619146876797057899613373305725911367838907347674460660550502024-10-15T15:44:25.000Z0xce5614d093ef3b271d1fe6a21f8c298a69e1ac32de4a9dd66a46f1e2cdee8338
0xdbb4659f919cadf4f0bb87d02477a739b96326fe0xf3ab2f9d8c27cdca5a100afa4346821ae0a7fd04false47221937027629952099128412113283846721859663932817144189275486867681783876826286087015872024-11-03T19:50:01.000Z0x96986a4bfa1205e372f39d0a2fd42b422663c3c2e8d2495cae682f9b4d6ddc41
Query with partition filter
SELECT *
FROM `tt-contracts.bmx_v1_base.SudoVRFRouter_RequestCancelled_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SudoVRFRouter_RequestFailed_event

Failed verifiable random function (VRF) request events from the SudoVRFRouter contract on Base, tracking randomness generation failures with request IDs and user addresses. Used for monitoring VRF service reliability and debugging failed randomness requests in on-chain applications.
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_requestIdSTRINGUnique identifier for an asynchronous request or operation. String-encoded integer that tracks requests across submission, fulfillment, cancellation, or claim events.
addressin_userremovedlog_indexblock_numberin_requestIdblock_timestamptransaction_hash
0x68d493a7daae88b296026e667cb1f2e82fa466d30x67dcd95de5a9c6fc8d5ce883a769095ac7da1e2cfalse30622727665698720443302927660918349411506244007192249848484390298379596701239743025192052024-11-22T03:04:37.000Z0xd9b2e11057ef72e3e51cc465d8b2c220e61c6a09e48d47d521de619a52022438
0x68d493a7daae88b296026e667cb1f2e82fa466d30x67dcd95de5a9c6fc8d5ce883a769095ac7da1e2cfalse38222727710536399020838119206647765288839931865349069585667163487321315312699359102227732024-11-22T03:06:07.000Z0xc6553780fc8ebf3958d4cd2eec140dc9eb05c9da720bc91f6b15879365a38d7d
0x68d493a7daae88b296026e667cb1f2e82fa466d30x67dcd95de5a9c6fc8d5ce883a769095ac7da1e2cfalse28022728986116771514535133816981264887820803685151871449294783116965730648629680598716992024-11-22T03:48:39.000Z0x090b8fbc672c6f4f771ecba0921fea4a2f6d0df230e35e09ee5db04179cd23e7
Query with partition filter
SELECT *
FROM `tt-contracts.bmx_v1_base.SudoVRFRouter_RequestFailed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SudoVRFRouter_RequestSubmitted_event

Verifiable Random Function (VRF) request submissions from the SudoVRFRouter contract on Base, tracking user-initiated randomness requests with unique request identifiers. Used for analyzing on-chain randomness generation patterns and user activity in gaming or lottery applications.
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_requestIdSTRINGUnique identifier for an asynchronous request or operation. String-encoded integer that tracks requests across submission, fulfillment, cancellation, or claim events.
addressin_userremovedlog_indexblock_numberin_requestIdblock_timestamptransaction_hash
0xdbb4659f919cadf4f0bb87d02477a739b96326fe0x9493fe47c427537788ab7479c59732e310f71739false136215913801057786188230915542007093874085369171701513066406755851666679898830612854528342024-10-26T19:48:27.000Z0x9a69df222413e5abe9c7cd8762d3b2063ab256d80b9f0c55f4e6189347ab6707
0xdbb4659f919cadf4f0bb87d02477a739b96326fe0x48e53189a4aff640ce484d89b270c4aedfe4e7ccfalse8021924252960193169724847240806552319254535854124125934921889319987281519926775377685702024-11-03T12:44:11.000Z0x998844069e0f671bd6c1bbf3a14ce534a919ed7cfe25d137f9fc9890b03bf029
0xdbb4659f919cadf4f0bb87d02477a739b96326fe0x48e53189a4aff640ce484d89b270c4aedfe4e7ccfalse16121925690232816395339334584203087044892950271512759588835051279953297404619465730436982024-11-03T13:32:07.000Z0xd1e159adde781ee069e70934216107c8de47f48ad8a9d192f4b82649fd3b8807
Query with partition filter
SELECT *
FROM `tt-contracts.bmx_v1_base.SudoVRFRouter_RequestSubmitted_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SudoVRFRouter_VRFConsumerUpdated_event

No description available.
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_newVRFConsumerSTRING-
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.bmx_v1_base.SudoVRFRouter_VRFConsumerUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SymmioDiamond_LiquidatePartyA_event

Liquidation events for PartyA accounts in the Symmio protocol on Base, capturing underwater positions with unrealized losses exceeding allocated balances. Used to track protocol liquidations and analyze liquidator activity and trader risk exposure.
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_liquidatorSTRINGAddress of the account executing the liquidation operation. Hex-encoded, 0x-prefixed, 42-character string.
in_partyASTRINGAddress of the party initiating or holding the primary position in the trading or liquidation operation. Hex-encoded, 0x-prefixed, 42-character string.
in_allocatedBalanceSTRINGAllocated balance of Party A at the time of liquidation, denominated in wei (10^-18 tokens). Represents the collateral amount available before unrealized losses are applied.
in_upnlSTRINGUnrealized profit and loss (UPNL) of Party A at the time of liquidation, denominated in wei. Negative values indicate losses that triggered the liquidation event.
in_totalUnrealizedLossSTRINGTotal unrealized loss for Party A at the time of liquidation, denominated in wei (18 decimals). Always negative, representing the aggregate mark-to-market losses across all open positions that triggered the liquidation event.
addressin_upnlremovedin_partyAlog_indexblock_numberin_liquidatorblock_timestamptransaction_hashin_allocatedBalancein_totalUnrealizedLoss
0x91cf2d8ed503ec52768999aa6d8dbea6e52dbe43-17717286240000000000false0x1203f5fdfa4457a5563ab91e74bddd8e2ddcc78c4206108860x6f2f120bd82ca911a3221f228e768248bf93e8f42024-10-04T03:05:19.000Z0x7ac6d3cb12400b3f512a91ca71aa81887c529312a463634a47faffd110839aa430190340280000000000-17717286240000000000
0x91cf2d8ed503ec52768999aa6d8dbea6e52dbe43-67287499832000000000false0xeccac9003ee81405c0f1488991d2b8466a1e8aee2206069660x6f2f120bd82ca911a3221f228e768248bf93e8f42024-10-04T00:54:39.000Z0xb7499a0506fed07f420fb10e2b93a70c9e17a057a7b980e3cc184741c18bebbd135386643192000000000-67287499832000000000
0x91cf2d8ed503ec52768999aa6d8dbea6e52dbe43-5818831758000000000false0xeccac9003ee81405c0f1488991d2b8466a1e8aee1206358470x6f2f120bd82ca911a3221f228e768248bf93e8f42024-10-04T16:57:21.000Z0x2bead18aa165edc7da748ba2855da54bcd365fc2453a086cb025be170b31b60213441915728000000000-5818831758000000000
Query with partition filter
SELECT *
FROM `tt-contracts.bmx_v1_base.SymmioDiamond_LiquidatePartyA_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SymmioDiamond_LiquidatePositionsPartyA_event

Liquidation events from Symmio protocol on Base where Party A positions are forcibly closed by liquidators. Contains liquidated trader addresses, liquidator addresses, and quote IDs for analyzing position liquidations and risk management in the Symmio derivatives protocol.
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_liquidatorSTRINGAddress of the account executing the liquidation operation. Hex-encoded, 0x-prefixed, 42-character string.
in_partyASTRINGAddress of the party initiating or holding the primary position in the trading or liquidation operation. Hex-encoded, 0x-prefixed, 42-character string.
in_quoteIdsARRAY<STRING>Array of quote identifiers being liquidated in this PartyA liquidation event. Each quote ID is a string representing a unique position or order in the Symmio protocol that is subject to liquidation.
addressremovedin_partyAlog_indexin_quoteIdsblock_numberin_liquidatorblock_timestamptransaction_hash
0x91cf2d8ed503ec52768999aa6d8dbea6e52dbe43false0xf541af3c3ec6d0520ff9827a0457296d64b02b143[“76489”]143900920xd130f10cf0182c32d011a498aca7bb33dd05ac772024-05-13T03:05:31.000Z0xb90946d7a33f7e9b80f9c9e28b45816baafc96b84cc24d775da49de638b8b730
0x91cf2d8ed503ec52768999aa6d8dbea6e52dbe43false0x7a2bb8b81a6068a1eb7bd845dbb649c0a4d5224f4[“76487”]143903190xd130f10cf0182c32d011a498aca7bb33dd05ac772024-05-13T03:13:05.000Z0xc170c08f616e17d293c9cdb26468c19787ad8b446eb9be4463bda5142794f506
0x91cf2d8ed503ec52768999aa6d8dbea6e52dbe43false0x987914519d4c7b785c822742530318cf47d1e5be8[“71726”]143896640xd130f10cf0182c32d011a498aca7bb33dd05ac772024-05-13T02:51:15.000Z0x4dc5ff3f78778ae1b1c951dbec618a75ebeb837655c453a376ec3aa10afaee4c
Query with partition filter
SELECT *
FROM `tt-contracts.bmx_v1_base.SymmioDiamond_LiquidatePositionsPartyA_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SymmioDiamond_RequestToClosePosition_event

Position close requests from the Symmio Diamond protocol on Base. Captures trader (partyA) and counterparty (partyB) requests to close derivatives positions with specified close price, quantity, and deadline parameters for analyzing exit activity.
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_partyASTRINGAddress of the party initiating or holding the primary position in the trading or liquidation operation. Hex-encoded, 0x-prefixed, 42-character string.
in_partyBSTRINGContract address of the counterparty (Party B) in the position close request, typically representing the market maker or liquidity provider. Hex-encoded, 0x-prefixed 40-character Ethereum address.
in_quoteIdSTRINGUnique identifier for the trading quote or position being requested to close within the Symmio protocol. Numeric string representing the specific quote record, such as ‘17773’ or ‘18282’.
in_closePriceSTRINGProposed closing price for the position, denominated in the quote asset with 18 decimal places of precision. Value is stored as a string-encoded integer representing the raw wei amount (e.g., “989950000000000000” = 0.98995 tokens).
in_quantityToCloseSTRINGQuantity of the position being requested to close, denominated in the smallest unit of the asset (wei-like precision). Values represent the absolute size of the position portion to close, typically ranging from fractional amounts to thousands of tokens.
in_orderTypeINT64Enumerated order type classification. Integer identifier representing the specific type of order or limit being executed within the protocol.
in_deadlineSTRINGTimestamp after which the transaction or operation becomes invalid and will revert. Unix timestamp in seconds.
in_quoteStatusINT64Status code of the trading quote at the time of the close position request. Numeric identifier (typically 5 in samples) representing the quote’s lifecycle state in the Symmio protocol.
addressremovedin_partyAin_partyBlog_indexin_quoteIdin_deadlineblock_numberin_orderTypein_closePricein_quoteStatusblock_timestamptransaction_hashin_quantityToClose
0x91cf2d8ed503ec52768999aa6d8dbea6e52dbe43false0xcd17fabfac826cbda00e0f74ffdaddf0fdb403360x9206d9d8f7f1b212a4183827d20de32af3a23c59621777320173229539746747098995000000000000052024-01-26T15:27:21.000Z0xbc796609cef3b20e3e67f4431501bb9077f636fa226ba473021cb087762354a5308000000000000000000
0x91cf2d8ed503ec52768999aa6d8dbea6e52dbe43false0x54b649989b269ec0ee87b7f08eadad366e7bd29b0x9206d9d8f7f1b212a4183827d20de32af3a23c595816785201731004297402900223058000000000000000052024-01-26T11:52:07.000Z0x4c1c27665d68d32bb1f6cf8347656864ce761a841dbc1c9db3907841b5f2de122408000000000000000
0x91cf2d8ed503ec52768999aa6d8dbea6e52dbe43false0x70298f618a4947a5513077dd0683b290dffb827c0x9206d9d8f7f1b212a4183827d20de32af3a23c5973182822017281262972590008800000000000000000052024-01-26T03:52:27.000Z0x60047d0f4457b530896c9d029d6ccf4e838b58fd5dcdf72fac7c92b010ebfe856000000000000000000
Query with partition filter
SELECT *
FROM `tt-contracts.bmx_v1_base.SymmioDiamond_RequestToClosePosition_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SymmioDiamond_SendQuote_event

Quote submission events from Symmio perpetual futures protocol on Base, capturing order details including price, quantity, collateral requirements (CVA, liquidation fees, maintenance margins), and counterparty whitelists for derivatives trading.
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_partyASTRINGAddress of the party initiating or holding the primary position in the trading or liquidation operation. Hex-encoded, 0x-prefixed, 42-character string.
in_quoteIdSTRINGUnique identifier assigned to this specific quote in the Symmio protocol. Numeric string that increments sequentially across all quotes on the platform.
in_partyBsWhiteListARRAY<STRING>Whitelist of eligible Party B addresses authorized to accept this quote. Array of hex-encoded Ethereum addresses that can act as counterparties to the requesting Party A.
in_symbolIdSTRINGTrading pair or market identifier on the Symmio platform. Numeric ID that maps to a specific trading symbol (e.g., 121, 81, 183, 230).
in_positionTypeINT64Position direction indicator for the quote, where 0 represents a long position and 1 represents a short position. All sample values show 0, indicating long positions.
in_orderTypeINT64Enumerated order type classification. Integer identifier representing the specific type of order or limit being executed within the protocol.
in_priceSTRINGPrice of the asset or position in the transaction or event. Numeric string representation in smallest denomination or with extended precision.
in_marketPriceSTRINGMarket price of the symbol at the time the quote was sent, denominated in wei (18 decimal places). Used as a reference price point for the trading pair being quoted.
in_quantitySTRINGNumber of tokens or units being purchased, minted, transferred, or involved in the transaction. Numeric string representation in smallest denomination.
in_cvaSTRINGCredit Valuation Adjustment (CVA) amount required for this quote, denominated in wei (10^-18 token units). Represents collateral allocated to cover counterparty credit risk in the derivatives position.
in_lfSTRINGLiquidation fee (LF) for the quote, denominated in the smallest unit of the settlement currency. Represents the collateral reserved to cover potential liquidation costs if the position moves against the trader.
in_partyAmmSTRINGMaintenance margin required from Party A to open this position, denominated in wei (10^-18 units). This collateral requirement is calculated based on the position size and leverage.
in_partyBmmSTRINGMaintenance margin requirement for Party B (liquidity provider) in the Symmio protocol quote. Typically zero in these samples, indicating Party B may not need to post collateral upfront for this quote type.
in_tradingFeeSTRINGTrading fee amount for this quote expressed in the protocol’s base unit (wei for EVM chains). Typically consistent across quotes, indicating the fee charged for executing this trade.
in_deadlineSTRINGTimestamp after which the transaction or operation becomes invalid and will revert. Unix timestamp in seconds.
in_lfin_cvaaddressremovedin_pricein_partyAlog_indexin_quoteIdin_deadlinein_partyAmmin_partyBmmin_quantityin_symbolIdblock_numberin_orderTypein_tradingFeein_marketPriceblock_timestampin_positionTypetransaction_hashin_partyBsWhiteList
51999885600000000000779998284000000000000x91cf2d8ed503ec52768999aa6d8dbea6e52dbe43false153000000000000000xb93ac7ca2052831a95369ae05b761a8f4698765c50805582028261446699998460000000000000196078000000000000000000121152159950600000000000000152953000000000002024-06-01T05:55:37.000Z00x2c222be52c950f8fefa744b168d206a5d4692c43f3edccd1541e63d361157a43[“0x9206d9d8f7f1b212a4183827d20de32af3a23c59”]
658653565093333302598798034763999995380x91cf2d8ed503ec52768999aa6d8dbea6e52dbe43false155467000000000000x19e4cd2542a5353953f681fd363e938de1fcc0236680632202830699433532666320035088489024442000000000000000000121152387700600000000000000151771000000000002024-06-01T18:34:47.000Z00xd563acec634ef74ef74032d9f43ee3a8fbd28bfe8ce414c251cf85f505e21d92[“0x9206d9d8f7f1b212a4183827d20de32af3a23c59”]
19093646000000000000286404690000000000000x91cf2d8ed503ec52768999aa6d8dbea6e52dbe43false252500000000000000xc9e6e6570121883ce9148284b4904ad523e4cb4a20880618202829467077265204148936170213011633600000000000000000081152326070600000000000000254360000000000002024-06-01T15:09:21.000Z00xc5962cbf03dd6656fe69d79c3f0cd61f2ba160a48e9af7fbb1f5f46323d651c1[“0x9206d9d8f7f1b212a4183827d20de32af3a23c59”]
Query with partition filter
SELECT *
FROM `tt-contracts.bmx_v1_base.SymmioDiamond_SendQuote_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Timelock_batchWithdrawFees_function

Timelock contract function calls for batch fee withdrawals from BMX protocol vault on Base, specifying multiple token addresses to withdraw in a single transaction. Used to analyze protocol fee collection patterns and token diversification across the platform’s 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.
gasINT64Gas 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__vaultSTRINGContract address of the vault. Hex-encoded, 0x-prefixed, 42-character string.
in__tokensARRAY<STRING>Array of token contract addresses involved in the operation. Each element is a hex-encoded, 0x-prefixed, 42-character string.
gasvaluestatusgas_usedin__vaultsignaturein__tokensto_addressblock_numberfrom_addresstrace_addressblock_timestamptransaction_hash
5553720true3337030xec8d8d4b215727f3476ff0ab41c406fa99b4272c0xe8ae2271[“0x4200000000000000000000000000000000000006”,“0x2ae3f1ec7f1f5012cfeab0185bfc7aa3cf0dec22”,“0x1a35ee4640b0a3b87705b0a4b45d227ba60ca2ad”,“0xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca”,“0x833589fcd6edb6e08f4c7c32d4f71b54bda02913”,“0x50c5725949a6f0c72e6c4a641f24049a917db0cb”,“0x9eaf8c1e34f05a589eda6bafdf391cf6ad3cb239”]0x4b7a40d74191a6acaa4af8b339ee2bca5b6aa403126765980xb1dd2fdb023cb54b7cc2a0f5d9e8d47a9f7723ce2024-04-03T11:09:03.000Z0xd5a1e599ba136380c65e5768cb23e0438a7dc90a948d8a940438e44d07377fd2
8230590true4970920xec8d8d4b215727f3476ff0ab41c406fa99b4272c0xe8ae2271[“0x4200000000000000000000000000000000000006”,“0x2ae3f1ec7f1f5012cfeab0185bfc7aa3cf0dec22”,“0x1a35ee4640b0a3b87705b0a4b45d227ba60ca2ad”,“0xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca”,“0x833589fcd6edb6e08f4c7c32d4f71b54bda02913”,“0x50c5725949a6f0c72e6c4a641f24049a917db0cb”,“0x9eaf8c1e34f05a589eda6bafdf391cf6ad3cb239”,“0x940181a94a35a4569e4529a3cdfb74e38fd98631”,“0x2da56acb9ea78330f947bd57c54119debda7af71”,“0x60a3e35cc302bfa44cb288bc5a4f316fdb1adb42”,“0xcbb7c0000ab88b473b1f5afd9ef808440eed33bf”]0x4b7a40d74191a6acaa4af8b339ee2bca5b6aa403229214780xb1dd2fdb023cb54b7cc2a0f5d9e8d47a9f7723ce2024-11-26T14:45:03.000Z0x79adc72f6c10c77a59a65e8bf16adb20a2f2a0b305fedcf2a93ff7dfffdb2f08
5569170true3370440xec8d8d4b215727f3476ff0ab41c406fa99b4272c0xe8ae2271[“0x4200000000000000000000000000000000000006”,“0x2ae3f1ec7f1f5012cfeab0185bfc7aa3cf0dec22”,“0x1a35ee4640b0a3b87705b0a4b45d227ba60ca2ad”,“0xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca”,“0x833589fcd6edb6e08f4c7c32d4f71b54bda02913”,“0x50c5725949a6f0c72e6c4a641f24049a917db0cb”,“0x9eaf8c1e34f05a589eda6bafdf391cf6ad3cb239”]0x4b7a40d74191a6acaa4af8b339ee2bca5b6aa40378412750xb1dd2fdb023cb54b7cc2a0f5d9e8d47a9f7723ce2023-12-13T12:51:37.000Z0xee346f3e61a8b1c3932e3a5ef86988eb509c387537bcc361174867fc4c69b35b
Query with partition filter
SELECT *
FROM `tt-contracts.bmx_v1_base.Timelock_batchWithdrawFees_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Vault_BuyUSDG_event

USDG stablecoin purchase events emitted by vault contracts, recording the deposited token type, amount, receiving account, minted USDG quantity, and fee charged in basis 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_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_tokenSTRINGToken address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_tokenAmountSTRINGAmount of tokens involved in the transaction or operation. String-encoded integer representing the token quantity in its smallest denomination.
in_usdgAmountSTRINGAmount of USDG tokens involved in the buy or sell transaction. String-encoded integer representing the USDG quantity in its smallest denomination.
in_feeBasisPointsSTRINGFee charged for the transaction expressed in basis points. String-encoded integer where 1 basis point equals 0.01%.
addressremovedin_tokenlog_indexin_accountblock_numberin_usdgAmountin_tokenAmountblock_timestamptransaction_hashin_feeBasisPoints
0xec8d8d4b215727f3476ff0ab41c406fa99b4272cfalse0x4200000000000000000000000000000000000006500x9fac7b75f367d5b35a6d6d0a09572efcc3d406c5117386476407060146816457404351620723989683022312024-03-12T18:04:01.000Z0xb0dffdd8266325b2874f9feb913e2674baf11d82d21b0d49b371d5d1fe682b9411
0xec8d8d4b215727f3476ff0ab41c406fa99b4272cfalse0x4200000000000000000000000000000000000006240x9fac7b75f367d5b35a6d6d0a09572efcc3d406c511737144112164358197907071986288230643954124732024-03-12T17:13:55.000Z0x04884fdd2cf8d16e6b965c6475caff8fab1339ce5eac0a0317a75c7563d6fbfb14
0xec8d8d4b215727f3476ff0ab41c406fa99b4272cfalse0x4200000000000000000000000000000000000006180x9fac7b75f367d5b35a6d6d0a09572efcc3d406c51172326816149292158878984000004032423500000000002024-03-12T09:31:23.000Z0x25d65c348646a530febb705a04f9d98d97076274b9377531a8254ff0f505529f17
Query with partition filter
SELECT *
FROM `tt-contracts.bmx_v1_base.Vault_BuyUSDG_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Vault_ClosePosition_event

Position closure events from BMX perpetual futures Vault contract on Base. Records final position state including size, collateral, average entry price, realized profit/loss, and funding rates for analyzing trading outcomes and position management.
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_keySTRINGUnique identifier for a specific position, swap pool, or contract state. 66-character hex string including 0x prefix.
in_sizeSTRINGSize of the position in the derivative contract. String-encoded integer value representing the position magnitude in the smallest unit of the relevant asset or USD-denominated value.
in_collateralSTRINGContract address of the collateral asset or vault. Hex-encoded, 0x-prefixed, 42-character string.
in_averagePriceSTRINGAverage entry price of the position being closed, stored as a high-precision integer with 30 decimal places. Represents the weighted average price at which the position was originally entered across all increases.
in_entryFundingRateSTRINGFunding rate value recorded when the position was originally opened. Used to calculate funding payments accrued during the position’s lifetime.
in_reserveAmountSTRINGAmount of tokens reserved in the protocol for the position or operation. String-encoded integer value representing the reserved quantity in the smallest unit of the relevant token.
in_realisedPnlSTRINGRealized profit or loss from the position at close or liquidation. String-encoded integer value representing the net gain or loss in the smallest unit of the collateral token.
in_keyaddressin_sizeremovedlog_indexblock_numberin_collateralin_realisedPnlblock_timestampin_averagePricein_reserveAmounttransaction_hashin_entryFundingRate
0xdb8c89892a80d86d8ae065ebef76f6d5f2e704d507b9869c565c004dd4bebcc00xec8d8d4b215727f3476ff0ab41c406fa99b4272c19714899039404038421988442756800000false3162123869904008546966935559935785749079204382024-10-18T15:52:25.000Z260493300000000000000000000000000000x288fc5c9122d5d1ce1b234fc840330383d3f26a3fc4de69504db7d5ada15e6f5109473
0x23c257670de04f47c1b1581136ae8baef6c86c66606534ce92ed3766e99d8ac10xec8d8d4b215727f3476ff0ab41c406fa99b4272c64145202987997350000000000000000000false35621237040033866757936472191609590946552588072024-10-18T14:57:07.000Z6590858873907232348502285705650287700x5d60662b86de4009b991429a9c46c2670436da82c2c1c8a0f98e869b39246f9f143379
0x170b5c30c51610794853e66752359b8d8021a657b521e118f54446ae04a461cd0xec8d8d4b215727f3476ff0ab41c406fa99b4272c332053797463414634145787938320000false141212156040-28482098424310047246243425731522024-10-18T03:02:35.000Z139900000000000000000000000000000x473dce63c7394ab231c14d2f9d0e3e1d19cf8b7d6b6fec7460a7d8ede3e12c4b267281
Query with partition filter
SELECT *
FROM `tt-contracts.bmx_v1_base.Vault_ClosePosition_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Vault_CollectMarginFees_event

Margin fee collection events emitted by perpetual futures vault contracts. Records fee amounts in both native token and USD-denominated values charged on leveraged trading positions.
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_tokenSTRINGToken address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_feeUsdSTRINGUSD-denominated fee amount collected. String-encoded integer value scaled by a fixed precision factor to represent the fee in USD.
in_feeTokensSTRINGFee amount collected in token units. String-encoded integer value representing the quantity of tokens charged as the fee.
addressremovedin_tokenin_feeUsdlog_indexblock_numberin_feeTokensblock_timestamptransaction_hash
0xec8d8d4b215727f3476ff0ab41c406fa99b4272cfalse0x1a35ee4640b0a3b87705b0a4b45d227ba60ca2ad25684544746844524264848000000003641667949245842024-07-05T02:58:51.000Z0x98686a133c86388d4f28aec8ee8253f1d1980c36d72574c66d888aaf45b2b426
0xec8d8d4b215727f3476ff0ab41c406fa99b4272cfalse0x1a35ee4640b0a3b87705b0a4b45d227ba60ca2ad2204493087726943970580000000000027916683478406062024-07-05T05:11:43.000Z0xe972a6492db1015aaf51f4c53147c1c30cce381d035022ff0503e6923311ca10
0xec8d8d4b215727f3476ff0ab41c406fa99b4272cfalse0x1a35ee4640b0a3b87705b0a4b45d227ba60ca2ad2705240966899754246290280000000017016681935502732024-07-05T04:20:17.000Z0x222ec04f2e64c8ff2df18d63ee6849b28d9bd80b4990991047e93d96e89e7b4b
Query with partition filter
SELECT *
FROM `tt-contracts.bmx_v1_base.Vault_CollectMarginFees_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Vault_CollectSwapFees_event

Swap fee collection events emitted by GMX-style vault contracts, recording the token address, fee amount in both native token units and USD-denominated value. Used for protocol revenue tracking and fee distribution analytics across perpetual trading and liquidity platforms.
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_tokenSTRINGToken address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_feeUsdSTRINGUSD-denominated fee amount collected. String-encoded integer value scaled by a fixed precision factor to represent the fee in USD.
in_feeTokensSTRINGFee amount collected in token units. String-encoded integer value representing the quantity of tokens charged as the fee.
addressremovedin_tokenin_feeUsdlog_indexblock_numberin_feeTokensblock_timestamptransaction_hash
0xec8d8d4b215727f3476ff0ab41c406fa99b4272cfalse0xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca71678580000000000000000000000001945062771678582024-01-19T18:56:41.000Z0x51ea7c9ef40c1e60d8b1b838236fa44940365089de173350f5c1402e185c0029
0xec8d8d4b215727f3476ff0ab41c406fa99b4272cfalse0x1a35ee4640b0a3b87705b0a4b45d227ba60ca2ad2977871553000000000000000000029444512732024-01-19T15:32:51.000Z0xe6983474b20e251752a2d09f3f7ed48b904b4aaa0d95db847ade32b72f137a8f
0xec8d8d4b215727f3476ff0ab41c406fa99b4272cfalse0x2ae3f1ec7f1f5012cfeab0185bfc7aa3cf0dec2202942089702024-01-19T02:25:41.000Z0x92274f6d3539730bb33781a1ac4ca18c66ff2d6db802f10b97c9b139042c0053
Query with partition filter
SELECT *
FROM `tt-contracts.bmx_v1_base.Vault_CollectSwapFees_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Vault_DecreaseGuaranteedUsd_event

Vault events from BMX perpetual futures protocol on Base recording reductions in guaranteed USD reserves for specific tokens. Used for tracking collateral adjustments and position closures in the protocol’s vault system.
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_tokenSTRINGToken address involved in the transaction 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.
addressremovedin_tokenin_amountlog_indexblock_numberblock_timestamptransaction_hash
0xec8d8d4b215727f3476ff0ab41c406fa99b4272cfalse0x42000000000000000000000000000000000000061195148648519809824155695289280000692699312024-01-15T14:33:29.000Z0x3177ba1703ae3b26b41c111588b0c51ff0a48760361c1d207e2d740cbc67aab1
0xec8d8d4b215727f3476ff0ab41c406fa99b4272cfalse0x42000000000000000000000000000000000000062417361759180952378535019193200000792697792024-01-15T14:28:25.000Z0xeb005baa713d397a1d779c57b6e6bcf584c5075bd143061d36cf19cb8c385213
0xec8d8d4b215727f3476ff0ab41c406fa99b4272cfalse0x4200000000000000000000000000000000000006507730000000000000000000000000001592689482024-01-15T14:00:43.000Z0x4402e04909428bc21c11f468868f1802b3b9a47034ef9e459d12bd52d53f45df
Query with partition filter
SELECT *
FROM `tt-contracts.bmx_v1_base.Vault_DecreaseGuaranteedUsd_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Vault_DecreasePoolAmount_event

Vault liquidity withdrawal events from BMX protocol on Base showing token amounts removed from liquidity pools. Tracks pool balance reductions with token addresses and amounts for monitoring vault inventory and withdrawal 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_tokenSTRINGToken address involved in the transaction 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.
addressremovedin_tokenin_amountlog_indexblock_numberblock_timestamptransaction_hash
0xec8d8d4b215727f3476ff0ab41c406fa99b4272cfalse0x1a35ee4640b0a3b87705b0a4b45d227ba60ca2ad2401140187307432024-08-21T14:33:53.000Z0xbc8013b7a5dfabb4bd70662cf1741893cf4352a3674690bf040daab35e5cc13f
0xec8d8d4b215727f3476ff0ab41c406fa99b4272cfalse0x1a35ee4640b0a3b87705b0a4b45d227ba60ca2ad2861599187306892024-08-21T14:32:05.000Z0xa5facc09cbc38a3a4c52a57742001815d4c268936c07c220145aa2cf6fcdd16c
0xec8d8d4b215727f3476ff0ab41c406fa99b4272cfalse0x1a35ee4640b0a3b87705b0a4b45d227ba60ca2ad349985187315892024-08-21T15:02:05.000Z0x0597c3d4e61e48b01e42c71d7add9e3f5860e0adb60680a84ddc4f5761f5a509
Query with partition filter
SELECT *
FROM `tt-contracts.bmx_v1_base.Vault_DecreasePoolAmount_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Vault_DecreasePosition_event

Emitted when a leveraged trading position is reduced or closed, recording position size changes, collateral withdrawals, and associated fees. Used for tracking position lifecycle and calculating realized PnL in perpetual futures 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_keySTRINGUnique identifier for a specific position, swap pool, or contract state. 66-character hex string including 0x prefix.
in_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_collateralTokenSTRINGContract address of the collateral token used in the position or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_indexTokenSTRINGContract address of the index token used to price the position. Hex-encoded, 0x-prefixed, 42-character string.
in_collateralDeltaSTRINGChange in collateral amount for the position. String-encoded integer value representing the delta in the smallest unit of the collateral token.
in_sizeDeltaSTRINGChange in position size denominated in USD. String-encoded integer value representing the delta in smallest unit with extended precision (30 decimal places).
in_isLongBOOLBoolean flag indicating whether the position is long or short. True represents a long position (betting on price increase), false represents a short position (betting on price decrease).
in_priceSTRINGPrice of the asset or position in the transaction or event. Numeric string representation in smallest denomination or with extended precision.
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_feein_keyaddressremovedin_pricein_isLonglog_indexin_accountblock_numberin_sizeDeltain_indexTokenblock_timestamptransaction_hashin_collateralDeltain_collateralToken
00xd4b51ab14b161ae034ce4c06a9c4602520c5c6c7657a85b060441bca238445290xec8d8d4b215727f3476ff0ab41c406fa99b4272cfalse688000000000000000000000000000true2110xfe9356d85f698ce150d746a523a2ebbbb5fbcf191607460900x940181a94a35a4569e4529a3cdfb74e38fd986312024-06-21T02:56:05.000Z0xb82a8daba1b5cfb4053fd767309cbb48d59a8a081b8c1af4c187aac5ddfa54c05000000000000000000000000000000000x940181a94a35a4569e4529a3cdfb74e38fd98631
18718008384471785036640000000000x0650efc373e74b0baf23c6e80061e22fa3a3fa7b1e53a21ae616cf299ffac84c0xec8d8d4b215727f3476ff0ab41c406fa99b4272cfalse64446134000000000000000000000000000true1780x29930c405817b40d802d4a806302aac60e99ced61607649615292490510189366860000000000000000x1a35ee4640b0a3b87705b0a4b45d227ba60ca2ad2024-06-21T03:58:59.000Z0x230aaf247906f062d629616291e0e1db39ccd55f38218ee57f2208e788f9708500x1a35ee4640b0a3b87705b0a4b45d227ba60ca2ad
16555190328441281841732330025000xf0b3c5414ce03d263a692b7c24af5b615127a8d85b0a0dfcfe798f33b257da060xec8d8d4b215727f3476ff0ab41c406fa99b4272cfalse675491100000000000000000000000false1690x6476d5c547d2bd26f827acb38faa1a0529bf9e361608468416555190328441281841732330025000000x940181a94a35a4569e4529a3cdfb74e38fd986312024-06-21T08:31:55.000Z0x397d10e288cfcc83791ddc1bbaaa3d816df14de6dcb4824a7a55837fb5e25f5400x833589fcd6edb6e08f4c7c32d4f71b54bda02913
Query with partition filter
SELECT *
FROM `tt-contracts.bmx_v1_base.Vault_DecreasePosition_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Vault_DecreaseReservedAmount_event

Vault reserve reduction events from BMX perpetual futures protocol on Base, tracking when collateral reserved for open positions is decreased upon position closure or partial reduction. Used to analyze position exit patterns and vault liquidity management across different collateral tokens.
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_tokenSTRINGToken address involved in the transaction 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.
addressremovedin_tokenin_amountlog_indexblock_numberblock_timestamptransaction_hash
0xec8d8d4b215727f3476ff0ab41c406fa99b4272cfalse0x2da56acb9ea78330f947bd57c54119debda7af711718944645645599753728692878207220542992024-11-06T12:59:05.000Z0xd1d317cc44c57aa5ca10a4e87cdc9fc0b40c2fe5a98d1a6ce2708ab1afa4d548
0xec8d8d4b215727f3476ff0ab41c406fa99b4272cfalse0x42000000000000000000000000000000000000064767708786168410289157220493562024-11-06T10:14:19.000Z0x6544ccaddc6493a1a224aab0becfbeb6a136d306f50f9771d4d55e25c47e9c18
0xec8d8d4b215727f3476ff0ab41c406fa99b4272cfalse0x420000000000000000000000000000000000000616280563969198352872371220718202024-11-06T22:43:07.000Z0x9356ae84b5461a5f97a02fc5c00d6b56df4328ecbcd96347b64053757157f5bd
Query with partition filter
SELECT *
FROM `tt-contracts.bmx_v1_base.Vault_DecreaseReservedAmount_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Vault_DecreaseUsdgAmount_event

USDG stablecoin burn events from BMX protocol vault on Base, tracking when synthetic dollar tokens are decreased through withdrawals or position closures. Used for analyzing vault liquidity changes and stablecoin supply dynamics.
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_tokenSTRINGToken address involved in the transaction 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.
addressremovedin_tokenin_amountlog_indexblock_numberblock_timestamptransaction_hash
0xec8d8d4b215727f3476ff0ab41c406fa99b4272cfalse0x2ae3f1ec7f1f5012cfeab0185bfc7aa3cf0dec227003013240000000000005973020582023-12-01T01:17:43.000Z0x81e9eee7c2550b378d1e01e6a8e3946eaadd2f16e08e815d5bd98281f643e8d5
0xec8d8d4b215727f3476ff0ab41c406fa99b4272cfalse0x2ae3f1ec7f1f5012cfeab0185bfc7aa3cf0dec221127493108000000000000973169842023-12-01T09:35:15.000Z0xacb086b676a323e9b3717906758d69a283586064383e11ca6e08314b2f5fa5dc
0xec8d8d4b215727f3476ff0ab41c406fa99b4272cfalse0x2ae3f1ec7f1f5012cfeab0185bfc7aa3cf0dec22566789643000000000000773020522023-12-01T01:17:31.000Z0x85a051bdfc4ff366c79e383f9398973fa88b13c190b7587db2b89cacea2b583b
Query with partition filter
SELECT *
FROM `tt-contracts.bmx_v1_base.Vault_DecreaseUsdgAmount_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Vault_DirectPoolDeposit_event

Direct deposit events into BMX protocol vault pools on Base, recording deposited token addresses and amounts. Used for tracking liquidity provision and vault funding activity.
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_tokenSTRINGToken address involved in the transaction 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.
addressremovedin_tokenin_amountlog_indexblock_numberblock_timestamptransaction_hash
0xec8d8d4b215727f3476ff0ab41c406fa99b4272cfalse0xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca5000001235171722023-09-04T10:34:51.000Z0xc746cbb1cd9c5c7edf9b1187ece553d23a945f016fa00fdb2e8c76f429c70fb8
0xec8d8d4b215727f3476ff0ab41c406fa99b4272cfalse0x420000000000000000000000000000000000000655000000000000000674574112023-12-04T15:36:09.000Z0x658afd1aa13f7bd2a43bbb7a7793b0425a3db46ce5ab62c28fe9c6a60aeda59d
0xec8d8d4b215727f3476ff0ab41c406fa99b4272cfalse0x833589fcd6edb6e08f4c7c32d4f71b54bda02913255700001185676402023-12-30T08:23:47.000Z0xeb362f2fb365543a3a1011ea519d51cbabcf8bf700ed1d244e9420760add3b85
Query with partition filter
SELECT *
FROM `tt-contracts.bmx_v1_base.Vault_DirectPoolDeposit_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Vault_IncreaseGuaranteedUsd_event

Vault events tracking increases in guaranteed USD liquidity for specific tokens on BMX (Base) perpetual futures protocol. Records collateral additions to the vault with token addresses and amounts denominated in USD value for analyzing liquidity depth and reserve management.
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_tokenSTRINGToken address involved in the transaction 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.
addressremovedin_tokenin_amountlog_indexblock_numberblock_timestamptransaction_hash
0xec8d8d4b215727f3476ff0ab41c406fa99b4272cfalse0x1a35ee4640b0a3b87705b0a4b45d227ba60ca2ad139029479008533354585207600000000098159051922024-06-17T04:48:51.000Z0x5bc05dcddd3df5adff98af1b0db942d9ce002417f9e031d1a580e45edebe5090
0xec8d8d4b215727f3476ff0ab41c406fa99b4272cfalse0x4200000000000000000000000000000000000006535283988295495690001964239444051105153133712024-06-03T12:01:29.000Z0x4578409336732da2a9646580d1fe0012a52a061c5a762135406186c279fb45a3
0xec8d8d4b215727f3476ff0ab41c406fa99b4272cfalse0x420000000000000000000000000000000000000614414688176132413633709751610462260228153182092024-06-03T14:42:45.000Z0xdd7a9e090d9505e6f50f00ec66e39fe3f34dbbbb8f45bf67378566c53b967fdd
Query with partition filter
SELECT *
FROM `tt-contracts.bmx_v1_base.Vault_IncreaseGuaranteedUsd_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Vault_IncreasePoolAmount_event

Pool liquidity additions on BMX perpetual exchange vault on Base. Records token deposits into the vault’s liquidity pool with amounts and token addresses for tracking pool growth and composition.
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_tokenSTRINGToken address involved in the transaction 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.
addressremovedin_tokenin_amountlog_indexblock_numberblock_timestamptransaction_hash
0xec8d8d4b215727f3476ff0ab41c406fa99b4272cfalse0x1a35ee4640b0a3b87705b0a4b45d227ba60ca2ad8858827157722452024-06-14T02:57:17.000Z0xe3475bc274ba8ea7a68b97cff172d4e379316e492bbce7e77e83d0a0dcd74346
0xec8d8d4b215727f3476ff0ab41c406fa99b4272cfalse0x1a35ee4640b0a3b87705b0a4b45d227ba60ca2ad11227432157786562024-06-14T06:30:59.000Z0xd0eefb638a00fdf2916ed21afd804d2ede360bac023c26baa7c74d909457acf7
0xec8d8d4b215727f3476ff0ab41c406fa99b4272cfalse0x1a35ee4640b0a3b87705b0a4b45d227ba60ca2ad2686545158058522024-06-14T21:37:31.000Z0x8fd1bb6988d34dd372128714c1a5eca45871eac34997911bf46f34c7845a9d68
Query with partition filter
SELECT *
FROM `tt-contracts.bmx_v1_base.Vault_IncreasePoolAmount_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Vault_IncreasePosition_event

Perpetual futures position increase events emitted when traders add collateral or size to existing leveraged positions. Records account, collateral token, index token, position size change in USD, execution price, fees, and position direction (long/short).
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_keySTRINGUnique identifier for a specific position, swap pool, or contract state. 66-character hex string including 0x prefix.
in_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_collateralTokenSTRINGContract address of the collateral token used in the position or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_indexTokenSTRINGContract address of the index token used to price the position. Hex-encoded, 0x-prefixed, 42-character string.
in_collateralDeltaSTRINGChange in collateral amount for the position. String-encoded integer value representing the delta in the smallest unit of the collateral token.
in_sizeDeltaSTRINGChange in position size denominated in USD. String-encoded integer value representing the delta in smallest unit with extended precision (30 decimal places).
in_isLongBOOLBoolean flag indicating whether the position is long or short. True represents a long position (betting on price increase), false represents a short position (betting on price decrease).
in_priceSTRINGPrice of the asset or position in the transaction or event. Numeric string representation in smallest denomination or with extended precision.
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_feein_keyaddressremovedin_pricein_isLonglog_indexin_accountblock_numberin_sizeDeltain_indexTokenblock_timestamptransaction_hashin_collateralDeltain_collateralToken
1224588235294117647041067000000000x0ef97bcf01148d6394ee76a61365e7cf5e12aa0afd2a71bcb2a06051fbb07a3b0xec8d8d4b215727f3476ff0ab41c406fa99b4272cfalse3125733000000000000000000000000000true2540x962ee88dcf981354f616d6ae6325b8a8dbfc3410169616111224588235294117647041067000000000000x42000000000000000000000000000000000000062024-07-11T15:42:49.000Z0xa427f672c1eabb94668d5b8d4416cccd67f0aa9827e3f4af47d78639970337c962514660000000000000000000000000000x4200000000000000000000000000000000000006
709840955572191030841180718591700x0ef97bcf01148d6394ee76a61365e7cf5e12aa0afd2a71bcb2a06051fbb07a3b0xec8d8d4b215727f3476ff0ab41c406fa99b4272cfalse3097352000000000000000000000000000true4040x962ee88dcf981354f616d6ae6325b8a8dbfc341016969861502885543807485148491240395591700000x42000000000000000000000000000000000000062024-07-11T20:17:49.000Z0x933d3ba3e673909f870e0e7848888a3031c08f9994b6376262c251117d78a77250796572800000000000000000000000000x4200000000000000000000000000000000000006
1230874308658823529393917028406800x0ef97bcf01148d6394ee76a61365e7cf5e12aa0afd2a71bcb2a06051fbb07a3b0xec8d8d4b215727f3476ff0ab41c406fa99b4272cfalse3136748000000000000000000000000000true1540x962ee88dcf981354f616d6ae6325b8a8dbfc3410169593181230874308658823529393917028406800000x42000000000000000000000000000000000000062024-07-11T14:26:23.000Z0xd54be4dd4dd1cd37d16d2fa37308e22705bb92fd21889fe749bb55fc6a888bc362734960000000000000000000000000000x4200000000000000000000000000000000000006
Query with partition filter
SELECT *
FROM `tt-contracts.bmx_v1_base.Vault_IncreasePosition_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Vault_IncreaseReservedAmount_event

Vault reserve allocation events from BMX perpetual futures protocol on Base, recording when collateral tokens are reserved for open positions. Used for tracking vault liquidity management and position collateralization over time.
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_tokenSTRINGToken address involved in the transaction 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.
addressremovedin_tokenin_amountlog_indexblock_numberblock_timestamptransaction_hash
0xec8d8d4b215727f3476ff0ab41c406fa99b4272cfalse0x833589fcd6edb6e08f4c7c32d4f71b54bda0291311872966691174099052023-12-03T13:12:37.000Z0x92bd77561a173c43cedd78534c25ac417b018e9fd23da11e382ba237342575f3
0xec8d8d4b215727f3476ff0ab41c406fa99b4272cfalse0x833589fcd6edb6e08f4c7c32d4f71b54bda0291301274265922023-12-03T22:28:51.000Z0xbec7f69b3daad1b2d34919f396604680f342255a56478acdef04d2e6ded31ffc
0xec8d8d4b215727f3476ff0ab41c406fa99b4272cfalse0x833589fcd6edb6e08f4c7c32d4f71b54bda0291301273908402023-12-03T02:37:07.000Z0x3c037ec034496083e8b9cf2361bb9cb5058ef7b4d5ee9e918ae83e76af031502
Query with partition filter
SELECT *
FROM `tt-contracts.bmx_v1_base.Vault_IncreaseReservedAmount_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Vault_IncreaseUsdgAmount_event

USDG stablecoin mint events from BMX protocol vault on Base, recording token deposits and corresponding USDG amounts issued. Used for tracking liquidity provision and vault token composition over time.
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_tokenSTRINGToken address involved in the transaction 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.
addressremovedin_tokenin_amountlog_indexblock_numberblock_timestamptransaction_hash
0xec8d8d4b215727f3476ff0ab41c406fa99b4272cfalse0x1a35ee4640b0a3b87705b0a4b45d227ba60ca2ad37886892020000000000486823502024-01-02T00:07:27.000Z0x506faebc5bd71cdbc1847e684945b9370fce0217485928dd1204c113b1068527
0xec8d8d4b215727f3476ff0ab41c406fa99b4272cfalse0x1a35ee4640b0a3b87705b0a4b45d227ba60ca2ad55158351250000000000586825872024-01-02T00:15:21.000Z0x551d55aa049caf2301d5401be516aa95f3f0cd9f3e900d8da2db04a914df485c
0xec8d8d4b215727f3476ff0ab41c406fa99b4272cfalse0x1a35ee4640b0a3b87705b0a4b45d227ba60ca2ad68318856410000000000886971692024-01-02T08:21:25.000Z0x2de773a1ff41561b7f27ec51d0b77a17d5c9defa9666fc5eafa6bb1962a4be31
Query with partition filter
SELECT *
FROM `tt-contracts.bmx_v1_base.Vault_IncreaseUsdgAmount_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Vault_LiquidatePosition_event

Perpetual futures position liquidation events recording forced closure of undercollateralized positions. Contains account, collateral token, index token, position size, mark price, and realized profit/loss for risk management and leverage 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_keySTRINGUnique identifier for a specific position, swap pool, or contract state. 66-character hex string including 0x prefix.
in_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_collateralTokenSTRINGContract address of the collateral token used in the position or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_indexTokenSTRINGContract address of the index token used to price the position. Hex-encoded, 0x-prefixed, 42-character string.
in_isLongBOOLBoolean flag indicating whether the position is long or short. True represents a long position (betting on price increase), false represents a short position (betting on price decrease).
in_sizeSTRINGSize of the position in the derivative contract. String-encoded integer value representing the position magnitude in the smallest unit of the relevant asset or USD-denominated value.
in_collateralSTRINGContract address of the collateral asset or vault. Hex-encoded, 0x-prefixed, 42-character string.
in_reserveAmountSTRINGAmount of tokens reserved in the protocol for the position or operation. String-encoded integer value representing the reserved quantity in the smallest unit of the relevant token.
in_realisedPnlSTRINGRealized profit or loss from the position at close or liquidation. String-encoded integer value representing the net gain or loss in the smallest unit of the collateral token.
in_markPriceSTRINGMarket price of the index token at the time of position liquidation. String-encoded integer representing the price with 30 decimal places of precision.
in_keyaddressin_sizeremovedin_isLonglog_indexin_accountblock_numberin_markPricein_collateralin_indexTokenin_realisedPnlblock_timestampin_reserveAmounttransaction_hashin_collateralToken
0x31c7e461e9f354e0d168e0abd5d5142c6be99589f47157609d25d3a0cec18acc0xec8d8d4b215727f3476ff0ab41c406fa99b4272c503817904761904759916760000000000falsefalse150xced3fc4610761f79242d7d8a72fe86f3a1c626b475050762300345000000000000000000000000000100763580952380952400832400000000x420000000000000000000000000000000000000602023-12-05T18:04:59.000Z5038179040x743401d8f42977469d8db2e52e08092bf703e24a629a523fde8be943ad79bc640x833589fcd6edb6e08f4c7c32d4f71b54bda02913
0x1869bd8853cf139d1e01cda1c5c2bdd26bc039f38ee401846591b36e763380380xec8d8d4b215727f3476ff0ab41c406fa99b4272c5774642151116881146500382000000000falsetrue40x3cbde0a28a1ffdd95f0b2629e6f955e1b922d12e675017594142600000000000000000000000000001157339921863477266155796180000000x9eaf8c1e34f05a589eda6bafdf391cf6ad3cb23902023-11-18T06:41:37.000Z3940648552287888620x8267079a10878ebe5a67fc8a8c9654bdadeadb622a384001fcd998df3bce71e10x9eaf8c1e34f05a589eda6bafdf391cf6ad3cb239
0x1baccaac6b686bcf24ec7e355a4476b68479f109de92dfaffe4d78d9012653320xec8d8d4b215727f3476ff0ab41c406fa99b4272c629427976190476189846762500000000falsetrue7430xdb24e409a0a66e872786d659156364d2fe5d26fc213839222618110000000000000000000000000000125879970238095238101532375000000x420000000000000000000000000000000000000602024-10-22T00:33:11.000Z2381053708231657030x9b218644c7786d26a1e90a4f08a08693ec69b992e3b4493e72b48e91d1b6d55c0x4200000000000000000000000000000000000006
Query with partition filter
SELECT *
FROM `tt-contracts.bmx_v1_base.Vault_LiquidatePosition_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Vault_SellUSDG_event

USDG stablecoin redemption events emitted when users sell USDG tokens back to the vault for an underlying collateral token. Records the account address, USDG amount burned, output token and amount received, and fee charged in basis 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_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_tokenSTRINGToken address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_usdgAmountSTRINGAmount of USDG tokens involved in the buy or sell transaction. String-encoded integer representing the USDG quantity in its smallest denomination.
in_tokenAmountSTRINGAmount of tokens involved in the transaction or operation. String-encoded integer representing the token quantity in its smallest denomination.
in_feeBasisPointsSTRINGFee charged for the transaction expressed in basis points. String-encoded integer where 1 basis point equals 0.01%.
addressremovedin_tokenlog_indexin_accountblock_numberin_usdgAmountin_tokenAmountblock_timestamptransaction_hashin_feeBasisPoints
0xec8d8d4b215727f3476ff0ab41c406fa99b4272cfalse0x940181a94a35a4569e4529a3cdfb74e38fd986311740x11ddd59c33c73c44733b4123a86ea5ce57f6e854158975021992343574632486701842291654176167136777782024-06-17T00:32:31.000Z0x8367d9fbb661cdc818882d99df8e60dfdb2e1a06961c3b7d0a0bb4a977fbc44b16
0xec8d8d4b215727f3476ff0ab41c406fa99b4272cfalse0x940181a94a35a4569e4529a3cdfb74e38fd986311690x11ddd59c33c73c44733b4123a86ea5ce57f6e854158976501851833198037048863612129608177742606193142024-06-17T00:37:27.000Z0x3e5b6010750f47e3f217aa5d250c25eda8d73c4c2a41570a5decbfcaedf8b7f018
0xec8d8d4b215727f3476ff0ab41c406fa99b4272cfalse0x940181a94a35a4569e4529a3cdfb74e38fd986311530x11ddd59c33c73c44733b4123a86ea5ce57f6e854158976222263642980421673419472603189427484924432382024-06-17T00:36:31.000Z0xac8ac03537ad983c9784a0bcbd65795f3d17875c6a3168fa10ff5b73f980516418
Query with partition filter
SELECT *
FROM `tt-contracts.bmx_v1_base.Vault_SellUSDG_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Vault_Swap_event

Swap events emitted by decentralized exchange vault contracts containing input/output token addresses, amounts, pool identifiers, and swap fee data. Tracks token exchanges executed through vault-based automated market maker 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_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_tokenInSTRINGContract address of the token being swapped in or deposited. Hex-encoded, 0x-prefixed, 42-character string.
in_tokenOutSTRINGContract address of the token being received from the swap. Hex-encoded, 0x-prefixed, 42-character string.
in_amountInSTRINGAmount of input tokens being swapped or deposited in the transaction. Numeric string representing the token quantity in its smallest denomination.
in_amountOutSTRINGAmount of output tokens received from the swap. Numeric string representing the token quantity in its smallest denomination.
in_amountOutAfterFeesSTRINGAmount of output tokens received after swap fees are deducted. Numeric string representing the net token quantity in its smallest denomination.
in_feeBasisPointsSTRINGFee charged for the transaction expressed in basis points. String-encoded integer where 1 basis point equals 0.01%.
addressremovedlog_indexin_accountin_tokenInin_amountInin_tokenOutblock_numberin_amountOutblock_timestamptransaction_hashin_feeBasisPointsin_amountOutAfterFees
0xec8d8d4b215727f3476ff0ab41c406fa99b4272cfalse3100x19ceead7105607cd444f5ad10dd51356436095a10x1a35ee4640b0a3b87705b0a4b45d227ba60ca2ad62830x940181a94a35a4569e4529a3cdfb74e38fd986311848560856907547300000000002024-08-15T22:22:43.000Z0xd48c822babb0507a708f34830a6473e2cd0959adb38efc24b04c4832c5cb3978315673113390337000000
0xec8d8d4b215727f3476ff0ab41c406fa99b4272cfalse1080x19ceead7105607cd444f5ad10dd51356436095a10x1a35ee4640b0a3b87705b0a4b45d227ba60ca2ad52580x940181a94a35a4569e4529a3cdfb74e38fd986311847473347463643500000000002024-08-15T16:20:13.000Z0x07cc95697c6e067364cc4e82e46f80f65e2e7b3f8b322df0459bfcd773910f64314731650620515000000
0xec8d8d4b215727f3476ff0ab41c406fa99b4272cfalse1010x19ceead7105607cd444f5ad10dd51356436095a10x1a35ee4640b0a3b87705b0a4b45d227ba60ca2ad58950x833589fcd6edb6e08f4c7c32d4f71b54bda029131848488433929332024-08-15T21:58:35.000Z0x5aabb8d2818fa4350fedcb96683578b18f345cb4f695911e442f5a0ab45020dd473376986
Query with partition filter
SELECT *
FROM `tt-contracts.bmx_v1_base.Vault_Swap_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Vault_UpdateFundingRate_event

Funding rate update events from BMX perpetual futures vault on Base, recording periodic rate adjustments for individual tokens. Used for analyzing funding rate dynamics and borrowing costs across different perpetual markets.
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_tokenSTRINGToken address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_fundingRateSTRINGNew funding rate applied to the specified token in the vault. Stored as a string-encoded integer representing basis points or a similar scaled rate metric.
addressremovedin_tokenlog_indexblock_numberin_fundingRateblock_timestamptransaction_hash
0xec8d8d4b215727f3476ff0ab41c406fa99b4272cfalse0x2ae3f1ec7f1f5012cfeab0185bfc7aa3cf0dec224975072632532023-12-05T19:17:53.000Z0x211e6209594740504e6350fc7f99f5b1a2cc1b7340011017b4162bac5c3a3d02
0xec8d8d4b215727f3476ff0ab41c406fa99b4272cfalse0x2ae3f1ec7f1f5012cfeab0185bfc7aa3cf0dec22974904812532023-12-05T09:58:29.000Z0x4b7e9a6ea44f84ecd1d8a9d4bebedc6fb56f3ddabcceb064a3858d71d3e25567
0xec8d8d4b215727f3476ff0ab41c406fa99b4272cfalse0x2ae3f1ec7f1f5012cfeab0185bfc7aa3cf0dec225875042862532023-12-05T17:38:39.000Z0xc23294e5a05fc80dca40ae836cc3df78efcb7506ab5a2798d781d3a7d4655ff5
Query with partition filter
SELECT *
FROM `tt-contracts.bmx_v1_base.Vault_UpdateFundingRate_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Vault_UpdatePnl_event

Profit and loss (PnL) update events from BMX protocol vault contracts on Base, tracking position-level unrealized gains and losses. Each event records the delta amount and profit/loss direction for a specific position key, enabling analysis of position performance and vault mark-to-market 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_keySTRINGUnique identifier for a specific position, swap pool, or contract state. 66-character hex string including 0x prefix.
in_hasProfitBOOLIndicates whether the PnL (profit and loss) update for the position represents a profit or loss. Returns true for profitable positions and false for losing positions.
in_deltaSTRINGChange in token amounts represented as a structured object containing amount0 and amount1 fields. Each amount includes a magnitude value and a boolean sign indicating positive or negative direction.
in_keyaddressremovedin_deltalog_indexblock_numberin_hasProfitblock_timestamptransaction_hash
0x185524dbb76b6682c0a6f1d75000137efc6c9d7fe4547da2b8d5609977734dc60xec8d8d4b215727f3476ff0ab41c406fa99b4272cfalse77644728443168615908914878785532117922463false2024-08-02T21:31:13.000Z0x81c8a3a8ed21ac76612f3493424f9fa375665ec2dec406b398dcbe92e64cc147
0xb2fca4c2557501a8d72cd85329ecb1af1c395f5ea1aecd32fecdd4485ac4cf020xec8d8d4b215727f3476ff0ab41c406fa99b4272cfalse3467062304085953030433056082035725717922239false2024-08-02T21:23:45.000Z0x7f82e5e33f2cc9fd428375173a33834f77760ad750c1bb02c0d3cfc06b0b8fc2
0x53dce61e345ed603fb376114e33cf09735e2233f72f92b66becbbb6155b5a7940xec8d8d4b215727f3476ff0ab41c406fa99b4272cfalse291012879553441665912428857915333417922217false2024-08-02T21:23:01.000Z0x5d4ddeb5225b99b49800c4c5cdc96a09424378c7f3810b92d3bffca58403279d
Query with partition filter
SELECT *
FROM `tt-contracts.bmx_v1_base.Vault_UpdatePnl_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VolumeRewardDistributor_DistributeVolumeRewards_event

Volume-based reward distribution events from BMX protocol on Base. Records batch payouts to trading participants with recipient addresses and token amounts for analyzing reward allocation patterns and trader incentive 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_toARRAY<STRING>Destination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amountsARRAY<STRING>Array of token amounts involved in the operation. String-encoded integers representing amounts in the token’s smallest unit (e.g., wei for ETH).
in_toaddressremovedlog_indexin_amountsblock_numberblock_timestamptransaction_hash
[“0x14dbbeb5a9bccda3aed04ba62b14a2216ea5bcab”,“0xa983723ed60b541ddf896711f271b5bf462c0c23”,“0x779c1305d19a61ce5c460eb8e854e27491013a56”,“0x766d5acdbf819dd67dd4afe60d5a2d691484f778”,“0xc1a2d8a1182bc200f3bf9529a89fe9249373d709”,“0xe073182d644ebb5290cfa6915ba94312fc73a679”,“0xbab85e9d114716ca8bb5f49e1a1479fd4bd1d2c4”,“0xf3a8219f3b7f02c730999d4186c339ece131b217”,“0xe8415acbef52f35e06590abed9de87cc42313972”,“0xab2dcf4a68fc91d099fee8818141fc748da5381d”,“0x9f12a50f7e2e11c3cd5d1874eb9644fde6b0ec2e”,“0x7e6f8b98b2e097d23667a59a9f872caef015a036”,“0xc88291a6491e951b14568a97afcedd576dcb87ba”,“0xbcb49dce0b4e680b5609ec117bb1408035bd7f2f”,“0x57db7006d54e2e560d9bfa56e7b09eb526bcf071”,“0x9e1b7fa62606901c46038a5629a82544b24b07f6”,“0x0cf30daf2fb962ed1d5d19c97f5f6651f3b691c1”,“0xb29de9ca75ca627b73872516ee9e6e0a280b0aca”,“0x2d45eb0dd68675e899578be4ca65997e7200fa9a”,“0x1ac805822a880cf46b2452de3a654ead24a74693”,“0xcd8e3fc83cb1ea9fee19f365820a405a275add45”,“0xc46971b9abce40708323dabf8664653a3f14bc81”,“0x501c55d242422811440b6866c7d9a7e74a73bcd7”,“0xcd2fb8a5a9a89bf9166e7d2ba5d5e887e7e8f0e2”,“0xb1dd2fdb023cb54b7cc2a0f5d9e8d47a9f7723ce”]0xf491a98f31f6adc12b8a1f421d70df977ad5fc9bfalse779[“431920021287226440000”,“305092067310215100000”,“97633357238020490000”,“43914580549941560000”,“39371665320887845000”,“17130985475123778000”,“16375999886045745000”,“14978254576682668000”,“7493561235980155000”,“4301355489771748000”,“4192120832478226000”,“3871553955887373000”,“3636442496399836000”,“2780471117696345000”,“2296229292831979000”,“1188009752299328300”,“1022122437415309200”,“943874507711533600”,“596879774506289900”,“540575452120205600”,“474487834916697000”,“164136877612235870”,“46678427951573040”,“28210015652404640”,“6358854624869483”]228746892024-11-25T12:45:25.000Z0xcd2bad741fcd8e4a79254584c61826d58648e925cd6924ee5bfdb74f09309e3b
[“0x766d5acdbf819dd67dd4afe60d5a2d691484f778”,“0xa983723ed60b541ddf896711f271b5bf462c0c23”,“0x14dbbeb5a9bccda3aed04ba62b14a2216ea5bcab”,“0xe8415acbef52f35e06590abed9de87cc42313972”,“0xe073182d644ebb5290cfa6915ba94312fc73a679”,“0xc1a2d8a1182bc200f3bf9529a89fe9249373d709”,“0xfb73040cf9c20611f2c77a68972081efe995ceb9”,“0xbcb49dce0b4e680b5609ec117bb1408035bd7f2f”,“0xf3a8219f3b7f02c730999d4186c339ece131b217”,“0x2ae4afa2dd52c7a9d34e75dd8900bd44e5315a03”,“0xec280b396c67ea915995b900fd1c5e665681ff37”,“0x2cc39cefba8765be0879e752aa97e2d3d41e7bc5”,“0x1bb846dad2b5a04c1e822f16c2757b22991a3dce”,“0xbb697e9c6ecb9345a1741a02e80aa3424a584ad2”,“0x78c9bd2d9ba9d1992d9a945b1ea2e17b58c36b80”,“0x7e6949e70627f746f87577bbbb3bb03f89c23b4f”,“0x9f12a50f7e2e11c3cd5d1874eb9644fde6b0ec2e”,“0x1a49d5238a1dbc9df764fec35f003a2691cf8dd1”,“0xdc18517d7f2effc6cce195f5a2bf64ab52367ad3”,“0xe6dbfdca9357e2bf1962622fcc39364b8e4059c2”,“0x779c1305d19a61ce5c460eb8e854e27491013a56”,“0xd50c2757045ca76495e95d2bb01ead736259ed19”,“0xe62776c1462fa66bd2e70e0db89ef8b62df84414”,“0xd1a0b66835d830e9ada42eef436f3aa8005b20b5”,“0x99f1313a485e50debc8bc36274e95cc0efb05531”]0xf491a98f31f6adc12b8a1f421d70df977ad5fc9bfalse108[“299401823877439160000”,“172954203289055260000”,“124781268556667370000”,“119602589121152880000”,“95974378310130660000”,“44655365388524240000”,“32450493222869213000”,“27249073945329283000”,“21711792377996575000”,“16234680930312626000”,“10052915468671263000”,“8593887470579420000”,“7168044331058295000”,“4861937052450408000”,“4110291340954892300”,“2114345300383083000”,“1818086471517020700”,“1571670069788371200”,“1470330946635198200”,“779312918520753500”,“775364231503952900”,“542869792950971600”,“456930426950785300”,“345824322398396800”,“322520836159971840”]225683552024-11-18T10:34:17.000Z0x5539f6d24d311f263098b527d1e5e634416d282c41e2d0149433e4fa8f5ffa37
[“0xa983723ed60b541ddf896711f271b5bf462c0c23”,“0x14dbbeb5a9bccda3aed04ba62b14a2216ea5bcab”,“0xe073182d644ebb5290cfa6915ba94312fc73a679”,“0xe8415acbef52f35e06590abed9de87cc42313972”,“0xbcb49dce0b4e680b5609ec117bb1408035bd7f2f”,“0xc1a2d8a1182bc200f3bf9529a89fe9249373d709”,“0x962ee88dcf981354f616d6ae6325b8a8dbfc3410”,“0xfb73040cf9c20611f2c77a68972081efe995ceb9”,“0xf3a8219f3b7f02c730999d4186c339ece131b217”,“0x57db7006d54e2e560d9bfa56e7b09eb526bcf071”,“0xd2476321e3c0d862cfa9647c1019d2eddc761c40”,“0x2ae4afa2dd52c7a9d34e75dd8900bd44e5315a03”,“0xdc18517d7f2effc6cce195f5a2bf64ab52367ad3”,“0xbb697e9c6ecb9345a1741a02e80aa3424a584ad2”,“0xcf0dcc80f6e15604e258138cca455a040ecb4605”,“0x7e6f8b98b2e097d23667a59a9f872caef015a036”,“0x9f12a50f7e2e11c3cd5d1874eb9644fde6b0ec2e”,“0xb9c0aba138b98656ffea4309bfe2881b0b7c1d96”,“0xab2dcf4a68fc91d099fee8818141fc748da5381d”,“0x27ab111c7348081f404fd66729fa10a29f6d7ba7”,“0xd1a0b66835d830e9ada42eef436f3aa8005b20b5”,“0x12f0a98012630ebddd2beb61b2289b28e470a18f”,“0xad6d352ec2a960c440b035b7a51161de7159a849”,“0x1f0d890b5a26a87e5796b19cf4e6626ab489ce71”,“0x7e6949e70627f746f87577bbbb3bb03f89c23b4f”]0xf491a98f31f6adc12b8a1f421d70df977ad5fc9bfalse504[“262640599455501400000”,“202502452971796800000”,“177206661533368030000”,“126354482123465470000”,“63142945902274170000”,“49026507047675820000”,“39708701595476080000”,“20474925170196726000”,“11102907334200873000”,“8606447755009735000”,“6729374769841918000”,“6407710180381132000”,“3798780166989504000”,“3435719819420234000”,“2878609115603647000”,“2674607291907990000”,“2617072989148805000”,“2387542452618942500”,“2379263351135635000”,“2223102074070274800”,“1327382762922945300”,“846491184601511400”,“751575453848974300”,“433890599014910300”,“342246899528387700”]222654962024-11-11T10:18:59.000Z0x122079efe3f88cf1afe9d0f39a598df96bc48f635b46056cb92a3bf7768eb84e
Query with partition filter
SELECT *
FROM `tt-contracts.bmx_v1_base.VolumeRewardDistributor_DistributeVolumeRewards_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VolumeRewardDistributor_TotalRewardsChanged_event

TotalRewardsChanged events from BMX volume reward distributor contract on Base, tracking cumulative reward pool updates over time. Used for monitoring reward program funding and analyzing incentive distribution 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_totalRewardSTRINGCumulative total rewards available in the VolumeRewardDistributor contract at the time of this event, denominated in the smallest token unit (wei). Values incrementally increase over time as new rewards are added to the distribution pool.
addressremovedlog_indexblock_numberin_totalRewardblock_timestamptransaction_hash
0xf491a98f31f6adc12b8a1f421d70df977ad5fc9bfalse7802287468939999999999999999074132024-11-25T12:45:25.000Z0xcd2bad741fcd8e4a79254584c61826d58648e925cd6924ee5bfdb74f09309e3b
0xf491a98f31f6adc12b8a1f421d70df977ad5fc9bfalse1092256835530000000000000001727802024-11-18T10:34:17.000Z0x5539f6d24d311f263098b527d1e5e634416d282c41e2d0149433e4fa8f5ffa37
0xf491a98f31f6adc12b8a1f421d70df977ad5fc9bfalse5052226549620000000000000001224402024-11-11T10:18:59.000Z0x122079efe3f88cf1afe9d0f39a598df96bc48f635b46056cb92a3bf7768eb84e
Query with partition filter
SELECT *
FROM `tt-contracts.bmx_v1_base.VolumeRewardDistributor_TotalRewardsChanged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100