fungible_tokens table contains metadata about tokens on the chain, including their denomination, name, symbol, and decimal precision.
Table Columns
Unique Key:denom
| Column Name | Description |
|---|---|
| denom | The unique denomination identifier for the token (e.g., uatom, ibc/…). |
| name | The human-readable name of the token. |
| symbol | The ticker symbol of the token. |
| decimals | The number of decimal places for the token. |
| _extra_fields | Any additional fields that are not explicitly defined. |
| _created_at | The timestamp when the entry was created. |
| _updated_at | The timestamp when the entry was updated. |