Assessment reports>Mantle>Threat Models>haltContract

Function: haltContract()

Halts the contract.

Branches and code coverage (including function calls)

Intended branches

  • Successfully halts the contract if called by the owner.

Negative behavior

  • Reverts if the caller is not the owner.

Zellic © 2024Back to top ↑