Kusama
subscan
Runtime Modules / Auctions
Spec Version:
Call Functions
Name
Lookup
Parameters
new_auction48002
bid48015
cancel_auction4802-
Events
Name
Lookup
Attributes
AuctionStarted4800["AuctionIndex","LeasePeriodOf","BlockNumberFor"]
AuctionClosed4801["AuctionIndex"]
Reserved4802["AccountId","BalanceOf","BalanceOf"]
Unreserved4803["AccountId","BalanceOf"]
ReserveConfiscated4804["ParaId","AccountId","BalanceOf"]
BidAccepted4805["AccountId","ParaId","BalanceOf","LeasePeriodOf","LeasePeriodOf"]
WinningOffset4806["AuctionIndex","BlockNumberFor"]
Storage Functions
Name
Type
AuctionCounter{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
AuctionInfo{"origin":"PlainType","plain_type":"Tuple:U32U32","PlainTypeValue":233}
ReservedAmounts{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId","U32"],"value":"U128","keys_id":914,"value_id":6}}
Winning{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"[option<Tuple:AccountIdU32U128>; 36]","keys_id":4,"value_id":915}}
Constants
Name
Type
Value
EndingPeriodU3240190100
SampleLengthU3214000000
SlotRangeCountU3224000000
LeasePeriodsPerSlotU3208000000
Error Types
Name
Docs
AuctionInProgressThis auction is already in progress.
LeasePeriodInPastThe lease period is in the past.
ParaNotRegisteredPara is not registered
NotCurrentAuctionNot a current auction.
NotAuctionNot an auction.
AuctionEndedAuction has already ended.
AlreadyLeasedOutThe para is already leased out for part of this range.