Skip to main content

ERC-721 Token

eth
token
standard
NFT

ERC-721 is Ethereum's standard for non-fungible tokens, where each token ID represents a unique asset.

1
basic

An ERC-721 token is a non-fungible token (NFT) standard for Ethereum and EVM-compatible networks. Each token ID is distinct, so ownership of token #1 is not the same as ownership of token #2.

2
standard

ERC-721 defines functions such as ownerOf(), balanceOf(), safeTransferFrom(), approve(), and setApprovalForAll(). These functions let wallets, marketplaces, and apps transfer and display NFTs consistently.

3
metadata

ERC-721 commonly stores ownership on-chain while metadata and media are referenced by a URI. If metadata is stored on centralized servers, the token may remain transferable even if the image or description disappears.

Conceptual links

Related terms

2 linked

Explore connected entries beyond the alphabetical index.

All terms and definitions may update as the Cryptionary improves.