Name | Lookup | Parameters | |
---|---|---|---|
new_auction | 3f00 | 2 | |
bid | 3f01 | 5 | |
cancel_auction | 3f02 | - |
Name | Lookup | Attributes | |
---|---|---|---|
AuctionStarted | 3f00 | ||
AuctionClosed | 3f01 | ||
WonDeploy | 3f02 | ||
WonRenewal | 3f03 | ||
Reserved | 3f04 | ||
Unreserved | 3f05 | ||
ReserveConfiscated | 3f06 | ||
BidAccepted | 3f07 | ||
WinningOffset | 3f08 |
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. |
NotParaOrigin | The origin for this call must be a parachain. |
ParaNotRegistered | Para is not registered |
ParaNotOnboarding | The parachain ID is not on-boarding. |
InvalidOrigin | The origin for this call must be the origin who registered the parachain. |
AlreadyRegistered | Parachain is already registered. |
InvalidCode | The code must correspond to the hash. |
UnsetDeployData | Deployment data has not been set for this parachain. |
NotCurrentAuction | Not a current auction. |
NotAuction | Not an auction. |
CodeTooLarge | Given code size is too large. |
HeadDataTooLarge | Given initial head data is too large. |
AuctionEnded | Auction has already ended. |