Minting (Etherscan)
Last updated
Last updated
The following steps describe how to mint PURSE BOX NFTs on Etherscan.
Visit the contract on Etherscan
Go to: Contract
-> Write as Proxy
Connect your wallet
Go to the function: 12. mintERC721 (0x0028cdba)
In order to mint 1 PURSE404 NFT, you will need 0.01 ETH and 1,000,000 PURSE tokens in you inactiveBalance
. For minting a single NFT, 1,000,000 PURSE will be converted from your inactiveBalance
.
Your inputs must be: `payableAmount = 0.01` & `mintUnit_ = 1` (for minting 1 NFT).
Click on Write
, and you will be prompted to sign the transaction on your wallet.
If you are unsure how much ETH you need to mint 1 NFT, you can refer to mintingCost
under Contract
-> Read as Proxy
. Note that the amount displayed will be in WEI.