ERC-721: Non-Fungible Tokens (NFTs)
The ERC-721 standard introduces a non-fungible token (NFT) in which each issued token is unique and distinct from others. This standard defines functions and events that enable the creation, ownership, and transfer of non-fungible assets.
ERC-721 defines several key functions, including:
Supported
From interface ERC721
From interface ERC721Metadata
From interface ERC721Enumerable
Not Supported
The following ERC-721 operations are currently not supported and will return a failure if called.
From interface ERC721
All semantics of interface ERC721TokenReceiver.
Existing Hedera token association rules will take the place of such checks.
From interface ERC721Enumerable
Additional References
Last updated
Was this helpful?