Assessment reports>Anzen and protocol-v2>Threat Model>setOwnerHelper

Function: setOwnerHelper(address _helper)

This function is used to set the owner helper.

Inputs

  • _helper

    • Control: Arbitrary.

    • Constraints: None.

    • Impact: Address of the helper.

Branches and code coverage

Intended branches

  • Set the owner helper.

Negative behavior

  • Revert if the caller is not the owner.

Zellic © 2025Back to top ↑