1. Contract Basics

The basic information about your smart contract include contract name, token symbol, contract type and maximal token supply.

Contract Name

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

Token symbol is abbreviation of your contract name, it will appear on Etherscan and somewhere like NFT marketplaces.

Contract Type

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.

Max. Token Supply

Maximal token supply is synchronized with the collection size you decided from previous steps, it can not be edited here.

Last updated