Project

One World
NFTDeFi
15,000 USDC
View results
Submission Details
Severity: low
Invalid

Unused `power` field in `TierConfig` struct

Summary

The power field in TierConfig struct is not used in any contract.

Vulnerability Details

https://github.com/Cyfrin/2024-11-one-world/blob/main/contracts/dao/libraries/MembershipDAOStructs.sol#L31-L36

struct TierConfig {
uint256 amount;
uint256 price;
uint256 power;
uint256 minted;
}

Impact

Tools Used

Manual review.

Recommendations

Consider remove power field in TierConfig struct

Updates

Lead Judging Commences

0xbrivan2 Lead Judge 10 months ago
Submission Judgement Published
Invalidated
Reason: Out of scope
0xbrivan2 Lead Judge 10 months ago
Submission Judgement Published
Invalidated
Reason: Out of scope

Support

FAQs

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