Name | Lookup | Parameters | |
---|---|---|---|
issue_map_slot | 3f00 | 2 | |
create_new_auction | 3f01 | 4 | |
buy_map_spot | 3f02 | 3 | |
bid_map_spot | 3f03 | 3 | |
set_allow_buy_now | 3f04 | 1 | |
set_max_bounds | 3f05 | 1 |
Name | Lookup | Attributes | |
---|---|---|---|
NewExpressOfInterestAdded | 3f00 | ["AccountId","SpotId"] | |
NewMaxBoundSet | 3f01 | ["(i32, i32)"] | |
ContinuumEmergencyShutdownEnabled | 3f02 | ||
NewContinuumReferendumStarted | 3f03 | ["BlockNumber","SpotId"] | |
NewContinuumNeighbourHoodProtocolStarted | 3f04 | ["BlockNumber","SpotId"] | |
ContinuumSpotTransferred | 3f05 | ["AccountId","AccountId","MapSpotId"] | |
NewMaxAuctionSlotSet | 3f06 | ["u8"] | |
NewAuctionSlotRotated | 3f07 | ["BlockNumber"] | |
FinalizedVote | 3f08 | ["SpotId"] | |
NewMapSpotIssued | 3f09 | ["MapSpotId","AccountId"] |
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}} |
Name | Type | Value | |
---|---|---|---|
SessionDuration | U32 | c0a80000 | |
SpotAuctionChillingDuration | U32 | c0a80000 | |
AuctionDuration | U32 | c0a80000 | |
ContinuumTreasury | [U8; 8] | 6269742f74727379 |
Name | Docs |
---|---|
NoActiveAuctionSlot | No Active Auction Slot |
NoActiveGNP | No Active GNP List |
FailedEOIToSlot | Can't add EOI to Slot |
EOIAlreadyExists | Only send EOI once |
NoActiveSession | No Active Session |
NoActiveReferendum | No Active Referendum |
ReferendumIsInValid | Referendum is invalid |
TallyOverflow | Tally Overflow |
AlreadyShutdown | Already shutdown |
SpotNotFound | Spot Not Found |
NoPermission | No permission |
SpotIsNotAvailable | Spot Owned |
SpotIsOutOfBound | Spot is out of bound |
MapSpotNotFound | Map Spot is not found |
InsufficientFund | Insufficient fund to buy |
ContinuumBuyNowIsDisabled | Continuum Buynow is disable |
SpotIsInAuction | Continuum Spot is in auction |
MapSpotAlreadyExits | Map slot already exists |
NotMetaverseOwner | You are not the owner of the metaverse |
MetaverseAlreadyGotSpot | Metaverse already secured the spot |
InvalidSpotAuction | Auction is not for map spot or does not exists |
MetaverseHasNotDeployedAnyLand | Metaverse has no deployed land. |
MetaverseHasBidLeading | Metaverse already leading bid of a spot. One leading bid per metaverse. |