DeFiFoundry
20,000 USDC
View results
Submission Details
Severity: low
Invalid

State variables only set in the constructor should be declared immutable

Unchanged variables should be constant or immutable

State variables that are not updated following deployment should be declared immutable to save gas.

AuctionFactory.fjordPoints (src/FjordAuctionFactory.sol#13) should be immutable
FjordAuction.auctionEndTime (src/FjordAuction.sol#73) should be immutable
FjordAuction.auctionToken (src/FjordAuction.sol#65) should be immutable
FjordAuction.fjordPoints (src/FjordAuction.sol#61) should be immutable
FjordAuction.owner (src/FjordAuction.sol#69) should be immutable
FjordAuction.totalTokens (src/FjordAuction.sol#80) should be immutable
FjordStaking.points (src/FjordStaking.sol#199) should be immutable
FjordStaking.sablier (src/FjordStaking.sol#195) should be immutable
Updates

Lead Judging Commences

inallhonesty Lead Judge 10 months ago
Submission Judgement Published
Invalidated
Reason: Lack of quality

Support

FAQs

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