Interface for ERC721 token contracts that can be minted and burned.
This interface defines the basic functions required for an ERC721 token contract to allow for minting and burning of tokens.
Contracts implementing this interface can be used to represent unique, non-fungible assets on the blockchain, where tokens can be minted and burned based on specific conditions or actions.
mint(address,uint256)burn(uint256)Press Enter to send your query
Powered by Neuron AI • Press Enter to send