Events
LogUpdateSupplyRateMagnifier
event LogUpdateSupplyRateMagnifier(uint256 supplyRateMagnifier_)
emitted when the supply rate magnifier config is updated
LogUpdateBorrowRateMagnifier
event LogUpdateBorrowRateMagnifier(uint256 borrowRateMagnifier_)
emitted when the borrow rate magnifier config is updated
LogUpdateCollateralFactor
event LogUpdateCollateralFactor(uint256 collateralFactor_)
emitted when the collateral factor config is updated
LogUpdateLiquidationThreshold
event LogUpdateLiquidationThreshold(uint256 liquidationThreshold_)
emitted when the liquidation threshold config is updated
LogUpdateLiquidationMaxLimit
event LogUpdateLiquidationMaxLimit(uint256 liquidationMaxLimit_)
emitted when the liquidation max limit config is updated
LogUpdateWithdrawGap
event LogUpdateWithdrawGap(uint256 withdrawGap_)
emitted when the withdrawal gap config is updated
LogUpdateLiquidationPenalty
event LogUpdateLiquidationPenalty(uint256 liquidationPenalty_)
emitted when the liquidation penalty config is updated
LogUpdateBorrowFee
event LogUpdateBorrowFee(uint256 borrowFee_)
emitted when the borrow fee config is updated
LogUpdateCoreSettings
event LogUpdateCoreSettings(uint256 supplyRateMagnifier_, uint256 borrowRateMagnifier_, uint256 collateralFactor_, uint256 liquidationThreshold_, uint256 liquidationMaxLimit_, uint256 withdrawGap_, uint256 liquidationPenalty_, uint256 borrowFee_)
emitted when the core setting configs are updated
LogUpdateOracle
event LogUpdateOracle(address newOracle_)
emitted when the oracle is updated
LogUpdateRebalancer
event LogUpdateRebalancer(address newRebalancer_)
emitted when the allowed rebalancer is updated
LogRescueFunds
event LogRescueFunds(address token_)
emitted when funds are rescued
LogAbsorbDustDebt
event LogAbsorbDustDebt(uint256[] nftIds_, uint256 absorbedDustDebt_)
emitted when dust debt is absorbed for nftIds_