51929 sc low deactivating istransferallowed indirectly doses minting burning functionality
Description / Brief
Vulnerability Details
function setTransfersAllowed(
bool allowed
) external onlyRole(ADMIN_ROLE) {
_getWhitelistStorage().transfersAllowed = allowed;
emit TransfersRestrictionToggled(allowed);
}Impact Details
Proof of Concept
References
Previous50694 sc low spins occuring close to midnight lead to users streaks being unfairly broken due to vrf callback delayNext50350 sc high stakingfacet stakeonbehalf allows to prevent withdraws
Was this helpful?