Skip to content

Events ​

LogUpdateAuth ​

solidity
event LogUpdateAuth(address auth, bool isAuth)

Emitted when an address is added or removed from the auths

LogUpdateRebalancer ​

solidity
event LogUpdateRebalancer(address rebalancer, bool isRebalancer)

Emitted when an address is added or removed from the rebalancers

LogAllow ​

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

Emitted when a token is approved for use by a protocol

LogRevoke ​

solidity
event LogRevoke(address protocol, address token)

Emitted when a token is revoked for use by a protocol

LogRebalanceFToken ​

solidity
event LogRebalanceFToken(address protocol, uint256 amount)

Emitted when fToken is rebalanced

LogRebalanceVault ​

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

Emitted when vault is rebalanced

LogTransferFunds ​

solidity
event LogTransferFunds(address token)

Emitted whenever funds for a certain token are transfered to Liquidity