Skip to main content

Tables

Bridge_TokensSent_event

Cross-chain token transfer events from Allbridge V1 bridge on Polygon, capturing outbound transfers with amount, destination chain, recipient address, and receive token. Used for tracking bridge volume, analyzing cross-chain flows, and monitoring messenger protocol usage.
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.
in_recipientSTRINGAddress designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_destinationChainIdINT64Chain identifier for the destination blockchain where tokens or messages will be received. Numeric string representing the standard chain ID.
in_receiveTokenSTRINGContract address of the token to be received on the destination chain. 66-character hex string including 0x prefix, left-padded with zeros.
in_nonceSTRINGUnique numeric identifier for an order, transaction, or operation used to prevent replay attacks. Numeric string representation without leading zeros.
in_messengerINT64Identifier for the cross-chain messaging protocol used to relay the transaction. Integer value representing the messenger service type.
addressremovedin_noncein_amountlog_indexblock_numberin_messengerin_recipientblock_timestampin_receiveTokentransaction_hashin_destinationChainId
0xdbbe85a3e22f52f834c3d5ed627fb76db554669efalse23412548240561062402105751888738260381342619633299551658893242115378760467281149481323935528010x00000000000000000000000073f9fb09c32c8359e51a815552859aac5ddf9a492023-02-16T10:43:19.000Z0x000000000000000000000000a0b86991c6218b36c1d19d4a2e9eb0ce3606eb480xd74183104b67d22d28c941be7b435199b55f0bf79bd1a7d5128eba33748b29a21
0xdbbe85a3e22f52f834c3d5ed627fb76db554669efalse4796824067285918995135620827198528002597629407480296088988377938462257986344899671213937004710x0000000000000000000000007a97484f57d98a62b0195d79b9600624744de59c2023-02-16T20:14:46.000Z0x000000000000000000000000dac17f958d2ee523a2206206994597c13d831ec70xbc90d95a32adebad5eec0a3cf5d70a2c627b146f874fd30f9193f52c40c7c79f1
0xdbbe85a3e22f52f834c3d5ed627fb76db554669efalse820419733094128323796561299562475115517024251114829678081420898879258115257042003411203935389510x0000000000000000000000009724b4b59ea926683c733e2a6951f831e13f07a42023-02-16T09:51:15.000Z0x000000000000000000000000dac17f958d2ee523a2206206994597c13d831ec70x0843d98b52915cad0cf9570e957ac62b9dbc273ca1c9cde8a4beb4acd45081221
Query with partition filter
SELECT *
FROM `tt-contracts.allbridge_v1_polygon.Bridge_TokensSent_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Bridge2_receiveTokens_function

Cross-chain token receipt records from Allbridge V1 protocol on Polygon, tracking incoming bridge transfers with source chain identifiers, recipient addresses, token amounts, and messenger routing details. Enables analysis of bridge flow patterns, slippage tolerance (via minimum receive amounts), and cross-chain liquidity movements.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasNUMERICGas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_recipientSTRINGAddress designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_sourceChainIdSTRINGAllbridge-specific numeric identifier for the blockchain where the cross-chain transfer originated. Null for failed transactions, typically single-digit integers representing supported source chains in the Allbridge v1 protocol.
in_receiveTokenSTRINGContract address of the token to be received on the destination chain. 66-character hex string including 0x prefix, left-padded with zeros.
in_nonceSTRINGUnique numeric identifier for an order, transaction, or operation used to prevent replay attacks. Numeric string representation without leading zeros.
in_messengerINT64Identifier for the cross-chain messaging protocol used to relay the transaction. Integer value representing the messenger service type.
in_receiveAmountMinSTRINGMinimum amount of tokens the recipient is willing to accept on the destination chain, denominated in the smallest token unit. This slippage protection parameter ensures the cross-chain transfer fails if the received amount would fall below this threshold.
gasvaluestatusgas_usedin_noncein_amountsignatureto_addressblock_numberfrom_addressin_messengerin_recipienttrace_addressblock_timestampin_receiveTokenin_sourceChainIdtransaction_hashin_receiveAmountMin
3000000false319530xe43bfe5e0x7775d63836987f444e2f14aa0fa2602204d7d3e0581601730x2973ce550e652faa865915eace7073a59002c1c42024-06-14T18:24:34.000Z0x125bd4915ac31ee2caeaee838654976b6a2df853178f963409ab8ef4345440b8
3000000true13977267206672136740xe43bfe5e0x7775d63836987f444e2f14aa0fa2602204d7d3e0581353300x2973ce550e652faa865915eace7073a59002c1c410x00000000000000000000000051b748867333148cdefb8831619f61385421e9272024-06-14T03:16:48.000Z0x000000000000000000000000c2132d05d31c914a87c6611c10748aeb04b58e8f20x0d53d14d13d02acf61a106cb08ea56a9aa0ffec24d1deafd837b2bd885ee915d13566380
3000000true13978449742796183760xe43bfe5e0x7775d63836987f444e2f14aa0fa2602204d7d3e0581339940x2973ce550e652faa865915eace7073a59002c1c410x00000000000000000000000005a8ea95a1176b80c98a2826dc0508484f6099ea2024-06-14T02:29:24.000Z0x000000000000000000000000c2132d05d31c914a87c6611c10748aeb04b58e8f20x71dd954a44e622c5ecd5f5d96231ca345886d8e52e7ad1cfa1e9f1837b9d670b18231182
Query with partition filter
SELECT *
FROM `tt-contracts.allbridge_v1_polygon.Bridge2_receiveTokens_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Bridge2_TokensReceived_event

