subscan
Runtime Modules / HomaLite
Spec Version:
Events
Name
Lookup
Attributes
Minted7300["AccountId","Balance","Balance"]
TotalStakingCurrencySet7301["Balance"]
StakingCurrencyMintCapUpdated7302["Balance"]
XcmDestWeightSet7303["Weight"]
RedeemRequestCancelled7304["AccountId","Balance"]
RedeemRequested7305["AccountId","Balance","Permill","Balance"]
Redeemed7306["AccountId","Balance","Balance"]
ScheduledUnbondAdded7307["Balance","RelayChainBlockNumberOf"]
ScheduledUnbondReplaced7308
ScheduledUnbondWithdrew7309["Balance"]
StakingInterestRatePerUpdateSet730a["Permill"]
AvailableStakingBalanceSet730b["Balance"]
Storage Functions
Name
Type
TotalStakingCurrency{"origin":"PlainType","plain_type":"U128","PlainTypeValue":6}
StakingCurrencyMintCap{"origin":"PlainType","plain_type":"U128","PlainTypeValue":6}
XcmDestWeight{"origin":"PlainType","plain_type":"U64","PlainTypeValue":8}
RedeemRequests{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"Tuple:U128U32","keys_id":0,"value_id":507}}
AvailableStakingBalance{"origin":"PlainType","plain_type":"U128","PlainTypeValue":6}
ScheduledUnbond{"origin":"PlainType","plain_type":"Vec<Tuple:U128U32>","PlainTypeValue":508}
StakingInterestRatePerUpdate{"origin":"PlainType","plain_type":"U32","PlainTypeValue":150}
LastRedeemRequestKeyIterated{"origin":"PlainType","plain_type":"Vec<U8>","PlainTypeValue":10}
Constants
Name
Type
Value
StakingCurrencyIdacala_primitives:currency:CurrencyId0082
LiquidCurrencyIdacala_primitives:currency:CurrencyId0083
MinimumMintThresholdU1280088526a740000000000000000000000
MinimumRedeemThresholdU128005039278c0400000000000000000000
SovereignSubAccountLocationxcm:v1:multilocation:MultiLocation01010100d7b8926b326dd349355a9a7cca6606c1e0eb6fd2b506066b518c7155ff0d8297
SubAccountIndexU160000
DefaultExchangeRateU12800008a5d784563010000000000000000
MaxRewardPerEraU32f4010000
MintFeeU12800c2eb0b000000000000000000000000
BaseWithdrawFeeU32ac0d0000
XcmUnbondFeeU1280046c323000000000000000000000000
ParachainAccountAccountId70617261d0070000000000000000000000000000000000000000000000000000
MaximumRedeemRequestMatchesForMintU3214000000
RelayChainUnbondingSlashingSpansU3205000000
MaxScheduledUnbondsU320e000000
StakingUpdateFrequencyU32201c0000
Error Types
Name
Docs
InvalidTotalStakingCurrencyThe total amount for the Staking currency must be more than zero.
AmountBelowMinimumThresholdThe mint amount is below the minimum threshold allowed.
ExceededStakingCurrencyMintCapThe amount of Staking currency used has exceeded the cap allowed.
InsufficientReservedBalancesThere isn't enough reserved currencies to cancel the redeem request.
InsufficientTotalStakingCurrencyAmount redeemed is above total amount staked.
InsufficientLiquidBalanceThere isn't enough liquid balance in the user's account.
TooManyScheduledUnbondsToo many Scheduled unbonds
XcmFailedThe xcm operation have failed