NFT Transfers
NFT transfer events across EVM networks.
The nft.transfers
table contains NFT transfer events across ERC721 and ERC1155 tokens for all EVM-compatible networks indexed on Dune. This dataset encompasses:
- Transfer events for ERC721 tokens
- Transfer events for ERC1155 tokens
Some 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. The level of detail of the transfers table will vary by chain.
Utility
The NFT transfers table provides a comprehensive view of NFT movement across networks, enabling you to:
- Track NFT flows between addresses
- Analyze NFT transaction volumes and patterns
- Identify significant NFT movements
- Monitor NFT marketplace and protocol activity
The table contains the following columns:
Network Coverage
NFT transfer data is available for the following EVM-compatible networks:
Sample Queries
Query recent NFT transfers for a specific address
This query returns the most recent NFT transfers (both incoming and outgoing) for a specified address:
Calculate daily transfer volume for a specific NFT contract
This query calculates the daily transfer volume for a specific NFT contract:
Identify most active NFT contracts in the last 24 hours
This query finds the most active NFT contracts by transfer count in the last 24 hours:
Was this page helpful?