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

### Table Details

| Property            | Value                                                |
| ------------------- | ---------------------------------------------------- |
| Table Name          | `robinhood.unhydrated.erc1155_balances_eod`          |
| Table Status        | Production-Ready                                     |
| Unique Key          | `block_date`, `address`, `token_address`, `token_id` |
| Clustering Key(s)   | `block_date, _short_token_address`                   |
| Search Optimization | `address`, `token_address`                           |

### Table Columns

| Column Name             | Data Type         | Description                                                                 |
| ----------------------- | ----------------- | --------------------------------------------------------------------------- |
| address                 | VARCHAR(42)       | The wallet address holding the tokens                                       |
| token\_address          | VARCHAR(42)       | Contract address of the ERC1155 token                                       |
| token\_id               | VARCHAR(16777216) | Token ID of the ERC1155 token                                               |
| block\_date             | TIMESTAMP\_NTZ(9) | The UTC date (end of day) this balance snapshot covers                      |
| balance                 | VARCHAR(16777216) | 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(38,0)      | Block number of the last balance-changing activity on this date             |
| block\_hash             | VARCHAR(16777216) | Block hash of the last balance-changing activity on this date               |
| transaction\_hash       | VARCHAR(16777216) | Transaction hash of the last balance-changing activity on this date         |
| \_short\_token\_address | VARCHAR(42)       | Truncated form of token\_address used as a clustering key for query pruning |
| \_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.               |

### Related Docs

* [EVM Unhydrated Erc1155 Balances Eod](/historical-data/supported-blockchains/evm/core-schemas/unhydrated/erc1155-balances-eod)
