ERC1155Mintable
Allows you to mint new NFTs on the contract.
By default, the NFT metadata is uploaded and pinned to IPFS before minting.
You can override this default behavior by providing a string
that points to valid metadata object instead of an object.
Mint
Mint a new NFT to the connected wallet.
MintTo
The same as mint
, but allows you to specify the address of the wallet rather than using the connected wallet.
MintAdditionalSupply
Mint additional quantity of an NFT that already exists on the contract.
MintAdditionalSupplyTo
The same as mintAdditionalSupply
, but allows you to specify the address of the wallet rather than using the connected wallet.