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

# CEP18 Balance Snapshots

### Table Details

| Property            | Value                                                                       |
| ------------------- | --------------------------------------------------------------------------- |
| Table Name          | `casper.raw.cep18_balance_snapshots`                                        |
| Table Status        | Production-Ready                                                            |
| Unique Key          | `block_timestamp`, `block_height`, `address`, `token_contract_package_hash` |
| Clustering Key(s)   | `to_date("block_timestamp")`                                                |
| Search Optimization | `address`, `token_contract_package_hash`                                    |

### Table Columns

| Column Name                    | Data Type         | Description                                                            |
| ------------------------------ | ----------------- | ---------------------------------------------------------------------- |
| address                        | VARCHAR(16777216) | Holder address whose CEP-18 token balance is being snapshotted.        |
| address\_type                  | VARCHAR(16777216) | Type of the holder address (Account, Contract, or Hash).               |
| token\_contract\_package\_hash | VARCHAR(16777216) | Contract package hash of the CEP-18 token.                             |
| raw\_balance                   | VARCHAR(16777216) | Raw token balance in the token's smallest unit at the snapshot block.  |
| \_error                        | VARCHAR(16777216) | Error details if data extraction failed for this row; null on success. |
| era\_id                        | NUMBER(38,0)      | Era (epoch) the block belongs to.                                      |
| block\_timestamp               | TIMESTAMP\_NTZ(9) | Timestamp of the block this event was included in.                     |
| block\_height                  | NUMBER(38,0)      | Height of the block this event was included in.                        |
| block\_hash                    | VARCHAR(100)      | Hash of the block this event was included in.                          |
| \_created\_at                  | TIMESTAMP\_NTZ(9) | Timestamp of when the entry was created in the database.               |
| \_updated\_at                  | TIMESTAMP\_NTZ(9) | Timestamp of when the entry was last updated in the database.          |
