Skip to content

Events ​

Git Source

Events ​

LogUpdateRate ​

emitted when borrow rate for BORROW_TOKEN is updated based on supply rate of SUPPLY_TOKEN + buffer.

solidity
event LogUpdateRate(
    uint256 supplyRate, uint256 oldRateKink1, uint256 newRateKink1, uint256 oldRateKink2, uint256 newRateKink2
);