Name | Lookup | Parameters | |
|---|---|---|---|
| create_contract_metadata | 2502 | 1 | |
| approve_assets_to_migrate | 2503 | 1 | |
| start_foreign_assets_migration | 2504 | 1 | |
| migrate_foreign_asset_balances | 2505 | 1 | |
| migrate_foreign_asset_approvals | 2506 | 1 | |
| finish_foreign_assets_migration | 2507 | - |
Name | Type | |
|---|---|---|
| StateMigrationStatusValue | {"origin":"PlainType","plain_type":"Tuple:pallet_moonbeam_lazy_migrations:pallet:StateMigrationStatusU64","PlainTypeValue":531} | |
| ForeignAssetMigrationStatusValue | {"origin":"PlainType","plain_type":"pallet_moonbeam_lazy_migrations:foreign_asset:ForeignAssetMigrationStatus","PlainTypeValue":534} | |
| ApprovedForeignAssets | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U128"],"value":"NULL","keys_id":6,"value_id":56}} |
Name | Docs |
|---|---|
| LimitCannotBeZero | The limit cannot be zero |
| ContractMetadataAlreadySet | The contract already have metadata |
| ContractNotExist | Contract not exist |
| SymbolTooLong | The symbol length exceeds the maximum allowed |
| NameTooLong | The name length exceeds the maximum allowed |
| AssetTypeNotFound | The asset type was not found |
| AssetNotFound | Asset not found |
| LocationNotFound | The location of the asset was not found |
| MigrationNotFinished | Migration is not finished yet |
| NoMigrationInProgress | No migration in progress |
| MintFailed | Fail to mint the foreign asset |
| ApprovalFailed | Fail to add an approval |