Assessment reports>Perennial>Threat Model>updateOperator

Function: updateOperator(address address, bool bool)

Allows or disallows an operator to operate on behalf of the sender. It emits the OperatorUpdated event.

Inputs

  • operator

    • Control: Arbitrary.

    • Constraints: None.

    • Impact: Operator address.

  • newEnabled

    • Control: Arbitrary.

    • Constraints: None.

    • Impact: Whether to allow operator to operate on sender.

Zellic © 2025Back to top ↑