Skip to content

VaultT1Events ​

Git Source

Events ​

LogUpdateSupplyRateMagnifier ​

emitted when the supply rate magnifier config is updated

solidity
event LogUpdateSupplyRateMagnifier(uint256 supplyRateMagnifier_);

LogUpdateBorrowRateMagnifier ​

emitted when the borrow rate magnifier config is updated

solidity
event LogUpdateBorrowRateMagnifier(uint256 borrowRateMagnifier_);

LogUpdateCoreSettings ​

emitted when the core setting configs are updated

solidity
event LogUpdateCoreSettings(
    uint256 supplyRateMagnifier_,
    uint256 borrowRateMagnifier_,
    uint256 collateralFactor_,
    uint256 liquidationThreshold_,
    uint256 liquidationMaxLimit_,
    uint256 withdrawGap_,
    uint256 liquidationPenalty_,
    uint256 borrowFee_
);