subscan
Runtime Modules / Tokens
Spec Version:
Events
Name
Lookup
Attributes
Endowed0b00["CurrencyId","AccountId","Balance"]
DustLost0b01["CurrencyId","AccountId","Balance"]
Transfer0b02["CurrencyId","AccountId","AccountId","Balance"]
Reserved0b03["CurrencyId","AccountId","Balance"]
Unreserved0b04["CurrencyId","AccountId","Balance"]
RepatriatedReserve0b05["CurrencyId","AccountId","AccountId","Balance","BalanceStatus"]
BalanceSet0b06["CurrencyId","AccountId","Balance","Balance"]
Storage Functions
Name
Type
TotalIssuance{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["acala_primitives:currency:CurrencyId"],"value":"U128","keys_id":44,"value_id":6}}
Locks{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Twox64Concat"],"key_vec":["AccountId","acala_primitives:currency:CurrencyId"],"value":"Vec<orml_tokens:BalanceLock>","keys_id":365,"value_id":366}}
Accounts{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Twox64Concat"],"key_vec":["AccountId","acala_primitives:currency:CurrencyId"],"value":"orml_tokens:AccountData","keys_id":365,"value_id":369}}
Constants
Name
Type
Value
MaxLocksU3232000000
Error Types
Name
Docs
BalanceTooLowThe balance is too low
AmountIntoBalanceFailedCannot convert Amount into Balance type
LiquidityRestrictionsFailed because liquidity restrictions due to locking
MaxLocksExceededFailed because the maximum locks was exceeded
KeepAliveTransfer/payment would kill account
ExistentialDepositValue too low to create account due to existential deposit
DeadAccountBeneficiary account must pre-exist