clober-dex / coupon-finance

Coupon Finance Solidity Contracts
Other
1 stars 0 forks source link

Emit events on important state updates #120

Closed detectivekim closed 1 year ago

detectivekim commented 1 year ago

Description

In changes of important state variables, especially in maintenance functions, it is important to emit an event so that the contract can be easily tracked via indexers. Consider adding events at least in the following functions:

detectivekim commented 1 year ago

setFallbackOracle() added at #100