OwnerPausableUpgradeable
Last updated
Last updated
OwnerPausable
An ownable contract allows the owner to pause and unpause the contract without a delay.
Only methods using the provided modifiers will be paused.
Returns the address of the current owner.
Name | Type | Description |
---|---|---|
Pause the contract. Revert if already paused.
Returns true if the contract is paused, and false otherwise.
Leaves the contract without owner. It will not be possible to call onlyOwner
functions anymore. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby removing any functionality that is only available to the owner.
Transfers ownership of the contract to a new account (newOwner
). Can only be called by the current owner.
Unpause the contract. Revert if already unpaused.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
_0
address
undefined
_0
bool
undefined
newOwner
address
undefined
previousOwner indexed
address
undefined
newOwner indexed
address
undefined
account
address
undefined
account
address
undefined