Table Details
| Property | Value |
|---|---|
| Table Name | stellar.raw.fungible_tokens |
| Table Status | Production-Ready |
| Unique Key | contract_id |
Table Columns
| Column Name | Data Type | Description |
|---|---|---|
| contract_id | VARCHAR(16777216) | Soroban contract address of this token. |
| asset_id | VARCHAR(16777216) | Composite code:issuer identifier of the asset for non-native assets. |
| asset_code | VARCHAR(16777216) | Asset code for a classic asset. |
| asset_issuer | VARCHAR(16777216) | Issuer G-address for a classic asset. |
| decimals | NUMBER(38,0) | Number of decimal places for this token. |
| asset_toml_info | VARIANT | Metadata from the asset’s SEP-1 stellar.toml file. |
| asset_toml_url | VARCHAR(16777216) | URL of the SEP-1 stellar.toml file for this asset’s issuer. |
| _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. |