Westend
subscan
Runtime Modules / Auctions
Spec Version:
Call Functions
Name
Lookup
Parameters
new_auction3f002
bid3f015
cancel_auction3f02-
Events
Name
Lookup
Attributes
AuctionStarted3f00["AuctionIndex","LeasePeriodOf","BlockNumber"]
AuctionClosed3f01["AuctionIndex"]
Reserved3f02["AccountId","BalanceOf","BalanceOf"]
Unreserved3f03["AccountId","BalanceOf"]
ReserveConfiscated3f04["ParaId","AccountId","BalanceOf"]
BidAccepted3f05["AccountId","ParaId","BalanceOf","LeasePeriodOf","LeasePeriodOf"]
WinningOffset3f06["AuctionIndex","BlockNumber"]
Storage Functions
Name
Type
AuctionCounter{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
AuctionInfo{"origin":"PlainType","plain_type":"Tuple:U32U32","PlainTypeValue":54}
ReservedAmounts{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId","U32"],"value":"U128","keys_id":596,"value_id":6}}
Winning{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"[option<Tuple:AccountIdU32U128>; 36]","keys_id":4,"value_id":597}}
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.