Assessment reports>Metavest>Threat Model>updateTransferability

Function: updateTransferability(bool _transferable)

This function is used to update the transferability of the allocation contract.

Inputs

  • _transferable

    • Control: Arbitrary.

    • Constraints: None.

    • Impact: Boolean value to update the transferability of the allocation contract.

Branches and code coverage

Intended branches

  • Update transferable of the allocation contract.

Negative behavior

  • Revert if the caller is not the controller.

Zellic © 2024Back to top ↑