Assessment reports>Blackwing>Threat Model>updateDeployer

Function: updateDeployer(IERC20 asset, IDeployer deployer)

This function is used to update the deployer address of the pool of asset.

Inputs

  • asset

    • Control: Arbitrary.

    • Constraints: None.

    • Impact: Address of the asset.

  • deployer

    • Control: Arbitrary.

    • Constraints: None.

    • Impact: Address of the deployer.

Branches and code coverage

Intended branches

  • Update the deployer address of the pool of asset.

Negative behavior

  • Reverts if the caller is not the owner.

Zellic © 2025Back to top ↑