subscan
Runtime Modules / RmrkCore
Spec Version:
Events
Name
Lookup
Attributes
CollectionCreated6600["AccountId","CollectionId"]
NftMinted6601["AccountId","CollectionId","NftId"]
NFTBurned6602["AccountId","NftId"]
CollectionDestroyed6603["AccountId","CollectionId"]
NFTSent6604["AccountId","AccountIdOrCollectionNftTuple<AccountId>","CollectionId","NftId","bool"]
NFTAccepted6605["AccountId","AccountIdOrCollectionNftTuple<AccountId>","CollectionId","NftId"]
NFTRejected6606["AccountId","CollectionId","NftId"]
IssuerChanged6607["AccountId","AccountId","CollectionId"]
PropertySet6608["CollectionId","Option<NftId>","KeyLimitOf","ValueLimitOf"]
CollectionLocked6609["AccountId","CollectionId"]
ResourceAdded660a["NftId","ResourceId"]
ResourceAccepted660b["NftId","ResourceId"]
ResourceRemoval660c["NftId","ResourceId"]
ResourceRemovalAccepted660d["NftId","ResourceId"]
PrioritySet660e["CollectionId","NftId"]
Storage Functions
Name
Type
NextNftId{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"U32","keys_id":4,"value_id":4}}
CollectionIndex{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
NextResourceId{"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat"],"key_vec":["U32","U32"],"value":"U32","keys_id":37,"value_id":4}}
Collections{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"rmrk_traits:collection:CollectionInfo","keys_id":4,"value_id":537}}
Nfts{"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat"],"key_vec":["U32","U32"],"value":"rmrk_traits:nft:NftInfo","keys_id":37,"value_id":538}}
Priorities{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat","Blake2_128Concat"],"key_vec":["U32","U32","U32"],"value":"U32","keys_id":541,"value_id":4}}
Children{"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat"],"key_vec":["Tuple:U32U32","Tuple:U32U32"],"value":"NULL","keys_id":542,"value_id":29}}
Resources{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat","Blake2_128Concat"],"key_vec":["U32","U32","U32"],"value":"rmrk_traits:resource:ResourceInfo","keys_id":541,"value_id":543}}
EquippableBases{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat","Blake2_128Concat"],"key_vec":["U32","U32","U32"],"value":"NULL","keys_id":541,"value_id":29}}
EquippableSlots{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat","Blake2_128Concat","Blake2_128Concat","Blake2_128Concat"],"key_vec":["U32","U32","U32","U32","U32"],"value":"NULL","keys_id":544,"value_id":29}}
Properties{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat","Blake2_128Concat"],"key_vec":["U32","option<U32>","Vec<U8>"],"value":"Vec<U8>","keys_id":534,"value_id":126}}
Lock{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32","U32"],"value":"Bool","keys_id":37,"value_id":98}}
Constants
Name
Type
Value
ResourceSymbolLimitU320a000000
PartsLimitU3219000000
MaxPrioritiesU3219000000
Error Types
Name
Docs
NoneValueError names should be descriptive.
StorageOverflowErrors should have helpful documentation associated with them.
TooLong
NoAvailableCollectionId
NoAvailableResourceId
MetadataNotSet
RecipientNotSet
NoAvailableNftId
NotInRange
RoyaltyNotSet
CollectionUnknown
NoPermission
NoWitness
CollectionNotEmpty
CollectionFullOrLocked
CannotSendToDescendentOrSelf
ResourceAlreadyExists
EmptyResource
TooManyRecursions
NftIsLocked
CannotAcceptNonOwnedNft
CannotRejectNonOwnedNft
ResourceDoesntExist
ResourceNotPendingAccepting a resource that is not pending should fail
NonTransferable