> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gains.trade/llms.txt
> Use this file to discover all available pages before exploring further.

# GTokenLockedDepositNft

*Receipt NFT for a gToken locked deposits*

## gToken

```solidity theme={null}
address gToken
```

## design

```solidity theme={null}
contract IGTokenLockedDepositNftDesign design
```

## designDecimals

```solidity theme={null}
uint8 designDecimals
```

## constructor

```solidity theme={null}
constructor(string name, string symbol, address _gToken, contract IGTokenLockedDepositNftDesign _design, uint8 _designDecimals) public
```

## onlyGToken

```solidity theme={null}
modifier onlyGToken()
```

## onlyGTokenManager

```solidity theme={null}
modifier onlyGTokenManager()
```

## updateDesign

```solidity theme={null}
function updateDesign(contract IGTokenLockedDepositNftDesign newValue) external
```

## updateDesignDecimals

```solidity theme={null}
function updateDesignDecimals(uint8 newValue) external
```

## mint

```solidity theme={null}
function mint(address to, uint256 tokenId) external
```

## burn

```solidity theme={null}
function burn(uint256 tokenId) external
```

## tokenURI

```solidity theme={null}
function tokenURI(uint256 tokenId) public view returns (string)
```

*See \{IERC721Metadata-tokenURI}.*
