Closed code423n4 closed 3 years ago
pauliax
function getBalance() in contract MStableYieldSource uneccesarry uses SafeMath operations .mul() and .div() as Solidity 0.8.2 has this built-in.
There is no getBalance function in the MStableYieldSource contract.
getBalance
Issue is unclear as sponsor points out, there is no getBalance implementation in the contract. Closing.
Handle
pauliax
Vulnerability details
Impact
function getBalance() in contract MStableYieldSource uneccesarry uses SafeMath operations .mul() and .div() as Solidity 0.8.2 has this built-in.