Tables
Bridge_TokensSent_event
Cross-chain token transfer events from Allbridge v1 protocol on BNB Smart Chain (BSC), capturing outbound bridge transactions with token amounts, destination chain identifiers, recipient addresses, and unique nonces. Used for tracking bridge flow analytics and cross-chain asset movement patterns.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_amount | STRING | Input amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination. |
in_recipient | STRING | Address designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_destinationChainId | INT64 | Chain identifier for the destination blockchain where tokens or messages will be received. Numeric string representing the standard chain ID. |
in_receiveToken | STRING | Contract address of the token to be received on the destination chain. 66-character hex string including 0x prefix, left-padded with zeros. |
in_nonce | STRING | Unique numeric identifier for an order, transaction, or operation used to prevent replay attacks. Numeric string representation without leading zeros. |
in_messenger | INT64 | Identifier for the cross-chain messaging protocol used to relay the transaction. Integer value representing the messenger service type. |
Sample Data
Sample Data
| address | removed | in_nonce | in_amount | log_index | block_number | in_messenger | in_recipient | block_timestamp | in_receiveToken | transaction_hash | in_destinationChainId |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 0x7e6c2522fee4e74a0182b9c6159048361bc3260a | false | 17408907587787506029448701719966883612399994154560277323676678890099224410894 | 1037296 | 179 | 26605042 | 1 | 0x000000000000000000000000472c13464bbd272391e874130ee8aaec6b269980 | 2023-03-19T16:53:12.000Z | 0x000000000000000000000000dac17f958d2ee523a2206206994597c13d831ec7 | 0xfcab93940f3cd250cebcbc52846e06c07fccf546ec92f33b0b204ef9cabd75f8 | 1 |
| 0x7e6c2522fee4e74a0182b9c6159048361bc3260a | false | 23105645735667786961856257492263099856163770864522960100323457760936598129308 | 107680 | 86 | 26612755 | 1 | 0x0000000000000000000000006cd7b42bc99234f313102b7e235efc5aef45e2ef | 2023-03-19T23:24:10.000Z | 0x000000000000000000000000dac17f958d2ee523a2206206994597c13d831ec7 | 0xaaff64d9e686529fd6796604d744c29945e0103ba4909f397e387b0b82b947b0 | 1 |
| 0x7e6c2522fee4e74a0182b9c6159048361bc3260a | false | 35150824799612540836974013564922479784246958302222741359175730031399847104901 | 3126794 | 144 | 26599637 | 1 | 0x000000000000000000000000c793b68f56bd472725a9c0cd2ee49b9a5466ec68 | 2023-03-19T12:17:06.000Z | 0x000000000000000000000000a614f803b6fd780986a42c78ec9c7f77e6ded13c | 0x800da2b949721b08ca4fd8c642203690facf2201589455e4ce9b85ba35f38d44 | 3 |
Example Query
Example Query
Query with partition filter
Bridge2_receiveTokens_function
Token receipt events from Allbridge V1 cross-chain bridge on BNB Smart Chain. Tracks incoming bridge transfers with source chain identifiers, token amounts, recipient addresses, and minimum receive amounts for analyzing cross-chain transaction flows.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
trace_address | STRING | Hierarchical 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. |
status | BOOL | Transaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution. |
from_address | STRING | Address that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string. |
to_address | STRING | Address receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string. |
value | FLOAT64 | Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC). |
gas_used | INT64 | Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used. |
gas | NUMERIC | Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed. |
signature | STRING | Function selector identifying which contract function was called. 10-character hex string including 0x prefix. |
in_amount | STRING | Input amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination. |
in_recipient | STRING | Address designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_sourceChainId | STRING | Numeric identifier of the blockchain from which tokens are being bridged to BSC (BNB Smart Chain) in this Allbridge cross-chain transfer. Values like ‘1’, ‘3’, ‘4’, ‘5’, and ‘6’ represent different source blockchain networks in Allbridge’s protocol. |
in_receiveToken | STRING | Contract address of the token to be received on the destination chain. 66-character hex string including 0x prefix, left-padded with zeros. |
in_nonce | STRING | Unique numeric identifier for an order, transaction, or operation used to prevent replay attacks. Numeric string representation without leading zeros. |
in_messenger | INT64 | Identifier for the cross-chain messaging protocol used to relay the transaction. Integer value representing the messenger service type. |
in_receiveAmountMin | STRING | Minimum acceptable amount of tokens to be received on the destination chain, denominated in the smallest token unit (wei equivalent). Acts as slippage protection for the cross-chain transfer. |
Sample Data
Sample Data
| gas | value | status | gas_used | in_nonce | in_amount | signature | to_address | block_number | from_address | in_messenger | in_recipient | trace_address | block_timestamp | in_receiveToken | in_sourceChainId | transaction_hash | in_receiveAmountMin |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 129052 | 0 | true | 129052 | 96815925741344480909871636082184507288379079687808950313466607361658470195957 | 99 | 0xe43bfe5e | 0x3c4fa639c8d7e65c603145adad8bd12f2358312f | 30762077 | 0xad896520841fe67eb17c63095d9c829b288cdbef | 1 | 0x000000000000000000000000fb4717318748a204b028e7920bb86fe2b110917c | 2023-08-11T14:41:55.000Z | 0x000000000000000000000000e9e7cea3dedca5984780bafc599bd69add087d56 | 6 | 0xcd7027ed36ca569216f18d97d5edcc10c4c2cf9726778d06d193c65de3b41752 | 97862985000000000 | |
| 129052 | 0 | true | 129052 | 26623160817206837596406058687682840791850521631487745930091999735850657605890 | 151 | 0xe43bfe5e | 0x3c4fa639c8d7e65c603145adad8bd12f2358312f | 30761567 | 0xad896520841fe67eb17c63095d9c829b288cdbef | 1 | 0x000000000000000000000000fb4717318748a204b028e7920bb86fe2b110917c | 2023-08-11T14:16:13.000Z | 0x000000000000000000000000e9e7cea3dedca5984780bafc599bd69add087d56 | 3 | 0xbc4bc4a805b42703d9a8f23427d2ddf21bfc29ad13b61d6125931b9ff0f81a0a | 149265765000000000 | |
| 129064 | 0 | true | 129064 | 96705942743942858578522656339675525388799265238379865872432159163043064040544 | 14824 | 0xe43bfe5e | 0x3c4fa639c8d7e65c603145adad8bd12f2358312f | 30751002 | 0xad896520841fe67eb17c63095d9c829b288cdbef | 1 | 0x0000000000000000000000007c640c702f9108c6dd41ed6564eb5dc77875116e | 2023-08-11T05:24:53.000Z | 0x000000000000000000000000e9e7cea3dedca5984780bafc599bd69add087d56 | 6 | 0x5d6f008c5a78b69492bec1988a4242c1bb173467b61a75f5359b105c7896e68f | 14663631510000000000 |
Example Query
Example Query
Query with partition filter
Bridge2_TokensReceived_event
Cross-chain token receipt events from Allbridge V1 bridge contract on BNB Smart Chain (BSC). Captures inbound bridging transactions with amounts, recipient addresses, message payloads, and unique nonces for tracking token transfers from other chains.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_amount | STRING | Input amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination. |
in_recipient | STRING | Address designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_nonce | STRING | Unique numeric identifier for an order, transaction, or operation used to prevent replay attacks. Numeric string representation without leading zeros. |
in_messenger | INT64 | Identifier for the cross-chain messaging protocol used to relay the transaction. Integer value representing the messenger service type. |
in_message | STRING | Optional arbitrary data payload for the cross-chain transfer. Hex-encoded byte string with 0x prefix. |
Sample Data
Sample Data
| address | removed | in_nonce | in_amount | log_index | in_message | block_number | in_messenger | in_recipient | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|---|---|---|
| 0x3c4fa639c8d7e65c603145adad8bd12f2358312f | false | 4747468315377706976944835419815771350994700568176359060696198085275568124608 | 48926500000000000 | 1940 | 0x04022d232261a4c0fe77f4e3c9a44c0de09290ad6425d84e5ba56de5ed6e7dfc | 30876423 | 1 | 0x000000000000000000000000bd302221581dfa54fed408098fa7fe7fb4153857 | 2023-08-15T14:13:37.000Z | 0xb546140b3c430f5d7ec4de8dfac4231dbda35fea732711e93ef55a49cc11c0cd |
| 0x3c4fa639c8d7e65c603145adad8bd12f2358312f | false | 79083893891845350102743332736682708894774184938034554998834760490751727407304 | 407388000000000000 | 108 | 0x050248826ccfc106a707ba408652c6a7277cb9ecd0aa3563b23942096282fdfd | 30879364 | 1 | 0x00000000000000000000000075df4a95d8422d4c7713f564a1e6e1c42780a29b | 2023-08-15T16:40:48.000Z | 0x70e2195171a5b0cd85a5f2b2749984d6c03fa88b4315415542a1675d4cb107f8 |
| 0x3c4fa639c8d7e65c603145adad8bd12f2358312f | false | 60256758089243564618206430344508923836896433086810733293514236916349925783130 | 410383500000000000 | 638 | 0x0502274dbce1a690114df92bf5e6efde21f2088594b0cfa64df58edb7ace3baf | 30880182 | 1 | 0x00000000000000000000000075df4a95d8422d4c7713f564a1e6e1c42780a29b | 2023-08-15T17:21:57.000Z | 0xf4ca6a110eaa7d6bdf3ec6116ba18956fa6ec9c4d7e1dfb0a0b00bacf9c6f5f3 |
Example Query
Example Query
Query with partition filter
Bridge2_TokensSent_event
Token transfer events from Allbridge V1 cross-chain bridge on BSC, recording outbound transactions with token amounts, recipient addresses, and destination chain identifiers. Used for analyzing bridge volume, user behavior, and cross-chain flow patterns between BSC and destination networks including Ethereum, Polygon, and Solana.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_amount | STRING | Input amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination. |
in_recipient | STRING | Address designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_destinationChainId | STRING | Chain identifier for the destination blockchain where tokens or messages will be received. Numeric string representing the standard chain ID. |
in_receiveToken | STRING | Contract address of the token to be received on the destination chain. 66-character hex string including 0x prefix, left-padded with zeros. |
in_nonce | STRING | Unique numeric identifier for an order, transaction, or operation used to prevent replay attacks. Numeric string representation without leading zeros. |
in_messenger | INT64 | Identifier for the cross-chain messaging protocol used to relay the transaction. Integer value representing the messenger service type. |
Sample Data
Sample Data
| address | removed | in_nonce | in_amount | log_index | block_number | in_messenger | in_recipient | block_timestamp | in_receiveToken | transaction_hash | in_destinationChainId |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 0x3c4fa639c8d7e65c603145adad8bd12f2358312f | false | 14107561713153327471629015805582762329191275946491324173912684529019446000122 | 926393 | 293 | 29402958 | 1 | 0x00000000000000000000000019433f895021ed703a13e0d94f34fef18c32aa33 | 2023-06-25T06:33:43.000Z | 0x000000000000000000000000a0b86991c6218b36c1d19d4a2e9eb0ce3606eb48 | 0x758d3927e7ef42ba1b0ccc79c4408d1e65dc4d7214e4321514fd5273045e60ba | 1 |
| 0x3c4fa639c8d7e65c603145adad8bd12f2358312f | false | 110673404877630795686404077678547419996893984284406390574902162777731923347405 | 31203 | 151 | 29420843 | 1 | 0x000000000000000000000000a3285960ae53368cd75651b697c8c4796a88e3b6 | 2023-06-25T21:30:28.000Z | 0x000000000000000000000000a0b86991c6218b36c1d19d4a2e9eb0ce3606eb48 | 0x68a473aaf8320dea6935ccea793c9a8d27f2889f53eaa68be6dbb33c04d463cc | 1 |
| 0x3c4fa639c8d7e65c603145adad8bd12f2358312f | false | 51388651818004785474329515634769883038468463274603110143176974267909759309303 | 113143 | 263 | 29414843 | 1 | 0x0000000000000000000000001ce0cc3fb722cf1bf74db1e92f8eac906d5c82db | 2023-06-25T16:29:58.000Z | 0x000000000000000000000000a614f803b6fd780986a42c78ec9c7f77e6ded13c | 0x045fd9ce196c0d6d0169f7e5dc6b335079cdeb6b3f72910f78a4585917bb45a8 | 3 |
Example Query
Example Query
Query with partition filter