Name | Lookup | Parameters | |
---|---|---|---|
create_collection | fd00 | 1 | |
destroy_collection | fd01 | 1 | |
mutate_collection | fd02 | 2 | |
mutate_token | fd03 | 3 | |
mint | fd04 | 3 | |
burn | fd05 | 2 | |
transfer | fd06 | 3 | |
freeze | fd07 | 1 | |
thaw | fd08 | 1 | |
set_attribute | fd09 | 4 | |
remove_attribute | fd0a | 3 | |
remove_all_attributes | fd0b | 3 | |
batch_transfer | fd0c | 2 | |
batch_mint | fd0d | 2 | |
batch_set_attribute | fd0e | 3 | |
approve_collection | fd0f | 3 | |
unapprove_collection | fd10 | 2 | |
approve_token | fd11 | 6 | |
unapprove_token | fd12 | 3 | |
force_mutate_collection | fd13 | 2 | |
force_transfer | fd14 | 4 | |
force_set_collection | fd15 | 2 | |
force_set_token | fd16 | 3 | |
force_set_attribute | fd17 | 4 | |
force_set_collection_account | fd18 | 3 | |
force_set_token_account | fd19 | 4 | |
force_create_collection | fd1a | 3 |
Name | Lookup | Attributes | |
---|---|---|---|
CollectionCreated | fd00 | ["CollectionId","AccountId"] | |
CollectionDestroyed | fd01 | ["CollectionId","AccountId"] | |
CollectionMutated | fd02 | ["CollectionId","CollectionMutation"] | |
Minted | fd03 | ["CollectionId","TokenId","RootOrSigned<AccountId>","AccountId","TokenBalance"] | |
TokenCreated | fd04 | ["CollectionId","TokenId","RootOrSigned<AccountId>","TokenBalance"] | |
TokenMutated | fd05 | ["CollectionId","TokenId","TokenMutation"] | |
Burned | fd06 | ["CollectionId","TokenId","AccountId","TokenBalance"] | |
TokenDestroyed | fd07 | ["CollectionId","TokenId","AccountId"] | |
Transferred | fd08 | ["CollectionId","TokenId","AccountId","AccountId","AccountId","TokenBalance"] | |
Frozen | fd09 | ["FreezeOf"] | |
Thawed | fd0a | ["FreezeOf"] | |
AttributeSet | fd0b | ["CollectionId","Option<TokenId>","AttributeKey","AttributeValue"] | |
AttributeRemoved | fd0c | ["CollectionId","Option<TokenId>","AttributeKey"] | |
Approved | fd0d | ["CollectionId","Option<TokenId>","AccountId","AccountId","Option<TokenBalance>","Expiration"] | |
Unapproved | fd0e | ["CollectionId","Option<TokenId>","AccountId","AccountId"] | |
CollectionAccountCreated | fd0f | ["CollectionId","AccountId"] | |
TokenAccountCreated | fd10 | ["CollectionId","TokenId","AccountId","TokenBalance"] | |
CollectionAccountDestroyed | fd11 | ["CollectionId","AccountId"] | |
TokenAccountDestroyed | fd12 | ["CollectionId","TokenId","AccountId"] | |
Reserved | fd13 | ["CollectionId","TokenId","AccountId","TokenBalance","Option<ReserveIdentifierType>"] | |
Unreserved | fd14 | ["CollectionId","TokenId","AccountId","TokenBalance","Option<ReserveIdentifierType>"] | |
MovedReserves | fd15 | ["CollectionId","TokenId","AccountId","AccountId","TokenBalance","Option<ReserveIdentifierType>"] | |
ReserveRepatriated | fd16 | ["CollectionId","TokenId","AccountId","AccountId","TokenBalance","Option<ReserveIdentifierType>"] | |
BalanceSet | fd17 | ["CollectionId","TokenId","AccountId","TokenBalance","TokenBalance"] | |
Withdraw | fd18 | ["CollectionId","TokenId","AccountId","TokenBalance"] | |
Deposit | fd19 | ["CollectionId","TokenId","AccountId","TokenBalance"] | |
Slashed | fd1a | ["CollectionId","TokenId","AccountId","TokenBalance"] | |
CollectionUpdated | fd1b | ["CollectionId","Option<CollectionOf>"] | |
TokenUpdated | fd1c | ["CollectionId","TokenId","Option<TokenOf>"] | |
NextCollectionIdUpdated | fd1d | ["CollectionId"] | |
CollectionAccountUpdated | fd1e | ["CollectionId","AccountId","Option<CollectionAccountOf>"] | |
TokenAccountUpdated | fd1f | ["CollectionId","TokenId","AccountId","Option<TokenAccountOf>"] | |
MigrationStatusUpdated | fd20 | ["MigrationStage"] |
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} |
Name | Type | Value | |
---|---|---|---|
AttributeDepositBase | U128 | 000014bbf08ac6020000000000000000 | |
AttributeDepositPerByte | U128 | 3435261a080300000000000000000000 | |
MaxRecipientsPerBatchTransfer | U32 | fa000000 | |
MaxTokensPerBatchTransfer | U32 | f4010000 | |
MaxBatchAttributesPerCall | U32 | 32000000 | |
MaxRecipientsPerBatchMint | U32 | fa000000 | |
CollectionCreationDeposit | U128 | 0000c4588bd7f15a0100000000000000 | |
TokenAccountDeposit | U128 | 0000c16ff28623000000000000000000 | |
MaxIdleOperationQueueLength | U32 | e8030000 | |
MaxIdleOperationQueueWeight | sp_weights:weight_v2:Weight | 0700e876481700 | |
MaxOperatorsPerAccount | U32 | 0a000000 | |
MaxReserves | U32 | 02000000 | |
MaxLocks | U32 | 02000000 | |
MaxExplicitRoyaltyCurrencies | U32 | 0a000000 | |
NativeAssetInfo | ep_multi_tokens:types:NativeAssetInfo | 0000a09de616ff9c76000000000000000000 | |
ReserveIdentifier | [U8; 8] | 6d756c746f6b656e | |
TokenMetadataMaxNameLength | U32 | 20000000 | |
TokenMetadataMaxSymbolLength | U32 | 08000000 | |
MaxMigrationKeyLength | U32 | 00040000 | |
MigrationWeightLimitPercentage | U32 | 00e1f505 |
Name | Docs |
---|---|
CollectionNotFound | Collection was not found |
CollectionAccountNotFound | CollectionAccount was not found |
TokenNotFound | Token was not found |
TokenAccountNotFound | TokenAccount was not found |
NoPermission | Caller is not allowed to execute this extrinsic |
BalanceLow | Not enough balance to perform the operation. |
Frozen | The operation failed due to an item being frozen |
HasNeverFreezeState | The token has a never freeze state. The state cannot be changed and the token cannot befrozen. |
PermanentlyFrozen | The token is permanently frozen |
InvalidFreezeState | The freeze state is not valid |
AmountZero | An amount of zero was used when it's not allowed |
InvalidAttributeKey | Attribute key invalid |
MaxTokenCountExceeded | Tried to mint more tokens than allowed |
TokenMintCapExceeded | The cap for the token was exceeded during mint |
TokenAlreadyExists | Tried to create [`Token`](ep_multi_tokens::Token) that already exists |
DestroyForbiddenByAttributeCount | The collection cannot be destroyed because it has attributes |
DestroyForbiddenByRemainingTokens | Destroy 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). |
DestroyForbiddenByCollectionEvent | The [`OnCollectionEvent`] trait has forbidden burning of the collection |
DepositReserveFailed | Unable to reserve the amount to create a new collection/token |
DepositUnreserveFailed | Unable to unreserve the amount to burn an existing collection/token |
InvalidUnitPrice | The unit price cannot be zero, cannot decrease, and `unit_price * total_supply` mustbe greater than [`Config::TokenAccountDeposit`] |
BalanceBelowMinimumRequirement | The balance is below the minimum required balance |
MintFailedRequirements | The minting did not meet the requirements set by the[`MintPolicy`](traits::CollectionPolicy::Mint) |
IdleOperationQueueFull | The idle operation queue is full and cannot accept new operations |
ReservesLow | Reserved balance is not enough to perform the operation |
TooManyReserves | Max named reserves for an account are exceeded |
TooManyLocks | Max named locks for an account are exceeded |
LiquidityRestrictions | The balance is locked or restricted |
PercentageOutOfBounds | Royalty percentage is above or below allowed bounds |
CurrencyIncompatibleWithCollectionRoyalty | Token cannot act as a[`currency`](ep_multi_tokens::Collection::explicit_royalty_currencies) and also a[`Royalty`](Config::Royalty) |
MaxApprovalsExceeded | The max number of approvals for this account was exceeded |
AlreadyExpired | Tried to set an expiration that has already passed |
CollectionAlreadyApproved | The collection is already approved for all, so it is useless to approve for a singletoken |
InsufficientAllowance | Not enough allowance to perform the operation |
WrongCurrentApprovedAmount | The passed `current_amount` does not match the actual current amount of the approval |
CannotApproveSelf | An account cannot approve itself as an operator |
CannotTransferToSelf | An account cannot transfer tokens to itself |
TransferParamCreationFailed | Transfer params could not be created |
OperationNotAllowedForNativeToken | This operation is not allowed for the native token |
InvalidExplicitRoyaltyCurrencies | One or more of the explicit royalty currencies are invalid |
InvalidAttributeCount | Provided attribute count doesnt match the count is storage |
ConflictingLocation | Conflicting MultiLocation for an AssetId |
CollectionIdAlreadyInUse | Collection ID is already in use |
FreezeStateRequired | Freeze state is required when freezing a token |
PremintExceeded | The preminted amount would be exceeded by the mint operation |
TokenMetadataCreationFailed | Token metadata could not be created from mint params |