subscan
Runtime Modules / Tokens
Spec Version:
Events
Name
Lookup
Attributes
Endowed0b00
DustLost0b01
Transfer0b02
Reserved0b03
Unreserved0b04
BalanceSet0b05
Storage Functions
Name
Type
TotalIssuance{"origin":"MapType","map_type":{"key":"CurrencyId","hasher":"Twox64Concat","value":"Balance","isLinked":false}}
Locks{"origin":"DoubleMapType","double_map_type":{"key":"AccountId","key2":"CurrencyId","hasher":"Blake2_128Concat","key2Hasher":"Twox64Concat","value":"BoundedVec<BalanceLock<Balance>, MaxLocks>","isLinked":false}}
Accounts{"origin":"DoubleMapType","double_map_type":{"key":"AccountId","key2":"CurrencyId","hasher":"Blake2_128Concat","key2Hasher":"Twox64Concat","value":"AccountData<Balance>","isLinked":false}}
Constants
Name
Type
Value
MaxLocksu320x32000000
Error Types
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