subscan
Runtime Modules / OrmlNFT
Spec Version:
Storage Functions
Name
Type
NextClassId{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
NextTokenId{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"U64","keys_id":4,"value_id":8}}
Classes{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"orml_nft:ClassInfo","keys_id":4,"value_id":492}}
Tokens{"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat"],"key_vec":["U32","U64"],"value":"orml_nft:TokenInfo","keys_id":312,"value_id":495}}
TokensByOwner{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat","Blake2_128Concat"],"key_vec":["AccountId","U32","U64"],"value":"NULL","keys_id":498,"value_id":30}}
Error Types
Name
Docs
NoAvailableClassIdNo available class ID
NoAvailableTokenIdNo available token ID
TokenNotFoundToken(ClassId, TokenId) not found
ClassNotFoundClass not found
NoPermissionThe operator is not the owner of the token and has no permission
CannotDestroyClassCan not destroy classTotal issuance is not 0
MaxMetadataExceededFailed because the Maximum amount of metadata was exceeded