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

# spark_v1_arbitrum

> Tables in tt-contracts.spark_v1_arbitrum

## Tables

### sUSDC\_Deposit\_event

*No description available.*

<Accordion title="Columns">
  | Column             | Type        | Description |
  | ------------------ | ----------- | ----------- |
  | `block_timestamp`  | `TIMESTAMP` | -           |
  | `block_number`     | `INT64`     | -           |
  | `transaction_hash` | `STRING`    | -           |
  | `log_index`        | `INT64`     | -           |
  | `address`          | `STRING`    | -           |
  | `removed`          | `BOOL`      | -           |
  | `in_sender`        | `STRING`    | -           |
  | `in_owner`         | `STRING`    | -           |
  | `in_assets`        | `STRING`    | -           |
  | `in_shares`        | `STRING`    | -           |
</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.spark_v1_arbitrum.sUSDC_Deposit_event`
  WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
  LIMIT 100
  ```
</Accordion>

***

### sUSDC\_Withdraw\_event

*No description available.*

<Accordion title="Columns">
  | Column             | Type        | Description |
  | ------------------ | ----------- | ----------- |
  | `block_timestamp`  | `TIMESTAMP` | -           |
  | `block_number`     | `INT64`     | -           |
  | `transaction_hash` | `STRING`    | -           |
  | `log_index`        | `INT64`     | -           |
  | `address`          | `STRING`    | -           |
  | `removed`          | `BOOL`      | -           |
  | `in_sender`        | `STRING`    | -           |
  | `in_receiver`      | `STRING`    | -           |
  | `in_owner`         | `STRING`    | -           |
  | `in_assets`        | `STRING`    | -           |
  | `in_shares`        | `STRING`    | -           |
</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.spark_v1_arbitrum.sUSDC_Withdraw_event`
  WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
  LIMIT 100
  ```
</Accordion>

***
