subscan
Runtime Modules / MoonbeamOrbiters
Spec Version:
Events
Name
Lookup
Attributes
OrbiterJoinCollatorPool1800["AccountId","AccountId"]
OrbiterLeaveCollatorPool1801["AccountId","AccountId"]
OrbiterRewarded1802["AccountId","BalanceOf"]
OrbiterRotation1803["AccountId","Option<AccountId>","Option<AccountId>"]
OrbiterRegistered1804["AccountId","BalanceOf"]
OrbiterUnregistered1805["AccountId"]
Storage Functions
Name
Type
AccountLookupOverride{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["[U8; 20]"],"value":"option<[U8; 20]>","keys_id":0,"value_id":48}}
CollatorsPool{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["[U8; 20]"],"value":"pallet_moonbeam_orbiters:types:CollatorPoolInfo","keys_id":0,"value_id":235}}
CounterForCollatorsPool{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
CurrentRound{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
ForceRotation{"origin":"PlainType","plain_type":"Bool","PlainTypeValue":35}
MinOrbiterDeposit{"origin":"PlainType","plain_type":"U128","PlainTypeValue":6}
OrbiterPerRound{"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Blake2_128Concat"],"key_vec":["U32","[U8; 20]"],"value":"[U8; 20]","keys_id":219,"value_id":0}}
RegisteredOrbiter{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["[U8; 20]"],"value":"Bool","keys_id":0,"value_id":35}}
Constants
Name
Type
Value
MaxPoolSizeU3208000000
MaxRoundArchiveU3204000000
RotatePeriodU3201000000
Error Types
Name
Docs
CollatorAlreadyAddedThe collator is already added in orbiters program.
CollatorNotFoundThis collator is not in orbiters program.
CollatorPoolTooLargeThere are already too many orbiters associated with this collator.
CollatorsPoolCountTooLowThere are more collator pools than the number specified in the parameter.
MinOrbiterDepositNotSetThe minimum deposit required to register as an orbiter has not yet been included in theonchain storage
OrbiterAlreadyInPoolThis orbiter is already associated with this collator.
OrbiterDepositNotFoundThis orbiter has not made a deposit
OrbiterNotFoundThis orbiter is not found
OrbiterStillInAPoolThe orbiter is still at least in one pool