GTokenLockedDepositNft
Receipt NFT for a gToken locked deposits
gToken
address gTokendesign
contract IGTokenLockedDepositNftDesign designdesignDecimals
uint8 designDecimalsconstructor
constructor(string name, string symbol, address _gToken, contract IGTokenLockedDepositNftDesign _design, uint8 _designDecimals) publiconlyGToken
modifier onlyGToken()onlyGTokenManager
modifier onlyGTokenManager()updateDesign
function updateDesign(contract IGTokenLockedDepositNftDesign newValue) externalupdateDesignDecimals
function updateDesignDecimals(uint8 newValue) externalmint
function mint(address to, uint256 tokenId) externalburn
function burn(uint256 tokenId) externaltokenURI
function tokenURI(uint256 tokenId) public view returns (string)See {IERC721Metadata-tokenURI}.
Was this helpful?