Skip to content

Constants ​

Git Source

State Variables ​

LIQUIDITY ​

Fluid liquidity address

solidity
IFluidLiquidity public immutable LIQUIDITY;

TEAM_MULTISIG ​

Team multisig allowed to trigger collecting revenue

solidity
address public constant TEAM_MULTISIG = 0x4F6F977aCDD1177DCD81aB83074855EcB9C2D49e;

RESERVE_CONTRACT ​

Fluid reserve contract, allowed rebalancers there are allowed to trigger collecting revenue

solidity
IFluidReserveContract public immutable RESERVE_CONTRACT;