Standard interface for non-fungible tokens
IERC721 defines the standard interface for non-fungible tokens (NFTs) on Ethereum. It provides functions for transferring unique tokens, checking ownership, and managing operator approvals. This is the foundational standard behind all NFT collections and marketplaces.
Reference guide to the most important Solidity interfaces from OpenZeppelin Contracts. ERC-20, ERC-721, ERC-1155, vaults, royalties, and more.
View all 14 tools