VaultT2Events ​
LogUpdateSupplyRate ​
solidity
event LogUpdateSupplyRate(int256 supplyRate_)
emitted when the supply rate config is updated
LogUpdateBorrowRateMagnifier ​
solidity
event LogUpdateBorrowRateMagnifier(uint256 borrowRateMagnifier_)
emitted when the borrow rate magnifier config is updated
LogUpdateCoreSettings ​
solidity
event LogUpdateCoreSettings(int256 supplyRate_, uint256 borrowRateMagnifier_, uint256 collateralFactor_, uint256 liquidationThreshold_, uint256 liquidationMaxLimit_, uint256 withdrawGap_, uint256 liquidationPenalty_, uint256 borrowFee_)
emitted when the core setting configs are updated