Name | Lookup | Parameters | |
---|---|---|---|
new_auction | 3f00 | 2 | |
bid | 3f01 | 5 | |
cancel_auction | 3f02 | - |
Name | Lookup | Attributes | |
---|---|---|---|
AuctionStarted | 3f00 | ["AuctionIndex","LeasePeriodOf","BlockNumberFor"] | |
AuctionClosed | 3f01 | ["AuctionIndex"] | |
Reserved | 3f02 | ["AccountId","BalanceOf","BalanceOf"] | |
Unreserved | 3f03 | ["AccountId","BalanceOf"] | |
ReserveConfiscated | 3f04 | ["ParaId","AccountId","BalanceOf"] | |
BidAccepted | 3f05 | ["AccountId","ParaId","BalanceOf","LeasePeriodOf","LeasePeriodOf"] | |
WinningOffset | 3f06 | ["AuctionIndex","BlockNumberFor"] |
Name | Type | |
---|---|---|
AuctionCounter | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
AuctionInfo | {"origin":"PlainType","plain_type":"Tuple:U32U32","PlainTypeValue":72} | |
ReservedAmounts | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["Tuple:AccountIdU32"],"value":"U128","keys_id":906,"value_id":6}} | |
Winning | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"[option<Tuple:AccountIdU32U128>; 36]","keys_id":4,"value_id":907}} |
Name | Type | Value | |
---|---|---|---|
EndingPeriod | U32 | 40190100 | |
SampleLength | U32 | 14000000 | |
SlotRangeCount | U32 | 24000000 | |
LeasePeriodsPerSlot | U32 | 08000000 |
Name | Docs |
---|---|
AuctionInProgress | This auction is already in progress. |
LeasePeriodInPast | The lease period is in the past. |
ParaNotRegistered | Para is not registered |
NotCurrentAuction | Not a current auction. |
NotAuction | Not an auction. |
AuctionEnded | Auction has already ended. |
AlreadyLeasedOut | The para is already leased out for part of this range. |