Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
address gToken
contract IGTokenLockedDepositNftDesign design
uint8 designDecimals
constructor(string name, string symbol, address _gToken, contract IGTokenLockedDepositNftDesign _design, uint8 _designDecimals) public
modifier onlyGToken()
modifier onlyGTokenManager()
function updateDesign(contract IGTokenLockedDepositNftDesign newValue) external
function updateDesignDecimals(uint8 newValue) external
function mint(address to, uint256 tokenId) external
function burn(uint256 tokenId) external
function tokenURI(uint256 tokenId) public view returns (string)