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

# TRC-10 Tokens

> TRC-10 tokens on Tron blockchain.

## Overview

TRC-10 tokens are basic tokens native to the TRON blockchain. The token ID is used to identify these tokens as the token address is not available. They are created using `AssetIssueContract` transaction type.

## Table Columns

| Column Name      | Description                                        |
| ---------------- | -------------------------------------------------- |
| token\_id        | Unique identifier for the TRC-10 token.            |
| name             | The name of the TRC-10 token.                      |
| symbol           | The symbol of the TRC-10 token.                    |
| decimals         | Number of decimals the token can be divided into.  |
| block\_timestamp | Timestamp of the token creation on the blockchain. |
| block\_number    | The block number when the token was created.       |
| block\_hash      | The hash of the block where the token was created. |
