The function update_profit_max_unlock_time
modifies the state variable profit_max_unlock_time
but does not emit an event after the state change. This lack of event emission can impact integration with external systems.
The function modifies a critical contract parameter (profit_max_unlock_time
) but does not emit an event.
This makes it harder to track updates on-chain, as external listeners (indexers, monitoring tools, governance participants) must manually query storage instead of subscribing to an event.
Manual
I believe low severity to be appropriate here, events could be used to be more explicit for the upcoming effects on price for changes in max unlock time, similar to as included in `update_price` with the `PriceUpdate` event
I believe low severity to be appropriate here, events could be used to be more explicit for the upcoming effects on price for changes in max unlock time, similar to as included in `update_price` with the `PriceUpdate` event
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.