Skip to content

Events ​

Git Source

Events ​

LogRebalanceWithdrawalLimit ​

emitted when rebalancer successfully changes the withdrawal limit

solidity
event LogRebalanceWithdrawalLimit(address user, address token, uint256 newLimit);

LogSetWithdrawalLimit ​

emitted when multisig successfully changes the withdrawal limit

solidity
event LogSetWithdrawalLimit(address user, address token, uint256 newLimit);