Assessment reports>Metavest>Threat Model>updateStopTimes

Function: updateStopTimes(uint48 _shortStopTime)

This function is used to update the short stop time.

Inputs

  • _shortStopTime

    • Control: Arbitrary.

    • Constraints: None.

    • Impact: Value of new short stop time.

Branches and code coverage

Intended branches

  • Set the short stop time.

Negative behavior

  • Revert if the caller is not the controller.

  • Revert if the allocation is already terminated.

Zellic © 2024Back to top ↑