Constants

LIQUIDITY

contract IFluidLiquidity LIQUIDITY

address of the liquidity contract

NATIVE_TOKEN_ADDRESS

address NATIVE_TOKEN_ADDRESS

address that is mapped to the chain native token

constructor

constructor(contract IFluidLiquidity liquidity_) internal

Variables

isAuth

mapping(address => bool) isAuth

Maps address to there status as an Auth

isRebalancer

mapping(address => bool) isRebalancer

Maps address to there status as a Rebalancer

_protocolTokens

mapping(address => struct EnumerableSet.AddressSet) _protocolTokens

Mapping of protocol addresses to the tokens that are allowed to be used by that protocol

constructor

constructor(contract IFluidLiquidity liquidity_) internal