Assessment reports>Blackwing>Threat Model>initialize

Function: initialize(address _vault, string name, string symbol)

This function initializes the contract.

Inputs

  • _vault

    • Control: None. Initialize will be called by deploy script.

    • Constraints: None.

    • Impact: Vault address to be.

  • name

    • Control: None.

    • Constraints: None.

    • Impact: Name of vault token.

  • symbol

    • Control: None.

    • Constraints: None.

    • Impact: Symbol of vault token.

Zellic © 2025Back to top ↑