Table Details
| Property | Value |
|---|---|
| Table Name | celo.assets.stablecoin_list |
| Table Status | Production-Ready |
Table Columns
| Column Name | Data Type | Description |
|---|---|---|
| chain | VARCHAR(16777216) | The name of the blockchain where the stablecoin is deployed. |
| currency | VARCHAR(16777216) | The fiat currency that the stablecoin is pegged to (e.g., USD, EUR). |
| symbol | VARCHAR(16777216) | The ticker symbol of the stablecoin (e.g., USDC, USDT). |
| name | VARCHAR(16777216) | The display name of the stablecoin. |
| address | VARCHAR(16777216) | The contract address of the stablecoin token. |
| decimals | NUMBER(38,0) | The number of decimal places for the stablecoin token. |
| base_asset | VARCHAR(16777216) | The base asset or backing of the stablecoin (e.g., USD, EUR). |
| is_bridge | BOOLEAN | Whether the stablecoin is a bridged version from another chain. |
| source | VARCHAR(16777216) | The data source or provider of the stablecoin metadata. |
| content_hash | VARCHAR(32) | Hash of the stablecoin metadata content for change detection. |
| _updated_at | TIMESTAMP_LTZ(9) | Timestamp of when the entry was last updated in the database. |
| _created_at | TIMESTAMP_LTZ(9) | Timestamp of when the entry was created in the database. |
| is_verified | BOOLEAN | Whether the stablecoin has been verified by Allium. |
| stablecoin_id | VARCHAR(16777216) | Unique identifier for the stablecoin across chains. |
| id | VARCHAR(16777216) | Unique identifier for this stablecoin record. |