polkadot
subscan
Polkadot
Runtime Modules / Slots
Spec Version:
Call Functions
Name
Lookup
Parameters
new_auction16002
bid16015
bid_renew16024
set_offboarding16031
fix_deploy_data16045
elaborate_deploy_data16052
Events
Storage Functions
Name
Type
AuctionCounter{"origin":"PlainType","plain_type":"AuctionIndex"}
ManagedIds{"origin":"PlainType","plain_type":"Vec<ParaId>"}
Deposits{"origin":"MapType","map_type":{"key":"ParaId","hasher":"Twox64Concat","value":"Vec<BalanceOf>","isLinked":false}}
AuctionInfo{"origin":"PlainType","plain_type":"(LeasePeriodOf, BlockNumber)"}
Winning{"origin":"MapType","map_type":{"key":"BlockNumber","hasher":"Twox64Concat","value":"WinningData","isLinked":false}}
ReservedAmounts{"origin":"MapType","map_type":{"key":"Bidder<AccountId>","hasher":"Twox64Concat","value":"BalanceOf","isLinked":false}}
OnboardQueue{"origin":"MapType","map_type":{"key":"LeasePeriodOf","hasher":"Twox64Concat","value":"Vec<ParaId>","isLinked":false}}
Onboarding{"origin":"MapType","map_type":{"key":"ParaId","hasher":"Twox64Concat","value":"(LeasePeriodOf, IncomingParachain<AccountId, Hash>)","isLinked":false}}
Offboarding{"origin":"MapType","map_type":{"key":"ParaId","hasher":"Twox64Concat","value":"AccountId","isLinked":false}}
Error Types
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.
ParaNotOnboarding The parachain ID is not onboarding.
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.
NonIntersectingRange The bid must overlap all intersecting ranges.
NotCurrentAuction Not a current auction.
NotAuction Not an auction.
CodeTooLarge Given code size is too large.
HeadDataTooLarge Given initial head data is too large.