Descriptor
Git Source - Generated with forge doc
Describes NFT token positions
Reference: https://github.com/Uniswap/v3-periphery/blob/main/contracts/libraries/NFTDescriptor.sol
State Variables
sqrt10X128
uint256 constant sqrt10X128 = 1076067327063303206878105757264492625226;
Functions
constructTokenURI
Constructs the token URI for a Uniswap v4 NFT
function constructTokenURI(ConstructTokenURIParams memory params) internal pure returns (string memory);
Parameters
Name | Type | Description |
---|---|---|
params | ConstructTokenURIParams | Parameters needed to construct the token URI |
Returns
Name | Type | Description |
---|---|---|
<none> | string | The token URI as a string |