darwinia-parachain
subscan
Darwinia
Runtime Modules / DarwiniaStaking
Spec Version:
Call Functions
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":["H160"],"value":"darwinia_staking:Ledger","keys_id":0,"value_id":385}}
Collators{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["H160"],"value":"U32","keys_id":0,"value_id":49}}
ExposureCacheStates{"origin":"PlainType","plain_type":"Tuple:darwinia_staking:ExposureCacheStatedarwinia_staking:ExposureCacheStatedarwinia_staking:ExposureCacheState","PlainTypeValue":386}
ExposureCache0{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["H160"],"value":"darwinia_staking:Exposure","keys_id":0,"value_id":388}}
ExposureCache1{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["H160"],"value":"darwinia_staking:Exposure","keys_id":0,"value_id":388}}
ExposureCache2{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["H160"],"value":"darwinia_staking:Exposure","keys_id":0,"value_id":388}}
CollatorCount{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
Nominators{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["H160"],"value":"H160","keys_id":0,"value_id":0}}
AuthoredBlocksCount{"origin":"PlainType","plain_type":"Tuple:U32BTreeMap@392","PlainTypeValue":391}
PendingRewards{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["H160"],"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":395}
KtonRewardDistributionContract{"origin":"PlainType","plain_type":"H160","PlainTypeValue":0}
Constants
Name
Type
Value
MaxDepositsU3200020000
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.