Platform: Code4rena
Start Date: 20/01/2022
Pot Size: $80,000 USDC
Total HM: 5
Participants: 37
Period: 7 days
Judge: Jack the Pug
Total Solo HM: 1
Id: 76
League: ETH
Rank: 24/37
Findings: 1
Award: $101.18
🌟 Selected for report: 0
🚀 Solo Findings: 0
11.8662 USDC - $11.87
haku
Replacing condition == false for !condition can saves gas.
https://github.com/code-423n4/2022-01-sherlock/blob/c763f10c4b5fe2127677d6c25b83adcf3bcec212/contracts/SherBuy.sol#L89 https://github.com/code-423n4/2022-01-sherlock/blob/c763f10c4b5fe2127677d6c25b83adcf3bcec212/contracts/SherBuy.sol#L126
VS Code
condition == false for !condition
#0 - jack-the-pug
2022-03-26T07:22:59Z
Dup #132
89.3132 USDC - $89.31
haku
constant value should be private or internal. it can save gas.
VS Code
change public to private/internal.
#0 - jack-the-pug
2022-03-26T12:50:33Z
Dup #116