Name | Lookup | Parameters | |
|---|---|---|---|
| transfer | 2d00 | 2 | |
| set_balance | 2d01 | 3 | |
| force_transfer | 2d02 | 3 | |
| transfer_keep_alive | 2d03 | 2 | |
| transfer_all | 2d04 | 2 | |
| force_unreserve | 2d05 | 2 |
Name | Lookup | Attributes | |
|---|---|---|---|
| Endowed | 2d00 | ["AccountId","Balance"] | |
| DustLost | 2d01 | ["AccountId","Balance"] | |
| Transfer | 2d02 | ["AccountId","AccountId","Balance"] | |
| BalanceSet | 2d03 | ["AccountId","Balance","Balance"] | |
| Reserved | 2d04 | ["AccountId","Balance"] | |
| Unreserved | 2d05 | ["AccountId","Balance"] | |
| ReserveRepatriated | 2d06 | ["AccountId","AccountId","Balance","Status"] | |
| Deposit | 2d07 | ["AccountId","Balance"] | |
| Withdraw | 2d08 | ["AccountId","Balance"] | |
| Slashed | 2d09 | ["AccountId","Balance"] |
Name | Type | |
|---|---|---|
| TotalIssuance | {"origin":"PlainType","plain_type":"U128","PlainTypeValue":6} | |
| InactiveIssuance | {"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":733}} | |
| Reserves | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"Vec<pallet_balances:ReserveData>","keys_id":0,"value_id":734}} |
Name | Type | Value | |
|---|---|---|---|
| ExistentialDeposit | U128 | 00e40b54020000000000000000000000 | |
| MaxLocks | U32 | 04000000 | |
| MaxReserves | U32 | 04000000 |
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 |