Skip to main content

Tables

L1BlastBridge_bridgeERC20_function

ERC20 token bridge transactions from Ethereum mainnet (L1) to Blast L2, capturing deposit amounts, token addresses, gas parameters, and optional extraData for cross-chain transfers. Used for analyzing bridge volume, token flows, and user migration patterns between Ethereum and Blast.
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__localTokenSTRINGContract address of the token on the source layer. Hex-encoded, 0x-prefixed, 42-character string.
in__remoteTokenSTRINGContract address of the token on the destination layer. Hex-encoded, 0x-prefixed, 42-character string.
in__amountSTRINGAmount of tokens involved in the transaction. String-encoded integer representing token quantity in smallest unit (wei for ETH, base units for ERC20 tokens).
in__minGasLimitSTRINGMinimum gas limit required for executing the transaction on the destination layer. String-encoded integer representing the guaranteed computational units allocated for cross-layer message execution.
in__extraDataSTRINGAdditional data passed with the transaction or function call. Hex-encoded byte string, typically empty (0x) or containing protocol-specific metadata.
gasvaluestatusgas_usedsignaturein__amountto_addressblock_numberfrom_addressin__extraDatatrace_addressin__localTokenblock_timestampin__minGasLimitin__remoteTokentransaction_hash
16470460true10286250x87087623620000000000000000000x3a05e5d33d7ab3864d53aaec93c8301c1fa49115204526310xdd353ba8867e80c1859e19bcdfe5679f50be52580x0xae7ab96520de3a18e5e111b5eaab095312d7fe842024-08-04T03:55:11.000Z8000000x00000000000000000000000000000000000000000x441edf345ce2159a49560e0bf0a0dfc7a3e5c1b7fd632882f9f95c2fdf819578
21690460true4282540x87087623293122200000x3a05e5d33d7ab3864d53aaec93c8301c1fa49115204563690xfb076dc52e7b750fb7779811048993541db4e5720x00000000000000000000000000000000000000000000000000000000000000000xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb482024-08-04T16:24:59.000Z8000000x43000000000000000000000000000000000000030x668672fe71a9b4c1615a6657c2658b0e015b2ea794e3cefe7e668a728257d034
21690460true4074460x8708762340490000160x3a05e5d33d7ab3864d53aaec93c8301c1fa49115204562840x81050249d1d691b65b6fa36c186632cf7068ebff0x00000000000000000000000000000000000000000000000000000000000000000xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb482024-08-04T16:07:47.000Z8000000x43000000000000000000000000000000000000030xfd94255bff3707a0ad4d5b1f52005d58caac7a54f011dd80fc788cd664abc57d
Query with partition filter
SELECT *
FROM `tt-contracts.blast_v2_ethereum.L1BlastBridge_bridgeERC20_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

L1BlastBridge_bridgeERC20To_function

ERC-20 token bridge transactions from Ethereum L1 to Blast L2, capturing cross-chain token transfers with source/destination addresses, amounts, and gas parameters. Used for analyzing Blast bridge activity, token flow patterns, and user migration to the Layer 2 network.
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__localTokenSTRINGContract address of the token on the source layer. Hex-encoded, 0x-prefixed, 42-character string.
in__remoteTokenSTRINGContract address of the token on the destination layer. Hex-encoded, 0x-prefixed, 42-character string.
in__toSTRINGDestination address for the transaction or transfer. Hex-encoded, 0x-prefixed, 42-character string.
in__amountSTRINGAmount of tokens involved in the transaction. String-encoded integer representing token quantity in smallest unit (wei for ETH, base units for ERC20 tokens).
in__minGasLimitSTRINGMinimum gas limit required for executing the transaction on the destination layer. String-encoded integer representing the guaranteed computational units allocated for cross-layer message execution.
in__extraDataSTRINGAdditional data passed with the transaction or function call. Hex-encoded byte string, typically empty (0x) or containing protocol-specific metadata.
gasvaluein__tostatusgas_usedsignaturein__amountto_addressblock_numberfrom_addressin__extraDatatrace_addressin__localTokenblock_timestampin__minGasLimitin__remoteTokentransaction_hash
39116700x7b51ed9cfd8986dd8888a293200ecbfa8dbd4f42true2418100x540abf73234280090157328040x3a05e5d33d7ab3864d53aaec93c8301c1fa49115231356210x5f6ae08b8aeb7078cf2f96afb089d7c9f51da47d0x0,10xae7ab96520de3a18e5e111b5eaab095312d7fe842025-08-14T00:10:11.000Z00x00000000000000000000000000000000000000000x4f01cdac4da6eee0674228a46f3e524dfb04b399c5ea072c09297f9c116c21a6
31881600x2472533e2a410c42a0275ccebee4b970698d2890true2652020x540abf7331659471642882150x3a05e5d33d7ab3864d53aaec93c8301c1fa49115231357540x5f6ae08b8aeb7078cf2f96afb089d7c9f51da47d0x0,10xae7ab96520de3a18e5e111b5eaab095312d7fe842025-08-14T00:36:59.000Z00x00000000000000000000000000000000000000000xaa7d3949410571f29967c4e472404c857dbc61534c7f755f158a37d60fd73659
51503400x4de9d5cefedda5f2f9cee3ea9bb992bfae0df767true2885940x540abf731577419597838671600x3a05e5d33d7ab3864d53aaec93c8301c1fa49115231389010x5f6ae08b8aeb7078cf2f96afb089d7c9f51da47d0x0,10xae7ab96520de3a18e5e111b5eaab095312d7fe842025-08-14T11:10:35.000Z00x00000000000000000000000000000000000000000x2d8b8506fb8d5ffb2edcd92517d3624c7daa70189909bc896126e7a550a98c04
Query with partition filter
SELECT *
FROM `tt-contracts.blast_v2_ethereum.L1BlastBridge_bridgeERC20To_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

L1BlastBridge_bridgeETH_function

ETH bridge transactions from Ethereum (L1) to Blast L2 through the official Blast bridge contract. Records individual bridgeETH function calls with deposit amounts, gas parameters, and execution status for analyzing L1-to-L2 migration 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.
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__minGasLimitSTRINGMinimum gas limit required for executing the transaction on the destination layer. String-encoded integer representing the guaranteed computational units allocated for cross-layer message execution.
in__extraDataSTRINGAdditional data passed with the transaction or function call. Hex-encoded byte string, typically empty (0x) or containing protocol-specific metadata.
gasvaluestatusgas_usedsignatureto_addressblock_numberfrom_addressin__extraDatatrace_addressblock_timestampin__minGasLimittransaction_hash
89011330000000000000000true1524380x09fc88430x3a05e5d33d7ab3864d53aaec93c8301c1fa49115193162610x8b4a179fa7e828bf0789c82ce353a58a3e3f614d0x2024-02-27T03:39:47.000Z2000000x01ac77185f5ae172f3285e7a3a93f8c813135ca6e23bb21103dee28d0d563586
890113100000000000true1524380x09fc88430x3a05e5d33d7ab3864d53aaec93c8301c1fa49115193162380x8b4a179fa7e828bf0789c82ce353a58a3e3f614d0x2024-02-27T03:35:11.000Z2000000x6b36d2281cb1ad3923da7ec2eaf0f294d5ff63dd3dcb81cc90043706b4b36514
649713600000000000000000true1524380x09fc88430x3a05e5d33d7ab3864d53aaec93c8301c1fa49115195133250xb8f71484f9b8be8eff007057181eaf43569849c30x2024-03-25T18:41:23.000Z2000000x9ac9818e2e3d7e708a7e881484d4e5d124ad8a72d41948e755dc71a8fedf820f
Query with partition filter
SELECT *
FROM `tt-contracts.blast_v2_ethereum.L1BlastBridge_bridgeETH_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

L1BlastBridge_bridgeETHTo_function

ETH bridging transactions from Ethereum mainnet (L1) to Blast L2 network via the L1BlastBridge contract. Records include recipient addresses, ETH amounts, gas parameters, and optional extraData for analyzing cross-chain deposit patterns and bridge 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.
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__toSTRINGDestination address for the transaction or transfer. Hex-encoded, 0x-prefixed, 42-character string.
in__minGasLimitSTRINGMinimum gas limit required for executing the transaction on the destination layer. String-encoded integer representing the guaranteed computational units allocated for cross-layer message execution.
in__extraDataSTRINGAdditional data passed with the transaction or function call. Hex-encoded byte string, typically empty (0x) or containing protocol-specific metadata.
gasvaluein__tostatusgas_usedsignatureto_addressblock_numberfrom_addressin__extraDatatrace_addressblock_timestampin__minGasLimittransaction_hash
1417870926040700388070750x594a109bab8d64e74f982c6f26d050fdac2ee0e7true2233280xe11013dd0x3a05e5d33d7ab3864d53aaec93c8301c1fa49115217077990xad3ede7d59d95ea0ae714dc48d9ac70944f7a5e00x2,0,02025-01-26T09:28:35.000Z2000000x232c06158f83d10efc5e87fe710640d3603b9b0749f04eec311c1ca3fab35f01
1417870978072464544882780x71ed50f754acc86fe89c64baa7a6c78a5a014ecbtrue4667080xe11013dd0x3a05e5d33d7ab3864d53aaec93c8301c1fa49115230299900xc0de31bd65f9220fa121be839909538ed2ec31330x2,0,02025-07-30T05:55:11.000Z2000000xe17b81f7822cd187f870a13a305d3d97c45cc1f6f543f6746e384791aca9e9ae
8475491000000000000000x3f2157b3b183c369daed3085899efbf06fb0cf13true2109980xe11013dd0x3a05e5d33d7ab3864d53aaec93c8301c1fa49115204139310x3f2157b3b183c369daed3085899efbf06fb0cf130x723b6af9c31043618f499d7b57d2db442024-07-29T18:11:23.000Z2000000x0be89831293209ad01df22b29f0832e9547df2291767fc7f8307e1f3f7d9b881
Query with partition filter
SELECT *
FROM `tt-contracts.blast_v2_ethereum.L1BlastBridge_bridgeETHTo_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

L1BlastBridge_ERC20BridgeFinalized_event

