Mythos
subscan
Runtime Modules / Marketplace
Spec Version:
Call Functions
Events
Name
Lookup
Attributes
AuthorityUpdated0d00["AccountId"]
FeeSignerAddressUpdate0d01["AccountId"]
PayoutAddressUpdated0d02["AccountId"]
OrderCreated0d03["AccountId","OrderType","CollectionId","ItemId","BalanceOf","Moment","BalanceOf"]
OrderExecuted0d04["CollectionId","ItemId","AccountId","AccountId","BalanceOf","BalanceOf","BalanceOf"]
OrderCanceled0d05["CollectionId","ItemId","AccountId"]
Storage Functions
Name
Type
Authority{"origin":"PlainType","plain_type":"[U8; 20]","PlainTypeValue":0}
FeeSigner{"origin":"PlainType","plain_type":"[U8; 20]","PlainTypeValue":0}
Nonces{"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["Vec<U8>"],"value":"Bool","keys_id":372,"value_id":8}}
PayoutAddress{"origin":"PlainType","plain_type":"[U8; 20]","PlainTypeValue":0}
Asks{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["U256","U128"],"value":"pallet_marketplace:types:Ask","keys_id":347,"value_id":373}}
Bids{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat","Blake2_128Concat"],"key_vec":["U256","U128","U128"],"value":"pallet_marketplace:types:Bid","keys_id":374,"value_id":375}}
Constants
Name
Type
Value
MinOrderDurationU640a00000000000000
NonceStringLimitU3232000000
Error Types
Name
Docs
NotAuthorityThe account is not the authority
AccountAlreadySetTried to store an account that is already set for this storage value.
FeeSignerAddressNotSet
PayoutAddressNotSet
ItemNotFoundThe item was not found.
InvalidPriceThe provided price is too low.
InvalidExpirationExpiration time provided is too low.
InvalidFeePercentFee percent provided is too low.
OrderAlreadyExistsAsk or Bid with the same characteristics already exists.
ValidMatchMustExistA valid match must exist to execute the order
NotItemOwnerItem can only be operated by the Item owner.
BadSignedMessageInvalid Signed message
ItemAlreadyLockedThe Item is already locked and can't be used.
AlreadyUsedNonceNonce has already been used
BidOnOwnedItemThe item is already owned by the account trying to bid on it.
BuyerIsSellerNot allowed for the buyer of an item to be the same as the seller.
OrderExpiredThe ask is already past its expiration time.
OrderNotFoundThe order was not found.
InsufficientFundsUser Balance is insufficient for the required action
NotOrderCreatorOrAdminThe caller is not the orderc creator or the admin account of the pallet
BadNonceThe provided nonce had an invalid size
OverflowAn overflow happened.