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 stakeesGsb
.Calls
IRewardTracker.stakeForAccount
withesGsb
tracker.Calls
IRewardTracker.stakeForAccount
withbonus
tracker.Calls
IRewardTracker.stakeForAccount
withfee
tracker.Assumes all other relevant checks are performed in
IRewardTracker.stakeForAccount
.