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 密钥