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

# symbiotic_v1_ethereum

> Tables in tt-contracts.symbiotic_v1_ethereum

## Tables

### DefaultCollateral\_Deposit\_event

Deposit events from Symbiotic v1 protocol's DefaultCollateral contract on Ethereum, capturing collateral deposits with depositor address, recipient address, and deposit amounts in wei. Used for tracking collateral flows and analyzing user staking behavior in the Symbiotic restaking protocol.

<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_depositor`     | `STRING`    | Address of the user who initiated the deposit or cross-chain transfer. 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 | block\_number | in\_depositor                              | in\_recipient                              | block\_timestamp         | transaction\_hash                                                  |
  | ------------------------------------------ | ------- | ------------------- | ---------- | ------------- | ------------------------------------------ | ------------------------------------------ | ------------------------ | ------------------------------------------------------------------ |
  | 0x03bf48b8a1b37fbead1ecabcf15b98b924ffa5ac | false   | 241973279500266073  | 83         | 20325750      | 0xf25d83d38d8760303194ae76b112bcf17c46c7d0 | 0xf25d83d38d8760303194ae76b112bcf17c46c7d0 | 2024-07-17T10:47:59.000Z | 0xc3d6023dc95c6a74ebd0f78b74ddf40d3b8b9d3cd1ec664925b7973b2892d3ec |
  | 0x03bf48b8a1b37fbead1ecabcf15b98b924ffa5ac | false   | 5471976757282896671 | 684        | 20322904      | 0x9b3b5eb870466e14bcd29cf9702e6671d381d7e2 | 0x9b3b5eb870466e14bcd29cf9702e6671d381d7e2 | 2024-07-17T01:16:47.000Z | 0x73d6fa4ae01ccd3a77e880e54c8aa3b2a9c5cf4967d9b4df87b4b941765d1c11 |
  | 0x03bf48b8a1b37fbead1ecabcf15b98b924ffa5ac | false   | 40455803635863      | 431        | 20328453      | 0x177f9cec8946424bb51856edba3625e350911bec | 0x177f9cec8946424bb51856edba3625e350911bec | 2024-07-17T19:51:23.000Z | 0xeeb4f1cada8906d591a40596f8a022b9714c3591a6db47aaa0f155965c9bf927 |
</Accordion>

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

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

***

### DefaultCollateral\_IncreaseLimit\_event

Collateral limit increase events from Symbiotic v1 protocol on Ethereum, recording when deposit or staking caps are raised for default collateral contracts. Used for tracking vault capacity expansions and protocol growth metrics.

<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_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 | block\_number | block\_timestamp         | transaction\_hash                                                  |
  | ------------------------------------------ | ------- | ----------------------- | ---------- | ------------- | ------------------------ | ------------------------------------------------------------------ |
  | 0x03bf48b8a1b37fbead1ecabcf15b98b924ffa5ac | false   | 10149930000000000000000 | 90         | 20225833      | 2024-07-03T11:58:11.000Z | 0xfb1a547bd1da10635513779fc7ecfd12d8db3f39593f7538ab77f61484592a3c |
  | 0xb26ff591f44b04e78de18f43b46f8b70c6676984 | false   | 29485860000000000000000 | 88         | 20225833      | 2024-07-03T11:58:11.000Z | 0xfb1a547bd1da10635513779fc7ecfd12d8db3f39593f7538ab77f61484592a3c |
  | 0x38b86004842d3fa4596f0b7a0b53de90745ab654 | false   | 3262240000000000000000  | 92         | 20225833      | 2024-07-03T11:58:11.000Z | 0xfb1a547bd1da10635513779fc7ecfd12d8db3f39593f7538ab77f61484592a3c |
</Accordion>

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

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

***

### DefaultCollateral\_IssueDebt\_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_issuer`        | `STRING`    | Address of the entity or contract that initiated the issuance or application event. 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_debtIssued`    | `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.symbiotic_v1_ethereum.DefaultCollateral_IssueDebt_event`
  WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
  LIMIT 100
  ```
</Accordion>

***

