Name | Lookup | Parameters | |
|---|---|---|---|
| new_auction | 4800 | 2 | |
| bid | 4801 | 5 | |
| cancel_auction | 4802 | - |
Name | Lookup | Attributes | |
|---|---|---|---|
| AuctionStarted | 4800 | ||
| AuctionClosed | 4801 | ||
| Reserved | 4802 | ||
| Unreserved | 4803 | ||
| ReserveConfiscated | 4804 | ||
| BidAccepted | 4805 | ||
| WinningOffset | 4806 |
Name | Type | |
|---|---|---|
| AuctionCounter | {"origin":"PlainType","plain_type":"AuctionIndex"} | |
| AuctionInfo | {"origin":"PlainType","plain_type":"(LeasePeriodOf, BlockNumber)"} | |
| ReservedAmounts | {"origin":"MapType","map_type":{"key":"(AccountId, ParaId)","hasher":"Twox64Concat","value":"BalanceOf","isLinked":false}} | |
| Winning | {"origin":"MapType","map_type":{"key":"BlockNumber","hasher":"Twox64Concat","value":"WinningData","isLinked":false}} |
Name | Type | Value | |
|---|---|---|---|
| EndingPeriod | BlockNumber | 0x40190100 | |
| SampleLength | BlockNumber | 0x14000000 | |
| SlotRangeCount | u32 | 0x24000000 | |
| LeasePeriodsPerSlot | u32 | 0x08000000 |
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. |