ME setup for nft type ERC-721
Setup of this type of drop

Function Signature -
mintPublic(address,uint256)
Function Parameters -
{address};1
Value - Input the values from the mint you want

If the allowable mint nft limit per wallet is more than 1, and you want to buy more than one per transaction, you need to change the fields:

Value - calculation formula -
Value * amount of nft 5 * 2 = 10
Function Parameters - change to the desired number -
{address};2
Last updated