RiskFundStorage
RiskFundStorage
Storage layout for the RiskFundV2 contract.
Solidity API
poolAssetsFunds
Available asset's fund per pool in RiskFund Comptroller(pool) -> Asset -> amount
mapping(address => mapping(address => uint256)) poolAssetsFundsmaxLoopsLimit
Limit for the loops to avoid the DOS This state is deprecated, using it to prevent storage collision
uint256 maxLoopsLimitconvertibleBaseAsset
Address of base asset
address convertibleBaseAssetshortfall
Address of shortfall contract
address shortfallriskFundConverter
Risk fund converter address
address riskFundConverterLast updated

