Table Description
Thenft.mints table captures Non-Fungible Token (NFT) minting events across various blockchain networks. It provides insights into project launches, artist activity, and the growth of NFT collections.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Dataset capturing NFT minting events across multiple blockchains, providing crucial insights into NFT creation and project launches.
nft.mints table captures Non-Fungible Token (NFT) minting events across various blockchain networks. It provides insights into project launches, artist activity, and the growth of NFT collections.
| Column | Type | Description |
|---|---|---|
blockchain | VARCHAR | Blockchain on which the mint occurred |
project | VARCHAR | NFT marketplace/project name |
version | VARCHAR | Contract version |
block_date | DATE | UTC event block date |
block_month | DATE | UTC event block month (partition key) |
block_time | TIMESTAMP | UTC event block time |
token_id | UINT256 | NFT token ID |
collection | VARCHAR | NFT collection name |
amount_usd | DOUBLE | USD value at time of mint |
token_standard | VARCHAR | Token standard (ERC721, ERC1155) |
trade_type | VARCHAR | Single or multiple NFTs minted |
number_of_items | UINT256 | Number of items minted |
trade_category | VARCHAR | Mint category (direct, auction, etc.) |
evt_type | VARCHAR | Event type (Mint) |
seller | VARBINARY | Seller/creator address |
buyer | VARBINARY | Minter/buyer address |
amount_original | DOUBLE | Amount in original currency |
amount_raw | UINT256 | Raw amount before decimal adjustment |
currency_symbol | VARCHAR | Symbol of currency used for payment |
currency_contract | VARBINARY | Contract address of payment token |
nft_contract_address | VARBINARY | NFT contract address |
project_contract_address | VARBINARY | Marketplace contract address |
aggregator_name | VARCHAR | Aggregator name if applicable |
aggregator_address | VARBINARY | Aggregator contract address |
tx_hash | VARBINARY | Transaction hash |
block_number | BIGINT | Block number |
tx_from | VARBINARY | Address that initiated the transaction |
tx_to | VARBINARY | Address that received the transaction |
evt_index | INTEGER | Event index |
Was this page helpful?