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

### Table Details

| Property     | Value                                      |
| ------------ | ------------------------------------------ |
| Table Name   | `robinhood.assets.erc1155_balances_latest` |
| Table Status | Production-Ready                           |
| Unique Key   | `transaction_hash`, `unique_id`            |

### Table Columns

| Column Name                      | Data Type         | Description                                                                |
| -------------------------------- | ----------------- | -------------------------------------------------------------------------- |
| address                          | VARCHAR(42)       | Address of the account                                                     |
| token\_address                   | VARCHAR(42)       | Address of the token                                                       |
| token\_name                      | VARCHAR(16777216) | Name of the token                                                          |
| token\_symbol                    | VARCHAR(16777216) | Symbol of the token                                                        |
| token\_id                        | VARCHAR(16777216) | Token ID of the ERC1155 token                                              |
| balance                          | NUMBER(38,0)      | Balance of ERC1155 token normalized                                        |
| balance\_str                     | VARCHAR(16777216) | Balance of ERC1155 token in string format                                  |
| transaction\_hash                | VARCHAR(66)       | Transaction hash of the most recent activity that resulted in this balance |
| last\_activity\_block\_timestamp | TIMESTAMP\_NTZ(9) | The timestamp of the block that resulted in the balance                    |
| last\_activity\_block\_number    | NUMBER(38,0)      | The number of the block that resulted in the balance                       |
| last\_activity\_block\_hash      | VARCHAR(66)       | The hash of the block that resulted in the balance                         |
| unique\_id                       | VARCHAR(16777216) | Unique ID of the balance                                                   |
| \_created\_at                    | TIMESTAMP\_NTZ(9) | Timestamp of when the entry was created in the database.                   |
| \_updated\_at                    | TIMESTAMP\_NTZ(9) | Timestamp of the balance update                                            |
| \_changed\_since\_full\_refresh  | BOOLEAN           | Indicates if the record has changed since the last full data refresh.      |

### Related Docs

* [EVM Assets ERC1155 Balances Latest](/historical-data/supported-blockchains/evm/core-schemas/assets/balances-latest/erc1155-balances-latest)
