Module Store
Currently there are 2 modules available.
ApprovalMintModule
mint
metadata
{ "id": "ApprovalMintModule", "type": "mint", "address": "0x35572B091802626e724b19b492F54e71CF01B7FC", "name": "ApprovalMintModule", "description": "Only allow a restricted group of addresses to mint the note, with limited number of mints", "icon": "", "authorCharacterId": 10, "initDataStructure": [ { "label": "Allowed Addresses", "description": "The whitelisted group of addresses to mint this note", "type": "address[]" }, { "label": "Approved Amount", "description": "The number of nfts available to mint", "type": "uint256" } ] }
LimitedMintModule
mint
metadata
{ "id": "LimitedMintModule", "type": "mint", "address": "0x105FA0aC7DC2B758D1fFeDd458Bd912988468997", "name": "LimitedMintModule", "description": "Every address can mint the note, with limited number of mints and a maximum token supply", "icon": "", "authorCharacterId": 10, "initDataStructure": [ { "label": "Max Supply", "description": "The maximum token supply to mint", "type": "uint256" }, { "label": "Max Mint Amount Per Address", "description": "The number of NFTs available to mint for every address", "type": "uint256" } ] }