WildcatMarketControllerFactory.sol

A WildcatMarketControllerFactory deploys controllers and manages protocol fee information.

archController

 IWildcatArchController public immutable archController;

sentinel

 address public immutable sentinel;

Address with blacklist control, used for blocking sanctioned addresses.

marketInitCodeStorage

 address public immutable marketInitCodeStorage;

marketInitCodeHash

 uint256 public immutable marketInitCodeHash;

controllerInitCodeStorage

 address public immutable controllerInitCodeStorage;

isDeployedController

getDeployedControllersCount

getDeployedControllers

getProtocolFeeConfiguration

setProtocolFeeConfiguration

getParameterConstraints

getMarketControllerParameters

deployController

deployControllerAndMarket

computeControllerAddress

Last updated