Name | Lookup | Parameters | |
|---|---|---|---|
| transfer | 0500 | 2 | |
| set_balance | 0501 | 3 | |
| force_transfer | 0502 | 3 | |
| transfer_keep_alive | 0503 | 2 | |
| transfer_all | 0504 | 2 | |
| force_unreserve | 0505 | 2 |
Name | Lookup | Attributes | |
|---|---|---|---|
| Endowed | 0500 | ["AccountId","Balance"] | |
| DustLost | 0501 | ["AccountId","Balance"] | |
| Transfer | 0502 | ["AccountId","AccountId","Balance"] | |
| BalanceSet | 0503 | ["AccountId","Balance","Balance"] | |
| Reserved | 0504 | ["AccountId","Balance"] | |
| Unreserved | 0505 | ["AccountId","Balance"] | |
| ReserveRepatriated | 0506 | ["AccountId","AccountId","Balance","Status"] | |
| Deposit | 0507 | ["AccountId","Balance"] | |
| Withdraw | 0508 | ["AccountId","Balance"] | |
| Slashed | 0509 | ["AccountId","Balance"] |
Name | Type | |
|---|---|---|
| TotalIssuance | {"origin":"PlainType","plain_type":"U128","PlainTypeValue":6} | |
| Account | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"pallet_balances:AccountData","keys_id":0,"value_id":5}} | |
| Locks | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"Vec<pallet_balances:BalanceLock>","keys_id":0,"value_id":449}} | |
| Reserves | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"Vec<pallet_balances:ReserveData>","keys_id":0,"value_id":453}} | |
| StorageVersion | {"origin":"PlainType","plain_type":"pallet_balances:Releases","PlainTypeValue":456} |
Name | Type | Value | |
|---|---|---|---|
| ExistentialDeposit | U128 | 00e40b54020000000000000000000000 | |
| MaxLocks | U32 | 32000000 | |
| MaxReserves | U32 | 32000000 |
Name | Docs |
|---|---|
| VestingBalance | Vesting balance too high to send value |
| LiquidityRestrictions | Account liquidity restrictions prevent withdrawal |
| InsufficientBalance | Balance too low to send value |
| ExistentialDeposit | Value too low to create account due to existential deposit |
| KeepAlive | Transfer/payment would kill account |
| ExistingVestingSchedule | A vesting schedule already exists for this account |
| DeadAccount | Beneficiary account must pre-exist |
| TooManyReserves | Number of named reserves exceed MaxReserves |