Assessment reports>Omron>Threat Model>unpause

Function: unpause()

This function is used to unpause the contract.

Branches and code coverage

Intended branches

  • Sets the contract to an unpaused state.

Negative behavior

  • Reverts if the caller is not the owner.

  • Reverts if the contract is already unpaused.

Zellic © 2025Back to top ↑