Skip to main content

Tables

WETHRebasing_Approval_event

ERC-20 token approval events from Blast’s rebasing Wrapped Ether (WETH) contract, recording owner authorization of spender addresses to transfer specific token amounts. Used for analyzing spending permissions and tracking allowance changes in the rebasing WETH mechanism on Blast 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.
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_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
in_spenderSTRINGAddress authorized to spend tokens on behalf of the owner. Hex-encoded, 0x-prefixed, 42-character string.
in_valueSTRINGAmount of tokens transferred, minted, or burned in the operation. Numeric string representation preserving precision for large integer values.
addressremovedin_ownerin_valuelog_indexin_spenderblock_numberblock_timestamptransaction_hash
0x4300000000000000000000000000000000000004false0x00034b8e8f1f07a47500cb9c29d2c34f6e6de50430710437454012535190x14eb8d9b6e19842b5930030b18c50b0391561f276307852024-03-10T11:49:45.000Z0xd63a656423469e39ab51b329d60b8185b4f64d516da69959c1ee72685fe29601
0x4300000000000000000000000000000000000004false0x00034b8e8f1f07a47500cb9c29d2c34f6e6de50497469950775588507670x14eb8d9b6e19842b5930030b18c50b0391561f276290052024-03-10T10:50:25.000Z0xfb944d790369ef9a7315c3567d62219162dda69fc8c8ddd109a7ccfc4899b545
0x4300000000000000000000000000000000000004false0x00034b8e8f1f07a47500cb9c29d2c34f6e6de504160252305145813989000x14eb8d9b6e19842b5930030b18c50b0391561f276305452024-03-10T11:41:45.000Z0x609035ecec3a0c653096c89a11802da8edee780963dab41b4cd5e2a6c61e8371
Query with partition filter
SELECT *
FROM `tt-contracts.weth_v1_blast.WETHRebasing_Approval_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

WETHRebasing_Claim_event

Rebasing yield claim events from Wrapped Ether (WETH) on Blast L2, tracking when accounts claim accumulated rebasing rewards with claim amounts and recipients. Used to analyze yield distribution patterns and user claiming behavior on Blast’s native yield-bearing ETH wrapper.
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_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_recipientSTRINGAddress designated to receive the output tokens from a swap or 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.
addressremovedin_amountlog_indexin_accountblock_numberin_recipientblock_timestamptransaction_hash
0x4300000000000000000000000000000000000004false1585340324437600x03768e99c4e4eacc309b2938740b3f1ff4489a9c100439840x03768e99c4e4eacc309b2938740b3f1ff4489a9c2024-10-14T09:23:03.000Z0xdb2f4f0fecf3b0844af05230fb50ef2739925ecb5718f44cb08f8674f3003142
0x4300000000000000000000000000000000000004false15376279796130882561300x046299143a880c4d01a318bc6c9f2c0a5c1ed355100271580x046299143a880c4d01a318bc6c9f2c0a5c1ed3552024-10-14T00:02:11.000Z0x10fbb9d0f63ad4aa464ef048d3eb9f1d3e57d6f86c01feed1edd43b54e2351dc
0x4300000000000000000000000000000000000004false3800287593896232180xb9d94a3490ba2482e2d4f21f0e76b92e5661ded8100561710x04b2e87b7f48717478639d37624b402c06d0f8a02024-10-14T16:09:17.000Z0xdab4c4c94e0450c7e334fddd63d0326c8c3477cc71962694c102c0b605ecd8ce
Query with partition filter
SELECT *
FROM `tt-contracts.weth_v1_blast.WETHRebasing_Claim_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

WETHRebasing_Configure_event

