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