Name | Lookup | Parameters | |
|---|---|---|---|
| mint_nft | 6600 | 8 | |
| mint_nft_directly_to_nft | 6601 | 8 | |
| create_collection | 6602 | 4 | |
| burn_nft | 6603 | 2 | |
| destroy_collection | 6604 | 1 | |
| send | 6605 | 3 | |
| accept_nft | 6606 | 3 | |
| reject_nft | 6607 | 2 | |
| change_collection_issuer | 6608 | 2 | |
| set_property | 6609 | 4 | |
| lock_collection | 660a | 1 | |
| add_basic_resource | 660b | 4 | |
| add_composable_resource | 660c | 4 | |
| add_slot_resource | 660d | 4 | |
| replace_resource | 660e | 4 | |
| accept_resource | 660f | 3 | |
| remove_resource | 6610 | 3 | |
| accept_resource_removal | 6611 | 3 | |
| set_priority | 6612 | 3 |
Name | Lookup | Attributes | |
|---|---|---|---|
| CollectionCreated | 6600 | ["AccountId","CollectionIdOf"] | |
| NftMinted | 6601 | ["AccountIdOrCollectionNftTuple<AccountId, CollectionIdOf, ItemIdOf >","CollectionIdOf","ItemIdOf"] | |
| NFTBurned | 6602 | ["AccountId","CollectionIdOf","ItemIdOf"] | |
| CollectionDestroyed | 6603 | ["AccountId","CollectionIdOf"] | |
| NFTSent | 6604 | ["AccountId","AccountIdOrCollectionNftTuple<AccountId, CollectionIdOf, ItemIdOf >","CollectionIdOf","ItemIdOf","bool"] | |
| NFTAccepted | 6605 | ["AccountId","AccountIdOrCollectionNftTuple<AccountId, CollectionIdOf, ItemIdOf >","CollectionIdOf","ItemIdOf"] | |
| NFTRejected | 6606 | ["AccountId","CollectionIdOf","ItemIdOf"] | |
| IssuerChanged | 6607 | ["AccountId","AccountId","CollectionIdOf"] | |
| PropertySet | 6608 | ["CollectionIdOf","Option<ItemIdOf>","KeyLimitOf","ValueLimitOf"] | |
| PropertyRemoved | 6609 | ["CollectionIdOf","Option<ItemIdOf>","KeyLimitOf"] | |
| PropertiesRemoved | 660a | ["CollectionIdOf","Option<ItemIdOf>"] | |
| CollectionLocked | 660b | ["AccountId","CollectionIdOf"] | |
| ResourceAdded | 660c | ["ItemIdOf","ResourceId","CollectionIdOf"] | |
| ResourceReplaced | 660d | ["ItemIdOf","ResourceId","CollectionIdOf"] | |
| ResourceAccepted | 660e | ["ItemIdOf","ResourceId","CollectionIdOf"] | |
| ResourceRemoval | 660f | ["ItemIdOf","ResourceId","CollectionIdOf"] | |
| ResourceRemovalAccepted | 6610 | ["ItemIdOf","ResourceId","CollectionIdOf"] | |
| PrioritySet | 6611 | ["CollectionIdOf","ItemIdOf"] |
Name | Type | |
|---|---|---|
| Collections | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"rmrk_traits:collection:CollectionInfo","keys_id":4,"value_id":683}} | |
| Nfts | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat"],"key_vec":["U32","U32"],"value":"rmrk_traits:nft:NftInfo","keys_id":40,"value_id":684}} | |
| Priorities | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat","Blake2_128Concat"],"key_vec":["U32","U32","U32"],"value":"U32","keys_id":625,"value_id":4}} | |
| Children | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat"],"key_vec":["Tuple:U32U32","Tuple:U32U32"],"value":"NULL","keys_id":685,"value_id":32}} | |
| 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":625,"value_id":686}} | |
| EquippableBases | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat","Blake2_128Concat"],"key_vec":["U32","U32","U32"],"value":"NULL","keys_id":625,"value_id":32}} | |
| 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":687,"value_id":32}} | |
| 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":679,"value_id":153}} | |
| Lock | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["Tuple:U32U32"],"value":"Bool","keys_id":40,"value_id":88}} | |
| DummyStorage | {"origin":"PlainType","plain_type":"Tuple:rmrk_traits:nft:NftChildPhantomType:phantom_type","PlainTypeValue":688} |
Name | Type | Value | |
|---|---|---|---|
| ResourceSymbolLimit | U32 | 0a000000 | |
| PartsLimit | U32 | 19000000 | |
| MaxPriorities | U32 | 19000000 | |
| PropertiesLimit | U32 | 0f000000 | |
| NestingBudget | U32 | c8000000 |
Name | Docs |
|---|---|
| NoneValue | Error names should be descriptive. |
| StorageOverflow | Errors should have helpful documentation associated with them. |
| TooLong | |
| NoAvailableCollectionId | |
| NoAvailableResourceId | |
| MetadataNotSet | |
| RecipientNotSet | |
| NoAvailableNftId | |
| NotInRange | |
| RoyaltyNotSet | |
| CollectionUnknown | |
| NoPermission | |
| NoWitness | |
| CollectionNotEmpty | |
| CollectionFullOrLocked | |
| CannotSendToDescendentOrSelf | |
| ResourceAlreadyExists | |
| NftAlreadyExists | |
| EmptyResource | |
| TooManyRecursions | The recursion limit has been reached. |
| NftIsLocked | |
| CannotAcceptNonOwnedNft | |
| CannotRejectNonOwnedNft | |
| CannotRejectNonPendingNft | |
| ResourceDoesntExist | |
| ResourceNotPending | Accepting a resource that is not pending should fail |
| NonTransferable | |
| CannotSendEquippedItem | |
| CannotAcceptToNewOwner | |
| FailedTransferHooksPreCheck | |
| FailedTransferHooksPostTransfer |