> For the complete documentation index, see [llms.txt](https://docs.mune.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mune.finance/solidity-docs/ownerpausable.md).

# 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.

### Functions:

* [`pause()`](broken://pages/-Mh9WOphabkiCIIaf49d#OwnerPausable-pause--)
* [`unpause()`](broken://pages/-Mh9WOphabkiCIIaf49d#OwnerPausable-unpause--)

### Function `pause()`

Pause the contract. Revert if already paused.

### Function `unpause()`

Unpause the contract. Revert if already unpaused.
