Git Source
Inherits: IERC721
function mint(address to, uint256 tokenId) external;
function burn(uint256 tokenId) external;
Last updated 2 months ago