Skip to main content

Reference

Interfaces, signatures, parameters, and generated references.

Lookup friendly
TOC available

ImmutableState

Git Source - Generated with forge doc

Inherits: IImmutableState

A collection of immutable state variables, commonly used across multiple contracts

State Variables

poolManager

The Ring v4 PoolManager contract

IPoolManager public immutable poolManager;

Functions

onlyPoolManager

Only allow calls from the PoolManager contract

modifier onlyPoolManager();

constructor

constructor(IPoolManager _poolManager);

Errors

NotPoolManager

Thrown when the caller is not PoolManager

error NotPoolManager();