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

Unique Key: `address`

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