Tracks ownership and balances of identities (NFTs).
balanceOf(): Returns the number of identities owned by an address.
balanceOf()
ownerOf(): Returns the owner of a specific identity.
ownerOf()
Standard ERC721 events (Transfer, Approval).
Transfer
Approval
Implements ERC721 metadata and enumeration (if needed).
Last updated 1 year ago