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

Applications

Applications

Supported Applications.

Preserve order when adding new applications, last one is the counter.

enum Applications {
  GRG_STAKING,
  UNIV4_LIQUIDITY,
  GMX_V2_POSITIONS,
  COUNT
}

TokenIdsSlot

struct TokenIdsSlot {
  uint256[] tokenIds;
  mapping(uint256 => uint256) positions;
}

Last updated