> ## Documentation Index
> Fetch the complete documentation index at: https://tokenterminal.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# weth_v1_manta

> Tables in tt-contracts.weth_v1_manta

## 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.

<Accordion title="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.                                |
</Accordion>

<Accordion title="Sample Data">
  | in\_dst                                    | in\_wad            | address                                    | removed | log\_index | block\_number | block\_timestamp         | transaction\_hash                                                  |
  | ------------------------------------------ | ------------------ | ------------------------------------------ | ------- | ---------- | ------------- | ------------------------ | ------------------------------------------------------------------ |
  | 0x08e748d7907cd2adaed2600a644a6a69406ed47d | 400000000000000000 | 0x0dc808adce2099a9f62aa87d9670745aba741746 | false   | 0          | 305410        | 2023-10-14T10:07:39.000Z | 0xbf4c31c2d9ecd6959390ba14156143cb63eb5895e0c1b30a8767fe65f4c93ce8 |
  | 0x08e748d7907cd2adaed2600a644a6a69406ed47d | 400000000000000000 | 0x0dc808adce2099a9f62aa87d9670745aba741746 | false   | 0          | 305475        | 2023-10-14T10:18:29.000Z | 0xfd65e3a6b92c6ecd73aea4d621bdc35741c734455f36e1d09a307420f7ac6544 |
  | 0x08e748d7907cd2adaed2600a644a6a69406ed47d | 400000000000000000 | 0x0dc808adce2099a9f62aa87d9670745aba741746 | false   | 0          | 305433        | 2023-10-14T10:11:29.000Z | 0xd4f8cc827d3932ba8ae4ee0377726c10a498464a9af2a20be92d2da040886d91 |
</Accordion>

<Accordion title="Example Query">
  **Query with partition filter**

  ```sql theme={null}
  SELECT *
  FROM `tt-contracts.weth_v1_manta.WETH9_Deposit_event`
  WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
  LIMIT 100
  ```
</Accordion>

***

### 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).

<Accordion title="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.                                |
</Accordion>

<Accordion title="Sample Data">
  | in\_src                                    | in\_wad            | address                                    | removed | log\_index | block\_number | block\_timestamp         | transaction\_hash                                                  |
  | ------------------------------------------ | ------------------ | ------------------------------------------ | ------- | ---------- | ------------- | ------------------------ | ------------------------------------------------------------------ |
  | 0x8da469f881becb2b5305bf4963a3c6dcf88d8772 | 150463717087610700 | 0x0dc808adce2099a9f62aa87d9670745aba741746 | false   | 0          | 462799        | 2023-11-01T15:19:09.000Z | 0x1a8037ffd65bc7d4d77ec911aae8ec92ed19dc3639fd8ccb84e308a3df468ae9 |
  | 0xc8de67cac7eda919242417002123a9889eba9b1d | 5000000000000000   | 0x0dc808adce2099a9f62aa87d9670745aba741746 | false   | 0          | 463489        | 2023-11-01T17:14:09.000Z | 0x279ed645cc3bc7980211d4a18956d66ce1643618901727a22148552d4cc488e2 |
  | 0x52da4779f4f61ed4b69d5d76a8655d1e6b43634c | 97000001000000372  | 0x0dc808adce2099a9f62aa87d9670745aba741746 | false   | 0          | 464683        | 2023-11-01T20:33:09.000Z | 0x79184022ab0e77e9f397863de09ecac0838866253fc057d77e6b8ae430a3d30d |
</Accordion>

<Accordion title="Example Query">
  **Query with partition filter**

  ```sql theme={null}
  SELECT *
  FROM `tt-contracts.weth_v1_manta.WETH9_Withdrawal_event`
  WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
  LIMIT 100
  ```
</Accordion>

***
