subscan
Runtime Modules / Marketplace
Spec Version:
Events
Name
Lookup
Attributes
ListingCreatedf900["ListingIdOf","Listing"]
ListingCancelledf901["ListingIdOf"]
ListingFilledf902["ListingIdOf","AccountId","TokenBalanceOf","TokenBalanceOf","TokenBalanceOf","TokenBalanceOf","TokenBalanceOf"]
BidPlacedf903["ListingIdOf","Bid"]
AuctionFinalizedf904["ListingIdOf","Option<Bid>","TokenBalanceOf","TokenBalanceOf"]
ProtocolFeeSetf905["Perbill"]
ExpiredListingRemovedf906["ListingIdOf"]
CounterOfferPlacedf907["ListingIdOf","CounterOffer"]
CounterOfferAnsweredf908["ListingIdOf","AccountId","CounterOfferResponseOf"]
CounterOfferRemovedf909["ListingIdOf","AccountId"]
MigrationStepf90a["u32","u8"]
ListingRemovedUnderMinimumf90b["ListingIdOf"]
ListingUpgradedf90c["ListingIdOf"]
Storage Functions
Name
Type
Info{"origin":"PlainType","plain_type":"compact<U32>","PlainTypeValue":1058}
Listings{"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["H256"],"value":"pallet_marketplace:features:listing:Listing","keys_id":13,"value_id":317}}
CounterOffers{"origin":"Map","n_map_type":{"hashers":["Identity","Twox64Concat"],"key_vec":["H256","AccountId"],"value":"pallet_marketplace:features:offer:CounterOffer","keys_id":1059,"value_id":328}}
NextListingIdInput{"origin":"PlainType","plain_type":"U128","PlainTypeValue":6}
PendingActions{"origin":"PlainType","plain_type":"Vec<pallet_marketplace:types:PendingAction>","PlainTypeValue":1060}
WhitelistedAccounts{"origin":"Map","n_map_type":{"hashers":["Identity","Twox64Concat"],"key_vec":["H256","AccountId"],"value":"pallet_marketplace:features:whitelist:WhitelistedAccount","keys_id":1059,"value_id":1063}}
UpgradeBlockNumber{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
Constants
Name
Type
Value
MinimumBidIncreasePercentageU3280f0fa02
ListingDepositU128008008979ca50a070000000000000000
CounterOfferDepositU12800008a5d784563010000000000000000
WhitelistedAccountDepositU12800008a5d784563010000000000000000
ListingActiveDelayU320a000000
MaxRoundingErrorU128e8030000000000000000000000000000
MaxSaltLengthU3220000000
MaxPendingActionsU3264000000
MaxWhitelistedAccountsPerExtrinsicU3264000000
MaxUpgradeBatchSizeU32ac0d0000
Error Types
Name
Docs
UnableToFillthe order cannot be filled
ListingNotFoundThe listing does not exist
NoPermissionThe caller does not have permission for this operation
MaxRoundingErrorExceededThe max rounding error was exceeded
LowBaseCurrencyBalanceThe base currency balance is too low
LowTokenBalanceThe token balance is too low
TransferParamCreationFailedTransfer params could not be created
ReceivedValueUnderMinimumThe take value is under the minimum requirement
ListingAlreadyExistsA listing with this id already exists
InvalidAuctionEndThe end time of the auction must be after the start
InactiveAuctionCannot bid on an auction that has not started or is over
AuctionNotOverCannot finalize an auction that is not over
ListingIsWrongTypeAn action was taken that is not compatible with the listing's type.
InvalidAmountThe amount is invalid
InvalidPriceThe price is invalid
InvalidListingStartThe start time of the listing must be greater than the current block plus thelisting active delay
ListingForbiddenListing is forbidden for this token
NoCurrencyNeither the make side or the take side of the listing is considered a currency
ListingNotActiveThe listing has not crossed the mandatory delay before its considered active
CurrencyNotAllowedAsRoyaltyThe currency is not allowed to be used as a royalty payment
BuyerIsSellerThe seller is not allowed to buy their own listing
MakeAssetFrozenMake asset is frozen
TakeAssetFrozenTake asset is frozen
CannotCancelAuctionWithBidCannot cancel auction with active bid
CannotCancelAuctionAfterEndBlockCannot cancel auction after end block
InvalidExpirationThe expiration block must be in the future
NotExpiredThe listing is not expired and cannot be removed
NoCounterOfferA counter offer is required but does not exist
PartialFillNotAllowedOffers do not support partial fills
InvalidFeeSideThe fee side does not match the listing type
WrongCurrentPriceThe passed `current_price` does not match the actual current price
CannotCounterSelfCannot place a counter offer on own offer
MaxPendingActionsExceededMax number of pending actions has been exceeded
CounterOfferExistsThe counter offer already exists
ListingExpiredThe listing is expired and cannot be filled
CannotAcceptOwnCounterOfferThe seller cannot accept their own counter offer
AccountNotWhitelistedThe buyer is not whitelisted in this listing
WhitelistAmountAllowedExceededTried to fill a listing beyond what the whitelist allows for the buyer
ListingDoesNotUseWhitelistA whitelist operation was attempted on a lsiting that doesn't use it
IncorrectRoyaltyBeneficiaryCountIncorrect number of beneficiaries was passed