The function getCashPrior
in MErc20DelegateFixer.sol
should be public so that anyone can get the return value which is EIP20Interface(underlying).balanceOf(address(this)) + badDebt
. Making it public
will not break the protocol's functionality.
Users will no be able to see the cash prior directly.
Manual Review
Change the visibility from internal
to public
.
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.