Skip to main content

Tables

WETH9_Deposit_event

WETH9 (Wrapped Ether version 9) deposit events emitted when native ETH is converted to ERC-20 wrapped tokens. Contains recipient address and deposit amount in WAD units (18 decimal precision) for tracking ETH wrapping 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_dstSTRINGAddress of the account receiving tokens or assets in the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_wadSTRINGToken amount denominated in WAD units. String-encoded integer representing value with 18 decimal places of precision.
in_dstin_wadaddressremovedlog_indexblock_numberblock_timestamptransaction_hash
0x01dbe3111b658dd9033e78c8a8c1a6410e9cb8f0111746000000000000x4200000000000000000000000000000000000006false039437482024-07-12T01:58:03.000Z0x47235577504930dcbf1c33eb488a3deea14c72d23749ed494aa8a29dcc382339
0x0e9e167754a8933b2321f6ac8ddd2645846842ed30000000000000000x4200000000000000000000000000000000000006false039508742024-07-12T05:55:35.000Z0xc158272d35d550906033618275b0b49fa9fe26439953f33c0acbb5ca658627f3
0x0ea6ee8164028d7af73be1a73ffc3a68abad9c0b32000000000000000x4200000000000000000000000000000000000006false039569052024-07-12T09:16:37.000Z0xa122726eb1b29199a5323be7373d2694b53ef6095399ccf89da8d5e9e70bbfba
Query with partition filter
SELECT *
FROM `tt-contracts.weth_v1_bob.WETH9_Deposit_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

WETH9_Withdrawal_event

WETH9 withdrawal events emitted when unwrapping wrapped Ether (WETH) back to native ETH. Contains withdrawing address and amount in WAD units (18 decimal precision).
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_srcSTRINGAddress of the account from which tokens or assets are being withdrawn or transferred. Hex-encoded, 0x-prefixed, 42-character string.
in_wadSTRINGToken amount denominated in WAD units. String-encoded integer representing value with 18 decimal places of precision.
in_srcin_wadaddressremovedlog_indexblock_numberblock_timestamptransaction_hash
0xbbcef623918de74017b17ff2888f4fe6211e17d810000000000000000x4200000000000000000000000000000000000006false087983242024-11-01T10:57:15.000Z0x1f1197cbdeedc1b0f31b95e9494b61b3735888519c490fb429b9b5417d843d95
0x471f6506215083559e52f7fabaf391a09f3cd15910000000000000000x4200000000000000000000000000000000000006false087897232024-11-01T06:10:33.000Z0x2cb2433d994c1b7d42fd36e1a4df816d6b5b70177a81cc90ba1baaa2c583b588
0xee61ad386685ebef89c39fed745b55b64a10915350000000000000000x4200000000000000000000000000000000000006false088104932024-11-01T17:42:53.000Z0x24ae5b454725eea6e0a8152902b72198d09ef99336b5c5b7ff89d15140c4b120
Query with partition filter
SELECT *
FROM `tt-contracts.weth_v1_bob.WETH9_Withdrawal_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100