Skip to main content

Tables

LaunchBridge_depositDAI_function

DAI stablecoin deposit transactions through Blast’s LaunchBridge contract on Ethereum mainnet. Records include deposited amounts in 18-decimal wei format and transaction execution details for tracking capital flows into the Blast Layer 2 ecosystem.
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_daiAmountSTRINGAmount of DAI tokens being deposited through the LaunchBridge contract, denominated in wei (18 decimals). Values represent the precise quantity transferred, ranging from small amounts to thousands of DAI.
gasvaluestatusgas_usedsignatureto_addressblock_numberfrom_addressin_daiAmounttrace_addressblock_timestamptransaction_hash
4500000true1398220x365833e10x5f6ae08b8aeb7078cf2f96afb089d7c9f51da47d191537050x78c1e25054e8a3f1bc7f9d16f4e5dac0ba415cf910000000000000000000002024-02-04T08:16:47.000Z0xcdf1b44a60ab7f702cf9ccf97f5c7a378c680a3858f262cc9362c9c2f0a27467
1976910true1407070x365833e10x5f6ae08b8aeb7078cf2f96afb089d7c9f51da47d191567220xdd3d5cdc44139a2776217c94ddc27a5160efe994216000019784557005612024-02-04T18:27:35.000Z0x68c8a58f032b3fb984bdeacd4e2a38cf27fc08c6063fb85482c434a921c5fde7
1982980true880040x365833e10x5f6ae08b8aeb7078cf2f96afb089d7c9f51da47d191567220x85d9f95aa653119c5180fc9087163d33a7ff1f3f319006081605661635252024-02-04T18:27:35.000Z0x4741993f2633aecfa1e5ab3e8081073559d6b23a2ed0f17b1b998e729cf395db
Query with partition filter
SELECT *
FROM `tt-contracts.blast_v1_ethereum.LaunchBridge_depositDAI_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

LaunchBridge_depositETH_function

ETH deposit transactions to Blast’s LaunchBridge contract on Ethereum mainnet, capturing users bridging ETH from Ethereum to Blast L2. Useful for analyzing bridge deposit volumes, user migration patterns, and ETH inflow to the Blast ecosystem.
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.
gasvaluestatusgas_usedsignatureto_addressblock_numberfrom_addresstrace_addressblock_timestamptransaction_hash
45000020520000000000000000true777390xf6326fb30x5f6ae08b8aeb7078cf2f96afb089d7c9f51da47d192023480x7c6553933a471b43ce3a76a02245c5162c82522c2024-02-11T04:07:35.000Z0x4af3dcb9b764e0cc3ac60aca73c2d8bde5940d2e0bab8e44149fd03ce0c7a804
863759000000000000000000true777390xf6326fb30x5f6ae08b8aeb7078cf2f96afb089d7c9f51da47d192023920xe5c9a0ff8aef58502adbbff65288753f9d37b01c2024-02-11T04:16:35.000Z0xa602ad8a7015d4907e021e5196d2614951cf413ace7ce808e9d473be33cbe7fb
102079550000000000000000true777390xf6326fb30x5f6ae08b8aeb7078cf2f96afb089d7c9f51da47d192023700x31ec9bc8a5206e94cc9374b2e5f82bebefc2a7a62024-02-11T04:12:11.000Z0xb0efa8cba5c7aad98b251a6f4546f75f943688d8912e910a42b1c8048f5a175f
Query with partition filter
SELECT *
FROM `tt-contracts.blast_v1_ethereum.LaunchBridge_depositETH_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

LaunchBridge_depositStETH_function

stETH (Lido Staked Ether) deposit transactions through Blast’s LaunchBridge on Ethereum mainnet, capturing bridge transfers of liquid staking tokens from Ethereum to the Blast L2. Used for analyzing stETH bridging volume and user migration to Blast’s yield-bearing L2.
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_stETHAmountSTRINGAmount of stETH (Lido Staked Ether) being deposited into the Blast LaunchBridge contract, denominated in wei (1e18 wei = 1 stETH). Values typically range from 1 to 200 stETH based on sample transactions.
gasvaluestatusgas_usedsignatureto_addressblock_numberfrom_addresstrace_addressin_stETHAmountblock_timestamptransaction_hash
1542260true1021830x3265aead0x5f6ae08b8aeb7078cf2f96afb089d7c9f51da47d187959860xda444c623dbe3b0e262eb7fb08bc4233154ce0a449758234964344540642023-12-16T03:32:47.000Z0x6da653ffca13890028b33d73b744b226d5be79264aed43f10a7e55ac66f1c21d
1545360true1072150x3265aead0x5f6ae08b8aeb7078cf2f96afb089d7c9f51da47d189910580x825483c3e50568dc4722627e6d390c2061e2eb52100184575154088544132024-01-12T13:16:47.000Z0x6687d12c94e9800a5026dc9c01e622394f289c41b06a54ed6c87adbcf3547050
1783290true1024270x3265aead0x5f6ae08b8aeb7078cf2f96afb089d7c9f51da47d189894690xe3292ce7cbbb9b4b81119d638abaa2519e7a02ac200081670073702203692024-01-12T07:56:59.000Z0xee6575d1c4f981176ec3a29346081fdb0ed6c195b49738f29bc22989de62ec5c
Query with partition filter
SELECT *
FROM `tt-contracts.blast_v1_ethereum.LaunchBridge_depositStETH_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

LaunchBridge_depositUSDC_function

USDC deposit function calls to Blast’s LaunchBridge contract on Ethereum, capturing bridge transfers from Ethereum to Blast L2. Records individual deposit amounts, sender addresses, and transaction execution details for analyzing bridge volume and user migration 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_usdcAmountSTRINGAmount of USDC being deposited through the Blast LaunchBridge, denominated in the token’s smallest unit (6 decimals for USDC). Values represent raw amounts before decimal adjustment, ranging from small retail deposits to large institutional transfers.
gasvaluestatusgas_usedsignatureto_addressblock_numberfrom_addressin_usdcAmounttrace_addressblock_timestamptransaction_hash
4500000true3103580xf688bcfb0x5f6ae08b8aeb7078cf2f96afb089d7c9f51da47d187058450xb37916772481df4ead42e59d1f3547f4601703b41450300002023-12-03T12:24:35.000Z0x9a75e979bf10f86a86310cc684d7a584676d5c5ddce2661e8eda245eba2a0bd1
4500000true3054550xf688bcfb0x5f6ae08b8aeb7078cf2f96afb089d7c9f51da47d187059960x6bcb97d4fb33010cd45a3debb5fc9176ebf4c8c2101286741922023-12-03T12:54:59.000Z0x87d42ebdc5f4e92f042ad0fecd1827239cc800cfe99afb4755c34ae02edc0b1f
4500000true3221530xf688bcfb0x5f6ae08b8aeb7078cf2f96afb089d7c9f51da47d187051420xf578475b51f9f77b2421c321d4c0d530942a544899919588132023-12-03T10:02:47.000Z0x381841dfed70a132686213cf3a0fa03e26267066445eddb3d06af71575f6c561
Query with partition filter
SELECT *
FROM `tt-contracts.blast_v1_ethereum.LaunchBridge_depositUSDC_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

