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

# Erc721 Balances Daily

### Table Details

| Property     | Value                                          |
| ------------ | ---------------------------------------------- |
| Table Name   | `robinhood.assets.erc721_balances_daily`       |
| Table Status | Production-Ready                               |
| Unique Key   | `date`, `address`, `token_address`, `token_id` |

### Table Columns

| Column Name                      | Data Type         | Description                                                   |
| -------------------------------- | ----------------- | ------------------------------------------------------------- |
| date                             | TIMESTAMP\_NTZ(9) | The UTC date this daily balance snapshot covers               |
| address                          | VARCHAR(42)       | The wallet address holding the tokens                         |
| token\_address                   | VARCHAR(42)       | Contract address of the ERC721 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 ERC721 token                                  |
| balance                          | NUMBER(38,0)      | Token balance. For ERC721 tokens, the max balance is 1        |
| balance\_str                     | VARCHAR(16777216) | Token balance as a string. For ERC721 tokens, the max is 1    |
| last\_activity\_block\_timestamp | TIMESTAMP\_NTZ(9) | Block timestamp of the most recent balance-changing activity  |
| last\_activity\_block\_number    | NUMBER(38,0)      | Block number of the most recent balance-changing activity     |
| last\_activity\_block\_hash      | VARCHAR(66)       | Block hash of the most recent balance-changing activity       |
| \_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 Assets Erc721 Balances Daily](/historical-data/supported-blockchains/evm/core-schemas/assets/balances/erc721-balances-daily)