ERC20 token bridge completion events from Ethereum L1 to Blast L2, recording finalized withdrawals with token addresses, amounts, and recipient accounts. Useful for tracking cross-chain token flow and bridge usage patterns between Ethereum mainnet and Blast.
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_localTokenSTRINGToken address on the local chain in the bridge operation. Hex-encoded, 0x-prefixed, 42-character string.
in_remoteTokenSTRINGToken address on the remote chain in the bridge operation. Hex-encoded, 0x-prefixed, 42-character string.
in_fromSTRINGAddress originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.
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_extraDataSTRINGAdditional data passed with the bridge operation. Hex-encoded byte string, empty (0x) or containing protocol-specific parameters.
in_toaddressin_fromremovedin_amountlog_indexblock_numberin_extraDatain_localTokenin_remoteTokenblock_timestamptransaction_hash
0x3c872e7bcadae75bcf7ddc8ba90a2b434a96ac410x3a05e5d33d7ab3864d53aaec93c8301c1fa491150x3c872e7bcadae75bcf7ddc8ba90a2b434a96ac41false1100000000000000000279193297910x0x6b175474e89094c44da98b954eedeac495271d0f0x43000000000000000000000000000000000000032024-02-29T01:05:35.000Z0x94943605d9b71a1b97066d3c5fa50b372e486c0082246f59b2ce7152fd7fd5f5
0x3c872e7bcadae75bcf7ddc8ba90a2b434a96ac410x3a05e5d33d7ab3864d53aaec93c8301c1fa491150x3c872e7bcadae75bcf7ddc8ba90a2b434a96ac41false3100000000000000000120193292030x0x6b175474e89094c44da98b954eedeac495271d0f0x43000000000000000000000000000000000000032024-02-28T23:07:47.000Z0x2c33b8749ad20e2b4b6484c70ed2d87ae77708f788a307979119290ba5ecb592
0x3c872e7bcadae75bcf7ddc8ba90a2b434a96ac410x3a05e5d33d7ab3864d53aaec93c8301c1fa491150x3c872e7bcadae75bcf7ddc8ba90a2b434a96ac41false2100000000000000000120193150540x0x6b175474e89094c44da98b954eedeac495271d0f0x43000000000000000000000000000000000000032024-02-26T23:36:47.000Z0x14e1ab663b8e42cbaf793d13c323ffe1159d12fe120a6938e16c667abd177dd2
Query with partition filter
SELECT *
FROM `tt-contracts.blast_v2_ethereum.L1BlastBridge_ERC20BridgeFinalized_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

L1BlastBridge_ERC20BridgeInitiated_event

ERC20 token bridge initiation events from Ethereum L1 to Blast L2, capturing deposits with sender, recipient, token addresses (local and remote), and transfer amounts. Used for tracking cross-chain token flows and bridge volume analysis.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_localTokenSTRINGToken address on the local chain in the bridge operation. Hex-encoded, 0x-prefixed, 42-character string.
in_remoteTokenSTRINGToken address on the remote chain in the bridge operation. Hex-encoded, 0x-prefixed, 42-character string.
in_fromSTRINGAddress originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.
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_extraDataSTRINGAdditional data passed with the bridge operation. Hex-encoded byte string, empty (0x) or containing protocol-specific parameters.
in_toaddressin_fromremovedin_amountlog_indexblock_numberin_extraDatain_localTokenin_remoteTokenblock_timestamptransaction_hash
0x8f36dc5348bf133941f07d4ea682354ca273d7750x3a05e5d33d7ab3864d53aaec93c8301c1fa491150x8f36dc5348bf133941f07d4ea682354ca273d775false3001638331454657126022298193364560x0000000000000000000000000000000000000000000000a27b2094062644da000xdac17f958d2ee523a2206206994597c13d831ec70x43000000000000000000000000000000000000032024-02-29T23:29:47.000Z0x230b4af2b95e9c7f122cc7dccdd1486685a2bf717c29a15ce70419ca9c5979da
0xb3d29057fbf7cc83f498898fc516bfbdc71a42490x3a05e5d33d7ab3864d53aaec93c8301c1fa491150xb3d29057fbf7cc83f498898fc516bfbdc71a4249false20004782135691753534917273193358800x00000000000000000000000000000000000000000000043b1e334d6c50b000000xdac17f958d2ee523a2206206994597c13d831ec70x43000000000000000000000000000000000000032024-02-29T21:34:11.000Z0xac3c47d6959cb0b7a41893fbde9b6cbf6f6f5d9194bb6a7031afb67b3c88e22c
0x3e7d1113c1813666b32a03c0d24c80914b5f72790x3a05e5d33d7ab3864d53aaec93c8301c1fa491150x3e7d1113c1813666b32a03c0d24c80914b5f7279false200101362601875074981121193362390x00000000000000000000000000000000000000000000000ad4c8316a0b0c00000xdac17f958d2ee523a2206206994597c13d831ec70x43000000000000000000000000000000000000032024-02-29T22:46:23.000Z0xe81015420cac9ca28fe115746e26aafaa57f2f4d7c858029c731e62ed14478fd
Query with partition filter
SELECT *
FROM `tt-contracts.blast_v2_ethereum.L1BlastBridge_ERC20BridgeInitiated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

L1BlastBridge_ETHBridgeFinalized_event

ETH withdrawal completion events from Blast L2 bridge contract on Ethereum mainnet (Layer 1). Records finalized bridge transactions with sender, recipient addresses and ETH amounts in wei for tracking cross-chain fund movements.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_fromSTRINGAddress originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.
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_extraDataSTRINGAdditional data passed with the bridge operation. Hex-encoded byte string, empty (0x) or containing protocol-specific parameters.
in_toaddressin_fromremovedin_amountlog_indexblock_numberin_extraDatablock_timestamptransaction_hash
0x3c872e7bcadae75bcf7ddc8ba90a2b434a96ac410x3a05e5d33d7ab3864d53aaec93c8301c1fa491150x3c872e7bcadae75bcf7ddc8ba90a2b434a96ac41false40000000000000000262193301590x2024-02-29T02:19:59.000Z0xa9caf86d45083e17000e20b2a03204716077af01cda4c7d0c89d5dc0769645a5
0x3c872e7bcadae75bcf7ddc8ba90a2b434a96ac410x3a05e5d33d7ab3864d53aaec93c8301c1fa491150x3c872e7bcadae75bcf7ddc8ba90a2b434a96ac41false10000000000000000498193301940x2024-02-29T02:26:59.000Z0xabb3b1b3a6b0efc1873ccabf378c60f90d30d0f37137586cdb4e153dba60affd
0x3c872e7bcadae75bcf7ddc8ba90a2b434a96ac410x3a05e5d33d7ab3864d53aaec93c8301c1fa491150x3c872e7bcadae75bcf7ddc8ba90a2b434a96ac41false2100000000000000092193221210x2024-02-27T23:20:11.000Z0x9c449cb9482d066a4deeb25579c50d97c5224b938c3ebcbe3f5e52e31fdbb3a6
Query with partition filter
SELECT *
FROM `tt-contracts.blast_v2_ethereum.L1BlastBridge_ETHBridgeFinalized_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

L1BlastBridge_ETHBridgeInitiated_event

ETH deposit events from Ethereum mainnet (L1) to Blast L2 bridge, capturing sender and recipient addresses with bridged amounts in wei. Used for tracking cross-chain ETH flow and bridge usage 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_fromSTRINGAddress originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.
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_extraDataSTRINGAdditional data passed with the bridge operation. Hex-encoded byte string, empty (0x) or containing protocol-specific parameters.
in_toaddressin_fromremovedin_amountlog_indexblock_numberin_extraDatablock_timestamptransaction_hash
0x3c872e7bcadae75bcf7ddc8ba90a2b434a96ac410x3a05e5d33d7ab3864d53aaec93c8301c1fa491150x3c872e7bcadae75bcf7ddc8ba90a2b434a96ac41false100000000000000000153193029460x2024-02-25T06:56:11.000Z0xc9cbb6a8335d44c1d2ed8c4fbe566b2adb5bf38e1922864926e1b7da26c9d0a3
0xfc067852963970d0faf0ee3523a7e2b215a845a60x3a05e5d33d7ab3864d53aaec93c8301c1fa491150xfc067852963970d0faf0ee3523a7e2b215a845a6false1200000000000000000256193496130x2024-03-02T19:36:35.000Z0x6c57d6b6590c0e00e7610eb9fab9332ec232a0cbe150f93a61e0a3dc1392f838
0x2246688fc52b954795bc17f63b8a6bada9ca74190x3a05e5d33d7ab3864d53aaec93c8301c1fa491150x2246688fc52b954795bc17f63b8a6bada9ca7419false1040000000000000000256193484740x2024-03-02T15:47:47.000Z0x2908087c5d949a2e44354db63c3da3e29848bcb2231fe2634da764ea4d299851
Query with partition filter
SELECT *
FROM `tt-contracts.blast_v2_ethereum.L1BlastBridge_ETHBridgeInitiated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

L1BlastBridge_finalizeBridgeERC20_function

