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

> Tables in tt-contracts.weth_v1_blast

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

<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_owner`         | `STRING`    | Address that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.                    |
  | `in_spender`       | `STRING`    | Address authorized to spend tokens on behalf of the owner. Hex-encoded, 0x-prefixed, 42-character string.                                            |
  | `in_value`         | `STRING`    | Amount of tokens transferred, minted, or burned in the operation. Numeric string representation preserving precision for large integer values.       |
</Accordion>

<Accordion title="Sample Data">
  | address                                    | removed | in\_owner                                  | in\_value           | log\_index | in\_spender                                | block\_number | block\_timestamp         | transaction\_hash                                                  |
  | ------------------------------------------ | ------- | ------------------------------------------ | ------------------- | ---------- | ------------------------------------------ | ------------- | ------------------------ | ------------------------------------------------------------------ |
  | 0x4300000000000000000000000000000000000004 | false   | 0x00034b8e8f1f07a47500cb9c29d2c34f6e6de504 | 307104374540125351  | 9          | 0x14eb8d9b6e19842b5930030b18c50b0391561f27 | 630785        | 2024-03-10T11:49:45.000Z | 0xd63a656423469e39ab51b329d60b8185b4f64d516da69959c1ee72685fe29601 |
  | 0x4300000000000000000000000000000000000004 | false   | 0x00034b8e8f1f07a47500cb9c29d2c34f6e6de504 | 974699507755885076  | 7          | 0x14eb8d9b6e19842b5930030b18c50b0391561f27 | 629005        | 2024-03-10T10:50:25.000Z | 0xfb944d790369ef9a7315c3567d62219162dda69fc8c8ddd109a7ccfc4899b545 |
  | 0x4300000000000000000000000000000000000004 | false   | 0x00034b8e8f1f07a47500cb9c29d2c34f6e6de504 | 1602523051458139890 | 0          | 0x14eb8d9b6e19842b5930030b18c50b0391561f27 | 630545        | 2024-03-10T11:41:45.000Z | 0x609035ecec3a0c653096c89a11802da8edee780963dab41b4cd5e2a6c61e8371 |
</Accordion>

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

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

***

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

<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_account`       | `STRING`    | Account address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.                                             |
  | `in_recipient`     | `STRING`    | Address designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string.                             |
  | `in_amount`        | `STRING`    | Input amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.                      |
</Accordion>

<Accordion title="Sample Data">
  | address                                    | removed | in\_amount          | log\_index | in\_account                                | block\_number | in\_recipient                              | block\_timestamp         | transaction\_hash                                                  |
  | ------------------------------------------ | ------- | ------------------- | ---------- | ------------------------------------------ | ------------- | ------------------------------------------ | ------------------------ | ------------------------------------------------------------------ |
  | 0x4300000000000000000000000000000000000004 | false   | 15853403244376      | 0          | 0x03768e99c4e4eacc309b2938740b3f1ff4489a9c | 10043984      | 0x03768e99c4e4eacc309b2938740b3f1ff4489a9c | 2024-10-14T09:23:03.000Z | 0xdb2f4f0fecf3b0844af05230fb50ef2739925ecb5718f44cb08f8674f3003142 |
  | 0x4300000000000000000000000000000000000004 | false   | 1537627979613088256 | 130        | 0x046299143a880c4d01a318bc6c9f2c0a5c1ed355 | 10027158      | 0x046299143a880c4d01a318bc6c9f2c0a5c1ed355 | 2024-10-14T00:02:11.000Z | 0x10fbb9d0f63ad4aa464ef048d3eb9f1d3e57d6f86c01feed1edd43b54e2351dc |
  | 0x4300000000000000000000000000000000000004 | false   | 3800287593896232    | 18         | 0xb9d94a3490ba2482e2d4f21f0e76b92e5661ded8 | 10056171      | 0x04b2e87b7f48717478639d37624b402c06d0f8a0 | 2024-10-14T16:09:17.000Z | 0xdab4c4c94e0450c7e334fddd63d0326c8c3477cc71962694c102c0b605ecd8ce |
</Accordion>

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

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

***

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

<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_account`       | `STRING`    | Account address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.                                                                                           |
  | `in_yieldMode`     | `INT64`     | Yield 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. |
</Accordion>

<Accordion title="Sample Data">
  | address                                    | removed | log\_index | in\_account                                | block\_number | in\_yieldMode | block\_timestamp         | transaction\_hash                                                  |
  | ------------------------------------------ | ------- | ---------- | ------------------------------------------ | ------------- | ------------- | ------------------------ | ------------------------------------------------------------------ |
  | 0x4300000000000000000000000000000000000004 | false   | 3          | 0x65d1b370b99963ca217bb133ad5d2828d8faa202 | 7179307       | 2             | 2024-08-09T01:53:49.000Z | 0xfe0d076ab1d389a119b5d3d74b690ed89c7c224214c6f7a8d6f7af4a23fcb2dc |
  | 0x4300000000000000000000000000000000000004 | false   | 3          | 0x874576e81ce5c22168d914cc16e89934809fe3f6 | 7201389       | 2             | 2024-08-09T14:09:53.000Z | 0x7aadcfaf2f674f6cc9d2c9660595ee83d61717f660568d2c39f31da3b129adf5 |
  | 0x4300000000000000000000000000000000000004 | false   | 3          | 0x7f800ba5308b136f5a673262a268b765318dd995 | 7178806       | 2             | 2024-08-09T01:37:07.000Z | 0xe75f008badc0f1ae59e0a13f7ff9222170bf215951178bae4c28765db2bbd05b |
</Accordion>

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

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

***

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

<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_account`       | `STRING`    | Account address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.                                             |
  | `in_amount`        | `STRING`    | Input amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.                      |
