Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 340 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 340 Bytes

PERC721 Sample

This is a sample ERC721 contract that implements Swisstronic's account check. To use private view functions like ownerOf and balanceOf require that the user be authorized.

To authorize a user to access these functions, you can use the modifier onlyAuthorized via the grantAcccess() and revokeAccess() functions.