subscan
Runtime Modules / Balances
Spec Version:
Call Functions
Events
Name
Lookup
Attributes
Endowed0a00["AccountId","Balance"]
DustLost0a01["AccountId","Balance"]
Transfer0a02["AccountId","AccountId","Balance"]
BalanceSet0a03["AccountId","Balance","Balance"]
Deposit0a04["AccountId","Balance"]
Reserved0a05["AccountId","Balance"]
Unreserved0a06["AccountId","Balance"]
ReserveRepatriated0a07["AccountId","AccountId","Balance","Status"]
Storage Functions
Name
Type
TotalIssuance{"origin":"PlainType","plain_type":"U128","PlainTypeValue":6}
Account{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["[U8; 20]"],"value":"pallet_balances:AccountData","keys_id":0,"value_id":5}}
Locks{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["[U8; 20]"],"value":"Vec<pallet_balances:BalanceLock>","keys_id":0,"value_id":124}}
Reserves{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["[U8; 20]"],"value":"Vec<pallet_balances:ReserveData>","keys_id":0,"value_id":128}}
StorageVersion{"origin":"PlainType","plain_type":"pallet_balances:Releases","PlainTypeValue":131}
Constants
Name
Type
Value
ExistentialDepositU12800000000000000000000000000000000
MaxLocksU3232000000
MaxReservesU3232000000
Error Types
Name
Docs
VestingBalanceVesting balance too high to send value
LiquidityRestrictionsAccount liquidity restrictions prevent withdrawal
InsufficientBalanceBalance too low to send value
ExistentialDepositValue too low to create account due to existential deposit
KeepAliveTransfer/payment would kill account
ExistingVestingScheduleA vesting schedule already exists for this account
DeadAccountBeneficiary account must pre-exist
TooManyReservesNumber of named reserves exceed MaxReserves