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

> TRC-20 tokens on Tron blockchain.

## Overview

TRC-20 tokens are standard tokens used on the TRON blockchain, similar to ERC-20 on Ethereum. They include details such as token address, name, symbol, and decimal places.

## Table Columns

| Column Name      | Description                                        |
| ---------------- | -------------------------------------------------- |
| address          | The token's contract address.                      |
| name             | The name of the TRC-20 token.                      |
| symbol           | The symbol representing the TRC-20 token.          |
| decimals         | The smallest units the token can be divided into.  |
| block\_timestamp | Timestamp of the token creation on the blockchain. |
| block\_number    | The block number where the token was created.      |
| block\_hash      | The hash of the block where the token was created. |
| \_created\_at    | Timestamp of entry creation.                       |
| \_updated\_at    | Timestamp of entry update.                         |
