Name | Lookup | Parameters | |
|---|---|---|---|
| transfer | 4700 | 3 | |
| transfer_all | 4701 | 3 | |
| transfer_keep_alive | 4702 | 3 | |
| force_transfer | 4703 | 4 | |
| set_balance | 4704 | 4 |
Name | Lookup | Attributes | |
|---|---|---|---|
| Endowed | 4700 | ["CurrencyId","AccountId","Balance"] | |
| DustLost | 4701 | ["CurrencyId","AccountId","Balance"] | |
| Transfer | 4702 | ["CurrencyId","AccountId","AccountId","Balance"] | |
| Reserved | 4703 | ["CurrencyId","AccountId","Balance"] | |
| Unreserved | 4704 | ["CurrencyId","AccountId","Balance"] | |
| ReserveRepatriated | 4705 | ["CurrencyId","AccountId","AccountId","Balance","BalanceStatus"] | |
| BalanceSet | 4706 | ["CurrencyId","AccountId","Balance","Balance"] | |
| TotalIssuanceSet | 4707 | ["CurrencyId","Balance"] | |
| Withdrawn | 4708 | ["CurrencyId","AccountId","Balance"] | |
| Slashed | 4709 | ["CurrencyId","AccountId","Balance","Balance"] | |
| Deposited | 470a | ["CurrencyId","AccountId","Balance"] | |
| LockSet | 470b | ["LockIdentifier","CurrencyId","AccountId","Balance"] | |
| LockRemoved | 470c | ["LockIdentifier","CurrencyId","AccountId"] | |
| Locked | 470d | ["CurrencyId","AccountId","Balance"] | |
| Unlocked | 470e | ["CurrencyId","AccountId","Balance"] | |
| Issued | 470f | ["CurrencyId","Balance"] | |
| Rescinded | 4710 | ["CurrencyId","Balance"] |
Name | Type | |
|---|---|---|
| TotalIssuance | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["bifrost_primitives:currency:CurrencyId"],"value":"U128","keys_id":333,"value_id":6}} | |
| Locks | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Twox64Concat"],"key_vec":["AccountId","bifrost_primitives:currency:CurrencyId"],"value":"Vec<orml_tokens:BalanceLock>","keys_id":908,"value_id":909}} | |
| Accounts | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Twox64Concat"],"key_vec":["AccountId","bifrost_primitives:currency:CurrencyId"],"value":"orml_tokens:AccountData","keys_id":908,"value_id":912}} | |
| Reserves | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Twox64Concat"],"key_vec":["AccountId","bifrost_primitives:currency:CurrencyId"],"value":"Vec<orml_tokens:ReserveData>","keys_id":908,"value_id":913}} |
Name | Type | Value | |
|---|---|---|---|
| MaxLocks | U32 | 32000000 | |
| MaxReserves | U32 | 32000000 |
Name | Docs |
|---|---|
| BalanceTooLow | The balance is too low |
| AmountIntoBalanceFailed | Cannot convert Amount into Balance type |
| LiquidityRestrictions | Failed because liquidity restrictions due to locking |
| MaxLocksExceeded | Failed because the maximum locks was exceeded |
| KeepAlive | Transfer/payment would kill account |
| ExistentialDeposit | Value too low to create account due to existential deposit |
| DeadAccount | Beneficiary account must pre-exist |
| TooManyReserves |