Skip to main content
Helpful?

IPositionDescriptor

Git Source - Generated with forge doc

Functions

tokenURI

Produces the URI describing a particular token ID

Note this URI may be a data: URI with the JSON contents directly inlined

function tokenURI(IPositionManager positionManager, uint256 tokenId) external view returns (string memory);

Parameters

NameTypeDescription
positionManagerIPositionManagerThe position manager for which to describe the token
tokenIduint256The ID of the token for which to produce a description, which may not be valid

Returns

NameTypeDescription
<none>stringThe URI of the ERC721-compliant metadata
Helpful?