51836 sc low contract cannot be paused despite inheriting pausable
Description
Brief/Intro
Vulnerability Details
// In deposit:
if (paused()) {
revert TellerWithMultiAssetSupportPredicateProxy__Paused();
}
// In depositAndBridge:
if (paused()) {
revert TellerWithMultiAssetSupportPredicateProxy__Paused();
}Impact Details
References
Proof of Concept
Previous52314 sc low unsold token withdrawal causes permanent inventory mismatchNext51100 sc insight gas inefficiency in prize removal logic
Was this helpful?