Name | Lookup | Parameters | |
---|---|---|---|
transfer | 0c00 | 3 | |
transfer_native_currency | 0c01 | 2 | |
update_balance | 0c02 | 3 | |
sweep_dust | 0c03 | 2 | |
force_set_lock | 0c04 | 4 | |
force_remove_lock | 0c05 | 3 |
Name | Lookup | Attributes | |
---|---|---|---|
Transferred | 0c00 | ["CurrencyId","AccountId","AccountId","BalanceOf"] | |
Withdrawn | 0c01 | ["CurrencyId","AccountId","BalanceOf"] | |
Deposited | 0c02 | ["CurrencyId","AccountId","BalanceOf"] | |
DustSwept | 0c03 | ["CurrencyId","AccountId","BalanceOf"] |
Name | Type | Value | |
---|---|---|---|
GetNativeCurrencyId | acala_primitives:currency:CurrencyId | 0000 | |
Erc20HoldingAccount | H160 | 000000000000000000ff00000000000000000000 |
Name | Docs |
---|---|
AmountIntoBalanceFailed | Unable to convert the Amount type into Balance. |
BalanceTooLow | Balance is too low. |
Erc20InvalidOperation | Erc20 invalid operation |
EvmAccountNotFound | EVM account not found |
RealOriginNotFound | Real origin not found |
DepositFailed | Deposit result is not expected |