Name | Lookup | Attributes | |
|---|---|---|---|
| Endowed | 2300 | ["CurrencyId","AccountId","Balance"] | |
| DustLost | 2301 | ["CurrencyId","AccountId","Balance"] | |
| Transfer | 2302 | ["CurrencyId","AccountId","AccountId","Balance"] | |
| Reserved | 2303 | ["CurrencyId","AccountId","Balance"] | |
| Unreserved | 2304 | ["CurrencyId","AccountId","Balance"] | |
| ReserveRepatriated | 2305 | ["CurrencyId","AccountId","AccountId","Balance","BalanceStatus"] | |
| BalanceSet | 2306 | ["CurrencyId","AccountId","Balance","Balance"] | |
| TotalIssuanceSet | 2307 | ["CurrencyId","Balance"] | |
| Withdrawn | 2308 | ["CurrencyId","AccountId","Balance"] | |
| Slashed | 2309 | ["CurrencyId","AccountId","Balance","Balance"] | |
| Deposited | 230a | ["CurrencyId","AccountId","Balance"] | |
| LockSet | 230b | ["LockIdentifier","CurrencyId","AccountId","Balance"] | |
| LockRemoved | 230c | ["LockIdentifier","CurrencyId","AccountId"] | |
| Locked | 230d | ["CurrencyId","AccountId","Balance"] | |
| Unlocked | 230e | ["CurrencyId","AccountId","Balance"] |
Name | Type | |
|---|---|---|
| TotalIssuance | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["peaq_primitives_xcm:currency:CurrencyId"],"value":"U128","keys_id":126,"value_id":6}} | |
| Locks | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Twox64Concat"],"key_vec":["AccountId","peaq_primitives_xcm:currency:CurrencyId"],"value":"Vec<orml_tokens:BalanceLock>","keys_id":396,"value_id":397}} | |
| Accounts | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Twox64Concat"],"key_vec":["AccountId","peaq_primitives_xcm:currency:CurrencyId"],"value":"orml_tokens:AccountData","keys_id":396,"value_id":400}} | |
| Reserves | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Twox64Concat"],"key_vec":["AccountId","peaq_primitives_xcm:currency:CurrencyId"],"value":"Vec<orml_tokens:ReserveData>","keys_id":396,"value_id":401}} |
Name | Type | Value | |
|---|---|---|---|
| MaxLocks | U32 | 32000000 | |
| MaxReserves | U32 | 00000000 |
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 |