When organizer withdraws fund via the withdraw function, there's a corresponding event in the IFestivalPass that associates to this transaction. However, this event FundsWithdrawn was found not included in the withdraw function.
In the withdraw function, an associated event FundsWithdrawn that is availble via IFestivalPass is not emitted after the transfer.
In /interfaces/IFestivalPass.sol , an event related to fund withdraw is found:
Since the event FundsWithdrawn is availble via IFestivalPass , this could be needed for the front-end downstreaming processing or notification handling.
Likelihood:
Potential use of event emitted upon withdraw function is called in front-end downstream processes
Impact:
The omission on this event could affect the front-end downstream processes with missing info or unclear status.
To add an event emission after the transfer in the withdraw function.
Informational. This protocol doesn't rely on events to function, they are just nice to have, but not mandatory.
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.