Robonomics
subscan
Runtime Modules / Staking
Spec Version:
Call Functions
Name
Lookup
Parameters
bond35002
bond_extra35011
unbond35021
withdraw_unbonded3503-
claim_rewards3504-
force_set_bonus35052
Events
Name
Lookup
Attributes
Bonded3500["AccountId","BalanceOf"]
Unbonded3501["AccountId","BalanceOf"]
Withdrawn3502["AccountId","BalanceOf"]
Reward3503["AccountId","BalanceOf"]
Storage Functions
Name
Type
Bonded{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"AccountId","keys_id":0,"value_id":0}}
Ledger{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"pallet_robonomics_staking:StakerLedger","keys_id":0,"value_id":256}}
Bonus{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"U128","keys_id":0,"value_id":6}}
Constants
Name
Type
Value
BondingDurationU32c04b0300
StakeRewardU3228000000
BonusRewardU32c8000000
Error Types
Name
Docs
NotControllerNot a controller account.
NotStashNot a stash account.
AlreadyBondedStash is already bonded.
AlreadyPairedController is already paired.
BadStateInternal state has become somehow corrupted and the operation cannot continue.
NoMoreChunksCan not schedule more unlock chunks.
InsufficientBondCan not bond with value less than minimum required.