stake.link

stake.link
DeFiHardhatBridge
27,500 USDC
View results
Submission Details
Severity: low
Invalid

Explicitly handle event failure

Explicitly handle event failure

function distributeRewards() external {
bool success;
// Emit event
emit RewardsDistributed({...});
success = !bool(getRevertMsg());
require(success, "Event failure");
}
Updates

Lead Judging Commences

0kage Lead Judge over 1 year ago
Submission Judgement Published
Invalidated
Reason: Other

Support

FAQs

Can't find an answer? Chat with us on Discord, Twitter or Linkedin.