Platform: Code4rena
Start Date: 07/04/2023
Pot Size: $47,000 USDC
Total HM: 20
Participants: 120
Period: 6 days
Judge: GalloDaSballo
Total Solo HM: 4
Id: 230
League: ETH
Rank: 118/120
Findings: 1
Award: $5.77
🌟 Selected for report: 0
🚀 Solo Findings: 0
🌟 Selected for report: sashik_eth
Also found by: 0x4non, 0x6980, 0xAgro, Cryptor, Kaysoft, Kenshin, Madalad, SaeedAlipoor01988, Sathish9098, W0RR1O, adriro, ayden, btk, catellatech, codeslide, devscrooge, georgits, giovannidisiena, lukris02, matrix_0wl, sayan, tnevler, tsvetanovv
5.7703 USDC - $5.77
Judge has assessed an item in Issue #222 as 3 risk. The relevant finding follows:
[L-02] Downcasting uint or int may result in overflow Consider using OpenZeppelin's SafeCast library to prevent unexpected overflows.
Instances: 2
File: src/PrivatePool.sol
231: virtualNftReserves -= uint128(weightSum);
324: virtualNftReserves += uint128(weightSum);
src/PrivatePool.sol#L231 src/PrivatePool.sol#L324
#0 - c4-judge
2023-05-02T08:51:43Z
GalloDaSballo marked the issue as duplicate of #167
#1 - c4-judge
2023-05-02T08:51:49Z
GalloDaSballo marked the issue as partial-25