Skip to main content

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

PropertyValue
Table Namevana.stablecoins.supply_distribution_daily
Table StatusProduction-Ready
Unique Keydate, chain, token_address

Table Columns

Column NameData TypeDescription
dateTIMESTAMP_NTZ(9)The UTC date this supply snapshot covers
product_idVARCHAR(16777216)Allium stablecoin product identifier (e.g. usdc, usdt)
chainVARCHAR(16777216)The blockchain the stablecoin resides on
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
total_supply_raw_stateVARCHAR(16777216)Total supply read from totalSupply() contract state, unnormalized
total_supply_stateFLOATTotal supply read from totalSupply() contract state, normalized
block_number_fetchedNUMBER(38,0)Block number at which the contract-state supply was fetched
block_timestamp_fetchedTIMESTAMP_NTZ(9)Block timestamp at which the contract-state supply was fetched
total_supply_raw_computedVARCHAR(16777216)Total supply derived from cumulative mint/burn events, unnormalized
total_supply_computedFLOATTotal supply derived from cumulative mint/burn events, normalized
block_number_last_changeNUMBER(38,0)Block number of the last supply-changing event included in the computed total
supply_change_detailsOBJECTBreakdown of the day’s mint/burn events that contributed to the supply change
non_circulating_supplyFLOATSum of balances at known non-circulating addresses, normalized
non_circulating_supply_rawFLOATSum of balances at known non-circulating addresses, unnormalized
non_circulating_supply_detailsVARIANTPer-address breakdown of the non-circulating supply
adjusted_non_circulating_supplyFLOATNon-circulating supply with additional issuer-specific adjustments
adjusted_non_circulating_supply_rawFLOATAdjusted non-circulating supply, unnormalized
adjusted_non_circulating_supply_detailsVARIANTPer-address breakdown of the adjusted non-circulating supply
total_supply_sourceVARCHAR(19)Indicates whether total_supply came from contract state or computed events
total_supply_rawVARCHAR(16777216)Reconciled total supply, unnormalized
total_supplyFLOATReconciled total supply, normalized
circulating_supplyFLOATtotal_supply minus non_circulating_supply
adjusted_circulating_supplyFLOATtotal_supply minus adjusted_non_circulating_supply
unique_idVARCHAR(16777216)Unique identifier for the (date, chain, token) row
_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.
_changed_since_full_refreshBOOLEANIndicates if the record has changed since the last full data refresh.