ERC20 token withdrawal completion records from Blast L2 to Ethereum mainnet through the L1 bridge contract. Tracks finalized bridge transfers with sender/recipient addresses, token amounts, and gas consumption for analyzing cross-chain asset flows.
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__localTokenSTRINGContract address of the token on the source layer. Hex-encoded, 0x-prefixed, 42-character string.
in__remoteTokenSTRINGContract address of the token on the destination layer. Hex-encoded, 0x-prefixed, 42-character string.
in__fromSTRINGAddress initiating the transaction or transfer. Hex-encoded, 0x-prefixed, 42-character string.
in__toSTRINGDestination address for the transaction or transfer. Hex-encoded, 0x-prefixed, 42-character string.
in__amountSTRINGAmount of tokens involved in the transaction. String-encoded integer representing token quantity in smallest unit (wei for ETH, base units for ERC20 tokens).
in__extraDataSTRINGAdditional data passed with the transaction or function call. Hex-encoded byte string, typically empty (0x) or containing protocol-specific metadata.
gasvaluein__tostatusgas_usedin__fromsignaturein__amountto_addressblock_numberfrom_addressin__extraDatatrace_addressin__localTokenblock_timestampin__remoteTokentransaction_hash
130038000x47660f6662fa3f4c76406eaeb9a7489db280c6b3true1541170x47660f6662fa3f4c76406eaeb9a7489db280c6b30x0166a07a1400000000000000000000000x3a05e5d33d7ab3864d53aaec93c8301c1fa49115200980080x5d4472f31bd9385709ec61305afc749f0fa8e9d00x0,4,1,10x6b175474e89094c44da98b954eedeac495271d0f2024-06-15T15:12:35.000Z0x43000000000000000000000000000000000000030x4f8994c17a71ee1a788a51997ebf0a97109df34e3553845c6c5220a41e95d14d
130039200x47660f6662fa3f4c76406eaeb9a7489db280c6b3true1541170x47660f6662fa3f4c76406eaeb9a7489db280c6b30x0166a07a1200000000000000000000000x3a05e5d33d7ab3864d53aaec93c8301c1fa49115200980050x5d4472f31bd9385709ec61305afc749f0fa8e9d00x0,4,1,10x6b175474e89094c44da98b954eedeac495271d0f2024-06-15T15:11:59.000Z0x43000000000000000000000000000000000000030xd181c33ceabfd6bae7bed8d4efa82ce965faf8dd096d68f85e6b658bde1532fe
129943800xf2f9033bf4a156aa1290cba6a767636eb00ccd53true1712170xf2f9033bf4a156aa1290cba6a767636eb00ccd530x0166a07a1000000000000000000000x3a05e5d33d7ab3864d53aaec93c8301c1fa49115200993270x5d4472f31bd9385709ec61305afc749f0fa8e9d00x0,4,1,10x6b175474e89094c44da98b954eedeac495271d0f2024-06-15T19:37:11.000Z0x43000000000000000000000000000000000000030x3e203634d3e3bbe6a405f76ccd2dcf29541cfc92d87097d53bc417eef75234cf
Query with partition filter
SELECT *
FROM `tt-contracts.blast_v2_ethereum.L1BlastBridge_finalizeBridgeERC20_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

L1BlastBridge_finalizeBridgeETH_function

ETH withdrawal completions from Blast L2 to Ethereum mainnet through the L1BlastBridge contract. Records finalized bridge transactions with sender addresses, ETH amounts in wei, and execution status for analyzing withdrawal flows and user 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.
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__fromSTRINGAddress initiating the transaction or transfer. Hex-encoded, 0x-prefixed, 42-character string.
in__toSTRINGDestination address for the transaction or transfer. Hex-encoded, 0x-prefixed, 42-character string.
in__amountSTRINGAmount of tokens involved in the transaction. String-encoded integer representing token quantity in smallest unit (wei for ETH, base units for ERC20 tokens).
in__extraDataSTRINGAdditional data passed with the transaction or function call. Hex-encoded byte string, typically empty (0x) or containing protocol-specific metadata.
gasvaluein__tostatusgas_usedin__fromsignaturein__amountto_addressblock_numberfrom_addressin__extraDatatrace_addressblock_timestamptransaction_hash
58446025207000000000000000x15adb409edeea389e5daf3a870e7eb2b15320ca4true251580x15adb409edeea389e5daf3a870e7eb2b15320ca40x1635f5fd25207000000000000000x3a05e5d33d7ab3864d53aaec93c8301c1fa49115216551880x5d4472f31bd9385709ec61305afc749f0fa8e9d00x0,5,1,12025-01-19T01:14:47.000Z0x1ea0c84ecbc7933479a565ef1baf9fc6e820663ffc5a77ba9702160e50046bd5
58446010664770000000000000x1788b7420b519e5b623d481597338ec1e4a57062true251580x1788b7420b519e5b623d481597338ec1e4a570620x1635f5fd10664770000000000000x3a05e5d33d7ab3864d53aaec93c8301c1fa49115216589430x5d4472f31bd9385709ec61305afc749f0fa8e9d00x0,5,1,12025-01-19T13:50:59.000Z0xf6bd3babd42b3b4972f755f14e0829a992d04c2009b36e134941738a816e10e4
58449540000000000000000000x369486abdeaf4c204d24b51b97323f5daa266767true251580x369486abdeaf4c204d24b51b97323f5daa2667670x1635f5fd40000000000000000000x3a05e5d33d7ab3864d53aaec93c8301c1fa49115216575210x5d4472f31bd9385709ec61305afc749f0fa8e9d00x0,5,1,12025-01-19T09:04:59.000Z0x6fbdb435af3ae7515ea8da27ca251d2bb85834c2ac1a51659a2cbcea6792d564
Query with partition filter
SELECT *
FROM `tt-contracts.blast_v2_ethereum.L1BlastBridge_finalizeBridgeETH_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

L1StandardBridge_bridgeERC20_function

ERC-20 token bridge transactions from Ethereum mainnet (L1) to Blast L2, recording token deposits with local and remote token addresses, amounts, and gas parameters. Used for analyzing cross-chain token flows and bridge usage patterns.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
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__localTokenSTRINGContract address of the token on the source layer. Hex-encoded, 0x-prefixed, 42-character string.
in__remoteTokenSTRINGContract address of the token on the destination layer. Hex-encoded, 0x-prefixed, 42-character string.
in__amountSTRINGAmount of tokens involved in the transaction. String-encoded integer representing token quantity in smallest unit (wei for ETH, base units for ERC20 tokens).
in__minGasLimitSTRINGMinimum gas limit required for executing the transaction on the destination layer. String-encoded integer representing the guaranteed computational units allocated for cross-layer message execution.
in__extraDataSTRINGAdditional data passed with the transaction or function call. Hex-encoded byte string, typically empty (0x) or containing protocol-specific metadata.
gasvaluestatusgas_usedsignaturein__amountto_addressblock_numberfrom_addressin__extraDatatrace_addressin__localTokenblock_timestampin__minGasLimitin__remoteTokentransaction_hash
3177990true1955240x8708762310000000000000000000x697402166fbf2f22e970df8a6486ef171dbfc524214260030xa913b7666d2b554c6bacd3c4f4875dade813baba0x0x865377367054516e17014ccded1e7d814edc9ce42024-12-18T01:01:23.000Z5000000x8e38179d361402f6a94767757e807146609e9b3d0x80987ef783691c3ba1e5d9d13c02bb076ae7d4930f3d360cdb37a346d6bd3b08
3083270true1995040x87087623150999000000000000000000x697402166fbf2f22e970df8a6486ef171dbfc524214260120xa913b7666d2b554c6bacd3c4f4875dade813baba0x0x865377367054516e17014ccded1e7d814edc9ce42024-12-18T01:03:11.000Z5000000x8e38179d361402f6a94767757e807146609e9b3d0xc1e338b66ecca5462f77999f7300bff6824b684586264db9240084baba671ac5
7500000true1478390x870876236958607280864854268598810x697402166fbf2f22e970df8a6486ef171dbfc524199850180x4cb6f0ef0eeb503f8065af1a6e6d5dd46197d3d90x0x808688c820ab080a6ff1019f03e5ec227d9b522b2024-05-30T20:24:47.000Z500000xb9dfcd4cf589bb8090569cb52fac1b88dbe4981f0x2dce19b031003201edafced712fbabd273ee66b560f34c7f38afca168bdead8d
Query with partition filter
SELECT *
FROM `tt-contracts.blast_v2_ethereum.L1StandardBridge_bridgeERC20_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

L1StandardBridge_bridgeERC20To_function

ERC-20 token deposit transactions from Ethereum mainnet (L1) to Blast L2 via the L1StandardBridge contract. Contains token addresses, amounts, recipient details, and gas parameters for analyzing cross-chain ERC-20 transfer activity and bridge usage patterns.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
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__localTokenSTRINGContract address of the token on the source layer. Hex-encoded, 0x-prefixed, 42-character string.
in__remoteTokenSTRINGContract address of the token on the destination layer. Hex-encoded, 0x-prefixed, 42-character string.
in__toSTRINGDestination address for the transaction or transfer. Hex-encoded, 0x-prefixed, 42-character string.
in__amountSTRINGAmount of tokens involved in the transaction. String-encoded integer representing token quantity in smallest unit (wei for ETH, base units for ERC20 tokens).
in__minGasLimitSTRINGMinimum gas limit required for executing the transaction on the destination layer. String-encoded integer representing the guaranteed computational units allocated for cross-layer message execution.
in__extraDataSTRINGAdditional data passed with the transaction or function call. Hex-encoded byte string, typically empty (0x) or containing protocol-specific metadata.
gasvaluein__tostatusgas_usedsignaturein__amountto_addressblock_numberfrom_addressin__extraDatatrace_addressin__localTokenblock_timestampin__minGasLimitin__remoteTokentransaction_hash
30519000x66e655f74887e50d2ffca66bdb48e1815d41e7eftrue1230390x540abf73363983066721711931850x697402166fbf2f22e970df8a6486ef171dbfc524196699280xbe1a8fe5cb3b7e50825cef73afdf29e3fc34de330x80x2416092f143378750bb29b79ed961ab195cceea52024-04-16T18:48:35.000Z10000x2416092f143378750bb29b79ed961ab195cceea50xc9a9c13c93852a97b3f5edd65f1f9c07ec762e73aad25f1f3c5db6e666ea6008
31705200xc313d7913c479bd1abe564be348ac24463f968betrue1305130x540abf732605563071106932580x697402166fbf2f22e970df8a6486ef171dbfc524196646600xbe1a8fe5cb3b7e50825cef73afdf29e3fc34de330x80x2416092f143378750bb29b79ed961ab195cceea52024-04-16T01:05:35.000Z10000x2416092f143378750bb29b79ed961ab195cceea50xee5d4c8e50fd29f241c3f7b8a609850f4ec552074a2b8eccb25f207630caed29
41933400x1e6f1da02c11008ec9669a9c297d1c85f6f76075true1251510x540abf7317593218167460233730x697402166fbf2f22e970df8a6486ef171dbfc524196684350xbe1a8fe5cb3b7e50825cef73afdf29e3fc34de330x80x2416092f143378750bb29b79ed961ab195cceea52024-04-16T13:47:11.000Z10000x2416092f143378750bb29b79ed961ab195cceea50x50bda352731a96d034e1fc1ee26664cb1312b298b3b7e2fccf5a37d4bee20f66
Query with partition filter
SELECT *
FROM `tt-contracts.blast_v2_ethereum.L1StandardBridge_bridgeERC20To_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

L1StandardBridge_bridgeETH_function

