subscan
Runtime Modules / Lottery
Spec Version:
Call Functions
Name
Lookup
Parameters
buy_ticket41001
set_calls41011
start_lottery41024
stop_repeat4103-
Events
Name
Lookup
Attributes
LotteryStarted4100
CallsUpdated4101
Winner4102["AccountId","BalanceOf"]
TicketBought4103["AccountId","CallIndex"]
Storage Functions
Name
Type
LotteryIndex{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
Lottery{"origin":"PlainType","plain_type":"pallet_lottery:LotteryConfig","PlainTypeValue":524}
Participants{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"Tuple:U32Vec<Tuple:U8U8>","keys_id":0,"value_id":525}}
TicketsCount{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
Tickets{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"AccountId","keys_id":4,"value_id":0}}
CallIndices{"origin":"PlainType","plain_type":"Vec<Tuple:U8U8>","PlainTypeValue":526}
Constants
Name
Type
Value
PalletId[U8; 8]70792f6c6f74746f
MaxCallsU320a000000
MaxGenerateRandomU320a000000
Error Types
Name
Docs
NotConfiguredA lottery has not been configured.
InProgressA lottery is already in progress.
AlreadyEndedA lottery has already ended.
InvalidCallThe call is not valid for an open lottery.
AlreadyParticipatingYou are already participating in the lottery with this call.
TooManyCallsToo many calls for a single lottery.
EncodingFailedFailed to encode calls