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