Table Details
| Property | Value |
|---|---|
| Table Name | cosmos.raw.fungible_tokens |
| Table Status | Production-Ready |
| Unique Key | denom |
Table Columns
| Column Name | Data Type | Description |
|---|---|---|
| denom | VARCHAR(16777216) | The unique denomination identifier for the token (e.g., uatom, ibc/…). |
| name | VARCHAR(16777216) | The human-readable name of the token. |
| symbol | VARCHAR(16777216) | The ticker symbol of the token. |
| decimals | NUMBER(38,0) | The number of decimal places for the token. |
| _extra_fields | VARIANT | Any additional fields that are not explicitly defined. |
| _created_at | TIMESTAMP_NTZ(9) | The timestamp when the entry was created. |
| _updated_at | TIMESTAMP_NTZ(9) | The timestamp when the entry was updated. |