Kusama
subscan
Runtime Modules / Society
Spec Version:
Events
Name
Lookup
Attributes
Founded1a00["AccountId"]
Bid1a01["AccountId","BalanceOf"]
Vouch1a02["AccountId","BalanceOf","AccountId"]
AutoUnbid1a03["AccountId"]
Unbid1a04["AccountId"]
Unvouch1a05["AccountId"]
Inducted1a06["AccountId","Vec<AccountId>"]
SuspendedMemberJudgement1a07["AccountId","bool"]
CandidateSuspended1a08["AccountId"]
MemberSuspended1a09["AccountId"]
Challenged1a0a["AccountId"]
Vote1a0b["AccountId","AccountId","bool"]
DefenderVote1a0c["AccountId","bool"]
NewParams1a0d["GroupParamsFor"]
Unfounded1a0e["AccountId"]
Deposit1a0f["BalanceOf"]
Elevated1a10["AccountId","Rank"]
Storage Functions
Name
Type
Parameters{"origin":"PlainType","plain_type":"pallet_society:GroupParams","PlainTypeValue":522}
Pot{"origin":"PlainType","plain_type":"U128","PlainTypeValue":6}
Founder{"origin":"PlainType","plain_type":"AccountId","PlainTypeValue":0}
Head{"origin":"PlainType","plain_type":"AccountId","PlainTypeValue":0}
Rules{"origin":"PlainType","plain_type":"H256","PlainTypeValue":12}
Members{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"pallet_society:MemberRecord","keys_id":0,"value_id":717}}
Payouts{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"pallet_society:PayoutRecord","keys_id":0,"value_id":720}}
MemberCount{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
MemberByIndex{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"AccountId","keys_id":4,"value_id":0}}
SuspendedMembers{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"pallet_society:MemberRecord","keys_id":0,"value_id":717}}
RoundCount{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
Bids{"origin":"PlainType","plain_type":"Vec<pallet_society:Bid>","PlainTypeValue":722}
Candidates{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"pallet_society:Candidacy","keys_id":0,"value_id":726}}
Skeptic{"origin":"PlainType","plain_type":"AccountId","PlainTypeValue":0}
Votes{"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat"],"key_vec":["AccountId","AccountId"],"value":"pallet_society:Vote","keys_id":728,"value_id":729}}
VoteClearCursor{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"Vec<U8>","keys_id":0,"value_id":730}}
NextHead{"origin":"PlainType","plain_type":"pallet_society:IntakeRecord","PlainTypeValue":731}
ChallengeRoundCount{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
Defending{"origin":"PlainType","plain_type":"Tuple:AccountIdAccountIdpallet_society:Tally","PlainTypeValue":732}
DefenderVotes{"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat"],"key_vec":["U32","AccountId"],"value":"pallet_society:Vote","keys_id":622,"value_id":729}}
Constants
Name
Type
Value
PalletId[U8; 8]70792f736f636965
GraceStrikesU320a000000
PeriodSpendU128040abf82280f00000000000000000000
VotingPeriodU3240190100
ClaimPeriodU3280700000
MaxLockDurationU32004eed00
ChallengePeriodU32c0890100
MaxPayoutsU3208000000
MaxBidsU3200020000
Error Types
Name
Docs
NotMemberUser is not a member.
AlreadyMemberUser is already a member.
SuspendedUser is suspended.
NotSuspendedUser is not suspended.
NoPayoutNothing to payout.
AlreadyFoundedSociety already founded.
InsufficientPotNot enough in pot to accept candidate.
AlreadyVouchingMember is already vouching or banned from vouching again.
NotVouchingOnBidderMember is not vouching.
HeadCannot remove the head of the chain.
FounderCannot remove the founder.
AlreadyBidUser has already made a bid.
AlreadyCandidateUser is already a candidate.
NotCandidateUser is not a candidate.
MaxMembersToo many members in the society.
NotFounderThe caller is not the founder.
NotHeadThe caller is not the head.
NotApprovedThe membership cannot be claimed as the candidate was not clearly approved.
NotRejectedThe candidate cannot be kicked as the candidate was not clearly rejected.
ApprovedThe candidacy cannot be dropped as the candidate was clearly approved.
RejectedThe candidacy cannot be bestowed as the candidate was clearly rejected.
InProgressThe candidacy cannot be concluded as the voting is still in progress.
TooEarlyThe candidacy cannot be pruned until a full additional intake period has passed.
VotedThe skeptic already voted.
ExpiredThe skeptic need not vote on candidates from expired rounds.
NotBidderUser is not a bidder.
NoDefenderThere is no defender currently.
NotGroupGroup doesn't exist.
AlreadyElevatedThe member is already elevated to this rank.
AlreadyPunishedThe skeptic has already been punished for this offence.
InsufficientFundsFunds are insufficient to pay off society debts.
NoVotesThe candidate/defender has no stale votes to remove.