Variables
Inherits:Constants, Initializable, OwnableUpgradeable
State Variables
isAuth
Maps address to there status as an Auth
mapping(address => bool) public isAuth;
isRebalancer
Maps address to there status as a Rebalancer
mapping(address => bool) public isRebalancer;
_protocolTokens
Mapping of protocol addresses to the tokens that are allowed to be used by that protocol
mapping(address => EnumerableSet.AddressSet) internal _protocolTokens;
Functions
constructor
constructor(IFluidLiquidity liquidity_) Constants(liquidity_);
Table of Contents