For the complete documentation index, see llms.txt. This page is also available as Markdown.

NavView

Provides internal functions to calculate NAV and retrieve application balances

This library contains the core logic for the ENavView extension

OUT_OF_RANGE_FLAG

int24 OUT_OF_RANGE_FLAG

Flag to identify out-of-range positions in Uniswap V4

ZERO_ADDRESS

address ZERO_ADDRESS
struct NavData {
  uint256 totalValue;
  uint256 unitaryValue;
  uint256 timestamp;
}

getAppTokenBalances

getNavData

Last updated