Tables
GasMode_claimAllGas_function
GasMode claimAllGas function calls on Blast L2, capturing contract interactions that claim accumulated gas rebates from the network’s Gas Mode rewards system. Records include claimed gas amounts, recipient addresses, and execution details for tracking gas rebate distribution 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. |
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 | NUMERIC | 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 | INT64 | 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_contractAddress | STRING | Contract address on the destination blockchain that is the target of the cross-chain call or deployment. Hex-encoded, 0x-prefixed, 42-character string. |
in_recipient | STRING | Address designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string. |
out_returnedGas | STRING | Amount of gas returned or claimed from the contract. String-encoded integer representing gas units in wei. |
Sample Data
Sample Data
| gas | value | status | gas_used | signature | to_address | block_number | from_address | in_recipient | trace_address | block_timestamp | out_returnedGas | transaction_hash | in_contractAddress |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 83275 | 0 | true | 54726 | 0x954fa5ee | 0x4300000000000000000000000000000000000002 | 954690 | 0x064631c1f2af692c756b3985a08f8649a69f2f9a | 0x064631c1f2af692c756b3985a08f8649a69f2f9a | 0,7 | 2024-03-17T23:46:35.000Z | 1150924739970 | 0xd61b423ab53a4e994e2253b91f042331cd5d8001dfd2e5106f10ed17373964ba | 0x064631c1f2af692c756b3985a08f8649a69f2f9a |
| 83275 | 0 | true | 54726 | 0x954fa5ee | 0x4300000000000000000000000000000000000002 | 933090 | 0x064631c1f2af692c756b3985a08f8649a69f2f9a | 0x064631c1f2af692c756b3985a08f8649a69f2f9a | 0,6 | 2024-03-17T11:46:35.000Z | 477980062602 | 0x009b7e8e7414e98760576296497e1de1d1413d9a5492c1f50eb9099157cbf7c2 | 0x064631c1f2af692c756b3985a08f8649a69f2f9a |
| 66201 | 0 | true | 43671 | 0x954fa5ee | 0x4300000000000000000000000000000000000002 | 915492 | 0x2f5007df87c043552f3c6b6e5487b2bdc92f0232 | 0x462bd2d3c020f6986c98160bc4e189954f49634b | 0,3 | 2024-03-17T01:59:59.000Z | 2046746958473 | 0x7ecccfcf18b29cd88c914ad7850b148a73c382cd42dab7871ba825199aaa2643 | 0x2f5007df87c043552f3c6b6e5487b2bdc92f0232 |
Example Query
Example Query
Query with partition filter
GasMode_claimGas_function
Gas claim transactions from Blast’s native gas fee rebate system where contracts claim accumulated ETH rewards based on gas consumption. Records show claimed amounts, recipients, and ether-seconds consumed for analyzing Blast’s unique gas monetization mechanism.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 | NUMERIC | 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 | INT64 | 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_contractAddress | STRING | Contract address on the destination blockchain that is the target of the cross-chain call or deployment. Hex-encoded, 0x-prefixed, 42-character string. |
in_recipient | STRING | Address designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_etherToClaim | STRING | Amount of ETH gas credits being claimed by the contract in wei. Represents the claimable gas rebate on Blast chain based on accumulated gas usage. |
in_etherSecondsToConsume | STRING | Accumulated gas credits denominated in ether-seconds, representing the product of gas fees generated over time by the contract. This value is consumed when claiming gas rewards on Blast’s native gas fee rebate mechanism. |
out_returnedGas | STRING | Amount of gas returned or claimed from the contract. String-encoded integer representing gas units in wei. |
Sample Data
Sample Data
| gas | value | status | gas_used | signature | to_address | block_number | from_address | in_recipient | trace_address | block_timestamp | in_etherToClaim | out_returnedGas | transaction_hash | in_contractAddress | in_etherSecondsToConsume |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 47586 | 0 | true | 39340 | 0xfafce39e | 0x4300000000000000000000000000000000000002 | 7393563 | 0xaaaaaaaaffe404ee9433eef0094b6382d81fb958 | 0x051668b832d6f9437cff4955ae5a2bd68ebe5422 | 0,0,1,0,0,0,0 | 2024-08-14T00:55:41.000Z | 24000000000000000000 | 24000000000000000000 | 0x22912d0ecb7b6c24db4c393c1f415571b2aa38bf24677af9b6f39802d22214db | 0xaaaaaaaaffe404ee9433eef0094b6382d81fb958 | 93312000000000000000000000 |
| 55726 | 0 | true | 53947 | 0xfafce39e | 0x4300000000000000000000000000000000000002 | 11761155 | 0xf7459cbc8440d196859ef319516f63946be7d8b3 | 0xe0d661c4d5cfe12c4d94696809981d2f995a2de4 | 0,0,0 | 2024-11-23T03:22:05.000Z | 70678575972909582 | 64847593455144541 | 0x6a122146d00725140d2dd1d5693923f9dbf09d7d4b5411f1114b74c789220e27 | 0xf7459cbc8440d196859ef319516f63946be7d8b3 | 152990000000000000000000 |
Example Query
Example Query
Query with partition filter
GasMode_claimGasAtMinClaimRate_function
Gas rebate claims from Blast’s native gas fee refund mechanism where contracts claim accumulated gas credits at a minimum rate of 10,000 basis points (100%). Tracks contract-level gas reward distributions showing which protocols are actively harvesting Blast’s gas yield feature.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 | NUMERIC | 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 | INT64 | 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_contractAddress | STRING | Contract address on the destination blockchain that is the target of the cross-chain call or deployment. Hex-encoded, 0x-prefixed, 42-character string. |
in_recipient | STRING | Address designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_minClaimRateBips | STRING | Minimum claim rate threshold in basis points (bips) required for the gas claim operation, where 10000 represents 100%. Typically set to 10000 in sample data, indicating claims execute at the full available rate. |
out_returnedGas | STRING | Amount of gas returned or claimed from the contract. String-encoded integer representing gas units in wei. |
Sample Data
Sample Data
| gas | value | status | gas_used | signature | to_address | block_number | from_address | in_recipient | trace_address | block_timestamp | out_returnedGas | transaction_hash | in_contractAddress | in_minClaimRateBips |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 46873 | 0 | true | 43379 | 0x0951888f | 0x4300000000000000000000000000000000000002 | 10219156 | 0x60b81d86ae4d66e19727e85723b2dcf40fc2c928 | 0x1d35f32431c08c4dfe4df95fa439991f72b0a08e | 0,0,0 | 2024-10-18T10:42:07.000Z | 11478468718232 | 0xbbce7759b34d25951461b37d34979a93c3b1a0ad1dd9fc1f3b4c1242d0539d98 | 0x60b81d86ae4d66e19727e85723b2dcf40fc2c928 | 10000 |
| 46873 | 0 | true | 43379 | 0x0951888f | 0x4300000000000000000000000000000000000002 | 10207192 | 0x6c19f2fd169768be232f33d962b2967b3d9a8616 | 0x3797409a8b00d62f4eb303192144a7b2b07fba95 | 0,0,0 | 2024-10-18T04:03:19.000Z | 84135198453891 | 0x21fd542a187ac8af81bc97e5bf75736a6320677bae304a782c83ccc2b643636a | 0x6c19f2fd169768be232f33d962b2967b3d9a8616 | 10000 |
| 46873 | 0 | true | 43379 | 0x0951888f | 0x4300000000000000000000000000000000000002 | 10207210 | 0xffca77bda19a85e0f1b23d8f53d4b070d4903563 | 0x3797409a8b00d62f4eb303192144a7b2b07fba95 | 0,0,0 | 2024-10-18T04:03:55.000Z | 38113398285404 | 0xd2e781a3169798891217ac92b34f695818c7635aaa756433f0da5ea18f662858 | 0xffca77bda19a85e0f1b23d8f53d4b070d4903563 | 10000 |
Example Query
Example Query
Query with partition filter
GasMode_claimMaxGas_function
Blast L2 gas rebate claims through the GasMode contract’s claimMaxGas function, returning accumulated gas credits to recipient addresses. Records contract address claiming gas, returned gas amounts, and claim transaction details for analyzing Blast’s gas fee rebate program participation.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 | NUMERIC | 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 | INT64 | 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_contractAddress | STRING | Contract address on the destination blockchain that is the target of the cross-chain call or deployment. Hex-encoded, 0x-prefixed, 42-character string. |
in_recipient | STRING | Address designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string. |
out_returnedGas | STRING | Amount of gas returned or claimed from the contract. String-encoded integer representing gas units in wei. |
Sample Data
Sample Data
| gas | value | status | gas_used | signature | to_address | block_number | from_address | in_recipient | trace_address | block_timestamp | out_returnedGas | transaction_hash | in_contractAddress |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 7920027 | 0 | true | 65051 | 0x662aa11d | 0x4300000000000000000000000000000000000002 | 20179109 | 0x315d89cb2f3bb6667fc8209d71b67353fecd1eb6 | 0x315d89cb2f3bb6667fc8209d71b67353fecd1eb6 | 0 | 2025-06-06T00:00:33.000Z | 12232413382864 | 0x5173137aadce2548ae97ae4a11676cb3cc8916feecad9a4b5aba42e2f46a5319 | 0x5b57e907d4dbaccafbbb50719a87aa66f97d6c26 |
| 7920027 | 0 | true | 65051 | 0x662aa11d | 0x4300000000000000000000000000000000000002 | 20179147 | 0x315d89cb2f3bb6667fc8209d71b67353fecd1eb6 | 0x315d89cb2f3bb6667fc8209d71b67353fecd1eb6 | 0 | 2025-06-06T00:01:49.000Z | 26657954412848 | 0xd2a68866fb5dfd48ce5d5b382f20e26a080b5e77aac6e197f53b81b6f891757f | 0xb1fea9446ca2762b5cb909f495e3ec66c0d3a050 |
| 7920027 | 0 | true | 65051 | 0x662aa11d | 0x4300000000000000000000000000000000000002 | 20179175 | 0x315d89cb2f3bb6667fc8209d71b67353fecd1eb6 | 0x315d89cb2f3bb6667fc8209d71b67353fecd1eb6 | 0 | 2025-06-06T00:02:45.000Z | 3768075691213 | 0x27fa24cd29e41dc0213b9bf6433dbed7f68419fa11b3210f8e5d1e4cdc8721f8 | 0xe7f9e7f6a0f801d74db239d43ef0cdfbb27b3738 |
Example Query
Example Query
Query with partition filter
L2Bridge_ERC20BridgeFinalized_event
ERC20 token bridge completion events on Blast L2, recording finalized deposits from Ethereum mainnet with token addresses, amounts, and recipient details. Used for tracking cross-chain token flows and bridge activity analysis.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_localToken | STRING | Token address on the local chain in the bridge operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_remoteToken | STRING | Token address on the remote chain in the bridge operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_from | STRING | Address originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_to | STRING | Destination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_amount | STRING | Input amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination. |
in_extraData | STRING | Additional data passed with the bridge operation. Hex-encoded byte string, empty (0x) or containing protocol-specific parameters. |
Sample Data
Sample Data
| in_to | address | in_from | removed | in_amount | log_index | block_number | in_extraData | in_localToken | in_remoteToken | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 0x03b57fbc3bda760db9eb17a690faba2a1c431c8c | 0x4300000000000000000000000000000000000005 | 0x03b57fbc3bda760db9eb17a690faba2a1c431c8c | false | 3000778622104361588563 | 1 | 2533132 | 0x0000000000000000000000000000000000000000000000a277bae536a5b40000 | 0x4300000000000000000000000000000000000003 | 0x6b175474e89094c44da98b954eedeac495271d0f | 2024-04-23T12:41:19.000Z | 0x308a64f31781846b4295af402d13220d695149400279de6db46e53d7d4b240d4 |
| 0x0da0115e9f0d2f9668f37296303aa09253d2b636 | 0x4300000000000000000000000000000000000005 | 0x0da0115e9f0d2f9668f37296303aa09253d2b636 | false | 5500000000000000000000000 | 1 | 2535175 | 0x000000000000000000000000000000000000000000048cab98f1671af5800000 | 0x4300000000000000000000000000000000000003 | 0x6b175474e89094c44da98b954eedeac495271d0f | 2024-04-23T13:49:25.000Z | 0xa233feab5ec132bd7925811b39b96fcba10ad04a5151c0c419af093d9e01dac4 |
| 0x0da0115e9f0d2f9668f37296303aa09253d2b636 | 0x4300000000000000000000000000000000000005 | 0x0da0115e9f0d2f9668f37296303aa09253d2b636 | false | 500000000000000000000 | 1 | 2534718 | 0x00000000000000000000000000000000000000000000001b1ae4d6e2ef500000 | 0x4300000000000000000000000000000000000003 | 0x6b175474e89094c44da98b954eedeac495271d0f | 2024-04-23T13:34:11.000Z | 0x890641abdcdcb8c1e5b249d4e27b791a2b06b084d5389286e6303c1c657b3329 |
Example Query
Example Query
Query with partition filter
L2Bridge_ERC20BridgeInitiated_event
ERC20 token withdrawal events from Blast L2 to Ethereum mainnet via the native bridge contract. Records include sender, recipient addresses, token amounts, and local/remote token pairs for tracking cross-chain asset 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. |
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_localToken | STRING | Token address on the local chain in the bridge operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_remoteToken | STRING | Token address on the remote chain in the bridge operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_from | STRING | Address originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_to | STRING | Destination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_amount | STRING | Input amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination. |
in_extraData | STRING | Additional data passed with the bridge operation. Hex-encoded byte string, empty (0x) or containing protocol-specific parameters. |
Sample Data
Sample Data
| in_to | address | in_from | removed | in_amount | log_index | block_number | in_extraData | in_localToken | in_remoteToken | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 0xa937f63ba1d69fd7e022fd50628b6d8fcfbde52d | 0x4300000000000000000000000000000000000005 | 0xa937f63ba1d69fd7e022fd50628b6d8fcfbde52d | false | 77248059900000000000000 | 1 | 6761834 | 0x | 0x4300000000000000000000000000000000000003 | 0x6b175474e89094c44da98b954eedeac495271d0f | 2024-07-30T09:58:03.000Z | 0x8e63399f008fc21502d245172c9609a1525749a2501425c92f4fb471d63bc475 |
| 0xf4a26086a6c6e60b0d25d792bb32ac499a356220 | 0x4300000000000000000000000000000000000005 | 0xf4a26086a6c6e60b0d25d792bb32ac499a356220 | false | 25240000000000000000 | 1 | 6774395 | 0x | 0x4300000000000000000000000000000000000003 | 0x6b175474e89094c44da98b954eedeac495271d0f | 2024-07-30T16:56:45.000Z | 0x44a98224676f6717ed01b624ee3056c97f43a0c2bc18ab50421de466efedb88b |
| 0xff64f3bc00a8ddf946876c49690c32ed459c34ca | 0x4300000000000000000000000000000000000005 | 0xff64f3bc00a8ddf946876c49690c32ed459c34ca | false | 3000800000000000000000 | 1 | 6747833 | 0x | 0x4300000000000000000000000000000000000003 | 0x6b175474e89094c44da98b954eedeac495271d0f | 2024-07-30T02:11:21.000Z | 0x5d7db9aba967bcae41dff426a99111e74360c768e2f6b978ca9be0347d98dda9 |
Example Query
Example Query
Query with partition filter
L2Bridge_ETHBridgeFinalized_event
ETH withdrawal completion events from Blast L2 to Ethereum mainnet, recording finalized bridge transfers with sender, recipient, and amount data. Used for tracking cross-chain ETH flow and analyzing bridge usage 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_from | STRING | Address originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_to | STRING | Destination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_amount | STRING | Input amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination. |
in_extraData | STRING | Additional data passed with the bridge operation. Hex-encoded byte string, empty (0x) or containing protocol-specific parameters. |
Sample Data
Sample Data
| in_to | address | in_from | removed | in_amount | log_index | block_number | in_extraData | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|---|---|
| 0x5eb0bafe7b747e462c4c3af36c4902d7363e870b | 0x4300000000000000000000000000000000000005 | 0x5f6ae08b8aeb7078cf2f96afb089d7c9f51da47d | false | 21398711130378428 | 0 | 7175841 | 0x | 2024-08-08T23:58:17.000Z | 0xb7c8f7f2f9ccf7b6f09324874b28c1d0971d2307f5c6326b95b05a8bcece6a2e |
| 0x794b120eae07806c33f0521435113562aef8dd99 | 0x4300000000000000000000000000000000000005 | 0x5f6ae08b8aeb7078cf2f96afb089d7c9f51da47d | false | 15282041602155678393 | 0 | 7132798 | 0x | 2024-08-08T00:03:31.000Z | 0xc86d0604dd2615eae7cec62d3ba44c3b70ba9d32cb9cac4fc36610165dc1cc39 |
| 0xf7f3f405847b4a46a181331b647e68619952f003 | 0x4300000000000000000000000000000000000005 | 0x5f6ae08b8aeb7078cf2f96afb089d7c9f51da47d | false | 35834901752561165 | 0 | 7165845 | 0x | 2024-08-08T18:25:05.000Z | 0x212add806363b5c1b24d4fafae70fb921808941e52eb27acdbd0f409ec6f8917 |
Example Query
Example Query
Query with partition filter
L2Bridge_ETHBridgeInitiated_event
ETH bridge withdrawal events from Blast L2 to Ethereum mainnet, capturing sender and recipient addresses with withdrawal amounts in wei. Used for tracking ETH outflows from Blast and analyzing user withdrawal 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_from | STRING | Address originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_to | STRING | Destination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_amount | STRING | Input amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination. |
in_extraData | STRING | Additional data passed with the bridge operation. Hex-encoded byte string, empty (0x) or containing protocol-specific parameters. |
Sample Data
Sample Data
| in_to | address | in_from | removed | in_amount | log_index | block_number | in_extraData | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|---|---|
| 0x7c5cc59ae8202e04a5531c423f56ac16952161ac | 0x4300000000000000000000000000000000000005 | 0x7c5cc59ae8202e04a5531c423f56ac16952161ac | false | 1814000000000000000 | 0 | 2048039 | 0x | 2024-04-12T07:11:33.000Z | 0x3551f84946a25f72a01a6c9da4f91a15af9aa8dde2714cce5d57e5b95cba6443 |
| 0xb259aee7aa192b2ec54e7e8348a6224394b582d2 | 0x4300000000000000000000000000000000000005 | 0xb259aee7aa192b2ec54e7e8348a6224394b582d2 | false | 50000000000000 | 0 | 2040791 | 0x | 2024-04-12T03:09:57.000Z | 0x77e7b9d8a0bd5b0213c11005b6b79b16029fa0dfd25f327791782583289acc74 |
| 0x35c9e54cba02bc029ef4a5446b2a945fd2bd4725 | 0x4300000000000000000000000000000000000005 | 0x35c9e54cba02bc029ef4a5446b2a945fd2bd4725 | false | 160000000000000000 | 1 | 2050793 | 0x | 2024-04-12T08:43:21.000Z | 0x8011d2b2af9b889c44d87a78038fe61fa08c1e70d83429899d76aa22555115f2 |
Example Query
Example Query
Query with partition filter