The snow
contract involves ETH payment for buying snow tokens.However,there is no
receive() and fallback() function to handle direct ETH transfers.This means ,if user
accidentally sends ETH to snow contract ,the transaction will fail and ETH will get lost.
Impact:
1.Loss of User Funds.
2.Poor User Experience.
3.Operational in-effienciency.
1.We can add receive function with revert statement in it.
2.This will revert to users, if ETH is sent accidentally.
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.