Stopper
Stopper - version: 0.1.12
The contract in charge of handling the stoppability of the contract that define this contract as its stopper
Constants & Variables
uint256[50] private upgradeGap;
Pause activeContract if it is stoppable
function pause(Stoppable activeContract) external nonpayable onlyOwner
Arguments
Name | Type | Description |
---|---|---|
activeContract | Stoppable | Contract to be paused |
Unpause pausedContract if it is stoppable
function unpause(Stoppable pausedContract) external nonpayable onlyOwner
Arguments
Name | Type | Description |
---|---|---|
pausedContract | Stoppable | Contract to be unpaused |
Last modified 1yr ago