Skip to content

Events ​

LogUpdateSupplyRateMagnifier ​

solidity
event LogUpdateSupplyRateMagnifier(uint256 supplyRateMagnifier_)

emitted when the supply rate magnifier config is updated

LogUpdateBorrowRateMagnifier ​

solidity
event LogUpdateBorrowRateMagnifier(uint256 borrowRateMagnifier_)

emitted when the borrow rate magnifier config is updated

LogUpdateCollateralFactor ​

solidity
event LogUpdateCollateralFactor(uint256 collateralFactor_)

emitted when the collateral factor config is updated

LogUpdateLiquidationThreshold ​

solidity
event LogUpdateLiquidationThreshold(uint256 liquidationThreshold_)

emitted when the liquidation threshold config is updated

LogUpdateLiquidationMaxLimit ​

solidity
event LogUpdateLiquidationMaxLimit(uint256 liquidationMaxLimit_)

emitted when the liquidation max limit config is updated

LogUpdateWithdrawGap ​

solidity
event LogUpdateWithdrawGap(uint256 withdrawGap_)

emitted when the withdrawal gap config is updated

LogUpdateLiquidationPenalty ​

solidity
event LogUpdateLiquidationPenalty(uint256 liquidationPenalty_)

emitted when the liquidation penalty config is updated

LogUpdateBorrowFee ​

solidity
event LogUpdateBorrowFee(uint256 borrowFee_)

emitted when the borrow fee config is updated

LogUpdateCoreSettings ​

solidity
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 ​

solidity
event LogUpdateOracle(address newOracle_)

emitted when the oracle is updated

LogUpdateRebalancer ​

solidity
event LogUpdateRebalancer(address newRebalancer_)

emitted when the allowed rebalancer is updated

LogRescueFunds ​

solidity
event LogRescueFunds(address token_)

emitted when funds are rescued

LogAbsorbDustDebt ​

solidity
event LogAbsorbDustDebt(uint256[] nftIds_, uint256 absorbedDustDebt_)

emitted when dust debt is absorbed for nftIds_