energywebx-testnet
subscan
Runtime Modules / NftManager
Spec Version:
Events
Name
Lookup
Attributes
SingleNftMinted5600["NftId","AccountId","H160"]
BatchNftMinted5601["NftId","NftBatchId","H160","AccountId"]
NftOpenForSale5602["NftId","NftSaleType"]
BatchOpenForSale5603["NftBatchId","NftSaleType"]
EthNftTransfer5604["NftId","AccountId","NftSaleType","u64","EthEventId"]
FiatNftTransfer5605["NftId","AccountId","AccountId","NftSaleType","u64"]
CancelSingleEthNftListing5606["NftId","NftSaleType","u64","EthEventId"]
CancelSingleFiatNftListing5607["NftId","NftSaleType","u64"]
CallDispatched5608["AccountId","Hash"]
BatchCreated5609["NftBatchId","u64","AccountId","H160"]
BatchSaleEnded560a["NftBatchId","NftSaleType"]
Storage Functions
Name
Type
Nfts{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U256"],"value":"pallet_nft_manager:nft_data:Nft","keys_id":135,"value_id":517}}
NftInfos{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U256"],"value":"pallet_nft_manager:nft_data:NftInfo","keys_id":135,"value_id":518}}
NftBatches{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U256"],"value":"Vec<U256>","keys_id":135,"value_id":521}}
BatchInfoId{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U256"],"value":"U256","keys_id":135,"value_id":135}}
UsedExternalReferences{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["Vec<U8>"],"value":"Bool","keys_id":431,"value_id":37}}
NextInfoId{"origin":"PlainType","plain_type":"U256","PlainTypeValue":135}
NextSingleNftUniqueId{"origin":"PlainType","plain_type":"U256","PlainTypeValue":135}
NftOpenForSale{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U256"],"value":"pallet_nft_manager:nft_data:NftSaleType","keys_id":135,"value_id":137}}
BatchNonces{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"U64","keys_id":0,"value_id":11}}
BatchOpenForSale{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U256"],"value":"pallet_nft_manager:nft_data:NftSaleType","keys_id":135,"value_id":137}}
Constants
Name
Type
Value
BatchBoundU3200400000
Error Types
Name
Docs
NftAlreadyExists
RoyaltyRateIsNotValidWhen specifying rates, parts_per_million must not be greater than 1 million
TotalRoyaltyRateIsNotValidWhen specifying rates, sum of parts_per_millions must not be greater than 1 million
T1AuthorityIsMandatory
ExternalRefIsMandatory
ExternalRefIsAlreadyInUseThe external reference is already used
NftInfoMissingThere is not data associated with an nftInfoId
NftIdDoesNotExist
UnsupportedMarket
SenderIsNotSignerSigned extrinsic with a proof must be called by the signer of the proof
SenderIsNotOwner
NftAlreadyListed
NftIsLocked
NftNotListedForSale
NftNotListedForEthereumSale
NftNotListedForFiatSale
NoTier1EventForNftOperation
NftNonceMismatchThe op_id did not match the nft token nonce for the operation
UnauthorizedTransaction
UnauthorizedProxyTransaction
UnauthorizedSignedLiftNftOpenForSaleTransaction
UnauthorizedSignedMintSingleNftTransaction
UnauthorizedSignedTransferFiatNftTransaction
UnauthorizedSignedCancelListFiatNftTransaction
TransactionNotSupported
TransferToIsMandatory
UnauthorizedSignedCreateBatchTransaction
BatchAlreadyExists
TotalSupplyZero
UnauthorizedSignedMintBatchNftTransaction
BatchIdIsMandatory
BatchDoesNotExist
SenderIsNotBatchCreator
TotalSupplyExceeded
UnauthorizedSignedListBatchForSaleTransaction
BatchAlreadyListed
NoNftsToSell
BatchNotListed
UnauthorizedSignedEndBatchSaleTransaction
BatchNotListedForFiatSale
BatchNotListedForEthereumSale
ExternalRefOutOfBoundsExternal reference size is out of bounds
RoyaltiesOutOfBoundsNft Royalties size is out of bounds
BatchOutOfBoundsBatch size is out of bounds