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
0xebcc9d0db7e5e1a0645a886eafb0c673cf46fd2929904349369030250x5300000000000000000000000000000000000004false125281172024-01-17T04:45:14.000Z0x0d2ff14ec542a15865144f178a2c662cbc9fed99e459f75162480ac3d0945e87
0x0b2c00aa89c60e1bb659c29c761b516aa9c36a8083768966139870750x5300000000000000000000000000000000000004false125467422024-01-17T20:36:06.000Z0x247e9e37bb1b00ed3d8289837a2af05e253b6c319aafabdfdf8679e24ca6d083
0x94d6303db6b36c105dada91f5eb865ce9675505715000000000000000x5300000000000000000000000000000000000004false125306462024-01-17T06:54:55.000Z0x5712ef659f5cbca60cc2723df1eb7b88f69336521bb25d7547feeadd4056b3ec
Query with partition filter
SELECT *
FROM `tt-contracts.weth_v1_scroll.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
0x00051d55999c7cd91b17af7276cbecd647dbc00015088543777932441230x5300000000000000000000000000000000000004false7492118992024-09-12T02:12:11.000Z0xfad601d28228ef7eb9c8746f7aea6b30e32ee38a252eb62f7cff4b71958ef26f
0x00051d55999c7cd91b17af7276cbecd647dbc00020517140767832316340x5300000000000000000000000000000000000004false1692166862024-09-12T06:10:14.000Z0x096901cd768a6bea8d7acf9fffe667278343b5590cf6454e326380ab32698a8b
0x00051d55999c7cd91b17af7276cbecd647dbc00015361295759160503410x5300000000000000000000000000000000000004false892200322024-09-12T08:55:16.000Z0xbc438a8ec07f7dc25a3b972dd01f558e224a01a5d96287398bad9c2e35095232
Query with partition filter
SELECT *
FROM `tt-contracts.weth_v1_scroll.WETH9_Withdrawal_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100