Assessment reports>Programmable Derivatives>Threat Model>setFeeBeneficiary

Function: setFeeBeneficiary(address _feeBeneficiary)

This function is used to set the fee beneficiary for the pool.

Inputs

  • _feeBeneficiary

    • Control: Arbitrary.

    • Constraints: None.

    • Impact: Address of the new fee beneficiary.

Branches and code coverage

Intended branches

  • Update the fee beneficiary.

Negative behavior

  • Revert if the caller does not have the governance role.

Zellic © 2025Back to top ↑