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