Token receipt events from Allbridge v1 cross-chain bridge on Polygon, capturing inbound transfers with amounts, recipients, and cross-chain message identifiers. Used for tracking bridge completion events and analyzing cross-chain token flow 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_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_recipientSTRINGAddress designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_nonceSTRINGUnique numeric identifier for an order, transaction, or operation used to prevent replay attacks. Numeric string representation without leading zeros.
in_messengerINT64Identifier for the cross-chain messaging protocol used to relay the transaction. Integer value representing the messenger service type.
in_messageSTRINGOptional arbitrary data payload for the cross-chain transfer. Hex-encoded byte string with 0x prefix.
addressremovedin_noncein_amountlog_indexin_messageblock_numberin_messengerin_recipientblock_timestamptransaction_hash
0x7775d63836987f444e2f14aa0fa2602204d7d3e0false33928656276214057410x0205e42bfdff95434b5bf5bd9922ba706194944a7c7c6bf0a889480f5112af6b5782048910x0000000000000000000000009f089232616674b809018f9b57b19025c0ca906c2024-06-06T03:39:35.000Z0x43bc367ee2291354d0aadb06769cbb95de0315bbc477eff34b2416562393d7ad
0x7775d63836987f444e2f14aa0fa2602204d7d3e0false7766842836583699978808580015955011938229924472722358580498174319987663255987135580549480x02053a38a755b7795a8dea8dcc5cf23b9ad9379dd9b82ffb831bc0a5849299025782612510x0000000000000000000000001013c3ee29dc0ac93e17d58fa0c574565791276c2024-06-06T07:14:41.000Z0x6b5a119c2524d0dd65ade0cd6f14ef9b9d951cde41e8b039096b3ed2c86a7813
0x7775d63836987f444e2f14aa0fa2602204d7d3e0false45246606035189659089291881846203310535061036779949436435010714629740369472181110070646520x040573d0b376ad5edaf311488e961f9554969769655cb890f123579c217739f45785235610x000000000000000000000000d366bf6b22f56fd172d197fbdd9691bf6854c5032024-06-06T23:22:58.000Z0x9f6dc01b0619ef1b6dec657ee433505a0916cd4fda041949a2b2696329e7486e
Query with partition filter
SELECT *
FROM `tt-contracts.allbridge_v1_polygon.Bridge2_TokensReceived_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Bridge2_TokensSent_event

Cross-chain token transfer events from Allbridge V1 bridge on Polygon, capturing sent tokens with recipient addresses, amounts, destination chain identifiers, and unique nonces. Used for tracking bridge volume, analyzing cross-chain flows, and monitoring token movements between Polygon and other supported chains.
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.
in_recipientSTRINGAddress designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_destinationChainIdSTRINGChain identifier for the destination blockchain where tokens or messages will be received. Numeric string representing the standard chain ID.
in_receiveTokenSTRINGContract address of the token to be received on the destination chain. 66-character hex string including 0x prefix, left-padded with zeros.
in_nonceSTRINGUnique numeric identifier for an order, transaction, or operation used to prevent replay attacks. Numeric string representation without leading zeros.
in_messengerINT64Identifier for the cross-chain messaging protocol used to relay the transaction. Integer value representing the messenger service type.
addressremovedin_noncein_amountlog_indexblock_numberin_messengerin_recipientblock_timestampin_receiveTokentransaction_hashin_destinationChainId
0x7775d63836987f444e2f14aa0fa2602204d7d3e0false42500958196590091745986339232657753859087573684765160207144632664755416837829199783867014111510x0000000000000000000000008aa27e90e139d5ab5704df69429341cbcb2d24642025-04-10T19:50:07.000Z0x00000000000000000000000048065fbbe25f71c9282ddf5e1cd6d6a887483d5e0xffb8468ad2fddf45bf407e533cea05db9233a2659c4c0a07c207423ca0cc9fdb11
0x7775d63836987f444e2f14aa0fa2602204d7d3e0false1453751177299864268214738283781503282761719537521111388334272097107639180291671721957010904810x000000000000000000000000cbba66a6ff9bd6836f8f81b9f1cb39ad1fccb10a2025-04-10T00:53:41.000Z0x00000000000000000000000048065fbbe25f71c9282ddf5e1cd6d6a887483d5e0x77f3769d7b644e52f7dbc16aee9a457a698174685596ebcd9d79b0cd8e93d1e711
0x7775d63836987f444e2f14aa0fa2602204d7d3e0false2225933219471055247190487392142611476447918294256210035034879521848696167862213724227010927710x00000000000000000000000092c0def4be3a88f663c80414c685e6ad45fdde0b2025-04-10T01:01:47.000Z0x00000000000000000000000048065fbbe25f71c9282ddf5e1cd6d6a887483d5e0xa250ad097569015f9c76602a89b66346f666f0c36e8e2fa3ee80354a567d912311
Query with partition filter
SELECT *
FROM `tt-contracts.allbridge_v1_polygon.Bridge2_TokensSent_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100