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

# Token Balances

### Table Details

| Property            | Value                                    |
| ------------------- | ---------------------------------------- |
| Table Name          | `casper.assets.token_balances`           |
| Table Status        | Production-Ready                         |
| 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 recorded.                    |
| token\_contract\_package\_hash | VARCHAR(16777216) | Contract package hash of the CEP-18 token.                                |
| token\_name                    | VARCHAR(16777216) | Human-readable name of the token.                                         |
| token\_symbol                  | VARCHAR(16777216) | Ticker symbol of the token.                                               |
| token\_decimals                | NUMBER(38,0)      | Number of decimals used to convert raw amounts to human-readable amounts. |
| raw\_balance                   | VARCHAR(16777216) | Raw balance in the token's smallest unit (no decimal adjustment).         |
| balance                        | FLOAT             | Human-readable balance adjusted for token decimals.                       |
| block\_timestamp               | TIMESTAMP\_NTZ(9) | Timestamp of the block this event was included in.                        |
| block\_number                  | NUMBER(38,0)      | Height of the block this event was included in.                           |
| block\_hash                    | VARCHAR(16777216) | 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.             |
