Name | Lookup | Parameters | |
|---|---|---|---|
| create_class | 8d00 | 3 | |
| mint | 8d01 | 5 | |
| transfer | 8d02 | 2 | |
| burn | 8d03 | 1 | |
| burn_with_remark | 8d04 | 2 | |
| destroy_class | 8d05 | 2 | |
| update_class_properties | 8d06 | 2 |
Name | Lookup | Attributes | |
|---|---|---|---|
| CreatedClass | 8d00 | ["AccountId","ClassIdOf"] | |
| MintedToken | 8d01 | ["AccountId","AccountId","ClassIdOf","u32"] | |
| TransferredToken | 8d02 | ["AccountId","AccountId","ClassIdOf","TokenIdOf"] | |
| BurnedToken | 8d03 | ["AccountId","ClassIdOf","TokenIdOf"] | |
| BurnedTokenWithRemark | 8d04 | ["AccountId","ClassIdOf","TokenIdOf","Hash"] | |
| DestroyedClass | 8d05 | ["AccountId","ClassIdOf"] |
Name | Type | Value | |
|---|---|---|---|
| CreateClassDeposit | U128 | 0040e59c301200000000000000000000 | |
| CreateTokenDeposit | U128 | 00204aa9d10100000000000000000000 | |
| DataDepositPerByte | U128 | 00e40b54020000000000000000000000 | |
| PalletId | [U8; 8] | 6163612f614e4654 | |
| MaxAttributesBytes | U32 | 00080000 |
Name | Docs |
|---|---|
| ClassIdNotFound | ClassId not found |
| TokenIdNotFound | TokenId not found |
| NoPermission | The operator is not the owner of the token and has no permission |
| InvalidQuantity | Quantity is invalid. need >= 1 |
| NonTransferable | Property of class don't support transfer |
| NonBurnable | Property of class don't support burn |
| NonMintable | Property of class don't support mint |
| CannotDestroyClass | Can not destroy classTotal issuance is not 0 |
| Immutable | Cannot perform mutable action |
| AttributesTooLarge | Attributes too large |
| IncorrectTokenId | The given token ID is not correct |