Minting (Etherscan)

The following steps describe how to mint PURSE BOX NFTs on Etherscan.

  1. Visit the contract on Etherscan

  2. Go to: Contract -> Write as Proxy

  1. Connect your wallet

  1. Go to the function: 12. mintERC721 (0x0028cdba)

  1. 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).

  1. Click on Write, and you will be prompted to sign the transaction on your wallet.

  2. 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.

Last updated