Skip to content

Events ​

Git Source

Events ​

LogUpdateWithdrawLimitExpansion ​

emitted when withdraw limit expand percent is updated

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

LogUpdateBorrowLimitExpansion ​

emitted when borrow limit expand percent is updated

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