ERC721Mintable
Enable new NFTs to be minted into the collection by implementing the IMintableERC721
interface on your ERC721(A) contract.
info
This extension is an interface and requires all of the functions to be implemented
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.