Function: setPause(bool _pause)

This function is used to set the pause status for claiming. It is only callable by the owner.

Inputs

  • _pause

    • Control: True to pause — false to unpause.

    • Constraints: None.

    • Impact: Pause status for claiming.

Branches and code coverage

Intended branches

  • Update pause.

  • Emit the PauseUpdated event.

Negative behavior

  • Revert if the caller is not the owner.

Zellic © 2025Back to top ↑