subscan
Runtime Modules / NFT
Spec Version:
Call Functions
Name
Lookup
Parameters
create_class8d003
mint8d015
transfer8d022
burn8d031
burn_with_remark8d042
destroy_class8d052
update_class_properties8d062
Events
Name
Lookup
Attributes
CreatedClass8d00["AccountId","ClassIdOf"]
MintedToken8d01["AccountId","AccountId","ClassIdOf","u32"]
TransferredToken8d02["AccountId","AccountId","ClassIdOf","TokenIdOf"]
BurnedToken8d03["AccountId","ClassIdOf","TokenIdOf"]
BurnedTokenWithRemark8d04["AccountId","ClassIdOf","TokenIdOf","Hash"]
DestroyedClass8d05["AccountId","ClassIdOf"]
Constants
Name
Type
Value
CreateClassDepositU1280040e59c301200000000000000000000
CreateTokenDepositU12800204aa9d10100000000000000000000
DataDepositPerByteU12800e40b54020000000000000000000000
PalletId[U8; 8]6163612f614e4654
MaxAttributesBytesU3200080000
Error Types
Name
Docs
ClassIdNotFoundClassId not found
TokenIdNotFoundTokenId not found
NoPermissionThe operator is not the owner of the token and has no permission
InvalidQuantityQuantity is invalid. need >= 1
NonTransferableProperty of class don't support transfer
NonBurnableProperty of class don't support burn
NonMintableProperty of class don't support mint
CannotDestroyClassCan not destroy classTotal issuance is not 0
ImmutableCannot perform mutable action
AttributesTooLargeAttributes too large
IncorrectTokenIdThe given token ID is not correct