saddle.finance
Search…
1.0.0
About Saddle
Automated Market Makers
Saddle Pools
Layer 2 Guide
SDL Token
Governance (SIPs)
Saddle Incentives
Saddle Protocol Stats
Yield Farming Tools
Build With Saddle
Smart Contract Security
Asset Specific Risks
Saddle FAQ
Glossary
How to Flash-loan Assets from Saddle
Contract Addresses
Solidity Docs
StakeableTokenWrapper
MathUtils
helper
Swap
Allowlist
SwapUtils
OwnerPausable
interfaces
LPToken
Powered By
GitBook
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.
Previous
SwapUtils
Next
interfaces
Last modified
6mo ago
Copy link
Contents
Functions:
Function pause()
Function unpause()