Yield mode configuration events for Wrapped ETH (WETH) accounts on Blast L2, tracking when accounts opt into rebasing yield generation (yieldMode=2). Used to analyze yield-bearing WETH adoption and account configuration changes over time.
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_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_yieldModeINT64Yield mode configuration setting for the account’s WETH rebasing behavior on Blast chain. The value 2 indicates automatic yield accrual mode, as seen consistently across all sample transactions.
addressremovedlog_indexin_accountblock_numberin_yieldModeblock_timestamptransaction_hash
0x4300000000000000000000000000000000000004false30x65d1b370b99963ca217bb133ad5d2828d8faa202717930722024-08-09T01:53:49.000Z0xfe0d076ab1d389a119b5d3d74b690ed89c7c224214c6f7a8d6f7af4a23fcb2dc
0x4300000000000000000000000000000000000004false30x874576e81ce5c22168d914cc16e89934809fe3f6720138922024-08-09T14:09:53.000Z0x7aadcfaf2f674f6cc9d2c9660595ee83d61717f660568d2c39f31da3b129adf5
0x4300000000000000000000000000000000000004false30x7f800ba5308b136f5a673262a268b765318dd995717880622024-08-09T01:37:07.000Z0xe75f008badc0f1ae59e0a13f7ff9222170bf215951178bae4c28765db2bbd05b
Query with partition filter
SELECT *
FROM `tt-contracts.weth_v1_blast.WETHRebasing_Configure_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

WETHRebasing_Deposit_event

Deposit events from the rebasing WETH (Wrapped ETH) contract on Blast, tracking ETH wrapping transactions with account addresses and deposit amounts. Used for analyzing WETH adoption patterns and identifying active participants in Blast’s native yield-generating ETH wrapper.
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_accountSTRINGAccount address involved in the transaction or 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.
addressremovedin_amountlog_indexin_accountblock_numberblock_timestamptransaction_hash
0x4300000000000000000000000000000000000004false450000000000000x98994a9a7a2570367554589189dc9772241650f682657692024-09-03T05:29:13.000Z0x5237bc6471a0470a9334b18cd81e1f94a5b2151361ba4c59fe21afdaea30f757
0x4300000000000000000000000000000000000004false500000000000000x98994a9a7a2570367554589189dc9772241650f682647972024-09-03T04:56:49.000Z0xfedcdf1b5859ff556994ff8ee5acff4c17588184929a0181d7277c3824ee9a7e
0x4300000000000000000000000000000000000004false1000000000000000xf2614a233c7c3e7f08b1f887ba133a13f1eb2c5582768412024-09-03T11:38:17.000Z0xe8ec3ee1a7bd91b7b00647f6262bda37adb1b4a772b7bb82a198fea6b41faad7
Query with partition filter
SELECT *
FROM `tt-contracts.weth_v1_blast.WETHRebasing_Deposit_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

WETHRebasing_EIP712DomainChanged_event

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.
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.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.weth_v1_blast.WETHRebasing_EIP712DomainChanged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

WETHRebasing_Initialized_event

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.
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_versionINT64Version identifier for the contract or event schema. String or integer value indicating the initialization or state version.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.weth_v1_blast.WETHRebasing_Initialized_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

WETHRebasing_NewPrice_event

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.
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_priceSTRINGPrice of the asset or position in the transaction or event. Numeric string representation in smallest denomination or with extended precision.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.weth_v1_blast.WETHRebasing_NewPrice_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

WETHRebasing_Transfer_event

Transfer events from Blast’s native rebasing WETH contract (0x4300000000000000000000000000000000000004), tracking wrapped ETH movements between addresses with automatic yield accrual. Used for analyzing WETH flows and yield distribution patterns on Blast 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.
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_valueSTRINGAmount of tokens transferred, minted, or burned in the operation. Numeric string representation preserving precision for large integer values.
in_toaddressin_fromremovedin_valuelog_indexblock_numberblock_timestamptransaction_hash
0x1d74611f3ef04e7252f7651526711a937aa1f75e0x43000000000000000000000000000000000000040x0000000000005d737fd1a47e86abb3211bdf46e3false29493003807605263352152661922024-06-25T19:03:19.000Z0x889a4c0277a2239a094a2826166ad53ccc234009b5ecaa3cb658735c05d73e8c
0x14c5766f8556683af2d8023e389837044794795a0x43000000000000000000000000000000000000040x0000000000005d737fd1a47e86abb3211bdf46e3false185288701476942079152531832024-06-25T11:49:41.000Z0xadda72d44bda5c9346f9d24ee9931c62dd560d6d9bd7f9e2aef9d68a92d857b8
0x14c5766f8556683af2d8023e389837044794795a0x43000000000000000000000000000000000000040x0000000000005d737fd1a47e86abb3211bdf46e3false192390532850452223152319752024-06-25T00:02:45.000Z0xa5ed843ec99d902d9483947c00324b9e6d5e152ad268a1207478dc79a3681fc9
Query with partition filter
SELECT *
FROM `tt-contracts.weth_v1_blast.WETHRebasing_Transfer_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

WETHRebasing_Withdrawal_event

Withdrawal events from Blast’s rebasing WETH (Wrapped ETH) contract showing accounts unwrapping their WETH positions with amounts in wei. Useful for tracking WETH liquidity flows and user unwrapping behavior on Blast 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.
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_accountSTRINGAccount address involved in the transaction or 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.
addressremovedin_amountlog_indexin_accountblock_numberblock_timestamptransaction_hash
0x4300000000000000000000000000000000000004false25000000000000000000xf9524669be56930c64165bc56202fe1d94e85a1636326852024-05-18T23:33:05.000Z0x04ae0b517270c6acae2c4118b10110c9db5e0f471cf0b2c3920356b974db95da
0x4300000000000000000000000000000000000004false4285726574161330100x7f2d64d66431d07ebfdfed3e8e5c5a06a30248fe36284252024-05-18T21:11:05.000Z0x19b260c97cae408a74b4a206fba3ea817eb29649df939327815853f1ef50aefb
0x4300000000000000000000000000000000000004false6887984643586218200x312bc2faee703d9bdde79fb14b40496fad442d4136293972024-05-18T21:43:29.000Z0x28a5816d5976916f9e9b788b781df6f60285e3b99752e4b90b46d59fc4a87447
Query with partition filter
SELECT *
FROM `tt-contracts.weth_v1_blast.WETHRebasing_Withdrawal_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100