### DefaultCollateral\_RepayDebt\_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_issuer`        | `STRING`    | Address of the entity or contract that initiated the issuance or application event. 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_debtRepaid`    | `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.symbiotic_v1_ethereum.DefaultCollateral_RepayDebt_event`
  WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
  LIMIT 100
  ```
</Accordion>

***

### DefaultCollateral\_SetLimitIncreaser\_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_limitIncreaser` | `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.symbiotic_v1_ethereum.DefaultCollateral_SetLimitIncreaser_event`
  WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
  LIMIT 100
  ```
</Accordion>

***

### DefaultCollateral\_Transfer\_event

Transfer events from Symbiotic v1 default collateral contracts on Ethereum, tracking mints (from zero address) and burns (to zero address) of receipt tokens. Used for analyzing collateral deposits, withdrawals, and user position changes in the restaking protocol.

<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                                                  |
  | ------------------------------------------ | ------------------------------------------ | ------------------------------------------ | ------- | ------------------ | ---------- | ------------- | ------------------------ | ------------------------------------------------------------------ |
  | 0xc996e134d96fb5067c80a875903ddd8739474822 | 0x03bf48b8a1b37fbead1ecabcf15b98b924ffa5ac | 0x0000000000000000000000000000000000000000 | false   | 30149991932656646  | 219        | 20323033      | 2024-07-17T01:42:47.000Z | 0xacac857f5ee1fe6b011497cc2d0488526f992ed0d2814726aafafc219d784c4a |
  | 0xaec780b752ff8af46cdf43f55ee816bbde582716 | 0x03bf48b8a1b37fbead1ecabcf15b98b924ffa5ac | 0x0000000000000000000000000000000000000000 | false   | 178758542702235307 | 576        | 20323046      | 2024-07-17T01:45:23.000Z | 0xe642ce51546f098591647e826534dfdfe0f5c18e962de2b69bee29b557143de2 |
  | 0xe9042a56565fed328bc5634c834569b753d42f12 | 0x03bf48b8a1b37fbead1ecabcf15b98b924ffa5ac | 0x0000000000000000000000000000000000000000 | false   | 17884906054038565  | 297        | 20326191      | 2024-07-17T12:16:47.000Z | 0x655423573749dc6f403bc81ac63c3c21474df45c6fd361be15da8a763ad16ec2 |
</Accordion>

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

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

***

### DefaultCollateral\_Withdraw\_event

Withdrawal events from Symbiotic v1 restaking protocol's default collateral contracts on Ethereum, recording when users unstake assets with withdrawal amounts, recipient addresses, and withdrawer identities. Used for tracking collateral exit flows and analyzing restaking behavior across different vault addresses.

<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_withdrawer`    | `STRING`    | Address of the account receiving the withdrawn assets. 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 | block\_number | in\_recipient                              | in\_withdrawer                             | block\_timestamp         | transaction\_hash                                                  |
  | ------------------------------------------ | ------- | ------------------- | ---------- | ------------- | ------------------------------------------ | ------------------------------------------ | ------------------------ | ------------------------------------------------------------------ |
  | 0x03bf48b8a1b37fbead1ecabcf15b98b924ffa5ac | false   | 6400000000000000000 | 310        | 20395024      | 0xcd54cc88ac8bb4f437937b5dfa9c341570c6169b | 0xcd54cc88ac8bb4f437937b5dfa9c341570c6169b | 2024-07-27T02:53:23.000Z | 0x5fb0f2f7467ed0cf66e9ac637d32e5b726e19339dba84ae076ac5af8bc1ff0a9 |
  | 0x03bf48b8a1b37fbead1ecabcf15b98b924ffa5ac | false   | 1000000000000000000 | 333        | 20398729      | 0xa14feae37d81716c67f6131ba5eac7295c20b062 | 0xa14feae37d81716c67f6131ba5eac7295c20b062 | 2024-07-27T15:17:35.000Z | 0xb1469cbea081084b052f08772b962d593e3966bf3aeb88b8062ac697617c8213 |
  | 0x38b86004842d3fa4596f0b7a0b53de90745ab654 | false   | 340000000000000000  | 198        | 20398910      | 0xbe3026eca9dd524401ceb3b703d7972497332325 | 0xbe3026eca9dd524401ceb3b703d7972497332325 | 2024-07-27T15:54:11.000Z | 0x88f2aba83b371ca0642f6c3157405a0c0e53d64da1527be3a7d36da7a5fd1cba |
