PausableFacet
PausableFacet
This facet implements the pausable functionality. It allows to pause and unpause the contract.
paused
query whether contract is paused
Return Values
Name
Type
Description
status
bool
whether contract is paused
pause
pauses the contract
requires that the contract is not paused
unpause
unpauses the contract
requires that the contract is paused
Was this helpful?