ERC-721
ERC-721 is the non-fungible token standard on EVM chains where every token has a unique ID and distinct, individually tracked ownership.
ERC-721 defines an interface for non-fungible tokens, where each token has a unique identifier and a single owner at a time. It provides ownerOf, transferFrom, and approval functions, plus a Transfer event that logs each change of ownership. Unlike fungible ERC-20 tokens, no two ERC-721 tokens are interchangeable, which suits collectibles, deeds, and identity. Ownership and metadata references live in contract storage. Our decoded data resolves ERC-721 Transfer events into token ID, from, and to fields, so you reconstruct full ownership history from archive logs.
関連用語
関連項目
概念をAPIコールに変える
ここにある各用語は、今日呼び出せるプリミティブに対応します——クレジットをチャージしてリリース。
APIキーを取得