ETH deposits from Ethereum mainnet (Layer 1) to Blast Layer 2 via the L1StandardBridge contract. Used for tracking bridging volume, user adoption, and cross-chain ETH flow analysis.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
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__minGasLimitSTRINGMinimum gas limit required for executing the transaction on the destination layer. String-encoded integer representing the guaranteed computational units allocated for cross-layer message execution.
in__extraDataSTRINGAdditional data passed with the transaction or function call. Hex-encoded byte string, typically empty (0x) or containing protocol-specific metadata.
gasvaluestatusgas_usedsignatureto_addressblock_numberfrom_addressin__extraDatatrace_addressblock_timestampin__minGasLimittransaction_hash
146517172000000000000000true2135910x09fc88430x697402166fbf2f22e970df8a6486ef171dbfc524199391250xad73b7ef900edbc134c80d3f4b068d2cb0da17080x2024-05-24T10:24:11.000Z5000000x829b24bbc2f7e4d7aae7b41a6db4ff7ab89666092a1e655defe3e51747c05796
146499010000000000000000true2409390x09fc88430x697402166fbf2f22e970df8a6486ef171dbfc524198106880x6aba0ed665e66b69f8bed135f4817ff0b100fac60x2024-05-06T11:16:59.000Z5000000xc48afc8040213046208dc53976b9591ab7337606ca66d7fff40cf2a0b44619cb
1464990125000000000000000true2635650x09fc88430x697402166fbf2f22e970df8a6486ef171dbfc524198107390x6aba0ed665e66b69f8bed135f4817ff0b100fac60x2024-05-06T11:27:11.000Z5000000xf9319d9756266ad256da286fb921a5f6f19a2769d58fdca478ce9d8f7e813ac5
Query with partition filter
SELECT *
FROM `tt-contracts.blast_v2_ethereum.L1StandardBridge_bridgeETH_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

L1StandardBridge_bridgeETHTo_function

Ethereum Layer 1 (L1) to Blast Layer 2 (L2) ETH bridge deposit transactions using the Standard Bridge contract’s bridgeETHTo function. Tracks cross-chain ETH transfers with sender addresses, recipient addresses, amounts, gas parameters, and minimum gas limits for analyzing Blast network bridging 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.
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__toSTRINGDestination address for the transaction or transfer. Hex-encoded, 0x-prefixed, 42-character string.
in__minGasLimitSTRINGMinimum gas limit required for executing the transaction on the destination layer. String-encoded integer representing the guaranteed computational units allocated for cross-layer message execution.
in__extraDataSTRINGAdditional data passed with the transaction or function call. Hex-encoded byte string, typically empty (0x) or containing protocol-specific metadata.
gasvaluein__tostatusgas_usedsignatureto_addressblock_numberfrom_addressin__extraDatatrace_addressblock_timestampin__minGasLimittransaction_hash
6738248042000000000000000xd0ce021bceff33ca74c7b26a108fbbef75bc060dtrue6136980xe11013dd0x697402166fbf2f22e970df8a6486ef171dbfc524206575640xd0ce021bceff33ca74c7b26a108fbbef75bc060d0x73757065726272696467652024-09-01T18:38:35.000Z2000000xa9de12eb541b1167692374c1390c511aa2ec25722d247dffff92f187e1d49bf3
284360100000000000000000x5e1905fcf7ba5a3c6d0ce944a24d700deb7daf5btrue1851010xe11013dd0x697402166fbf2f22e970df8a6486ef171dbfc524198062260x0fb213a1af101b1429e6ad3020ad92fb0d25eb1e0x2024-05-05T20:18:11.000Z1000000x30e98ff164587993e590aa2b0a91cd8e0051955cfeaab48f6c8fefceff5cd6fe
3258583024000000000000000xd0ce021bceff33ca74c7b26a108fbbef75bc060dtrue2944530xe11013dd0x697402166fbf2f22e970df8a6486ef171dbfc524203982220xd0ce021bceff33ca74c7b26a108fbbef75bc060d0x73757065726272696467652024-07-27T13:35:59.000Z2000000x7b5c6cdad89465dd8bce32e04684a9e1f6d1fba04c659fd055e805df5e899d59
Query with partition filter
SELECT *
FROM `tt-contracts.blast_v2_ethereum.L1StandardBridge_bridgeETHTo_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

L1StandardBridge_depositERC20_function

ERC-20 token deposit transactions from Ethereum L1 to Blast L2 via the standard bridge contract. Tracks bridged token pairs, amounts, gas limits, and transaction status for analyzing cross-chain asset flows and bridge 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.
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__l1TokenSTRINGToken contract address on the Layer 1 blockchain. Hex-encoded, 0x-prefixed, 42-character string.
in__l2TokenSTRINGToken contract address on the Layer 2 blockchain. Hex-encoded, 0x-prefixed, 42-character string.
in__amountSTRINGAmount of tokens involved in the transaction. String-encoded integer representing token quantity in smallest unit (wei for ETH, base units for ERC20 tokens).
in__minGasLimitSTRINGMinimum gas limit required for executing the transaction on the destination layer. String-encoded integer representing the guaranteed computational units allocated for cross-layer message execution.
in__extraDataSTRINGAdditional data passed with the transaction or function call. Hex-encoded byte string, typically empty (0x) or containing protocol-specific metadata.
gasvaluestatusgas_usedsignaturein__amountto_addressin__l1Tokenin__l2Tokenblock_numberfrom_addressin__extraDatatrace_addressblock_timestampin__minGasLimittransaction_hash
2547710true2083540x58a997f63751205422314112843330770x697402166fbf2f22e970df8a6486ef171dbfc5240x808688c820ab080a6ff1019f03e5ec227d9b522b0xb9dfcd4cf589bb8090569cb52fac1b88dbe4981f210909720x65a8f07bd9a8598e1b5b6c0a88f4779dbc0776750x002024-11-01T06:21:59.000Z1000000xb5c48209291ed18ace0cdef3d529c43061b1517905c3a2cf16aec0f8617b677f
2003390true1496720x58a997f65351105193261737848191380x697402166fbf2f22e970df8a6486ef171dbfc5240x808688c820ab080a6ff1019f03e5ec227d9b522b0xb9dfcd4cf589bb8090569cb52fac1b88dbe4981f201270910x65a8f07bd9a8598e1b5b6c0a88f4779dbc0776750x002024-06-19T16:50:47.000Z1000000x9edfb24e95439fb7bad75f5cdb35c63f1aa21eb917e97f8cb9ccadb470924ffb
2112860true1613590x58a997f6229991179388080320785120x697402166fbf2f22e970df8a6486ef171dbfc5240x9625ce7753ace1fa1865a47aae2c5c2ce44185690x15d24de366f69b835be19f7cf9447e770315dd80197103630x65a8f07bd9a8598e1b5b6c0a88f4779dbc0776750x002024-04-22T10:32:59.000Z1000000x10c2f6b5513d3cd5d93e72a56284ae5b720d7202545ebbbbbc37483a9eeeb77a
Query with partition filter
SELECT *
FROM `tt-contracts.blast_v2_ethereum.L1StandardBridge_depositERC20_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

L1StandardBridge_depositERC20To_function

ERC-20 token deposit transactions from Ethereum (L1) to Blast (L2) via the standard bridge contract, capturing token addresses on both chains, deposit amounts, recipient addresses, and gas parameters. Used for tracking cross-chain token flows and bridge activity between Ethereum mainnet and Blast Layer 2.
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__l1TokenSTRINGToken contract address on the Layer 1 blockchain. Hex-encoded, 0x-prefixed, 42-character string.
in__l2TokenSTRINGToken contract address on the Layer 2 blockchain. Hex-encoded, 0x-prefixed, 42-character string.
in__toSTRINGDestination address for the transaction or transfer. Hex-encoded, 0x-prefixed, 42-character string.
in__amountSTRINGAmount of tokens involved in the transaction. String-encoded integer representing token quantity in smallest unit (wei for ETH, base units for ERC20 tokens).
in__minGasLimitSTRINGMinimum gas limit required for executing the transaction on the destination layer. String-encoded integer representing the guaranteed computational units allocated for cross-layer message execution.
in__extraDataSTRINGAdditional data passed with the transaction or function call. Hex-encoded byte string, typically empty (0x) or containing protocol-specific metadata.
gasvaluein__tostatusgas_usedsignaturein__amountto_addressin__l1Tokenin__l2Tokenblock_numberfrom_addressin__extraDatatrace_addressblock_timestampin__minGasLimittransaction_hash
80000000xd4a2aee94345bfa6aa1bdd3b95e8dc9d14b2ea19true6311540x838b252029592881380980557327892480x697402166fbf2f22e970df8a6486ef171dbfc5240x808688c820ab080a6ff1019f03e5ec227d9b522b0xb9dfcd4cf589bb8090569cb52fac1b88dbe4981f222855680xd4a2aee94345bfa6aa1bdd3b95e8dc9d14b2ea190x002025-04-17T01:54:35.000Z2000000x8107ea140e38dd74b120eb8b1dfcb47d7fc69f42c4307a208481273e11ae218f
101245800xd0ce021bceff33ca74c7b26a108fbbef75bc060dtrue6323760x838b2520453330000000000000000000x697402166fbf2f22e970df8a6486ef171dbfc5240x9625ce7753ace1fa1865a47aae2c5c2ce44185690x15d24de366f69b835be19f7cf9447e770315dd80222902500xd0ce021bceff33ca74c7b26a108fbbef75bc060d0x002025-04-17T17:36:59.000Z2000000x6424a7b3a2d82ef0227bf41d7a3ab8ea6ea10f1812d2cfa0d0042b435f9bc6e5
98215100x000f9764a2c9345df184d19a2cb935a0857af000true9051430x838b25201519452596738700000000000x697402166fbf2f22e970df8a6486ef171dbfc5240x9625ce7753ace1fa1865a47aae2c5c2ce44185690x15d24de366f69b835be19f7cf9447e770315dd80234058410x6ddf3999a391d2160d5dbf8515dedf513e8acdaf0x32025-09-20T17:43:47.000Z5000000xf85e2fa48eab144a4d87a647bcd1ad0e462d39ff6d2ae0a343707c8df6195e71
Query with partition filter
SELECT *
FROM `tt-contracts.blast_v2_ethereum.L1StandardBridge_depositERC20To_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

L1StandardBridge_depositETH_function

