Events

Git Source

Events

LogUpdateWithdrawLimitExpansion

emitted when withdraw limit expand percent is updated

event LogUpdateWithdrawLimitExpansion(uint256 supply, uint256 oldExpandPercent, uint256 newExpandPercent);

LogUpdateBorrowLimitExpansion

emitted when borrow limit expand percent is updated

event LogUpdateBorrowLimitExpansion(uint256 borrow, uint256 oldExpandPercent, uint256 newExpandPercent);