Snowman Merkle Airdrop

First Flight #42
Beginner FriendlyFoundrySolidityNFT
100 EXP
View results
Submission Details
Impact: low
Likelihood: low
Invalid

Missing event for collectFee in Snow

Missing event emission breaks monitoring and user experience in Snow::collectFee

Description: The collectFee() function defines a FeeCollected() event but never emits it, breaking expected monitoring functionality.

Recommended Mitigation: Actually emit the event:

function collectFee() external onlyCollector {
// ... fee collection logic ...
emit FeeCollected(); // ✅ Actually emit the event
}
Updates

Lead Judging Commences

yeahchibyke Lead Judge 3 months ago
Submission Judgement Published
Invalidated
Reason: Non-acceptable severity

Support

FAQs

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