mythos
subscan
Mythos
Runtime Modules / Dmarket
Spec Version:
Call Functions
Name
Lookup
Parameters
force_set_collection34001
execute_trade34015
Events
Name
Lookup
Attributes
CollectionUpdated3400["CollectionId"]
Trade3401["AccountId","AccountId","Item","BalanceOf","BalanceOf"]
Storage Functions
Name
Type
ClosedAsks{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["H256"],"value":"pallet_dmarket:types:OrderData","keys_id":13,"value_id":566}}
ClosedBids{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["H256"],"value":"pallet_dmarket:types:OrderData","keys_id":13,"value_id":566}}
DmarketCollection{"origin":"PlainType","plain_type":"U256","PlainTypeValue":47}
Constants
Name
Type
Value
Domain[U8; 8]4d5954485f4e4554
Error Types
Name
Docs
ItemNotFoundThe item was not found.
SellerNotItemOwnerItem can only be operated by the Item owner.
BidAlreadyExecutedThe bid with the provided parameters has already been executed.
AskAlreadyExecutedThe ask with the provided parameters has already been executed.
BuyerBalanceTooLowBuyer balance is not enough to pay for trade costs.
BidExpiredBid expiration timestamp must be in the future.
AskExpiredAsk expiration timestamp must be in the future.
InvalidBuyerSignatureThe signature provided by the buyer is invalid.
InvalidSellerSignatureThe signature provided by the seller is invalid.
BuyerIsSellerSame buyer and seller not allowed.
BadSignedMessageInvalid Signed message.
CollectionAlreadyInUseDmarket collection already set to the provided value.
CollectionNotSetDmarket collection has not been set.
CollectionNotFoundThe provided Dmarket collect was not found.