Name | Lookup | Parameters | |
|---|---|---|---|
| create_class | 7900 | 3 | |
| mint | 7901 | 5 | |
| transfer | 7902 | 2 | |
| burn | 7903 | 1 | |
| burn_with_remark | 7904 | 2 | |
| destroy_class | 7905 | 2 | |
| update_class_properties | 7906 | 2 |
Name | Lookup | Attributes | |
|---|---|---|---|
| CreatedClass | 7900 | ||
| MintedToken | 7901 | ||
| TransferredToken | 7902 | ||
| BurnedToken | 7903 | ||
| BurnedTokenWithRemark | 7904 | ||
| DestroyedClass | 7905 |
Name | Type | Value | |
|---|---|---|---|
| CreateClassDeposit | BalanceOf | 0x00203d88792d00000000000000000000 | |
| CreateTokenDeposit | BalanceOf | 0x00d0ed902e0000000000000000000000 | |
| DataDepositPerByte | BalanceOf | 0x00a3e111000000000000000000000000 | |
| PalletId | PalletId | 0x6163612f614e4654 | |
| MaxAttributesBytes | u32 | 0x00080000 |
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 class Total issuance is not 0 |
| Immutable | Cannot perform mutable action |
| AttributesTooLarge | Attributes too large |