Platform: Code4rena
Start Date: 15/02/2022
Pot Size: $30,000 USDC
Total HM: 18
Participants: 35
Period: 3 days
Judge: GalloDaSballo
Total Solo HM: 8
Id: 87
League: ETH
Rank: 31/35
Findings: 1
Award: $63.66
🌟 Selected for report: 0
🚀 Solo Findings: 0
63.6553 USDC - $63.66
getBrige()
The parameter round
is missing in doc comments for the function getBrige()
at TokemakBribe.sol
Also consider add doc comments at https://github.com/code-423n4/2022-02-redacted-cartel/blob/main/contracts/ThecosomataETH.sol
Doc comments will increase the readability of the code and will avoid other more high risk issues. For example in this contest I sent a medium severity issue related to the same parameter.
@notice Get bribe from BribeVault @param proposal address Proposal @param token address Token @audit-issue need to add round parameter and all thecosomata eth @return bribeToken address Token address @return bribeAmount address Token address */ function getBribe( address proposal, uint256 round, address token ) external view returns (address bribeToken, uint256 bribeAmount) { return IBribeVault(bribeVault).getBribe( generateBribeVaultIdentifier(proposal, round, token) ); }
https://github.com/code-423n4/2021-09-swivel-findings/issues/71
#0 - GalloDaSballo
2022-02-27T00:16:40Z
Finding is valid and well documented, but report quantity pales in comparison to some other submissions
#1 - GalloDaSballo
2022-02-27T00:28:25Z
2/10
#2 - GalloDaSballo
2022-03-24T01:41:47Z
With the added #104 am bumping to 3/10