</Accordion>

<Accordion title="Sample Data">
  | address                                    | removed | in\_amount     | log\_index | in\_account                                | block\_number | block\_timestamp         | transaction\_hash                                                  |
  | ------------------------------------------ | ------- | -------------- | ---------- | ------------------------------------------ | ------------- | ------------------------ | ------------------------------------------------------------------ |
  | 0x4300000000000000000000000000000000000004 | false   | 4500000000000  | 0          | 0x98994a9a7a2570367554589189dc9772241650f6 | 8265769       | 2024-09-03T05:29:13.000Z | 0x5237bc6471a0470a9334b18cd81e1f94a5b2151361ba4c59fe21afdaea30f757 |
  | 0x4300000000000000000000000000000000000004 | false   | 5000000000000  | 0          | 0x98994a9a7a2570367554589189dc9772241650f6 | 8264797       | 2024-09-03T04:56:49.000Z | 0xfedcdf1b5859ff556994ff8ee5acff4c17588184929a0181d7277c3824ee9a7e |
  | 0x4300000000000000000000000000000000000004 | false   | 10000000000000 | 0          | 0xf2614a233c7c3e7f08b1f887ba133a13f1eb2c55 | 8276841       | 2024-09-03T11:38:17.000Z | 0xe8ec3ee1a7bd91b7b00647f6262bda37adb1b4a772b7bb82a198fea6b41faad7 |
</Accordion>

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

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

***

### WETHRebasing\_EIP712DomainChanged\_event

*No description available.*

<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.                                         |
</Accordion>

<Accordion title="Sample Data">
  *No sample data available.*
</Accordion>

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

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

***

### WETHRebasing\_Initialized\_event

*No description available.*

<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_version`       | `INT64`     | Version identifier for the contract or event schema. String or integer value indicating the initialization or state version.                         |
</Accordion>

<Accordion title="Sample Data">
  *No sample data available.*
</Accordion>

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

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

***

### WETHRebasing\_NewPrice\_event

*No description available.*

<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_price`         | `STRING`    | Price of the asset or position in the transaction or event. Numeric string representation in smallest denomination or with extended precision.       |
</Accordion>

<Accordion title="Sample Data">
  *No sample data available.*
</Accordion>

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

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

***

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

<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_from`          | `STRING`    | Address originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.                                                        |
  | `in_to`            | `STRING`    | Destination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.                                      |
  | `in_value`         | `STRING`    | Amount of tokens transferred, minted, or burned in the operation. Numeric string representation preserving precision for large integer values.       |
</Accordion>

<Accordion title="Sample Data">
  | in\_to                                     | address                                    | in\_from                                   | removed | in\_value           | log\_index | block\_number | block\_timestamp         | transaction\_hash                                                  |
  | ------------------------------------------ | ------------------------------------------ | ------------------------------------------ | ------- | ------------------- | ---------- | ------------- | ------------------------ | ------------------------------------------------------------------ |
  | 0x1d74611f3ef04e7252f7651526711a937aa1f75e | 0x4300000000000000000000000000000000000004 | 0x0000000000005d737fd1a47e86abb3211bdf46e3 | false   | 2949300380760526335 | 21         | 5266192       | 2024-06-25T19:03:19.000Z | 0x889a4c0277a2239a094a2826166ad53ccc234009b5ecaa3cb658735c05d73e8c |
  | 0x14c5766f8556683af2d8023e389837044794795a | 0x4300000000000000000000000000000000000004 | 0x0000000000005d737fd1a47e86abb3211bdf46e3 | false   | 185288701476942079  | 1          | 5253183       | 2024-06-25T11:49:41.000Z | 0xadda72d44bda5c9346f9d24ee9931c62dd560d6d9bd7f9e2aef9d68a92d857b8 |
  | 0x14c5766f8556683af2d8023e389837044794795a | 0x4300000000000000000000000000000000000004 | 0x0000000000005d737fd1a47e86abb3211bdf46e3 | false   | 192390532850452223  | 1          | 5231975       | 2024-06-25T00:02:45.000Z | 0xa5ed843ec99d902d9483947c00324b9e6d5e152ad268a1207478dc79a3681fc9 |
</Accordion>

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

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

***

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

<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_account`       | `STRING`    | Account address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.                                             |
  | `in_amount`        | `STRING`    | Input amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.                      |
</Accordion>

<Accordion title="Sample Data">
  | address                                    | removed | in\_amount         | log\_index | in\_account                                | block\_number | block\_timestamp         | transaction\_hash                                                  |
  | ------------------------------------------ | ------- | ------------------ | ---------- | ------------------------------------------ | ------------- | ------------------------ | ------------------------------------------------------------------ |
  | 0x4300000000000000000000000000000000000004 | false   | 250000000000000000 | 0          | 0xf9524669be56930c64165bc56202fe1d94e85a16 | 3632685       | 2024-05-18T23:33:05.000Z | 0x04ae0b517270c6acae2c4118b10110c9db5e0f471cf0b2c3920356b974db95da |
  | 0x4300000000000000000000000000000000000004 | false   | 42857265741613301  | 0          | 0x7f2d64d66431d07ebfdfed3e8e5c5a06a30248fe | 3628425       | 2024-05-18T21:11:05.000Z | 0x19b260c97cae408a74b4a206fba3ea817eb29649df939327815853f1ef50aefb |
  | 0x4300000000000000000000000000000000000004 | false   | 68879846435862182  | 0          | 0x312bc2faee703d9bdde79fb14b40496fad442d41 | 3629397       | 2024-05-18T21:43:29.000Z | 0x28a5816d5976916f9e9b788b781df6f60285e3b99752e4b90b46d59fc4a87447 |
</Accordion>

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

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

***
