Assessment reports>Rainmaker>Threat Models>setFees

Function: setFees(uint256 _feePct)

Sets the fees.

Inputs

  • _feePct

    • Control: Full.

    • Constraints: Recommended to have a reasonable upper bound.

    • Impact: Fee percentage.

Branches and code coverage (including function calls)

Intended branches

  • Needs to be tested on whether it is in reasonable bounds.

Negative behavior

  • Causes potential unexpected economic issues when it is not set at a reasonable value.

Zellic © 2024Back to top ↑