Assessment reports>Spectral Modelers>Threat Model>upgradeModelerBeacon

Function: upgradeModelerBeacon(address newLogic)

This upgrades the modeler beacon to a new logic contract.

Inputs

  • newLogic

    • Control: Determined by the caller of the function.

    • Constraints: Must be a valid contract address.

    • Impact: Determines the new logic contract that the beacon will point to.

Branches and code coverage

Intended branches

  • Call to upgradeTo on the modeler beacon.

Zellic © 2024Back to top ↑