IAStaking
Last updated
function stake(uint256 amount) externalStakes an amount of GRG to own staking pool. Creates staking pool if doesn't exist.
Creating staking pool if doesn't exist effectively locks direct call.
amount
uint256
Amount of GRG to stake.
function undelegateStake(uint256 amount) externalUndelegates stake for the pool.
amount
uint256
Number of GRG units with undelegate.
function unstake(uint256 amount) externalUnstakes staked undelegated tokens for the pool.
amount
uint256
Number of GRG units to unstake.
Withdraws delegator rewards of the pool.
Last updated
function withdrawDelegatorRewards() external