Burn
Minted NFTs can be burned using burn function of both PNDC_ERC721 and TokenERC721 contract.
burn (
uint256 _tokenId
)
- _tokenId: Id of token to burn
Minted NFTs can be burned using burn function of both PNDC_ERC721 and TokenERC721 contract.
burn (
uint256 _tokenId
)