subscan
Runtime Modules / Auction
Spec Version:
Events
Name
Lookup
Attributes
Bid3e00["AuctionId","AccountId","BalanceOf"]
NewAuctionItem3e01["AuctionId","AccountId","ListingLevel<AccountId>","BalanceOf","BalanceOf","BlockNumber"]
AuctionFinalized3e02["AuctionId","AccountId","BalanceOf"]
BuyNowFinalised3e03["AuctionId","AccountId","BalanceOf"]
AuctionFinalizedNoBid3e04["AuctionId"]
CollectionAuthorizedInMetaverse3e05["ClassId","MetaverseId"]
CollectionAuthorizationRemoveInMetaverse3e06["ClassId","MetaverseId"]
AuctionCancelled3e07["AuctionId"]
NftOfferMade3e08["ClassId","TokenId","AccountId","BalanceOf"]
NftOfferAccepted3e09["ClassId","TokenId","AccountId"]
NftOfferWithdrawn3e0a["ClassId","TokenId","AccountId"]
AuctionExtended3e0b["AuctionId","BlockNumber"]
Storage Functions
Name
Type
Auctions{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U64"],"value":"auction_manager:AuctionInfo","keys_id":8,"value_id":435}}
AuctionItems{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U64"],"value":"auction_manager:AuctionItem","keys_id":8,"value_id":436}}
ItemsInAuction{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["bit_country_primitives:ItemId"],"value":"Bool","keys_id":282,"value_id":102}}
AuctionsIndex{"origin":"PlainType","plain_type":"U64","PlainTypeValue":8}
AuctionEndTime{"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat"],"key_vec":["U32","U64"],"value":"NULL","keys_id":121,"value_id":32}}
MetaverseCollection{"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat"],"key_vec":["U64","U32"],"value":"NULL","keys_id":407,"value_id":32}}
Offers{"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Blake2_128Concat"],"key_vec":["Tuple:U32U64","AccountId"],"value":"bit_country_primitives:NftOffer","keys_id":437,"value_id":438}}
Constants
Name
Type
Value
AuctionTimeToCloseU3264000000
MinimumAuctionDurationU322c010000
MaxFinalityU32c8000000
MaxBundleItemU3264000000
NetworkFeeReserveU128000064a7b3b6e00d0000000000000000
NetworkFeeCommissionU3280969800
OfferDurationU32c0890100
MinimumListingPriceU128000064a7b3b6e00d0000000000000000
AntiSnipeDurationU3232000000
Error Types
Name
Docs
AuctionDoesNotExistAuction does not exist
AssetDoesNotExistAsset for listing does not exist
AuctionHasNotStartedAuction has not started
AuctionIsExpiredAuction is expired
AuctionIsNotExpiredAuction is not expired
AuctionTypeIsNotSupportedAuction type is supported for listing
BidIsNotAcceptedBid is not accepted e.g owner == bidder, listing stop accepting bid
InsufficientFreeBalanceInsufficient free balance for bidding
InvalidBidPriceBid price is invalid
NoAvailableAuctionIdAuction is not found, either expired and not valid
NoPermissionToCreateAuctionHas no permission to create auction. Check listing authorization
NoPermissionToCancelAuctionHas no permission to cancel auction.
CannotBidOnOwnAuctionSelf bidding is not accepted
InvalidBuyNowPriceBuy now input price is not valid
InvalidAuctionTypeInvalid auction type
ItemAlreadyInAuctionAsset already in Auction
WrongListingLevelWrong Listing Level
FungibleTokenCurrencyNotFoundSocial Token Currency is not exist
AuctionEndIsLessThanMinimumDurationMinimum Duration Is Too Low
ExceedFinalityLimitThere is too many auction ends at the same time.
ExceedBundleLimitThere is too many item inside the bundle.
EstateDoesNotExistEstate does not exist, check if estate id is correct
LandUnitDoesNotExistLand unit does not exist, check if estate id is correct
UndeployedLandBlockDoesNotExistOrNotAvailableUndeployed land block does not exist or is not available for auction
NoPermissionToAuthoriseCollectionUser has no permission to authorise collection
CollectionAlreadyAuthorisedCollection has already authorised
CollectionIsNotAuthorisedCollection is not authorised
AuctionAlreadyStartedOrBidAuction already started or got bid
OfferAlreadyExistsThe account has already made offer for a given NFT
OfferDoesNotExistThe NFT offer does not exist
OfferIsExpiredThe NFT offer is expired
NoPermissionToMakeOfferNo permission to make offer for a NFT.
NoPermissionToAcceptOfferNo permission to accept offer for a NFT.
NoPermissionToFinalizeAuctionNo permission to finalize auction
ListingPriceIsBelowMinimumListing price is below the minimum.
MetaverseOwnerOnlyOnly metaverse owner can participate