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

### Table Details

| Property          | Value                               |
| ----------------- | ----------------------------------- |
| Table Name        | `plasma_testnet.raw.erc1155_tokens` |
| Table Status      | Beta 🌱                             |
| Unique Key        | `address`                           |
| Clustering Key(s) | `to_date("block_timestamp")`        |

### Table Columns

| Column Name      | Data Type         | Description                                                   |
| ---------------- | ----------------- | ------------------------------------------------------------- |
| address          | VARCHAR(42)       | Contract address of the ERC1155 token.                        |
| name             | VARCHAR(16777216) | Name of the ERC1155 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 ERC1155 Tokens](/historical-data/supported-blockchains/evm/core-schemas/raw/erc1155-tokens)
