Skip to main content

Table Description

The nft.mints table on Dune is essential for capturing and analyzing Non-Fungible Token (NFT) minting events across various blockchain networks. It serves as a crucial resource for understanding the creation and initial distribution of NFTs, providing insights into project launches, artist activity, and the growth of NFT collections.
This table is not well maintained and misses coverage on chains and projects.

Usage

The nft.mints table is a valuable tool for examining the NFT creation process. It offers detailed information about each NFT minting event, including data points such as the minting timestamp, the address of the minter, the contract address, and specifics about the minted NFT. This table enables analysts to explore trends in NFT creation, track the launch of new collections, and analyze patterns in minting behavior across different projects and blockchain networks.

Coverage

Table Schema

ColumnTypeDescription
blockchainVARCHARBlockchain on which the mint occurred
projectVARCHARNFT marketplace/project name
versionVARCHARContract version
block_dateDATEUTC event block date
block_monthDATEUTC event block month (partition key)
block_timeTIMESTAMPUTC event block time
token_idUINT256NFT token ID
collectionVARCHARNFT collection name
amount_usdDOUBLEUSD value at time of mint
token_standardVARCHARToken standard (ERC721, ERC1155)
trade_typeVARCHARSingle or multiple NFTs minted
number_of_itemsUINT256Number of items minted
trade_categoryVARCHARMint category (direct, auction, etc.)
evt_typeVARCHAREvent type (Mint)
sellerVARBINARYSeller/creator address
buyerVARBINARYMinter/buyer address
amount_originalDOUBLEAmount in original currency
amount_rawUINT256Raw amount before decimal adjustment
currency_symbolVARCHARSymbol of currency used for payment
currency_contractVARBINARYContract address of payment token
nft_contract_addressVARBINARYNFT contract address
project_contract_addressVARBINARYMarketplace contract address
aggregator_nameVARCHARAggregator name if applicable
aggregator_addressVARBINARYAggregator contract address
tx_hashVARBINARYTransaction hash
block_numberBIGINTBlock number
tx_fromVARBINARYAddress that initiated the transaction
tx_toVARBINARYAddress that received the transaction
evt_indexINTEGEREvent index

Table Sample