ERC721Mintable
Enable new NFTs to be minted into the collection by implementing the IMintableERC721
interface on your ERC721(A) contract.
View on GitHub
This is an example smart contract demonstrating how to inherit from this extension and override the functions to add (optional) custom functionality.