ETH deposit transactions from Ethereum mainnet (L1) to Blast L2 via the standard bridge contract. Used for tracking cross-chain ETH transfer volumes, gas costs, and bridge utilization patterns.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
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__minGasLimitSTRINGMinimum gas limit required for executing the transaction on the destination layer. String-encoded integer representing the guaranteed computational units allocated for cross-layer message execution.
in__extraDataSTRINGAdditional data passed with the transaction or function call. Hex-encoded byte string, typically empty (0x) or containing protocol-specific metadata.
gasvaluestatusgas_usedsignatureto_addressblock_numberfrom_addressin__extraDatatrace_addressblock_timestampin__minGasLimittransaction_hash
8000005441571495971112000true1552950xb1a1a8820x697402166fbf2f22e970df8a6486ef171dbfc524196637790xf70da97812cb96acdf810712aa562db8dfa3dbef0x2024-04-15T22:07:11.000Z1000000xf5f3396a6e8df5ac9027f576ef1d91b67c620d7cc51be10f4e47f043c3767aaf
64382032219765533340525000true1936810xb1a1a8820x697402166fbf2f22e970df8a6486ef171dbfc524211140100xf70da97812cb96acdf810712aa562db8dfa3dbef0x2024-11-04T11:33:11.000Z1000000xc6853843c495f310f6bdc53036a9e3f580900386e415fecad15fd43220f5e7ff
64382035339807761248686000true3025570xb1a1a8820x697402166fbf2f22e970df8a6486ef171dbfc524201540310xf70da97812cb96acdf810712aa562db8dfa3dbef0x2024-06-23T11:16:11.000Z1000000xf52d1ad31a9519e1a46166c2615fc2604e624048f53eb32761897a34ab6437f4
Query with partition filter
SELECT *
FROM `tt-contracts.blast_v2_ethereum.L1StandardBridge_depositETH_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

L1StandardBridge_depositETHTo_function

ETH deposits from Ethereum mainnet (L1) to Blast L2 via the standard bridge contract, capturing bridging transactions with sender/recipient addresses and ETH amounts. Used for tracking cross-chain ETH flows and bridge activity analysis.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
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__toSTRINGDestination address for the transaction or transfer. Hex-encoded, 0x-prefixed, 42-character string.
in__minGasLimitSTRINGMinimum gas limit required for executing the transaction on the destination layer. String-encoded integer representing the guaranteed computational units allocated for cross-layer message execution.
in__extraDataSTRINGAdditional data passed with the transaction or function call. Hex-encoded byte string, typically empty (0x) or containing protocol-specific metadata.
gasvaluein__tostatusgas_usedsignatureto_addressblock_numberfrom_addressin__extraDatatrace_addressblock_timestampin__minGasLimittransaction_hash
6275721720648040813097500000x07ae8551be970cb1cca11dd7a11f47ae82e70e67true1453940x9a2ac6d50x697402166fbf2f22e970df8a6486ef171dbfc524214004220xa679201903847f3723dc88ca7530c8b665bc51a50x22024-12-14T11:21:11.000Z2000000x4a63c0fb241ba4c961284a955ac1d9d240bd42489a1f80562fec0c08f735327e
6281584820935240151850x9a8f92a830a5cb89a3816e3d267cb7791c16b04dtrue1338400x9a2ac6d50x697402166fbf2f22e970df8a6486ef171dbfc524215948830x64668fbd18b967b46dd22dc8675134d91efedd8d0x22025-01-10T15:10:35.000Z2000000x68a7fd5692a77316ddc71350f090d806fa3c33cdbf093a7ac2aaffb37b5e9753
721005699750000000000000x2d509190ed0172ba588407d4c2df918f955cc6e1true5900270x9a2ac6d50x697402166fbf2f22e970df8a6486ef171dbfc524235178690xc186fa914353c44b2e33ebe05f21846f1048beda0x23,0,12025-10-06T09:34:47.000Z2000000x399fde4dbbc3ea33d0045e370adc7112fdfe6e782a84b3bea8366ea526b94c53
Query with partition filter
SELECT *
FROM `tt-contracts.blast_v2_ethereum.L1StandardBridge_depositETHTo_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

L1StandardBridge_ERC20BridgeFinalized_event

ERC20 token bridge completion events from Ethereum L1 to Blast L2, capturing finalized withdrawals with token addresses, amounts, and recipient accounts. Used for tracking cross-chain token flows and analyzing bridge liquidity patterns between Ethereum mainnet and Blast.
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_localTokenSTRINGToken address on the local chain in the bridge operation. Hex-encoded, 0x-prefixed, 42-character string.
in_remoteTokenSTRINGToken address on the remote chain in the bridge operation. Hex-encoded, 0x-prefixed, 42-character string.
in_fromSTRINGAddress originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.
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_extraDataSTRINGAdditional data passed with the bridge operation. Hex-encoded byte string, empty (0x) or containing protocol-specific parameters.
in_toaddressin_fromremovedin_amountlog_indexblock_numberin_extraDatain_localTokenin_remoteTokenblock_timestamptransaction_hash
0x8b4a179fa7e828bf0789c82ce353a58a3e3f614d0x697402166fbf2f22e970df8a6486ef171dbfc5240x8b4a179fa7e828bf0789c82ce353a58a3e3f614dfalse10000000000141193318410x0x6b175474e89094c44da98b954eedeac495271d0f0xee311c08162283b1493027b8ffb5293e7f2fd7012024-02-29T08:00:23.000Z0xece31c7ea6d9d295ce2dd77a13f194d33e185e9b1da14683846577a3ea4631ff
0xa62d39ae23179d0cd49b0adafaf577f5a5b4538e0x697402166fbf2f22e970df8a6486ef171dbfc5240xa62d39ae23179d0cd49b0adafaf577f5a5b4538efalse10000136195801140x0x2260fac5e5542a773aa44fbcfedf7c193bc2c5990xf7bc58b8d8f97adc129cfc4c9f45ce3c0e1d26922024-04-04T04:47:35.000Z0xc2d7bbb4249eca1b8b181c0c0bded189a4f20ac9b30a013dc69dfadf91f7ab8c
0xcc1c2a5c41796282d492b67a196bd92364de060b0x697402166fbf2f22e970df8a6486ef171dbfc5240xcc1c2a5c41796282d492b67a196bd92364de060bfalse74986800280196799080x0x2260fac5e5542a773aa44fbcfedf7c193bc2c5990xf7bc58b8d8f97adc129cfc4c9f45ce3c0e1d26922024-04-18T04:18:35.000Z0x0f8f325ffdc2a97024a8e07b2e75e3327e0f0cdb754e77589b07cb68aebac196
Query with partition filter
SELECT *
FROM `tt-contracts.blast_v2_ethereum.L1StandardBridge_ERC20BridgeFinalized_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

L1StandardBridge_ERC20BridgeInitiated_event

ERC20 token bridge initiation events from Ethereum Layer 1 (L1) to Blast Layer 2 (L2), capturing deposit transactions with sender, recipient, token addresses (local and remote mappings), and transfer amounts. Used for analyzing cross-chain token flows and bridge volume between Ethereum mainnet and Blast.
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_localTokenSTRINGToken address on the local chain in the bridge operation. Hex-encoded, 0x-prefixed, 42-character string.
in_remoteTokenSTRINGToken address on the remote chain in the bridge operation. Hex-encoded, 0x-prefixed, 42-character string.
in_fromSTRINGAddress originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.
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_extraDataSTRINGAdditional data passed with the bridge operation. Hex-encoded byte string, empty (0x) or containing protocol-specific parameters.
in_toaddressin_fromremovedin_amountlog_indexblock_numberin_extraDatain_localTokenin_remoteTokenblock_timestamptransaction_hash
0xb8f03bd8c3f9e19c8d03d7500af08777983a95910x697402166fbf2f22e970df8a6486ef171dbfc5240xb8f03bd8c3f9e19c8d03d7500af08777983a9591false20000000000000000000000288193608380x000x1b6e9c73bee68102d9dd4a2627f97bff4183ab0a0x73c369f61c90f03eb0dd172e95c90208a28dc5bc2024-03-04T09:15:11.000Z0x36d511016e1a9933c606527e079c0cea4bdce714a3b687958100c8a07c9b3cce
0xb8f03bd8c3f9e19c8d03d7500af08777983a95910x697402166fbf2f22e970df8a6486ef171dbfc5240xb8f03bd8c3f9e19c8d03d7500af08777983a9591false20000000000000000000000495193608570x000x1b6e9c73bee68102d9dd4a2627f97bff4183ab0a0x73c369f61c90f03eb0dd172e95c90208a28dc5bc2024-03-04T09:18:59.000Z0xc8b2198b9bc5add2f279de7f0cf62d1303ca5507273f4dec10d24844c8bc1b3c
0xb8f03bd8c3f9e19c8d03d7500af08777983a95910x697402166fbf2f22e970df8a6486ef171dbfc5240xb8f03bd8c3f9e19c8d03d7500af08777983a9591false63302000000000000000000294193608780x000x1b6e9c73bee68102d9dd4a2627f97bff4183ab0a0x73c369f61c90f03eb0dd172e95c90208a28dc5bc2024-03-04T09:23:11.000Z0xecdd5e6ffc42fde81e67e21792bf379a3e990b326c239414e3531b2c717999cf
Query with partition filter
SELECT *
FROM `tt-contracts.blast_v2_ethereum.L1StandardBridge_ERC20BridgeInitiated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

L1StandardBridge_ERC20DepositInitiated_event

ERC20 token deposit events from Ethereum Layer 1 to Blast Layer 2 via the standard bridge contract, capturing cross-chain token transfers with sender, recipient, token addresses, and amounts. Used for tracking bridge activity, token migration flows, and user adoption patterns between Ethereum mainnet and Blast.
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_l1TokenSTRINGContract address of the token on Ethereum Layer 1. Hex-encoded, 0x-prefixed, 42-character string.
in_l2TokenSTRINGContract address of the token on Layer 2. Hex-encoded, 0x-prefixed, 42-character string.
in_fromSTRINGAddress originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.
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_extraDataSTRINGAdditional data passed with the bridge operation. Hex-encoded byte string, empty (0x) or containing protocol-specific parameters.
in_toaddressin_fromremovedin_amountlog_indexin_l1Tokenin_l2Tokenblock_numberin_extraDatablock_timestamptransaction_hash
0x067782a3fc95f1393f83e25f9a3fd7b33af66a340x697402166fbf2f22e970df8a6486ef171dbfc5240x067782a3fc95f1393f83e25f9a3fd7b33af66a34false690010000000000000000003610x1b6e9c73bee68102d9dd4a2627f97bff4183ab0a0x73c369f61c90f03eb0dd172e95c90208a28dc5bc193422960x2024-03-01T19:04:23.000Z0xcef635875be99e9afa1c64d87b3e7e3b816a1eda66f6579bc67587889195f755
0x067782a3fc95f1393f83e25f9a3fd7b33af66a340x697402166fbf2f22e970df8a6486ef171dbfc5240x067782a3fc95f1393f83e25f9a3fd7b33af66a34false602400000000000000000001970x1b6e9c73bee68102d9dd4a2627f97bff4183ab0a0x73c369f61c90f03eb0dd172e95c90208a28dc5bc193434040x2024-03-01T22:46:23.000Z0x3f9d1c4bfac0e5f1f297009fecfef28d0dc18d83b2a3c181e394bb5e7cdc5417
0x067782a3fc95f1393f83e25f9a3fd7b33af66a340x697402166fbf2f22e970df8a6486ef171dbfc5240x067782a3fc95f1393f83e25f9a3fd7b33af66a34false1744020000000000000000001720x1b6e9c73bee68102d9dd4a2627f97bff4183ab0a0x73c369f61c90f03eb0dd172e95c90208a28dc5bc193381620x2024-03-01T05:12:59.000Z0x544ce0b0a4057fa0c47e535f08a9449c689e4f414b124fdf127f1ba92d69d590
Query with partition filter
SELECT *
FROM `tt-contracts.blast_v2_ethereum.L1StandardBridge_ERC20DepositInitiated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

L1StandardBridge_ERC20WithdrawalFinalized_event

ERC-20 token withdrawal completion events from Blast L2 to Ethereum mainnet via the L1StandardBridge contract. Records finalized bridge transfers with L1/L2 token addresses, amounts, and recipient accounts for analyzing cross-chain withdrawal activity and token flows.
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_l1TokenSTRINGContract address of the token on Ethereum Layer 1. Hex-encoded, 0x-prefixed, 42-character string.
in_l2TokenSTRINGContract address of the token on Layer 2. Hex-encoded, 0x-prefixed, 42-character string.
in_fromSTRINGAddress originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.
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_extraDataSTRINGAdditional data passed with the bridge operation. Hex-encoded byte string, empty (0x) or containing protocol-specific parameters.
in_toaddressin_fromremovedin_amountlog_indexin_l1Tokenin_l2Tokenblock_numberin_extraDatablock_timestamptransaction_hash
0x8b4a179fa7e828bf0789c82ce353a58a3e3f614d0x697402166fbf2f22e970df8a6486ef171dbfc5240x8b4a179fa7e828bf0789c82ce353a58a3e3f614dfalse100000000001400x6b175474e89094c44da98b954eedeac495271d0f0xee311c08162283b1493027b8ffb5293e7f2fd701193318410x2024-02-29T08:00:23.000Z0xece31c7ea6d9d295ce2dd77a13f194d33e185e9b1da14683846577a3ea4631ff
0xa62d39ae23179d0cd49b0adafaf577f5a5b4538e0x697402166fbf2f22e970df8a6486ef171dbfc5240xa62d39ae23179d0cd49b0adafaf577f5a5b4538efalse100001350x2260fac5e5542a773aa44fbcfedf7c193bc2c5990xf7bc58b8d8f97adc129cfc4c9f45ce3c0e1d2692195801140x2024-04-04T04:47:35.000Z0xc2d7bbb4249eca1b8b181c0c0bded189a4f20ac9b30a013dc69dfadf91f7ab8c
0xcc1c2a5c41796282d492b67a196bd92364de060b0x697402166fbf2f22e970df8a6486ef171dbfc5240xcc1c2a5c41796282d492b67a196bd92364de060bfalse749868002790x2260fac5e5542a773aa44fbcfedf7c193bc2c5990xf7bc58b8d8f97adc129cfc4c9f45ce3c0e1d2692196799080x2024-04-18T04:18:35.000Z0x0f8f325ffdc2a97024a8e07b2e75e3327e0f0cdb754e77589b07cb68aebac196
Query with partition filter
SELECT *
FROM `tt-contracts.blast_v2_ethereum.L1StandardBridge_ERC20WithdrawalFinalized_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

L1StandardBridge_ETHBridgeFinalized_event

ETH withdrawal completion events from Blast L2 to Ethereum mainnet via the L1StandardBridge contract. Tracks finalized bridge transactions with sender, recipient, and withdrawal amounts for analyzing cross-chain ETH flow and user 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_fromSTRINGAddress originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.
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_extraDataSTRINGAdditional data passed with the bridge operation. Hex-encoded byte string, empty (0x) or containing protocol-specific parameters.
in_toaddressin_fromremovedin_amountlog_indexblock_numberin_extraDatablock_timestamptransaction_hash
0x00e9fff4109d3bee41619973aafc4791480999900x697402166fbf2f22e970df8a6486ef171dbfc5240x4200000000000000000000000000000000000019false10222339128373115796241195648780x2024-04-02T01:35:23.000Z0xf66432ffa18630e4b2ba2d4d0da1d69a0ea3f936bf2df2222e8a8aaebc4feb39
0x00e9fff4109d3bee41619973aafc4791480999900x697402166fbf2f22e970df8a6486ef171dbfc5240x420000000000000000000000000000000000001afalse26965252242737966211151195648770x2024-04-02T01:35:11.000Z0x3d225c82bd390abebbd40675f02c926f775cdf0c9ff103df7f620201bbbc41e9
0x00e9fff4109d3bee41619973aafc4791480999900x697402166fbf2f22e970df8a6486ef171dbfc5240x4200000000000000000000000000000000000019false18206382965171643702175199293380x2024-05-23T01:35:23.000Z0x1b02f69be4e49982848caa07c5385f767e83b9ead29fa7ac60751d10eff05849
Query with partition filter
SELECT *
FROM `tt-contracts.blast_v2_ethereum.L1StandardBridge_ETHBridgeFinalized_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

L1StandardBridge_ETHBridgeInitiated_event

ETH bridge deposit events from Ethereum mainnet (L1) to Blast L2, capturing user addresses, amounts, and transaction metadata for tracking cross-chain ETH transfers initiated on the L1StandardBridge contract.
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_fromSTRINGAddress originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.
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_extraDataSTRINGAdditional data passed with the bridge operation. Hex-encoded byte string, empty (0x) or containing protocol-specific parameters.
in_toaddressin_fromremovedin_amountlog_indexblock_numberin_extraDatablock_timestamptransaction_hash
0x66e7fd9081c2eb343511f001980b6b35754945180x697402166fbf2f22e970df8a6486ef171dbfc5240x66e7fd9081c2eb343511f001980b6b3575494518false051193381990x2024-03-01T05:21:11.000Z0x30f85b22ea252e569e4a40689fc8de7fd4f76d88b5e59bd67d454962b319dc03
0xba5897b9961ddbc9a462f6523149c5b0d1de386e0x697402166fbf2f22e970df8a6486ef171dbfc5240xba5897b9961ddbc9a462f6523149c5b0d1de386efalse0476193430640x2024-03-01T21:38:11.000Z0x516a1ffc4763c0037ed623994fa18d08143ef0e7d7b6b0d1b1dd73a6cf3c75d6
0x0f1c5954b0a810772a98af88032cf39dfe1e7b7f0x697402166fbf2f22e970df8a6486ef171dbfc5240x0f1c5954b0a810772a98af88032cf39dfe1e7b7ffalse1000000000000000118193390720x2024-03-01T08:16:11.000Z0x77c26a1052b95af9d56efcfeb7f6701e80b3f0caf285b366b934720571a15ed7
Query with partition filter
SELECT *
FROM `tt-contracts.blast_v2_ethereum.L1StandardBridge_ETHBridgeInitiated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

L1StandardBridge_ETHDepositInitiated_event

ETH deposit events initiated on Ethereum L1 for bridging to Blast L2 via the standard bridge contract. Records user deposits with sender, recipient, and amount data for tracking cross-chain ETH transfers and bridge 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_fromSTRINGAddress originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.
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_extraDataSTRINGAdditional data passed with the bridge operation. Hex-encoded byte string, empty (0x) or containing protocol-specific parameters.
in_toaddressin_fromremovedin_amountlog_indexblock_numberin_extraDatablock_timestamptransaction_hash
0x93e72f95f6f76d04b91f59a0c9909769454590620x697402166fbf2f22e970df8a6486ef171dbfc5240x93e72f95f6f76d04b91f59a0c990976945459062false999999999999999121193279170x2024-02-28T18:48:59.000Z0x6d244b934227d390c3d14dfe61992849ce33d27b5a728d888d3ff8cc44e2a5c1
0x030d568cd867331a59f69b50ac168dd3b94f1c5a0x697402166fbf2f22e970df8a6486ef171dbfc5240x030d568cd867331a59f69b50ac168dd3b94f1c5afalse1000000000000000266193267490x2024-02-28T14:54:11.000Z0xb53e5ceb2c39a4ffb331e3d0f2cadbc2407083c314274f873e428f5e4e692437
0xd6b64e44aae0938118ad0dae251b859d85351c220x697402166fbf2f22e970df8a6486ef171dbfc5240xd6b64e44aae0938118ad0dae251b859d85351c22false100000000000000032193245670x2024-02-28T07:32:47.000Z0x14bc9e0fbc93f07bde1a9c19d1d4f26afbfb7cc67e2a7350993b4d5e84a0b620
Query with partition filter
SELECT *
FROM `tt-contracts.blast_v2_ethereum.L1StandardBridge_ETHDepositInitiated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

L1StandardBridge_ETHWithdrawalFinalized_event

ETH withdrawal completion events from Blast’s L1StandardBridge contract on Ethereum mainnet, recording when users successfully finalize their ETH withdrawals from the Blast L2 back to Ethereum. Useful for tracking bridge outflow volumes, withdrawal patterns, and cross-chain fund movements between Blast and Ethereum.
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_fromSTRINGAddress originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.
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_extraDataSTRINGAdditional data passed with the bridge operation. Hex-encoded byte string, empty (0x) or containing protocol-specific parameters.
in_toaddressin_fromremovedin_amountlog_indexblock_numberin_extraDatablock_timestamptransaction_hash
0xc186fa914353c44b2e33ebe05f21846f1048beda0x697402166fbf2f22e970df8a6486ef171dbfc5240x2d509190ed0172ba588407d4c2df918f955cc6e1false22667280173371131832359204454880x2024-08-03T04:00:47.000Z0x8dcc7a8021c5a6fd8e5d622fdcba61c7a4d5f5582021079b69393f8abd4a7ed9
0x00e9fff4109d3bee41619973aafc4791480999900x697402166fbf2f22e970df8a6486ef171dbfc5240x420000000000000000000000000000000000001afalse17796193397530949202141198220970x2024-05-08T01:35:11.000Z0x382b4a05a3900228e11addb063471aeedb1a769d788ff973b255cf696e8960ed
0xc186fa914353c44b2e33ebe05f21846f1048beda0x697402166fbf2f22e970df8a6486ef171dbfc5240x2d509190ed0172ba588407d4c2df918f955cc6e1false201418992258637163102268209374700x2024-10-10T20:01:35.000Z0x9448a4425e05e864630f3cdf1e45a5ea9eab10be8de2be049d0a7f6a5df6cea9
Query with partition filter
SELECT *
FROM `tt-contracts.blast_v2_ethereum.L1StandardBridge_ETHWithdrawalFinalized_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

L1StandardBridge_finalizeBridgeERC20_function

