Documentation Index
Fetch the complete documentation index at: https://docs.allium.so/llms.txt
Use this file to discover all available pages before exploring further.
Table Details
| Property | Value |
|---|---|
| Table Name | vana.stablecoins.supply_non_circulating_eod |
| Table Status | Production-Ready |
| Unique Key | block_date, address, token_address |
| Clustering Key(s) | block_date, _short_address, _short_token_address |
| Search Optimization | address, token_address |
Table Columns
| Column Name | Data Type | Description |
|---|---|---|
| chain | VARCHAR(16777216) | The blockchain the stablecoin resides on |
| address | VARCHAR(42) | The non-circulating address holding the balance |
| token_address | VARCHAR(42) | Contract address of the stablecoin token |
| token_name | VARCHAR(16777216) | Name of the stablecoin |
| token_symbol | VARCHAR(16777216) | Symbol of the stablecoin |
| token_decimals | NUMBER(38,0) | Decimal precision of the stablecoin |
| product_id | VARCHAR(16777216) | Allium stablecoin product identifier (e.g. usdc, usdt) |
| ncs_address_type | VARCHAR(16777216) | Classification of the non-circulating address (e.g. treasury, bridge) |
| ncs_address_label | VARCHAR(16777216) | Human-readable label for the address |
| ncs_supply_layer | VARCHAR(16777216) | Which supply layer this exclusion applies to (e.g. base, adjusted) |
| raw_balance_str | VARCHAR(16777216) | Balance, unnormalized, as string for precision |
| raw_balance | FLOAT | Balance, unnormalized |
| balance_str | VARCHAR(16777216) | Balance, normalized, as string for precision |
| balance | FLOAT | Balance, normalized by token decimals |
| block_date | TIMESTAMP_NTZ(9) | The UTC date this end-of-day balance covers |
| block_timestamp | TIMESTAMP_NTZ(9) | Block timestamp at which the balance was captured |
| block_number | NUMBER(38,0) | Block number at which the balance was captured |
| block_hash | VARCHAR(16777216) | Block hash at which the balance was captured |
| _has_error | NUMBER(38,0) | Internal flag indicating whether balance retrieval encountered an error |
| _short_address | VARCHAR(4) | Short (4-char) prefix of address, used for clustering |
| _short_token_address | VARCHAR(4) | Short (4-char) prefix of token_address, used for clustering |
| _ncs_seed_updated_at | TIMESTAMP_NTZ(9) | When the non-circulating-address seed list was last updated |
| _balances_created_at | TIMESTAMP_NTZ(9) | When the underlying balances entry was created |
| _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. |
| _changed_since_full_refresh | BOOLEAN | Indicates if the record has changed since the last full data refresh. |