subscan
Runtime Modules / Continuum
Spec Version:
Call Functions
Events
Name
Lookup
Attributes
NewExpressOfInterestAdded3f00["AccountId","SpotId"]
NewMaxBoundSet3f01["(i32, i32)"]
ContinuumEmergencyShutdownEnabled3f02
NewContinuumReferendumStarted3f03["BlockNumber","SpotId"]
NewContinuumNeighbourHoodProtocolStarted3f04["BlockNumber","SpotId"]
ContinuumSpotTransferred3f05["AccountId","AccountId","MapSpotId"]
NewMaxAuctionSlotSet3f06["u8"]
NewAuctionSlotRotated3f07["BlockNumber"]
FinalizedVote3f08["SpotId"]
NewMapSpotIssued3f09["MapSpotId","AccountId"]
Storage Functions
Name
Type
ContinuumSpots{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U64"],"value":"pallet_continuum:types:ContinuumSpot","keys_id":8,"value_id":440}}
MapSpots{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["I32","I32"],"value":"pallet_continuum:types:MapSpot","keys_id":125,"value_id":441}}
MapSpotOwner{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["I32","I32"],"value":"AccountId","keys_id":125,"value_id":0}}
MetaverseMap{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U64"],"value":"Tuple:I32I32","keys_id":8,"value_id":125}}
ContinuumCoordinates{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["I32","I32"],"value":"U64","keys_id":125,"value_id":8}}
MaxBound{"origin":"PlainType","plain_type":"Tuple:I32I32","PlainTypeValue":125}
NextContinuumSpotId{"origin":"PlainType","plain_type":"U64","PlainTypeValue":8}
AllowBuyNow{"origin":"PlainType","plain_type":"Bool","PlainTypeValue":102}
MetaverseLeadingBid{"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat"],"key_vec":["Tuple:I32I32","U64"],"value":"NULL","keys_id":442,"value_id":32}}
Constants
Name
Type
Value
SessionDurationU32c0a80000
SpotAuctionChillingDurationU32c0a80000
AuctionDurationU32c0a80000
ContinuumTreasury[U8; 8]6269742f74727379
Error Types
Name
Docs
NoActiveAuctionSlotNo Active Auction Slot
NoActiveGNPNo Active GNP List
FailedEOIToSlotCan't add EOI to Slot
EOIAlreadyExistsOnly send EOI once
NoActiveSessionNo Active Session
NoActiveReferendumNo Active Referendum
ReferendumIsInValidReferendum is invalid
TallyOverflowTally Overflow
AlreadyShutdownAlready shutdown
SpotNotFoundSpot Not Found
NoPermissionNo permission
SpotIsNotAvailableSpot Owned
SpotIsOutOfBoundSpot is out of bound
MapSpotNotFoundMap Spot is not found
InsufficientFundInsufficient fund to buy
ContinuumBuyNowIsDisabledContinuum Buynow is disable
SpotIsInAuctionContinuum Spot is in auction
MapSpotAlreadyExitsMap slot already exists
NotMetaverseOwnerYou are not the owner of the metaverse
MetaverseAlreadyGotSpotMetaverse already secured the spot
InvalidSpotAuctionAuction is not for map spot or does not exists
MetaverseHasNotDeployedAnyLandMetaverse has no deployed land.
MetaverseHasBidLeadingMetaverse already leading bid of a spot. One leading bid per metaverse.