ERC20 token withdrawal completions from Blast L2 to Ethereum mainnet via the L1StandardBridge contract. Tracks finalized bridge transactions with token addresses, amounts, sender/recipient accounts, and execution status for analyzing withdrawal flows and bridge 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.
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__localTokenSTRINGContract address of the token on the source layer. Hex-encoded, 0x-prefixed, 42-character string.
in__remoteTokenSTRINGContract address of the token on the destination layer. Hex-encoded, 0x-prefixed, 42-character string.
in__fromSTRINGAddress initiating the transaction or transfer. Hex-encoded, 0x-prefixed, 42-character string.
in__toSTRINGDestination address for the transaction or transfer. Hex-encoded, 0x-prefixed, 42-character string.
in__amountSTRINGAmount of tokens involved in the transaction. String-encoded integer representing token quantity in smallest unit (wei for ETH, base units for ERC20 tokens).
in__extraDataSTRINGAdditional data passed with the transaction or function call. Hex-encoded byte string, typically empty (0x) or containing protocol-specific metadata.
gasvaluein__tostatusgas_usedin__fromsignaturein__amountto_addressblock_numberfrom_addressin__extraDatatrace_addressin__localTokenblock_timestampin__remoteTokentransaction_hash
167735900x59aee0ec17400da09f3f2c745223f371e328eda9true560050x59aee0ec17400da09f3f2c745223f371e328eda90x0166a07a13930000000000000000000000x697402166fbf2f22e970df8a6486ef171dbfc524217585270x5d4472f31bd9385709ec61305afc749f0fa8e9d00x0,4,1,10x1b6e9c73bee68102d9dd4a2627f97bff4183ab0a2025-02-02T11:28:11.000Z0x73c369f61c90f03eb0dd172e95c90208a28dc5bc0x75b61eadfc6f503d206cc0d24fe801f337e0a24f53aaa3d637682d410d210a6c
168288600x59aee0ec17400da09f3f2c745223f371e328eda9true731050x59aee0ec17400da09f3f2c745223f371e328eda90x0166a07a9034900000000000000000000x697402166fbf2f22e970df8a6486ef171dbfc524217585090x5d4472f31bd9385709ec61305afc749f0fa8e9d00x0,4,1,10x1b6e9c73bee68102d9dd4a2627f97bff4183ab0a2025-02-02T11:24:35.000Z0x73c369f61c90f03eb0dd172e95c90208a28dc5bc0xea2686273a10feb6f7c79daaad2f6c85bfaff55c33c69d5e1fb1fef1bc89bd8c
52002900xe841087ce2cce9d73c7502c2d23d5329a27cdcfdtrue737840xe841087ce2cce9d73c7502c2d23d5329a27cdcfd0x0166a07a1181630000000000000000000x697402166fbf2f22e970df8a6486ef171dbfc524206662310x5d4472f31bd9385709ec61305afc749f0fa8e9d00x73757065726272696467650,4,1,10x1b6e9c73bee68102d9dd4a2627f97bff4183ab0a2024-09-02T23:40:47.000Z0x73c369f61c90f03eb0dd172e95c90208a28dc5bc0x87da977081cfe67660311ba0621f7192e9d9b32194362bb8e1b13468be575586
Query with partition filter
SELECT *
FROM `tt-contracts.blast_v2_ethereum.L1StandardBridge_finalizeBridgeERC20_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

L1StandardBridge_finalizeBridgeETH_function

ETH withdrawal completions from Blast L2 to Ethereum mainnet through the L1StandardBridge contract. Records finalized bridge transactions with sender, recipient, amounts, and execution details for tracking cross-chain ETH transfers.
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__fromSTRINGAddress initiating the transaction or transfer. Hex-encoded, 0x-prefixed, 42-character string.
in__toSTRINGDestination address for the transaction or transfer. Hex-encoded, 0x-prefixed, 42-character string.
in__amountSTRINGAmount of tokens involved in the transaction. String-encoded integer representing token quantity in smallest unit (wei for ETH, base units for ERC20 tokens).
in__extraDataSTRINGAdditional data passed with the transaction or function call. Hex-encoded byte string, typically empty (0x) or containing protocol-specific metadata.
gasvaluein__tostatusgas_usedin__fromsignaturein__amountto_addressblock_numberfrom_addressin__extraDatatrace_addressblock_timestamptransaction_hash
44720351781393330687610000xab48dce22a13e0bf34ecd54b23f173c8e1c2e2d3true330180x6d875aa78224a67c39668b488c0388af0d4b3ca10x1635f5fd51781393330687609270x697402166fbf2f22e970df8a6486ef171dbfc524236466150x5d4472f31bd9385709ec61305afc749f0fa8e9d00x0000000000000000000000000000000000000000000000000000000000000008000000000000000000000000f70da97812cb96acdf810712aa562db8dfa3dbef00000000000000000000000000000000000000000000000047dc7249d90aa75f0000000000000000000000000000000000000000000000000000000068f200f10,5,1,12025-10-24T10:05:23.000Z0xae7aa579c90b2350d418001b6e0ab88b1463cd1dbb7fc3831293f3b805644209
44722455435352261423020000xab48dce22a13e0bf34ecd54b23f173c8e1c2e2d3true330180x6d875aa78224a67c39668b488c0388af0d4b3ca10x1635f5fd55435352261423019480x697402166fbf2f22e970df8a6486ef171dbfc524236462910x5d4472f31bd9385709ec61305afc749f0fa8e9d00x0000000000000000000000000000000000000000000000000000000000000007000000000000000000000000f70da97812cb96acdf810712aa562db8dfa3dbef0000000000000000000000000000000000000000000000004cee97ead2139efc0000000000000000000000000000000000000000000000000000000068f1f5370,5,1,12025-10-24T09:00:23.000Z0x88f1fc20ed1a89eb681aa982676efebc77de021e0fb125adbbd7484179806fe0
45600537639341869613583000xab48dce22a13e0bf34ecd54b23f173c8e1c2e2d3true330180x6d875aa78224a67c39668b488c0388af0d4b3ca10x1635f5fd37639341869613583580x697402166fbf2f22e970df8a6486ef171dbfc524236454000x5d4472f31bd9385709ec61305afc749f0fa8e9d00x0000000000000000000000000000000000000000000000000000000000000006000000000000000000000000f70da97812cb96acdf810712aa562db8dfa3dbef000000000000000000000000000000000000000000000000343c2e336bc7ce160000000000000000000000000000000000000000000000000000000068f1cb030,5,1,12025-10-24T06:00:35.000Z0xa4fa75c3dbf54eaf281ce1ac9bc49a80fd364b75c56965d95d8b2efe869b8587
Query with partition filter
SELECT *
FROM `tt-contracts.blast_v2_ethereum.L1StandardBridge_finalizeBridgeETH_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

L1StandardBridge_finalizeERC20Withdrawal_function

ERC-20 token withdrawal finalizations from Blast L2 to Ethereum mainnet through the L1StandardBridge contract. Tracks cross-chain asset movement with token addresses, amounts, sender/recipient data, and transaction status for analyzing Blast bridge activity and failed withdrawal attempts.
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__l1TokenSTRINGToken contract address on the Layer 1 blockchain. Hex-encoded, 0x-prefixed, 42-character string.
in__l2TokenSTRINGToken contract address on the Layer 2 blockchain. Hex-encoded, 0x-prefixed, 42-character string.
in__fromSTRINGAddress initiating the transaction or transfer. Hex-encoded, 0x-prefixed, 42-character string.
in__toSTRINGDestination address for the transaction or transfer. Hex-encoded, 0x-prefixed, 42-character string.
in__amountSTRINGAmount of tokens involved in the transaction. String-encoded integer representing token quantity in smallest unit (wei for ETH, base units for ERC20 tokens).
in__extraDataSTRINGAdditional data passed with the transaction or function call. Hex-encoded byte string, typically empty (0x) or containing protocol-specific metadata.
gasvaluein__tostatusgas_usedin__fromsignaturein__amountto_addressin__l1Tokenin__l2Tokenblock_numberfrom_addressin__extraDatatrace_addressblock_timestamptransaction_hash
500000false393310xa9f9e6750x697402166fbf2f22e970df8a6486ef171dbfc524204972670xc7471edf3e998ef66ce7a84290d6fa18b2ec222f2024-08-10T09:18:35.000Z0xafba35fe832b9d0faa9d3f2f4e7f18efb9487d43ff2a62fe779372df0a19c440
6000000false393550xa9f9e6750x697402166fbf2f22e970df8a6486ef171dbfc524195837250xb8f03bd8c3f9e19c8d03d7500af08777983a95912024-04-04T16:55:59.000Z0xd2f7862eeaf147fae28b7b6c0ed90287cfffc5c70bb56871b1d2b86cdaa14d74
500000false393310xa9f9e6750x697402166fbf2f22e970df8a6486ef171dbfc524204942690xc7471edf3e998ef66ce7a84290d6fa18b2ec222f2024-08-09T23:16:59.000Z0x9adfb40bb2d069d6e3e56dfd767a3ce40a61c28bc795354bc3513dc702ca7ca6
Query with partition filter
SELECT *
FROM `tt-contracts.blast_v2_ethereum.L1StandardBridge_finalizeERC20Withdrawal_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

L1StandardBridge_finalizeETHWithdrawal_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__fromSTRINGAddress initiating the transaction or transfer. Hex-encoded, 0x-prefixed, 42-character string.
in__toSTRINGDestination address for the transaction or transfer. Hex-encoded, 0x-prefixed, 42-character string.
in__amountSTRINGAmount of tokens involved in the transaction. String-encoded integer representing token quantity in smallest unit (wei for ETH, base units for ERC20 tokens).
in__extraDataSTRINGAdditional data passed with the transaction or function call. Hex-encoded byte string, typically empty (0x) or containing protocol-specific metadata.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.blast_v2_ethereum.L1StandardBridge_finalizeETHWithdrawal_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

OptimismPortal_depositTransaction_function

Ethereum L1 deposit transactions to Blast L2 (Optimism stack) via the OptimismPortal bridge contract. Tracks cross-chain ETH and token transfers with gas limits, recipient addresses, and calldata for analyzing bridge activity and L2 onboarding patterns.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
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__toSTRINGDestination address for the transaction or transfer. Hex-encoded, 0x-prefixed, 42-character string.
in__valueSTRINGAmount transferred, approved, deposited, or withdrawn in the transaction. String-encoded integer representing token quantity in smallest denomination (wei for ETH, base units for ERC20 tokens).
in__gasLimitSTRINGMaximum gas units allocated for execution of the deposited transaction on the Blast L2 chain. Specified as a string-encoded integer (typically 100000 or 512334 in samples) to ensure precision for large values.
in__isCreationBOOLIndicates whether the deposit transaction creates a new contract on the L2 Blast chain rather than calling an existing address. Typically false for standard token or ETH deposits to user addresses.
in__dataSTRINGAdditional transaction data or metadata. Hex-encoded byte string including 0x prefix.
gasvaluein__tostatusgas_usedin__datain__valuesignatureto_addressblock_numberfrom_addressin__gasLimittrace_addressin__isCreationblock_timestamptransaction_hash
1426299840000000000000000000x0be834885b66d4a97e37cb8c233f56865c0ff6a3true849390x40000000000000000000xe9e05c420x0ec68c5b10f21effb74f2a5c61dfe6b08c0db6cb219763170xca28468870beeb8e32c469eddaa68375d63f15571000000,0,0false2025-03-04T21:49:23.000Z0x7506c31bec4e6bfe72981d18475a60f579c0473de9b0b04295305a12ecf23e49
1426299866000000000000000000x4af4134abe88d5dd9c1e7eaf550627623b331fbftrue1064520x66000000000000000000xe9e05c420x0ec68c5b10f21effb74f2a5c61dfe6b08c0db6cb219711650xcb442850389a4cc7ce896c8fb80fc98123bba5731000000,0,0false2025-03-04T04:33:47.000Z0xa19047c7fcc91348eb381d80a262e622a393926326fe093edef6d8eb4b2af2c6
1314173200x4200000000000000000000000000000000000007true5190040xd764ad0b000100000000000000000000000000000000000000000000000000000001df040000000000000000000000003a05e5d33d7ab3864d53aaec93c8301c1fa49115000000000000000000000000430000000000000000000000000000000000000500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000030d4000000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000001040166a07a00000000000000000000000043000000000000000000000000000000000000030000000000000000000000006b175474e89094c44da98b954eedeac495271d0f000000000000000000000000488e33a01a85aeb9ed2af12b9dd2ae63240e3ab80000000000000000000000008a4dd70a0985fcfea3b4e4f98a84794766b9b28400000000000000000000000000000000000000000000021db512c0497813ead800000000000000000000000000000000000000000000000000000000000000c0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000021b58aa71e9d87a40000000000000000000000000000000000000000000000000000000000000xe9e05c420x0ec68c5b10f21effb74f2a5c61dfe6b08c0db6cb219730290x5d4472f31bd9385709ec61305afc749f0fa8e9d05123340,0,3,1,3,1,0false2025-03-04T10:48:35.000Z0x7a9dffe23f6065fd6f8ea07018fbf4880b9877ac8cf85ce39bb484219cb72927
Query with partition filter
SELECT *
FROM `tt-contracts.blast_v2_ethereum.OptimismPortal_depositTransaction_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

