Assessment reports>Tradoor>Threat Model>Message: SetManager

Message: SetManager

This operation allows the multisig to change the manager, compensator, and claimer addresses. There is no timelock on this operation.

Note that the owner can change the multisig address using the UpdateBaseConfig message, and therefore, the owner inherently has all of the capabilities that the multisig, manager, compensator, and claimer also have.

Inputs

The incoming message has the following structure:

message SetManager { manager: Address; compensator: Address; claimer: Address; }
  • manager

    • Validation: None.

    • Impact: The new manager address.

  • compensator

    • Validation: None.

    • Impact: The new compensator address.

  • claimer

    • Validation: None.

    • Impact: The new claimer address.

Test coverage

Intended branches

Negative behavior

Zellic © 2025Back to top ↑