subscan
Runtime Modules / MultiTokens
Spec Version:
Events
Name
Lookup
Attributes
CollectionCreatedfd00["CollectionId","AccountId"]
CollectionDestroyedfd01["CollectionId","AccountId"]
CollectionMutatedfd02["CollectionId","CollectionMutation"]
Mintedfd03["CollectionId","TokenId","RootOrSigned<AccountId>","AccountId","TokenBalance"]
TokenCreatedfd04["CollectionId","TokenId","RootOrSigned<AccountId>","TokenBalance"]
TokenMutatedfd05["CollectionId","TokenId","TokenMutation"]
Burnedfd06["CollectionId","TokenId","AccountId","TokenBalance"]
TokenDestroyedfd07["CollectionId","TokenId","AccountId"]
Transferredfd08["CollectionId","TokenId","AccountId","AccountId","AccountId","TokenBalance"]
Frozenfd09["FreezeOf"]
Thawedfd0a["FreezeOf"]
AttributeSetfd0b["CollectionId","Option<TokenId>","AttributeKey","AttributeValue"]
AttributeRemovedfd0c["CollectionId","Option<TokenId>","AttributeKey"]
Approvedfd0d["CollectionId","Option<TokenId>","AccountId","AccountId","Option<TokenBalance>","Expiration"]
Unapprovedfd0e["CollectionId","Option<TokenId>","AccountId","AccountId"]
CollectionAccountCreatedfd0f["CollectionId","AccountId"]
TokenAccountCreatedfd10["CollectionId","TokenId","AccountId","TokenBalance"]
CollectionAccountDestroyedfd11["CollectionId","AccountId"]
TokenAccountDestroyedfd12["CollectionId","TokenId","AccountId"]
Reservedfd13["CollectionId","TokenId","AccountId","TokenBalance","Option<ReserveIdentifierType>"]
Unreservedfd14["CollectionId","TokenId","AccountId","TokenBalance","Option<ReserveIdentifierType>"]
MovedReservesfd15["CollectionId","TokenId","AccountId","AccountId","TokenBalance","Option<ReserveIdentifierType>"]
ReserveRepatriatedfd16["CollectionId","TokenId","AccountId","AccountId","TokenBalance","Option<ReserveIdentifierType>"]
BalanceSetfd17["CollectionId","TokenId","AccountId","TokenBalance","TokenBalance"]
Withdrawfd18["CollectionId","TokenId","AccountId","TokenBalance"]
Depositfd19["CollectionId","TokenId","AccountId","TokenBalance"]
Slashedfd1a["CollectionId","TokenId","AccountId","TokenBalance"]
CollectionUpdatedfd1b["CollectionId","Option<CollectionOf>"]
TokenUpdatedfd1c["CollectionId","TokenId","Option<TokenOf>"]
NextCollectionIdUpdatedfd1d["CollectionId"]
CollectionAccountUpdatedfd1e["CollectionId","AccountId","Option<CollectionAccountOf>"]
TokenAccountUpdatedfd1f["CollectionId","TokenId","AccountId","Option<TokenAccountOf>"]
MigrationStatusUpdatedfd20["MigrationStage"]
Storage Functions
Name
Type
TokenAccounts{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat","Blake2_128Concat"],"key_vec":["AccountId","U128","U128"],"value":"pallet_multi_tokens:features:token:types:TokenAccount","keys_id":721,"value_id":220}}
Collections{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U128"],"value":"ep_multi_tokens:collection:Collection","keys_id":6,"value_id":195}}
Tokens{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["U128","U128"],"value":"ep_multi_tokens:token:Token","keys_id":722,"value_id":208}}
NextCollectionId{"origin":"PlainType","plain_type":"U128","PlainTypeValue":6}
CollectionAccounts{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["U128","AccountId"],"value":"pallet_multi_tokens:features:collection:types:CollectionAccount","keys_id":723,"value_id":213}}
Attributes{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat","Blake2_128Concat"],"key_vec":["U128","option<U128>","Vec<U8>"],"value":"ep_multi_tokens:attribute:Attribute","keys_id":724,"value_id":472}}
IdleOperations{"origin":"PlainType","plain_type":"Vec<pallet_multi_tokens:features:on_idle:types:WeightedIdleOperation>","PlainTypeValue":725}
AssetIdsByLocation{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["xcm:v3:multilocation:MultiLocation"],"value":"ep_multi_tokens:token:AssetId","keys_id":109,"value_id":165}}
LastIteratedMigrationKey{"origin":"PlainType","plain_type":"Vec<U8>","PlainTypeValue":729}
MigrationStatus{"origin":"PlainType","plain_type":"ep_core:frame:migrations:MigrationStage","PlainTypeValue":233}
Constants
Name
Type
Value
AttributeDepositBaseU128000014bbf08ac6020000000000000000
AttributeDepositPerByteU1283435261a080300000000000000000000
MaxRecipientsPerBatchTransferU32fa000000
MaxTokensPerBatchTransferU32f4010000
MaxBatchAttributesPerCallU3232000000
MaxRecipientsPerBatchMintU32fa000000
CollectionCreationDepositU1280000c4588bd7f15a0100000000000000
TokenAccountDepositU1280000c16ff28623000000000000000000
MaxIdleOperationQueueLengthU32e8030000
MaxIdleOperationQueueWeightsp_weights:weight_v2:Weight0700e876481700
MaxOperatorsPerAccountU320a000000
MaxReservesU3202000000
MaxLocksU3202000000
MaxExplicitRoyaltyCurrenciesU320a000000
NativeAssetInfoep_multi_tokens:types:NativeAssetInfo0000a09de616ff9c76000000000000000000
ReserveIdentifier[U8; 8]6d756c746f6b656e
TokenMetadataMaxNameLengthU3220000000
TokenMetadataMaxSymbolLengthU3208000000
MaxMigrationKeyLengthU3200040000
MigrationWeightLimitPercentageU3200e1f505
Error Types
Name
Docs
CollectionNotFoundCollection was not found
CollectionAccountNotFoundCollectionAccount was not found
TokenNotFoundToken was not found
TokenAccountNotFoundTokenAccount was not found
NoPermissionCaller is not allowed to execute this extrinsic
BalanceLowNot enough balance to perform the operation.
FrozenThe operation failed due to an item being frozen
HasNeverFreezeStateThe token has a never freeze state. The state cannot be changed and the token cannot befrozen.
PermanentlyFrozenThe token is permanently frozen
InvalidFreezeStateThe freeze state is not valid
AmountZeroAn amount of zero was used when it's not allowed
InvalidAttributeKeyAttribute key invalid
MaxTokenCountExceededTried to mint more tokens than allowed
TokenMintCapExceededThe cap for the token was exceeded during mint
TokenAlreadyExistsTried to create [`Token`](ep_multi_tokens::Token) that already exists
DestroyForbiddenByAttributeCountThe collection cannot be destroyed because it has attributes
DestroyForbiddenByRemainingTokensDestroy is not allowed on collections that have tokens. Destroy all tokens beforecalling [`destroy_collection`](Pallet::destroy_collection). Keep in mind that the[`Tokens`] storage can remain even if all of [`Token`](ep_multi_tokens::Token)'s unitswere burned. A [`Token`](ep_multi_tokens::Token) can only be destroyed by setting[`remove_token_storage`](OnBurnInput::remove_token_storage) to true in[`burn`](Pallet::burn).
DestroyForbiddenByCollectionEventThe [`OnCollectionEvent`] trait has forbidden burning of the collection
DepositReserveFailedUnable to reserve the amount to create a new collection/token
DepositUnreserveFailedUnable to unreserve the amount to burn an existing collection/token
InvalidUnitPriceThe unit price cannot be zero, cannot decrease, and `unit_price * total_supply` mustbe greater than [`Config::TokenAccountDeposit`]
BalanceBelowMinimumRequirementThe balance is below the minimum required balance
MintFailedRequirementsThe minting did not meet the requirements set by the[`MintPolicy`](traits::CollectionPolicy::Mint)
IdleOperationQueueFullThe idle operation queue is full and cannot accept new operations
ReservesLowReserved balance is not enough to perform the operation
TooManyReservesMax named reserves for an account are exceeded
TooManyLocksMax named locks for an account are exceeded
LiquidityRestrictionsThe balance is locked or restricted
PercentageOutOfBoundsRoyalty percentage is above or below allowed bounds
CurrencyIncompatibleWithCollectionRoyaltyToken cannot act as a[`currency`](ep_multi_tokens::Collection::explicit_royalty_currencies) and also a[`Royalty`](Config::Royalty)
MaxApprovalsExceededThe max number of approvals for this account was exceeded
AlreadyExpiredTried to set an expiration that has already passed
CollectionAlreadyApprovedThe collection is already approved for all, so it is useless to approve for a singletoken
InsufficientAllowanceNot enough allowance to perform the operation
WrongCurrentApprovedAmountThe passed `current_amount` does not match the actual current amount of the approval
CannotApproveSelfAn account cannot approve itself as an operator
CannotTransferToSelfAn account cannot transfer tokens to itself
TransferParamCreationFailedTransfer params could not be created
OperationNotAllowedForNativeTokenThis operation is not allowed for the native token
InvalidExplicitRoyaltyCurrenciesOne or more of the explicit royalty currencies are invalid
InvalidAttributeCountProvided attribute count doesnt match the count is storage
ConflictingLocationConflicting MultiLocation for an AssetId
CollectionIdAlreadyInUseCollection ID is already in use
FreezeStateRequiredFreeze state is required when freezing a token
PremintExceededThe preminted amount would be exceeded by the mint operation
TokenMetadataCreationFailedToken metadata could not be created from mint params