Name | Lookup | Parameters | |
---|---|---|---|
create_contract_metadata | 3302 | 1 | |
approve_assets_to_migrate | 3303 | 1 | |
start_foreign_assets_migration | 3304 | 1 | |
migrate_foreign_asset_balances | 3305 | 1 | |
migrate_foreign_asset_approvals | 3306 | 1 | |
finish_foreign_assets_migration | 3307 | - |
Name | Type | |
---|---|---|
StateMigrationStatusValue | {"origin":"PlainType","plain_type":"Tuple:pallet_moonbeam_lazy_migrations:pallet:StateMigrationStatusU64","PlainTypeValue":671} | |
ForeignAssetMigrationStatusValue | {"origin":"PlainType","plain_type":"pallet_moonbeam_lazy_migrations:foreign_asset:ForeignAssetMigrationStatus","PlainTypeValue":674} | |
ApprovedForeignAssets | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U128"],"value":"NULL","keys_id":6,"value_id":34}} |
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 |