Assessment reports>Blackwing>Threat Model>disableLPTransfers

Function: disableLPTransfers(IERC20 asset)

This function is used to disable transfers of the vault token of the asset.

Inputs

  • asset

    • Control: Arbitrary.

    • Constraints: Only registered assets' address.

    • Impact: Address of the asset.

Branches and code coverage

Intended branches

  • Update the vault token to disable transfers.

Negative behavior

  • Reverts if caller is not the owner.

  • Revert if asset is not registered.

Zellic © 2025Back to top ↑