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

# ERC1155 Balances EOD

> End-of-day ERC1155 balances per (address, token, token_id), before token-metadata and USD hydration.

The ERC1155 Balances EOD table holds the end-of-day ERC1155 balance for each (address, token, token\_id) pair. It is an intermediate, "unhydrated" table: balances are computed but token metadata and USD values are added downstream. Columns prefixed with `_` are internal helpers used for clustering and query pruning.

### Table Columns

| Column Name             | Data Type         | Description                                                                 |
| ----------------------- | ----------------- | --------------------------------------------------------------------------- |
| address                 | VARCHAR           | The wallet address holding the tokens                                       |
| token\_address          | VARCHAR           | Contract address of the ERC1155 token                                       |
| token\_id               | VARCHAR           | Token ID of the ERC1155 token                                               |
| block\_date             | TIMESTAMP\_NTZ(9) | The UTC date (end of day) this balance snapshot covers                      |
| balance                 | VARCHAR           | Token balance as of the end of the day, as a string to retain precision     |
| block\_timestamp        | TIMESTAMP\_NTZ(9) | Block timestamp of the last balance-changing activity on this date          |
| block\_number           | NUMBER            | Block number of the last balance-changing activity on this date             |
| block\_hash             | VARCHAR           | Block hash of the last balance-changing activity on this date               |
| transaction\_hash       | VARCHAR           | Transaction hash of the last balance-changing activity on this date         |
| \_short\_token\_address | VARCHAR           | Truncated form of token\_address used as a clustering key for query pruning |
