> ## 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.

# IGTokenLockedDepositNft

*Interface for GTokenLockedDepositNft contract*

## mint

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

## burn

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

## DesignUpdated

```solidity theme={null}
event DesignUpdated(contract IGTokenLockedDepositNftDesign newValue)
```

## DesignDecimalsUpdated

```solidity theme={null}
event DesignDecimalsUpdated(uint8 newValue)
```
