tokens_solana.nft table contains NFT transfer events for tokens on the Solana blockchain indexed on Dune. This dataset encompasses transfer events for various Solana NFT standards.
Some Solana NFTs may have non-standard transfer mechanisms and might not be included in the transfers table.
You can check the logic for the transfers table here.
Utility
The Solana NFT transfers table provides a comprehensive view of NFT movement on the Solana network, enabling you to:- Track NFT flows between accounts
- Analyze NFT transaction volumes and patterns
- Identify significant NFT movements
- Monitor NFT marketplace and protocol activity on Solana
Table Schema
| Column | Type | Description |
|---|---|---|
account_mint | VARCHAR | NFT mint address |
token_name | VARCHAR | NFT name |
token_symbol | VARCHAR | NFT symbol |
token_uri | VARCHAR | NFT metadata URI |
token_standard | VARCHAR | Token standard |
collection_mint | VARCHAR | Collection mint address |
verified_creator | VARCHAR | Verified creator address |
metadata_program | VARCHAR | Program used for metadata |
call_block_time | TIMESTAMP | Block time of the transfer |
call_tx_signer | VARCHAR | Transaction signer |
call_tx_id | VARCHAR | Transaction ID |