OptimismPortal_finalizeWithdrawalTransaction_function

Withdrawal finalization transactions from Blast’s OptimismPortal bridge contract on Ethereum mainnet, completing user asset transfers from the Blast L2 to Ethereum. Used for analyzing bridge exit flows, withdrawal volumes, and cross-chain settlement patterns.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
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_hintIdSTRINGOptional hint identifier to optimize withdrawal proof verification on Optimism’s bridge contract. Typically ‘0’ when provided, null when no hint is needed for proof verification.
in__txSTRUCT<nonce STRING, sender STRING, target STRING, value STRING, gasLimit STRING, data STRING>Structured withdrawal transaction details being finalized from Blast L2 to Ethereum mainnet. Contains encoded cross-chain message data including sender, target, nonce, gas limit, and value fields; null when withdrawal finalization fails.
gasvaluein__txstatusgas_usedin_hintIdsignatureto_addressblock_numberfrom_addresstrace_addressblock_timestamptransaction_hash
3684650false1534010x3dca9c410x0ec68c5b10f21effb74f2a5c61dfe6b08c0db6cb196795270xe51cd0968035f4ea6bfa1c6e5ed99037bff7caac2024-04-18T03:02:11.000Z0x7e7b6666ebee901b6fc25dde8429eb6217c260e5c7a7f6b5d5dd8df8f0a6e452
3684650false1534010x3dca9c410x0ec68c5b10f21effb74f2a5c61dfe6b08c0db6cb196797410xe51cd0968035f4ea6bfa1c6e5ed99037bff7caac2024-04-18T03:45:11.000Z0x2fb91575cb151940930440ae43aa73e87ce5252e9b405a04a172c6268ac3eca7
155243200true31811200x3dca9c410x0ec68c5b10f21effb74f2a5c61dfe6b08c0db6cb196812600x100a92f03293487e9f55fd635278d9be749511a02024-04-18T08:49:59.000Z0xd5197fe62a8c113c40bb7d399954eb7a3686972c27bcd5e06568d18cb3c6192e
Query with partition filter
SELECT *
FROM `tt-contracts.blast_v2_ethereum.OptimismPortal_finalizeWithdrawalTransaction_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

OptimismPortal_TransactionDeposited_event

Ethereum L1 deposit events for Blast L2 via the OptimismPortal contract, recording cross-chain transaction submissions from Ethereum mainnet to Blast with sender addresses, recipient addresses, and encoded transaction data. Used for tracking L1-to-L2 bridging activity and deposit volumes.
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_fromSTRINGAddress originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_versionSTRINGVersion identifier for the contract or event schema. String or integer value indicating the initialization or state version.
in_opaqueDataSTRINGHex-encoded arbitrary data payload associated with the deposit transaction, typically containing calldata and gas parameters for the Layer 2 execution. This opaque data format is defined by the deposit transaction version and decoded by the Layer 2 system.
in_toaddressin_fromremovedlog_indexin_versionblock_numberin_opaqueDatablock_timestamptransaction_hash
0x42000000000000000000000000000000000000070x0ec68c5b10f21effb74f2a5c61dfe6b08c0db6cb0x6e5572f31bd9385709ec61305afc749f0fa8fae1false1880193024510x00000000000000000000000000000000000000000000000003782dace9d9000000000000000000000000000000000000000000000000000003782dace9d90000000000000007cb4e00d764ad0b0001000000000000000000000000000000000000000000000000000000000000000000000000000000000000697402166fbf2f22e970df8a6486ef171dbfc524000000000000000000000000420000000000000000000000000000000000001000000000000000000000000000000000000000000000000003782dace9d900000000000000000000000000000000000000000000000000000000000000030d4000000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000000a41635f5fd000000000000000000000000cd1a377ea7c258cfbc54112373893fa06d18fa67000000000000000000000000cd1a377ea7c258cfbc54112373893fa06d18fa6700000000000000000000000000000000000000000000000003782dace9d9000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002024-02-25T05:16:23.000Z0x7d4a95ffb22075b5d3adf47e33f36ebdd941ffd2a4abeabd5cefb38a3c7b2a6d
0x42000000000000000000000000000000000000070x0ec68c5b10f21effb74f2a5c61dfe6b08c0db6cb0x6e5572f31bd9385709ec61305afc749f0fa8fae1false1540193029460x000000000000000000000000000000000000000000000000016345785d8a0000000000000000000000000000000000000000000000000000016345785d8a0000000000000007cb4e00d764ad0b00010000000000000000000000000000000000000000000000000000000000010000000000000000000000003a05e5d33d7ab3864d53aaec93c8301c1fa491150000000000000000000000004300000000000000000000000000000000000005000000000000000000000000000000000000000000000000016345785d8a00000000000000000000000000000000000000000000000000000000000000030d4000000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000000a41635f5fd0000000000000000000000003c872e7bcadae75bcf7ddc8ba90a2b434a96ac410000000000000000000000003c872e7bcadae75bcf7ddc8ba90a2b434a96ac41000000000000000000000000000000000000000000000000016345785d8a000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002024-02-25T06:56:11.000Z0xc9cbb6a8335d44c1d2ed8c4fbe566b2adb5bf38e1922864926e1b7da26c9d0a3
0x43000000000000000000000000000000000000050x0ec68c5b10f21effb74f2a5c61dfe6b08c0db6cb0x4b16e5d33d7ab3864d53aaec93c8301c1fa4a226false1270193443840x00000000000000000000000000000000000000000000000006f2738a1f487d0700000000000000000000000000000000000000000000000006f2738a1f487d070000000000030d4000a47a5c350000000000000000000000005f6ae08b8aeb7078cf2f96afb089d7c9f51da47d000000000000000000000000bcd2b563cdf515a52f64d2ef9e943b81beb91ce300000000000000000000000000000000000000000000000006f2738a1f487d07000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000002024-03-02T02:04:11.000Z0x9054f52f23f9f26deb660c2a4f07c411797b39b6b1a0c1086147428360e6b970
Query with partition filter
SELECT *
FROM `tt-contracts.blast_v2_ethereum.OptimismPortal_TransactionDeposited_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

OptimismPortal_WithdrawalFinalized_event

Completed withdrawal records from Blast’s OptimismPortal bridge contract on Ethereum mainnet, tracking asset transfers from the Blast L2 back to Ethereum. Used for analyzing bridge activity, withdrawal success rates, and cross-chain fund movements.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_withdrawalHashSTRINGUnique identifier (hash) for the withdrawal transaction being finalized on the L1 Ethereum chain from the Blast L2. Hex-encoded, 0x-prefixed 64-character string representing the keccak256 hash of the withdrawal parameters.
in_hintIdSTRINGHint identifier used to optimize the withdrawal finalization lookup on the OptimismPortal contract. Typically ‘0’ but can increment when multiple withdrawals are finalized in quick succession.
in_successBOOLBoolean flag indicating whether the operation completed successfully.
addressremovedin_hintIdlog_indexin_successblock_numberblock_timestamptransaction_hashin_withdrawalHash
0x0ec68c5b10f21effb74f2a5c61dfe6b08c0db6cbfalse0123true193292032024-02-28T23:07:47.000Z0x2c33b8749ad20e2b4b6484c70ed2d87ae77708f788a307979119290ba5ecb5920x2b92d4bcccf633980a3cd81a72065f80a614da5589f0b7513b25061096298781
0x0ec68c5b10f21effb74f2a5c61dfe6b08c0db6cbfalse194true193221212024-02-27T23:20:11.000Z0x9c449cb9482d066a4deeb25579c50d97c5224b938c3ebcbe3f5e52e31fdbb3a60x5a4619913a2713e5c234a60cc4ca43979694b77d77de703cc238f9f71dcf549b
0x0ec68c5b10f21effb74f2a5c61dfe6b08c0db6cbfalse0123true193150542024-02-26T23:36:47.000Z0x14e1ab663b8e42cbaf793d13c323ffe1159d12fe120a6938e16c667abd177dd20xbbfb0454c28fa6e367967d005d82d36696a6d6aa6607dd647345b2421a58d38a
Query with partition filter
SELECT *
FROM `tt-contracts.blast_v2_ethereum.OptimismPortal_WithdrawalFinalized_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100