An ownable contract allows the owner to pause and unpause the contract without a delay.
Only methods using the provided modifiers will be paused.
Pause the contract. Revert if already paused.
Unpause the contract. Revert if already unpaused.
An ownable contract allows the owner to pause and unpause the contract without a delay.
Only methods using the provided modifiers will be paused.
Pause the contract. Revert if already paused.
Unpause the contract. Revert if already unpaused.