subscan
Runtime Modules / Tokens
Spec Version:
Call Functions
Name
Lookup
Parameters
transfer08003
transfer_all08013
transfer_keep_alive08023
force_transfer08034
set_balance08044
Events
Name
Lookup
Attributes
Endowed0800["CurrencyId","AccountId","Balance"]
DustLost0801["CurrencyId","AccountId","Balance"]
Transfer0802["CurrencyId","AccountId","AccountId","Balance"]
Reserved0803["CurrencyId","AccountId","Balance"]
Unreserved0804["CurrencyId","AccountId","Balance"]
RepatriatedReserve0805["CurrencyId","AccountId","AccountId","Balance","BalanceStatus"]
BalanceSet0806["CurrencyId","AccountId","Balance","Balance"]
Storage Functions
Name
Type
TotalIssuance{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["interbtc_primitives:CurrencyId"],"value":"U128","keys_id":37,"value_id":6}}
Locks{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Twox64Concat"],"key_vec":["AccountId","interbtc_primitives:CurrencyId"],"value":"Vec<orml_tokens:BalanceLock>","keys_id":266,"value_id":267}}
Accounts{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Twox64Concat"],"key_vec":["AccountId","interbtc_primitives:CurrencyId"],"value":"orml_tokens:AccountData","keys_id":266,"value_id":270}}
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