Assessment reports>Blackwing>Threat Model>transferFrom

Function: transferFrom(address sender, address recipient, uint256 amount)

This function transfers the vault token from a given sender.

Inputs

  • sender

    • Control: Arbitrary.

    • Constraints: None.

    • Impact: Address of token sender.

  • recipient

    • Control: Arbitrary.

    • Constraints: None.

    • Impact: Address of token recipient.

  • amount

    • Control: Arbitrary.

    • Constraints: None.

    • Impact: Amount of token.

Zellic © 2025Back to top ↑