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

### Table Details

| Property            | Value                        |
| ------------------- | ---------------------------- |
| Table Name          | `ethereal.raw.erc721_tokens` |
| Table Status        | Production-Ready             |
| Unique Key          | `address`                    |
| Clustering Key(s)   | `to_date("block_timestamp")` |
| Search Optimization | `address`                    |

### Table Columns

| Column Name      | Data Type         | Description                                                   |
| ---------------- | ----------------- | ------------------------------------------------------------- |
| address          | VARCHAR(42)       | Contract address of the ERC721 token.                         |
| name             | VARCHAR(16777216) | Name of the ERC721 token.                                     |
| symbol           | VARCHAR(16777216) | The token symbol.                                             |
| block\_timestamp | TIMESTAMP\_NTZ(9) | (Nullable\*) The timestamp of the block.                      |
| block\_number    | NUMBER(38,0)      | (Nullable\*) The block number that this token was created in. |
| block\_hash      | VARCHAR(66)       | (Nullable\*) The hash of the block.                           |
| \_created\_at    | TIMESTAMP\_NTZ(9) | Timestamp of entry creation.                                  |
| \_updated\_at    | TIMESTAMP\_NTZ(9) | Timestamp of entry update.                                    |

### Related Docs

* [EVM Raw ERC721 Tokens](/historical-data/supported-blockchains/evm/core-schemas/raw/erc721-tokens)
