Platform: Code4rena
Start Date: 30/11/2021
Pot Size: $30,000 USDC
Total HM: 0
Participants: 21
Period: 3 days
Judge: pauliax
Id: 63
League: ETH
Rank: 15/21
Findings: 1
Award: $29.96
🌟 Selected for report: 0
🚀 Solo Findings: 0
GeekyLumberjack
recalculate in TRIBERagequit.sol is only used in conjunction with requery and needs the oracle results to do what it is meant too. Because of this you can make it internal and save gas.
#0 - elee1766
2021-12-06T04:45:37Z
#136
#1 - pauliax
2021-12-11T10:43:15Z
Similar to #26 and #27
🌟 Selected for report: ye0lde
Also found by: GeekyLumberjack, gzeon, loop, robee
GeekyLumberjack
These are unused oracle variables in TRIBERagequit.sol:
//@audit _pcvValue, _userFei, validity are not used uint256 _pcvValue, // pcv value uint256 _userFei, // user fei int256 newProtocolEquity, bool validity
you would also need to remove the corresponding definitions from IOracle.sol
#0 - elee1766
2021-12-06T03:50:29Z
#159
#1 - pauliax
2021-12-10T18:14:35Z
A duplicate of #159
🌟 Selected for report: 0x0x0x
Also found by: GeekyLumberjack, WatchPug
19.8662 USDC - $19.87
GeekyLumberjack
#0 - elee1766
2021-12-06T03:51:26Z
#97
#1 - pauliax
2021-12-11T12:08:46Z
A duplicate of #138