Events not emitting old values for events that emit changes to state variables
Events "event FeeAddressChanged(address newFeeAddress);" which is a critical parameter update for fee address when changed does not emit the old value but only the newFeeAddress
Events must be as informative as possible to benefit offchain tooling, front ends, monitoring, reporting and even security tools which rely on this. e.g if old value is same as new value and that was not intention, action can be immediately taken if picked up real time thanks to event logs
Manual Analysis
Ensure events especially changing state parameters or critical update emit the old value and the new value to show change e.g
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.