VaultT4Events ​
Events ​
LogUpdateSupplyRate ​
emitted when the supply rate config is updated
solidity
event LogUpdateSupplyRate(int256 supplyRate_);
LogUpdateBorrowRate ​
emitted when the borrow rate config is updated
solidity
event LogUpdateBorrowRate(int256 borrowRate_);
LogUpdateCoreSettings ​
emitted when the core setting configs are updated
solidity
event LogUpdateCoreSettings(
int256 supplyRate_,
int256 borrowRate_,
uint256 collateralFactor_,
uint256 liquidationThreshold_,
uint256 liquidationMaxLimit_,
uint256 withdrawGap_,
uint256 liquidationPenalty_,
uint256 borrowFee_
);