Skip to main content

Table Description

Contains token collection metadata for NFT and fungible token contracts on the Flow Cadence blockchain.

Column Descriptions

ColumnTypeDescription
block_datedateThe date of the collection record
timestamptimestampTimestamp when the collection was created/updated
transaction_hashstringHash of the transaction that created/updated the collection
contract_addressstringAddress of the token contract
token_idstringIdentifier for the token collection
symbolstringSymbol of the token collection
namestringName of the token collection
descriptionstringDescription of the collection
urlstringURL to the collection metadata
decimalsdecimal(38,9)Number of decimals for fungible tokens
total_supplydecimal(38,9)Total supply of tokens in the collection
categorystringCategory of the token (NFT, FT, etc.)
chain_specificstringChain-specific metadata in JSON format
_updated_attimestampTimestamp when the record was last updated
_ingested_attimestampTimestamp when the record was ingested

Table Sample