Platform: Code4rena
Start Date: 14/10/2022
Pot Size: $100,000 USDC
Total HM: 12
Participants: 75
Period: 9 days
Judge: GalloDaSballo
Total Solo HM: 1
Id: 171
League: ETH
Rank: 68/75
Findings: 1
Award: $0.01
🌟 Selected for report: 0
🚀 Solo Findings: 0
🌟 Selected for report: 0xSmartContract
Also found by: Aymen0909, Dravee, Josiah, M4TZ1P, Mukund, Nyx, SooYa, catchup, cccz, chaduke, csanuragjain, djxploit, hansfriese, ladboy233, leosathya, pashov, rvierdiiev, sorrynotsorry, supernova, vv7, wagmi, zzykxx
0.006 USDC - $0.01
https://github.com/code-423n4/2022-10-traderjoe/blob/main/src/LBFactory.sol#L474-L481
setFlashLoanFee
is only callable by the owner, it is important to add bound for the flashLoanFee
, so the protocol doesn't set the flashLoanFee
too high which can harm the users.
https://github.com/code-423n4/2022-10-traderjoe/blob/main/src/LBFactory.sol#L474-L481
Manual Analysis
Add bound to the setFlashLoanFee
function
#0 - GalloDaSballo
2022-10-27T21:15:56Z
#1 - c4-judge
2022-11-23T18:38:03Z
GalloDaSballo marked the issue as not a duplicate
#2 - c4-judge
2022-11-23T18:39:15Z
GalloDaSballo marked the issue as duplicate of #139
#3 - Simon-Busch
2022-12-05T06:32:44Z
Marked this issue as Satisfactory as requested by @GalloDaSballo