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

ImmutableState

Immutable state used by the swap router

State Variables

factoryV1

address public immutable override factoryV1;

positionManager

address public immutable override positionManager;

Functions

constructor

constructor(address _factoryV1, address _positionManager);

Last updated