Helpful?
ImmutableState
Git Source - Generated with forge doc
Inherits: IImmutableState
A collection of immutable state variables, commonly used across multiple contracts
State Variables
poolManager
The Uniswap v4 PoolManager contract
IPoolManager public immutable poolManager;
Functions
constructor
constructor(IPoolManager _poolManager);