49647 sc low pausable functions are not exposed
Vulnerability Details
function deposit(
)
external
{
if (paused()) {
revert TellerWithMultiAssetSupportPredicateProxy__Paused();
}
}Impact Details
Proof of Concept
Previous51899 sc medium partial distribution of yield will fail if the totalefficentive supply increases Next52041 sc low in arctoken attacker can reposition to last holder and capture entire yield remainder
Was this helpful?