Available functions

getStakeRoundInfo

Returns information about the current staking round.

getNodeList

Returns information about all available nodes.

getTotalStake

Returns the total amount of ONT staked by a account across all nodes.

getStakedClaimableOngRewards

Returns amount on ONG available for claim from staking rewards across all nodes.

getStakedClaimableOng

Returns amount of ONG available for normal claim for ONT staked.

getNodeStakeInfo

Returns information about ONT staked in a specific node by a given account.

claimStakedOng

Claim ONG attached to staked ONT (non-rewards).


Broadcast override:


claimStakedOngRewards

Claim ONG rewards from staking.


Broadcast override:


addStake

Returns information about ONT staked in a specific node by a given account.


Broadcast override:


requestStakeWithdraw

Submits a request to withdraw ONT current staked in a node. This will set the ONT staked in a pending withdraw state. Actual withdraw can be executed in the following round.


Broadcast override:


withdrawStake

Withdraw stake from node from a previous withdraw request.


Broadcast override:


Output