Events ​
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
LogUpdateOracle ​
solidity
event LogUpdateOracle(uint256 deploymentNonce_, 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_