Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

IShareXMomentumBadge

Git Source

Inherits: IERC721

Functions

mint

function mint(address to) external;

batchMint

function batchMint(address[] calldata recipients) external;

burn

function burn(uint256 tokenId) external;

batchBurn

function batchBurn(uint256[] calldata tokenIds) external;

totalSupply

function totalSupply() external view returns (uint256);

tokenURI

function tokenURI(uint256 tokenId) external view returns (string memory);