LaunchBridge_depositUSDT_function

USDT deposit function calls to Blast’s LaunchBridge contract on Ethereum mainnet, recording stablecoin bridging transactions with USDT amounts and minimum DAI swap parameters. Used for analyzing user onboarding flows and bridge liquidity requirements during Blast’s launch phase.
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_usdtAmountSTRINGInput USDT amount for the deposit denominated in the token’s smallest unit (6 decimals for USDT). Represents the quantity of USDT being bridged from Ethereum to Blast.
in_minDAIAmountSTRINGMinimum amount of DAI tokens expected to be received from the USDT deposit swap. Specified in wei (smallest DAI unit), typically close to the input USDT amount with a small slippage tolerance.
gasvaluestatusgas_usedsignatureto_addressblock_numberfrom_addressin_usdtAmounttrace_addressblock_timestampin_minDAIAmounttransaction_hash
2971320true2655890x0a553dcb0x5f6ae08b8aeb7078cf2f96afb089d7c9f51da47d192686460xf9ad953e5638815840d80ed231bdad32808f4ce130000000001,0,0,0,12024-02-20T11:33:47.000Z29700000000xc558a4893320fe3746b81c0009c821fd0eb31d943ed7eee8318f2611be336a5f
3297850true2461700x0a553dcb0x5f6ae08b8aeb7078cf2f96afb089d7c9f51da47d192664720xb8934845c3b00d53744b7e20a08b915d61e767c328900000002024-02-20T04:15:23.000Z28871100000000000000000xe52c2a0c04170451c8b14faee716fb0d2b6644bf1e949bb17de228bb9b91487e
3604110true2465260x0a553dcb0x5f6ae08b8aeb7078cf2f96afb089d7c9f51da47d192661340x8bb31929c539ffae95fad97da9e281fffc87c2cb5011800002024-02-20T03:07:23.000Z5006788200000000000000x4b4072ff6825a295507081eb71541dc5c4f0451d43eb441c6742f9e2b04601d1
Query with partition filter
SELECT *
FROM `tt-contracts.blast_v1_ethereum.LaunchBridge_depositUSDT_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

LaunchBridge_stakeUSD_function

USD staking transactions through Blast’s LaunchBridge contract on Ethereum, recording stablecoin deposits with amounts and execution status. Used for analyzing bridge usage patterns and deposit flows into the Blast L2 ecosystem.
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_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
gasvaluestatusgas_usedin_amountsignatureto_addressblock_numberfrom_addresstrace_addressblock_timestamptransaction_hash
4000000true185990121605997219613968732290x563618420x5f6ae08b8aeb7078cf2f96afb089d7c9f51da47d189020560x9edfc192fc4d29b8f2b18f484211161b6fc8063e2023-12-31T01:00:23.000Z0x01b7700883f799d4ba0924f72e9e059dbef473c3a3c389bfd4564176040f9d6c
4000000true185301931405269192633111844770x563618420x5f6ae08b8aeb7078cf2f96afb089d7c9f51da47d189068050x9edfc192fc4d29b8f2b18f484211161b6fc8063e2023-12-31T17:00:23.000Z0x90decddd4b9b64e131e90a1c63e360e677adf93029d240a7dd7f4562dbe03bd6
4000000true1853011429998575521623082374390x563618420x5f6ae08b8aeb7078cf2f96afb089d7c9f51da47d189065100x9edfc192fc4d29b8f2b18f484211161b6fc8063e2023-12-31T16:00:35.000Z0x495ff54a2b221856677c617da9466e0f01f6c7dd74e2705f02c25bfc8e8d59c3
Query with partition filter
SELECT *
FROM `tt-contracts.blast_v1_ethereum.LaunchBridge_stakeUSD_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100