Events
Events
LogUpdateAuth
Emitted when an address is added or removed from the auths
event LogUpdateAuth(address indexed auth, bool isAuth);
LogUpdateRebalancer
Emitted when an address is added or removed from the rebalancers
event LogUpdateRebalancer(address indexed rebalancer, bool isRebalancer);
LogAllow
Emitted when a token is approved for use by a protocol
event LogAllow(address indexed protocol, address indexed token, uint256 newAllowance, uint256 existingAllowance);
LogRevoke
Emitted when a token is revoked for use by a protocol
event LogRevoke(address indexed protocol, address indexed token);
LogRebalanceFToken
Emitted when fToken is rebalanced
event LogRebalanceFToken(address indexed protocol, uint256 amount);
LogRebalanceVault
Emitted when vault is rebalanced
event LogRebalanceVault(address indexed protocol, int256 colAmount, int256 debtAmount);
LogTransferFunds
Emitted whenever funds for a certain token
are transfered to Liquidity
event LogTransferFunds(address indexed token);