SnowRegistry

Purpose:

Tracks ownership and balances of identities (NFTs).

Key Methods:

  • balanceOf(): Returns the number of identities owned by an address.

  • ownerOf(): Returns the owner of a specific identity.

Events:

  • Standard ERC721 events (Transfer, Approval).

Additional Features:

  • Implements ERC721 metadata and enumeration (if needed).

Last updated