ERC1155Base
The ERC1155Base
smart contract implements the ERC1155 NFT standard.
It allows for minting NFTs to yourself (or to someone else) and selling those NFTs on a marketplace.
View on GitHub
Usage
Import the contract and inherit from it.
Detected Extensions
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
- Royalty
- ContractMetadata
- Ownable
Functions to Override
The following functions have been implemented on this contract & are available to be overridden to add custom logic: