1. Contract Basics
The basic information about your smart contract include contract name, token symbol, contract type and maximal token supply.
Last updated
The basic information about your smart contract include contract name, token symbol, contract type and maximal token supply.
Last updated
Contract name is the main identifier for your smart contract and will appear anywhere your contract is mentioned. Usually the same as your project name.
Token symbol is abbreviation of your contract name, it will appear on Etherscan and somewhere like NFT marketplaces.
Contract type refers to the standard of your contract. ERC-721 is the common standard for NFTs of single edition. ManeSTUDIO uses ERC-721A, an open source optimized version created by Azuki to reduce gas usage while minting.
Maximal token supply is synchronized with the collection size you decided from previous steps, it can not be edited here.