Beginner FriendlyFoundry
100 EXP
View results
Submission Details
Severity: low
Invalid

Lack necessary event

Summary

No any event info, should add neessary event info.

Vulnerability Details

Lack event

Impact

Third parties can't listen the correspond's funcitons, can't get the related info immediately.

Tools Used

maual

Recommendations

add necessary event info for functions.

such as

event SetThePredicter(address indexed owner, address indexed thePredicter);
function setThePredicter(address _thePredicter) public onlyOwner {
thePredicter = _thePredicter;
emit SetThePredicter(msg.sender, thePredicter);
}
Updates

Lead Judging Commences

NightHawK Lead Judge about 1 year ago
Submission Judgement Published
Invalidated
Reason: Non-acceptable severity

Support

FAQs

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