WildcatMarketController.sol
archController
IWildcatArchController public immutable archController;controllerFactory
IWildcatMarketControllerFactory public immutable controllerFactory;borrower
address public immutable borrower;sentinel
address public immutable sentinel;marketInitCodeStorage
address public immutable marketInitCodeStorage;marketInitCodeHash
uint256 public immutable marketInitCodeHash;temporaryExcessReserveRatio
mapping(address => TemporaryReserveRatio) public temporaryExcessReserveRatio;getAuthorizedLenders
getAuthorizedLendersCount
isAuthorizedLender
authorizeLenders
deauthorizeLenders
updateLenderAuthorization
isControlledMarket
getControlledMarkets
getControlledMarketsCount
computeMarketAddress
getMarketParameters
deployMarket
getParameterConstraints
setAnnualInterestBips
resetReserveRatio
Last updated