Assessment reports>Staking>Threat Model>stakeEsGsb

Function: stakeEsGsb(uint256 _amount)

Allows msg.sender to stake esGsb on behalf of msg.sender.

Inputs

  • _amount

    • Control: Fully controlled by the handler.

    • Constraints: None.

    • Impact: Amount to be staked.

Branches and code coverage (including function calls)

Intended branches

  • Allows msg.sender to stake esGsb.

  • Calls IRewardTracker.stakeForAccount with esGsb tracker.

  • Calls IRewardTracker.stakeForAccount with bonus tracker.

  • Calls IRewardTracker.stakeForAccount with fee tracker.

  • Assumes all other relevant checks are performed in IRewardTracker.stakeForAccount.

Zellic © 2024Back to top ↑