Skip to content

NFT Contract

We keep our eyes on the contemporary NFT standards, not only the EIPs but also the community materials, including

Specification of Metadata

PropertyDescriptionProperty Upstream
nameThe name of the NFT.ERC-721
descriptionA brief description of the NFT, which can also be set to the same value as nameERC-721
imageA URL pointing to the primary image associated with the NFT, which can also be set to the same value as the asset_fileERC-721
asset_idA unique identifier, Nid, for the NFT assetNumbers Protocol
asset_fileA URL pointing to the actual asset file that represents the NFTNumbers Protocol
creatorThe address of the creator of the NFTNumbers Protocol
animation_urlA URL pointing to an animation associated with the NFT, which can also be set to the same value as the asset_fileOpenSea
(deprecated) supporting_fileA URL pointing to the supporting file associated with the NFTNumbers Protocol
(deprecated) marketplaceThe URL of the marketplace where this NFT is listed, which is https://captureclub.cc in this caseNumbers Protocol
(deprecated) parent_tokenThe token ID of the parent NFT, if this asset is a child NFTNumbers Protocol
(deprecated) parent_contract_addressThe contract address of the parent NFT contract, if this asset is a child NFTNumbers Protocol
(deprecated) parent_networkThe ID of the blockchain network on which the parent NFT contract is deployed, if this asset is a child NFTNumbers Protocol

Here is an example of the metadata:

{
  "name": "Bangladesh Status",
  "description": "Bangladesh Status",
  "image": "https://ipfs.io/ipfs/bafybeihlesxaiwtvd4ce27v6wfkntlemluq4b5njmhhzvmkjww5oalaglu",
  "asset_file": "https://ipfs.io/ipfs/bafybeihlesxaiwtvd4ce27v6wfkntlemluq4b5njmhhzvmkjww5oalaglu",
  "supporting_file": "",
  "parent_token": null,
  "parent_contract_address": null,
  "parent_network": null,
  "asset_id:": "bafybeihlesxaiwtvd4ce27v6wfkntlemluq4b5njmhhzvmkjww5oalaglu",
  "creator": "0xcCe339eB1159b392Fd0A7488a3C6403BB42123D6",
  "marketplace": "https://captureclub.cc",
  "animation_url": "https://ipfs.io/ipfs/bafybeihlesxaiwtvd4ce27v6wfkntlemluq4b5njmhhzvmkjww5oalaglu"
}