GTokenLockedDepositNft

Receipt NFT for a gToken locked deposits

gToken

address gToken

design

contract IGTokenLockedDepositNftDesign design

designDecimals

uint8 designDecimals

constructor

constructor(string name, string symbol, address _gToken, contract IGTokenLockedDepositNftDesign _design, uint8 _designDecimals) public

onlyGToken

modifier onlyGToken()

onlyGTokenManager

modifier onlyGTokenManager()

updateDesign

function updateDesign(contract IGTokenLockedDepositNftDesign newValue) external

updateDesignDecimals

function updateDesignDecimals(uint8 newValue) external

mint

function mint(address to, uint256 tokenId) external

burn

function burn(uint256 tokenId) external

tokenURI

function tokenURI(uint256 tokenId) public view returns (string)

See {IERC721Metadata-tokenURI}.