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

# GTokenLockedDepositNftDesign

*Design contract for GTokenLockedDepositNft, useful for OpenSea and other NFT marketplaces*

## buildTokenURI

```solidity theme={null}
function buildTokenURI(uint256 tokenId, struct IGToken.LockedDeposit lockedDeposit, string gTokenSymbol, string assetSymbol, uint8 numberInputDecimals, uint8 numberOutputDecimals) external pure returns (string)
```

## numberToRoundedString

```solidity theme={null}
function numberToRoundedString(uint256 number, uint8 inputDecimals, uint8 outputDecimals) public pure returns (string)
```
