subscan
Runtime Modules / NFT
Spec Version:
Call Functions
Name
Lookup
Parameters
create_class79003
mint79015
transfer79022
burn79031
burn_with_remark79042
destroy_class79052
update_class_properties79062
Events
Name
Lookup
Attributes
CreatedClass7900["AccountId","ClassIdOf"]
MintedToken7901["AccountId","AccountId","ClassIdOf","u32"]
TransferredToken7902["AccountId","AccountId","ClassIdOf","TokenIdOf"]
BurnedToken7903["AccountId","ClassIdOf","TokenIdOf"]
BurnedTokenWithRemark7904["AccountId","ClassIdOf","TokenIdOf","Hash"]
DestroyedClass7905["AccountId","ClassIdOf"]
Constants
Name
Type
Value
CreateClassDepositU12800203d88792d00000000000000000000
CreateTokenDepositU12800d0ed902e0000000000000000000000
DataDepositPerByteU12800a3e111000000000000000000000000
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