Flipside Docs
Search…
What is Flipside?
Our Data
Data Updates
Data Model Overview
Tables
Crosschain tables
Arbitrum Tables
AAVE Tables
Avalanche Tables
Algorand Tables
Astroport Tables
BSC Tables
Compound Tables
Crosschain Tables
Ethereum Tables
Ethereum_Core Tables
Ethereum Maker DAO Tables
Ethereum_Sushi Tables
FLOW Tables
Gnosis Tables
NEAR Tables
Optimism Tables
Osmosis Tables
Polygon Tables
Polygon 2.0 Tables
Solana Tables
Solana Fact Blocks Table
Solana Fact Events Table
Solana Fact Gauges Votes
Solana Fact Gov Actions
Solana Fact Proposal Votes
Solana Dim Labels
Solana Dim NFT Metadata Table
Solana Fact NFT Mints
Solana Fact NFT Sales
Solana EZ Staking LP Actions
Solana Fact Staking/LP Actions
Solana Fact Swaps
Solana Fact Transactions Table
Solana Fact Transfers Table
Solana Fact Votes Block Agg
Solana Fact Proposal Votes Realms
Terra Tables
Terraswap Tables
THORChain Tables
Uniswap V3 Tables
Data Tutorials
Contribute to Flipside Data
Flipside App
Getting Started with the Flipside App
Parameterized Queries
Query Editor Shortcuts
ShroomDK (SDK)
🍄
Getting Started
🛠
SDKS
🔗
RestAPI
📄
Query Pagination
🛑
Rate Limits
Powered By
GitBook
Solana Dim NFT Metadata Table
Table Schema
solana.dim_nft_metadata
Field
Type
Description
blockchain
string
In this table, always Solana. Used to join to cross-chain tables.
contract_address
string
Address unique to an NFT series.
contract_name
string
Name of the contract that identifies an NFT series. Example - tcgdragons.
created_at_timestamp
timestamp
Timestamp in UTC that the NFT was minted at.
mint
string
Unique address representing a specific token.
creator_address
string
Address provided by the creator of the project where mint payments and secondary market royalties are sent.
creator_name
string
Name of the project creator - this can be an individual or a company name.
image_url
string
URL that links to the image on the ipfs service.
project_name
string
Name of the project the NFT token belongs to.
token_id
integer
Numeric value that identifies the NFT within it's series.
token_metadata
array
A block of json that describes the traits of an NFT.
token_metadata_uri
string
URL that links to the token metadata on the ipfs service.
token_name
string
Name of the NFT token - this is unique to token. Example SMB #284.
Previous
Solana Dim Labels
Next
Solana Fact NFT Mints
Last modified
2mo ago
Copy link