Events

LogUpdateAuth

event LogUpdateAuth(address auth, bool isAuth)

Emitted when an address is added or removed from the auths

LogUpdateRebalancer

event LogUpdateRebalancer(address rebalancer, bool isRebalancer)

Emitted when an address is added or removed from the rebalancers

LogAllow

event LogAllow(address protocol, address token, uint256 newAllowance, uint256 existingAllowance)

Emitted when a token is approved for use by a protocol

LogRevoke

event LogRevoke(address protocol, address token)

Emitted when a token is revoked for use by a protocol

LogRebalanceFToken

event LogRebalanceFToken(address protocol, uint256 amount)

Emitted when fToken is rebalanced

LogRebalanceVault

event LogRebalanceVault(address protocol, int256 colAmount, int256 debtAmount)

Emitted when vault is rebalanced

LogTransferFunds

event LogTransferFunds(address token)

Emitted whenever funds for a certain token are transfered to Liquidity