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

TYPO IN FUNCTION NAME

Summary

Typo in function name addBeneficiery (should be addBeneficiary)

Vulnerability Details

function addBeneficiery(address _beneficiary) external onlyOwner {
beneficiaries.push(_beneficiary);
_setDeadline();
}

Impact

May lead to confusion or errors when integrating with external contracts, writing tests, or maintaining the codebase.

Tools Used

Recommendations

Rename the function to addBeneficiary to improve code readability and maintain consistency.

Updates

Lead Judging Commences

0xtimefliez Lead Judge 6 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.