ERC1155SignatureMint
The ERC1155SignatureMint
smart contract adds Signature-Based Minting
extensions to the ERC1155Base contract.
Signature minting uses the EIP-712 standard, and enables a contract admin to authorize an external party's request to mint tokens on the admin's contract. At a high level, this means you can authorize some external party to mint tokens on your contract, and specify what will be minted.
View on GitHub
Import the contract and inherit from it.
Once deployed, you can use the features made available by these extensions on the SDK and dashboard:
Click on each feature to learn more about what functions are available.
- ERC1155
- ERC1155Mintable
- ERC1155BatchMintable
- ERC1155Burnable
- ERC1155Enumerable
- ERC1155SignatureMintable
- Royalty
- PrimarySale
- ContractMetadata
- Ownable
The following functions have been implemented on this contract & are available to be overridden to add custom logic: