The MErc20DelegateMadFixer
contract extends the MErc20Delegate
contract, introducing a sweepAll
function that allows an admin to transfer all underlying tokens to a specified address.
The sweepAll
function does not emit event when the execution of sweeping is successful. In Solidity, events provide an efficient way of logging transaction outcomes, which can be crucial for off-chain monitoring and verification.
Without event emission, the MERC20DelegateMadFixer
contract lacks a straightforward way for users and external systems to be notified when the sweeping occurs.
Emit an event by successful sweeping.
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.