Tables
WHYPE9_Deposit_event
Deposit events from the WHYPE wrapped token contract on HyperEVM, recording when users wrap native tokens into WHYPE with recipient addresses and deposit amounts in wei.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_dst | STRING | Address of the account receiving tokens or assets in the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_wad | STRING | Token amount denominated in WAD units. String-encoded integer representing value with 18 decimal places of precision. |
Sample Data
Sample Data
| in_dst | in_wad | address | removed | log_index | block_number | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|
| 0x00191380b21b490bb9a67c7a055ae3c1dff246bd | 26000000000000000000 | 0x5555555555555555555555555555555555555555 | false | 0 | 2552841 | 2025-04-16T08:22:24.000Z | 0xdd7c9c287c4bfd4794f870d1ca3e922212c272be3bc9e5bad3dac7faab64ea31 |
| 0x0050dccb23c526d24640baa4e417c440bef5b557 | 150000000000000000000 | 0x5555555555555555555555555555555555555555 | false | 0 | 2569130 | 2025-04-16T17:07:52.000Z | 0xa42843200dcae3665b000261e17c6143031219ae6284ccb8a73a738834f166fe |
| 0x0050dccb23c526d24640baa4e417c440bef5b557 | 300000000000000000000 | 0x5555555555555555555555555555555555555555 | false | 12 | 2545993 | 2025-04-16T04:41:30.000Z | 0x3459a5553834e22173dd9359f2a6de5de2f09b7470b42034e73371065a931eaf |
Example Query
Example Query
Query with partition filter
WHYPE9_Withdrawal_event
Withdrawal events from the WHYPE token wrapper contract on HyperEVM, recording unwrapping transactions with withdrawal amounts in wei and source addresses. Used for tracking token unwrap activity and user withdrawal patterns.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_src | STRING | Address of the account from which tokens or assets are being withdrawn or transferred. Hex-encoded, 0x-prefixed, 42-character string. |
in_wad | STRING | Token amount denominated in WAD units. String-encoded integer representing value with 18 decimal places of precision. |
Sample Data
Sample Data
| in_src | in_wad | address | removed | log_index | block_number | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|
| 0x002bc879ecf65cf7ec66e02456547120e72aa11a | 17000000000000000000 | 0x5555555555555555555555555555555555555555 | false | 0 | 844874 | 2025-03-09T01:54:54.000Z | 0x8bc882903324b4e0dcde533d02ac56817441446a4e732839f408658150ccf251 |
| 0x01261ab79cf369667b3aba7a36865253bfbbd32d | 939300000000000000 | 0x5555555555555555555555555555555555555555 | false | 0 | 868736 | 2025-03-09T14:44:38.000Z | 0xbec0f072fcabc0567597aa7e21d601e871e310fd92b04876723bdf4b86667ff7 |
| 0x01c589b3a66ce49af30ce5e3febc95ec6b719c77 | 16921100000000000000 | 0x5555555555555555555555555555555555555555 | false | 0 | 877304 | 2025-03-09T19:21:00.000Z | 0xf2fed5cbb064d3277688b336f74b388226ba2a66238903b0f09fab36a994f17b |
Example Query
Example Query
Query with partition filter