| 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) | Timestamp of when the entry was created in the database. |
| _updated_at | TIMESTAMP_NTZ(9) | Timestamp of when the entry was last updated in the database. |