For the complete documentation index, see llms.txt. This page is also available as Markdown.

IMagnifyERC721V1

Git Source

Inherits: IERC721

Functions

mint

function mint(address to, uint256 tokenId) external;

burn

function burn(uint256 tokenId) external;

Last updated