INonfungibleTokenPositionDescriptor

Functions

tokenURI

  function tokenURI(
    contract INonfungiblePositionManager positionManager,
    uint256 tokenId
  ) external returns (string)

Copy

Produces the URI describing a particular token ID for a position manager

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

Parameters:

Return Values:

Events

UpdateTokenRatioPriority

  event UpdateTokenRatioPriority(
    address token,
    int256 priority
  )

Emitted when a token is given a new priority order in the displayed price ratio

Parameters:

Last updated