Guys is it possible to have a mint token for NFT in the token contract, or you need a different contract to burn the token for NFT.
The ideea is to have a collection of NFT and each token can be burned to receive one of those NFTs... Some are unique some are in a large number.
Apr 6, 2021, 4:13 PM
you can have both a mint, and burn functions with ERC721 tokens
It just need to be able to handle the tokenId, for it to work
Apr 6, 2021, 6:12 PM