Assessment reports>Staking>Threat Model>vestEsGsb

Function: vestEsGsb(uint256 _amount)

Allows vesting of esGsb.

Inputs

  • _amount

    • Control: Fully controlled by the handler.

    • Constraints: None.

    • Impact: Amount to be vested.

Branches and code coverage (including function calls)

Intended branches

  • Allows vesting of esGsb through IVester.depositForAccount.

  • Assumes all other relevant checks are preformed in IVester.depositForAccount

Zellic © 2024Back to top ↑