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

IGTokenLockedDepositNft

Interface for GTokenLockedDepositNft contract

mint

function mint(address to, uint256 tokenId) external

burn

function burn(uint256 tokenId) external

DesignUpdated

event DesignUpdated(contract IGTokenLockedDepositNftDesign newValue)

DesignDecimalsUpdated

event DesignDecimalsUpdated(uint8 newValue)

Was this helpful?