Staking Protocolinterfaces

IERC721Facet

See IERC721 for more information.

ownerOf

function ownerOf(uint256 tokenId) external view returns (address)

mint

function mint(address to, uint256 tokenId) external

burn

function burn(uint256 tokenId) external

On this page