</Accordion>

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

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

***

### DefaultCollateralFactory\_AddEntity\_event

Entity registration events from Symbiotic's DefaultCollateralFactory contract on Ethereum. Tracks when new collateral entities are added to the protocol factory for analyzing supported collateral types and protocol growth.

<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_entity`        | `STRING`    | Contract address of the entity being added to the Symbiotic collateral factory system. Hex-encoded, 0x-prefixed 40-character Ethereum address representing the registered entity. |
</Accordion>

<Accordion title="Sample Data">
  | address                                    | removed | in\_entity                                 | log\_index | block\_number | block\_timestamp         | transaction\_hash                                                  |
  | ------------------------------------------ | ------- | ------------------------------------------ | ---------- | ------------- | ------------------------ | ------------------------------------------------------------------ |
  | 0x1bc8fcfbe6aa17e4a7610f51b888f34583d202ec | false   | 0xe39b5f5638a209c1a6b6cdffe5d37f7ac99fcc84 | 137        | 20126164      | 2024-06-19T13:44:35.000Z | 0x6490397f278162bb44d3223ba759338bcd2834955bb5dcff71141ff26e2cd2e1 |
  | 0x1bc8fcfbe6aa17e4a7610f51b888f34583d202ec | false   | 0x19d0d8e6294b7a04a2733fe433444704b791939a | 139        | 20126164      | 2024-06-19T13:44:35.000Z | 0x6490397f278162bb44d3223ba759338bcd2834955bb5dcff71141ff26e2cd2e1 |
  | 0x1bc8fcfbe6aa17e4a7610f51b888f34583d202ec | false   | 0x33d3b87c957d5cd89b0fb980a29718dcf043b66e | 242        | 20040379      | 2024-06-07T13:54:35.000Z | 0xb614a057d21f68ad87e830ee7940d9c74f0076a69ee71977ba3de7ab8aa1854a |
</Accordion>

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

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

***

### VaultFactory\_AddEntity\_event

Entity registration events from Symbiotic's VaultFactory contract on Ethereum, tracking when new vault entities are added to or removed from the factory registry. Used for monitoring vault deployment activity and factory governance changes.

<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_entity`        | `STRING`    | Contract address of the entity being added to the Symbiotic VaultFactory registry. Hex-encoded, 0x-prefixed 40-character Ethereum address representing a vault or related protocol component. |
</Accordion>

<Accordion title="Sample Data">
  | address                                    | removed | in\_entity                                 | log\_index | block\_number | block\_timestamp         | transaction\_hash                                                  |
  | ------------------------------------------ | ------- | ------------------------------------------ | ---------- | ------------- | ------------------------ | ------------------------------------------------------------------ |
  | 0xaeb6bdd95c502390db8f52c8909f703e9af6a346 | false   | 0xfad1e635fec21813df895a85fc674f880eabb073 | 463        | 23169453      | 2025-08-18T17:32:11.000Z | 0xcf268df26d81a970b99e733be1116c63b3cd318c57b614d5f6ef5d41caadef6e |
  | 0xaeb6bdd95c502390db8f52c8909f703e9af6a346 | false   | 0x388b844870761ad3d6643c3754d00bb50f2a25f5 | 848        | 23170237      | 2025-08-18T20:09:11.000Z | 0x3efcad623cb06742604383c7d65bd19b4b3ccace168fa755c413ce86fb916015 |
  | 0xaeb6bdd95c502390db8f52c8909f703e9af6a346 | false   | 0x1989a20cf262b07e873abc3af8ad9e4616205d62 | 58         | 23169102      | 2025-08-18T16:21:23.000Z | 0x3dce154d06bd6f93d0623b30ba54157319cab05999550be48b65424a669476a3 |
</Accordion>

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

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

***
