Skip to main content

Table Details

PropertyValue
Table Namehedera.stablecoins.supply_non_circulating_eod
Table StatusProduction-Ready
Unique Keyblock_date, token_address, address
Clustering Key(s)block_date, _short_address, _short_token_address
Search Optimizationaddress, token_address

Table Columns

Column NameData TypeDescription
chainVARCHAR(16777216)The blockchain the stablecoin resides on.
addressVARCHAR(16777216)Wallet or contract address holding the non-circulating balance.
token_addressVARCHAR(16777216)Contract address of the stablecoin token.
token_nameVARCHAR(16777216)Name of the stablecoin.
token_symbolVARCHAR(16777216)Symbol of the stablecoin.
token_decimalsNUMBER(38,0)Decimal precision of the stablecoin.
product_idVARCHAR(16777216)Allium stablecoin product identifier (e.g. usdc, usdt).
ncs_address_typeVARCHAR(16777216)Classification of the address in the Non-Circulating Supply framework (e.g. issuer, bridge, contract).
ncs_address_labelVARCHAR(16777216)Human-readable label for the address in the NCS framework (e.g. the name of an exchange, protocol, or issuer).
ncs_supply_layerVARCHAR(16777216)Supply layer classification in the NCS framework indicating which exclusion category this balance belongs to.
raw_balance_strVARCHAR(16777216)End-of-day non-circulating balance in the smallest unit, stored as a string for full precision.
raw_balanceFLOATEnd-of-day non-circulating balance in the token’s smallest unit (not decimal-adjusted).
balance_strVARCHAR(16777216)Normalized end-of-day non-circulating balance stored as a string for full precision.
balanceFLOATEnd-of-day non-circulating balance normalized by the token’s decimal precision (raw_balance / 10^decimals).
block_dateTIMESTAMP_NTZ(9)Calendar date (UTC) this end-of-day balance snapshot covers.
block_timestampTIMESTAMP_NTZ(9)Timestamp (UTC) of the last block on this date from which the balance was sourced.
block_numberNUMBER(38,0)Block number of the last block on this date from which the balance was sourced.
block_hashVARCHAR(16777216)Cryptographic hash of the block from which this balance was sourced.
_ncs_seed_updated_atTIMESTAMP_NTZ(9)Timestamp (UTC) of the most recent update to the NCS seed data that enriches this record.
_short_addressVARCHAR(4)Truncated version of the address column used as a clustering/partition key.
_short_token_addressVARCHAR(4)Truncated version of the token_address column used as a clustering/partition key.
_created_atTIMESTAMP_NTZ(9)Timestamp of when the entry was created in the database.
_updated_atTIMESTAMP_NTZ(9)Timestamp of when the entry was last updated in the database.