Skip to main content

Table Details

PropertyValue
Table Nameflynet.snapshots.token_supply
Table StatusBeta 🌱
Unique Keyblock_number, address
Clustering Key(s)block_timestamp::date
Search Optimizationaddress

Table Columns

Column NameData TypeDescription
addressVARCHAR(42)The contract address of the token whose supply is being tracked.
raw_total_supplyVARCHAR(16777216)The unnormalized total token supply at this block, stored as a string to preserve precision.
block_numberNUMBER(38,0)The block number at which this supply snapshot was recorded.
block_timestampTIMESTAMP_NTZ(9)The timestamp of the block at which this supply snapshot was recorded.
block_hashVARCHAR(66)The hash of the block at which this supply snapshot was recorded.
_metadataVARIANTInternal metadata from the supply ingestion pipeline.
_errorVARIANTError information if the supply fetch encountered an issue.
_sourceVARCHAR(16777216)The data source or ingestion pipeline that produced this record.
_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.