Function: stakeEsGsb(uint256 _amount)
Allows msg.sender to stake esGsb on behalf of msg.sender.
Inputs
_amountControl: Fully controlled by the handler.
Constraints: None.
Impact: Amount to be staked.
Branches and code coverage (including function calls)
Intended branches
Allows
msg.senderto stakeesGsb.Calls
IRewardTracker.stakeForAccountwithesGsbtracker.Calls
IRewardTracker.stakeForAccountwithbonustracker.Calls
IRewardTracker.stakeForAccountwithfeetracker.Assumes all other relevant checks are performed in
IRewardTracker.stakeForAccount.