Name | Lookup | Parameters | |
|---|---|---|---|
| transfer | 0700 | 2 | |
| set_balance | 0701 | 3 | |
| force_transfer | 0702 | 3 | |
| transfer_keep_alive | 0703 | 2 | |
| transfer_all | 0704 | 2 | |
| force_unreserve | 0705 | 2 |
Name | Lookup | Attributes | |
|---|---|---|---|
| Endowed | 0700 | ["AccountId","Balance"] | |
| DustLost | 0701 | ["AccountId","Balance"] | |
| Transfer | 0702 | ["AccountId","AccountId","Balance"] | |
| BalanceSet | 0703 | ["AccountId","Balance","Balance"] | |
| Reserved | 0704 | ["AccountId","Balance"] | |
| Unreserved | 0705 | ["AccountId","Balance"] | |
| ReserveRepatriated | 0706 | ["AccountId","AccountId","Balance","Status"] | |
| Deposit | 0707 | ["AccountId","Balance"] | |
| Withdraw | 0708 | ["AccountId","Balance"] | |
| Slashed | 0709 | ["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":304}} | |
| Reserves | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"Vec<pallet_balances:ReserveData>","keys_id":0,"value_id":308}} | |
| StorageVersion | {"origin":"PlainType","plain_type":"pallet_balances:Releases","PlainTypeValue":311} |
Name | Type | Value | |
|---|---|---|---|
| ExistentialDeposit | U128 | 0010a5d4e80000000000000000000000 | |
| 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 |