Function: setPause(bool _pause)
This function is used to set the pause status for claiming. It is only callable by the owner.
Inputs
_pauseControl: True to pause — false to unpause.
Constraints: None.
Impact: Pause status for claiming.
Branches and code coverage
Intended branches
Update pause.
Emit the
PauseUpdatedevent.
Negative behavior
Revert if the caller is not the owner.