subscan
Runtime Modules / DarwiniaStaking
Spec Version:
Call Functions
Name
Lookup
Parameters
stake0c002
unstake0c012
collect0c041
nominate0c051
chill0c06-
payout0c081
set_rate_limit0c091
set_collator_count0c071
Events
Name
Lookup
Attributes
Staked0c00["AccountId","Balance","Vec<DepositId>"]
Unstaked0c01["AccountId","Balance","Vec<DepositId>"]
CommissionUpdated0c02["AccountId","Perbill"]
Payout0c03["AccountId","Balance"]
Unpaid0c04["AccountId","Balance"]
Elected0c05["Vec<AccountId>"]
Storage Functions
Name
Type
Ledgers{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["[U8; 20]"],"value":"darwinia_staking:Ledger","keys_id":0,"value_id":383}}
Collators{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["[U8; 20]"],"value":"U32","keys_id":0,"value_id":50}}
ExposureCacheStates{"origin":"PlainType","plain_type":"Tuple:darwinia_staking:ExposureCacheStatedarwinia_staking:ExposureCacheStatedarwinia_staking:ExposureCacheState","PlainTypeValue":384}
ExposureCache0{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["[U8; 20]"],"value":"darwinia_staking:Exposure","keys_id":0,"value_id":386}}
ExposureCache1{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["[U8; 20]"],"value":"darwinia_staking:Exposure","keys_id":0,"value_id":386}}
ExposureCache2{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["[U8; 20]"],"value":"darwinia_staking:Exposure","keys_id":0,"value_id":386}}
CollatorCount{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
Nominators{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["[U8; 20]"],"value":"[U8; 20]","keys_id":0,"value_id":0}}
AuthoredBlocksCount{"origin":"PlainType","plain_type":"Tuple:U32BTreeMap@390","PlainTypeValue":389}
PendingRewards{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["[U8; 20]"],"value":"U128","keys_id":0,"value_id":6}}
SessionStartTime{"origin":"PlainType","plain_type":"U128","PlainTypeValue":6}
ElapsedTime{"origin":"PlainType","plain_type":"U128","PlainTypeValue":6}
RateLimit{"origin":"PlainType","plain_type":"U128","PlainTypeValue":6}
RateLimitState{"origin":"PlainType","plain_type":"darwinia_staking:RateLimiter","PlainTypeValue":393}
Constants
Name
Type
Value
MaxDepositsU3200020000
KtonRewardDistributionContract[U8; 20]000000000ae5db7bdaf8d071e680452e33d91dd5
Error Types
Name
Docs
ExceedMaxDepositsExceed maximum deposit count.
ExceedRateLimitExceed rate limit.
DepositNotFoundDeposit not found.
NotStakerYou are not a staker.
TargetNotCollatorTarget is not a collator.
ZeroCollatorCountCollator count mustn't be zero.
NoRewardNo reward to pay for this collator.