subscan
Runtime Modules / Nft
Spec Version:
Events
Name
Lookup
Attributes
NewNftCollectionCreated3d00["GroupCollectionId"]
NewNftClassCreated3d01["<T as frame_system::Config>::AccountId","ClassIdOf"]
NewNftMinted3d02["(ClassIdOf, TokenIdOf)","(ClassIdOf, TokenIdOf)","<T as frame_system::Config>::AccountId","ClassIdOf","u32","TokenIdOf"]
NewStackableNftMinted3d03["<T as frame_system::Config>::AccountId","ClassIdOf","TokenIdOf","BalanceOf"]
NewTimeCapsuleMinted3d04["(ClassIdOf, TokenIdOf)","<T as frame_system::Config>::AccountId","ClassIdOf","TokenIdOf","BlockNumber","Bytes"]
TransferedNft3d05["<T as frame_system::Config>::AccountId","<T as frame_system::Config>::AccountId","TokenIdOf","(ClassIdOf, TokenIdOf)"]
TransferedStackableNft3d06["<T as frame_system::Config>::AccountId","<T as frame_system::Config>::AccountId","(ClassIdOf, TokenIdOf)","BalanceOf"]
ForceTransferredNft3d07["<T as frame_system::Config>::AccountId","<T as frame_system::Config>::AccountId","TokenIdOf","(ClassIdOf, TokenIdOf)"]
ClassTotalIssuanceUpdated3d08["ClassIdOf","TokenIdOf"]
SignedNft3d09["TokenIdOf","<T as frame_system::Config>::AccountId"]
PromotionEnabled3d0a["bool"]
BurnedNft3d0b["(ClassIdOf, TokenIdOf)"]
ExecutedNft3d0c["AssetId"]
ScheduledTimeCapsule3d0d["AssetId","Bytes","BlockNumber"]
CollectionLocked3d0e["ClassIdOf"]
CollectionUnlocked3d0f["ClassIdOf"]
HardLimitSet3d10["ClassIdOf"]
ClassFundsWithdrawn3d11["ClassIdOf"]
NftUnlocked3d12["ClassIdOf","TokenIdOf"]
ClassRoyaltyFeeUpdated3d13["ClassIdOf","Perbill"]
Storage Functions
Name
Type
GroupCollections{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U64"],"value":"core_primitives:NftGroupCollectionData","keys_id":8,"value_id":433}}
ClassDataCollection{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"U64","keys_id":4,"value_id":8}}
NextGroupCollectionId{"origin":"PlainType","plain_type":"U64","PlainTypeValue":8}
AllNftGroupCollection{"origin":"PlainType","plain_type":"U64","PlainTypeValue":8}
NextAssetId{"origin":"PlainType","plain_type":"U64","PlainTypeValue":8}
AssetSupporters{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32","U64"],"value":"Vec<AccountId>","keys_id":121,"value_id":51}}
PromotionEnabled{"origin":"PlainType","plain_type":"Bool","PlainTypeValue":102}
LockedCollection{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"NULL","keys_id":4,"value_id":32}}
Constants
Name
Type
Value
AssetMintingFeeU128000064a7b3b6e00d0000000000000000
ClassMintingFeeU1280000e8890423c78a0000000000000000
Treasury[U8; 8]6269742f74727379
PalletId[U8; 8]6269742f626e6674
MaxBatchTransferU3264000000
MaxBatchMintingU32e8030000
MaxMetadataU3200040000
MiningResourceIdbit_country_primitives:FungibleTokenId030000000000000000
Error Types
Name
Docs
AlreadyInitializedAttempted to initialize the metaverse after it had already been initialized.
AssetInfoNotFoundAsset Info not found
AssetIdNotFoundAsset Id not found
NoPermissionNo permission
NoAvailableCollectionIdNo available collection id
CollectionDoesNotExistCollection id does not exist
ClassIdNotFoundClass Id not found
NonTransferableNon Transferable
InvalidQuantityInvalid quantity
NoAvailableAssetIdNo available asset id
AssetIdAlreadyExistAsset Id is already exist
AssetAlreadyInAuctionAsset Id is currently in an auction
SignOwnAssetSign your own Asset
ExceedMaximumBatchTransferExceed maximum batch transfer
ExceedMaximumBatchMintingExceed maximum batch minting
ExceedMaximumMetadataLengthExceed maximum length metadata
EmptySupportersError when signing support
InsufficientBalanceInsufficient Balance
TimecapsuleExecutedTooEarlyTime-capsule executed too early
OnlyForTimeCapsuleCollectionTypeOnly Time capsule collection
TimeCapsuleExecutionLogicIsInvalidTimecapsule execution logic is invalid
ErrorWhenScheduledTimeCapsuleTimecapsule scheduled error
CollectionAlreadyLockedCollection already locked
CollectionIsLockedCollection is locked
CollectionIsNotLockedCollection is not locked
RoyaltyFeeExceedLimitNFT Royalty fee exceed 50%
AssetIsLockedNFT Asset is locked e.g on marketplace, or other locks
ExceededMintingLimitNFT mint limit is exceeded
TotalMintedAssetsForClassExceededProposedLimitThe total amount of minted NFTs is more than the proposed hard limit
HardLimitIsAlreadySetHard limit is already set
InvalidAssetTypeExtrisic is called using invalid NFT type
InvalidStackableNftTransferInvalid stackable NFT transfer (stored value is equal to zero)
InvalidStackableNftAmountInvalid stackable NFT amount
InvalidCurrentTotalIssuanceInvalid current total issuanceInvalid current total issuance