Platform: Code4rena
Start Date: 06/01/2022
Pot Size: $60,000 USDC
Total HM: 20
Participants: 33
Period: 7 days
Judge: LSDan
Total Solo HM: 9
Id: 67
League: ETH
Rank: 24/33
Findings: 1
Award: $174.87
🌟 Selected for report: 0
🚀 Solo Findings: 0
p4st13r4
There are a couple unsolved TODOs in the code, which could hint at open issues or missing implementation
Editor
Fix the issues and remove the TODOs
#0 - r2moon
2022-01-11T16:06:02Z
#1 - dmvt
2022-01-28T14:42:02Z
duplicate of #96
159.4342 USDC - $159.43
p4st13r4
The revert string for the onlyVault
modifier in Depositors.sol
contains a message that refers to another contract, which can be misleading
Editor
Change to
modifier onlyVault() { require(msg.sender == vault, "Depositors: not authorized"); _; }
#0 - dmvt
2022-01-29T13:05:14Z
duplicate of #72