Platform: Code4rena
Start Date: 27/01/2022
Pot Size: $90,000 USDC
Total HM: 21
Participants: 33
Period: 7 days
Judge: Jack the Pug
Total Solo HM: 14
Id: 78
League: ETH
Rank: 20/33
Findings: 2
Award: $266.83
🌟 Selected for report: 1
🚀 Solo Findings: 0
🌟 Selected for report: CertoraInc
47.2433 USDC - $47.24
rfa
https://github.com/code-423n4/2022-01-behodler/blob/main/contracts/TokenProxyRegistry.sol#L21
constructor (address dao) { setDao(dao) }
and also the constructor in Governable.sol
is useless, because the setDao
functione can be called anytime.
#0 - gititGoro
2022-02-12T01:09:45Z
duplicate of 143
#1 - jack-the-pug
2022-02-22T14:13:54Z
Dup #143
13.2841 USDC - $13.28
rfa
Detailed description of the impact of this finding.
https://github.com/code-423n4/2022-01-behodler/blob/main/contracts/Limbo.sol#L558 the default value of uint is 0. its unnecessary to set it 0,
uint flanBonus;
#0 - gititGoro
2022-02-11T02:51:01Z
Duplicate of issue 20
#1 - jack-the-pug
2022-02-22T14:30:53Z
Dup #20
🌟 Selected for report: rfa
174.9751 USDC - $174.98
rfa
Detailed description of the impact of this finding.
https://github.com/code-423n4/2022-01-behodler/blob/main/contracts/FlanBackstop.sol#L79
require(flanLP != address(0), "BACKSTOP: configure stablecoin"); require( pyroFlanLP != address(0), "BACKSTOP: configure stablecoin");
#0 - gititGoro
2022-02-05T02:52:00Z
why?
#1 - jack-the-pug
2022-02-22T16:06:35Z
The code size on deployment can be a bit smaller.
#2 - gititGoro
2022-07-04T14:46:22Z
rfa
Detailed description of the impact of this finding.
https://github.com/code-423n4/2022-01-behodler/blob/main/contracts/DAO/LimboDAO.sol#L212 https://github.com/code-423n4/2022-01-behodler/blob/main/contracts/DAO/LimboDAO.sol#L217 instead of using increment i++ changed to ++i it would be saving a lot of gas
#0 - gititGoro
2022-02-10T00:02:58Z
duplicate of issue 10
#1 - jack-the-pug
2022-02-22T14:45:00Z
Dup #238
🌟 Selected for report: robee
Also found by: Randyyy, Tomio, rfa, sirhashalot
22.9602 USDC - $22.96
rfa
Detailed description of the impact of this finding.
https://github.com/code-423n4/2022-01-behodler/blob/main/contracts/Flan.sol
setBurnOnTransferFee()
, incrementBurnOnTransferFee()
, whiteListMinting()
, increaseMintAllowance()
can set to external
#0 - gititGoro
2022-02-11T02:48:42Z
duplicate of issue 8
#1 - jack-the-pug
2022-02-22T14:34:27Z
Dup #8