Mune.Finance
  • Mune.Finance
  • About Mune
  • How To Use Mune.Finance
  • How To Flashloan Assets From Mune
  • FAQ
  • Contract Addresses
  • Past Donations
  • Links
    • App
    • Website
    • NFTs
  • Solidity Docs
    • SwapUtils
    • Swap
    • LP Token
    • ISwap
    • StakeableTokenWrapper
    • OwnerPausable
    • MathUtils
Powered by GitBook
On this page
  • Functions:
  • Function pause()
  • Function unpause()

Was this helpful?

  1. Solidity Docs

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()

  • unpause()

Function pause()

Pause the contract. Revert if already paused.

Function unpause()

Unpause the contract. Revert if already unpaused.

PreviousStakeableTokenWrapperNextMathUtils

Last updated 3 years ago

Was this helpful?