Table Details
| Property | Value |
|---|---|
| Table Name | sui.raw.fungible_tokens |
| Table Status | Production-Ready |
| Unique Key | address |
Table Columns
| Column Name | Data Type | Description |
|---|---|---|
| coin | VARCHAR(16777216) | The unique identifier of the coin |
| name | VARCHAR(16777216) | The name of the coin |
| symbol | VARCHAR(16777216) | The token symbol |
| decimals | NUMBER(38,0) | Number of decimal places for token denomination |
| description | VARCHAR(16777216) | Detailed description of the token |
| icon_url | VARCHAR(16777216) | URL to the tokenβs logo or icon image |
| _created_at | TIMESTAMP_NTZ(9) | Timestamp when the record was created |
| _updated_at | TIMESTAMP_NTZ(9) | Timestamp when the record was last updated |