Platform: Code4rena
Start Date: 03/07/2023
Pot Size: $100,000 USDC
Total HM: 4
Participants: 36
Period: 10 days
Judge: gzeon
Total Solo HM: 3
Id: 257
League: ETH
Rank: 21/36
Findings: 1
Award: $58.98
🌟 Selected for report: 0
🚀 Solo Findings: 0
🌟 Selected for report: shark
Also found by: 0xMilenov, Bauchibred, Kaysoft, MohammedRizwan, codegpt, descharre, fatherOfBlocks, ihtishamsudo, klau5, koxuan, nadin
58.9765 USDC - $58.98
The file used 0.8.6. Consider using at least version 0.8.19 solidity pragma version because newer versions have bug fixes and security updates.
The __UUPSUpgradeable_init()
initialize function of the UUPSUpgradeable contract that is inherited by NounsDAOExecutorV2.sol is not invoked in the initialize function.
Invoke the __UUPSUpgradeable_init()
in the initialize function of NounsDAOExecutorV2.sol
The NounsDAOExecutorV2 contract contain commented code
Consider removing the commented code
The NounsTokenFork inherits from the ERC721CheckpointableUpgradeable but the init function is not invoked.
Consider invoking the initialize function of ERC721CheckpointableUpgradeable in the initialize function of NounsTokenFork.sol.
#0 - c4-judge
2023-07-25T09:10:13Z
gzeon-c4 marked the issue as grade-b