NFT
SimpleCollectible
AdvancedCollectible
SimpleCollectible
We inherit ERC721 (and its constructor):
need to pass name and symbol as parameters
createCollectible() will be used to mint new NFTs by calling:
_safeMint() from ERC721
_setTokenURI() to pass the URI webstring
tokenCounter to track and increment NFTs minted
Last updated