Closed sherlock-admin3 closed 4 months ago
Lone Opaque Mustang
Low/Info
IBribeRewarder
fundAndBribe()
fundAndBribe() isn't specified in the interface.
Inconvenience.
https://github.com/sherlock-audit/2024-06-magicsea/blob/7fd1a65b76d50f1bf2555c699ef06cde2b646674/magicsea-staking/src/interfaces/IBribeRewarder.sol#L6-L40
Manual Review
Add the fundAndBribe() method into the interface.
Lone Opaque Mustang
Low/Info
IBribeRewarder
lacksfundAndBribe()
methodSummary
fundAndBribe()
isn't specified in the interface.Vulnerability Detail
fundAndBribe()
isn't specified in the interface.Impact
Inconvenience.
Code Snippet
https://github.com/sherlock-audit/2024-06-magicsea/blob/7fd1a65b76d50f1bf2555c699ef06cde2b646674/magicsea-staking/src/interfaces/IBribeRewarder.sol#L6-L40
Tool used
Manual Review
Recommendation
Add the
fundAndBribe()
method into the interface.