WildcatMarketController.sol
A WildcatMarketController contract deploys markets and manages their configurable parameters (APR, reserve ratio) and maintains set of approved lenders.
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
temporaryExcessReserveRatio
getAuthorizedLenders
getAuthorizedLendersCount
isAuthorizedLender
authorizeLenders
deauthorizeLenders
updateLenderAuthorization
isControlledMarket
getControlledMarkets
getControlledMarketsCount
computeMarketAddress
getMarketParameters
deployMarket
getParameterConstraints
setAnnualInterestBips
resetReserveRatio
Last updated