Name | Lookup | Parameters | |
|---|---|---|---|
| create_class | 7900 | 2 | |
| mint | 7901 | 4 | |
| transfer | 7902 | 2 | |
| burn | 7903 | 1 | |
| burn_with_remark | 7904 | 2 | |
| destroy_class | 7905 | 2 |
Name | Lookup | Attributes | |
|---|---|---|---|
| CreatedClass | 7900 | ||
| MintedToken | 7901 | ||
| TransferredToken | 7902 | ||
| BurnedToken | 7903 | ||
| BurnedTokenWithRemark | 7904 | ||
| DestroyedClass | 7905 |
Name | Type | Value | |
|---|---|---|---|
| CreateClassDeposit | BalanceOf | 0x0040e59c301200000000000000000000 | |
| CreateTokenDeposit | BalanceOf | 0x00204aa9d10100000000000000000000 | |
| DataDepositPerByte | BalanceOf | 0x00e1f505000000000000000000000000 | |
| PalletId | PalletId | 0x6163612f614e4654 |
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 |
| CannotDestroyClass | Can not destroy class Total issuance is not 0 |