subscan
Runtime Modules / Homa
Spec Version:
Events
Name
Lookup
Attributes
Minted7400["AccountId","Balance","Balance","Balance"]
RequestedRedeem7401["AccountId","Balance","bool"]
RedeemRequestCancelled7402["AccountId","Balance"]
RedeemedByFastMatch7403["AccountId","Balance","Balance","Balance"]
RedeemedByUnbond7404["AccountId","EraIndex","Balance","Balance"]
WithdrawRedemption7405["AccountId","Balance"]
CurrentEraBumped7406["EraIndex"]
CurrentEraReset7407["EraIndex"]
LedgerBondedReset7408["u16","Balance"]
LedgerUnlockingReset7409["u16","Vec<UnlockChunk>"]
SoftBondedCapPerSubAccountUpdated740a["Balance"]
EstimatedRewardRatePerEraUpdated740b["Rate"]
CommissionRateUpdated740c["Rate"]
FastMatchFeeRateUpdated740d["Rate"]
LastEraBumpedBlockUpdated740e["BlockNumber"]
BumpEraFrequencyUpdated740f["BlockNumber"]
Storage Functions
Name
Type
RelayChainCurrentEra{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
StakingLedgers{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U16"],"value":"module_homa:module:StakingLedger","keys_id":37,"value_id":522}}
ToBondPool{"origin":"PlainType","plain_type":"U128","PlainTypeValue":6}
TotalVoidLiquid{"origin":"PlainType","plain_type":"U128","PlainTypeValue":6}
UnclaimedRedemption{"origin":"PlainType","plain_type":"U128","PlainTypeValue":6}
RedeemRequests{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"Tuple:U128Bool","keys_id":0,"value_id":523}}
Unbondings{"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat"],"key_vec":["AccountId","U32"],"value":"U128","keys_id":524,"value_id":6}}
EstimatedRewardRatePerEra{"origin":"PlainType","plain_type":"U128","PlainTypeValue":57}
SoftBondedCapPerSubAccount{"origin":"PlainType","plain_type":"U128","PlainTypeValue":6}
CommissionRate{"origin":"PlainType","plain_type":"U128","PlainTypeValue":57}
FastMatchFeeRate{"origin":"PlainType","plain_type":"U128","PlainTypeValue":57}
LastEraBumpedBlock{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
BumpEraFrequency{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
Constants
Name
Type
Value
StakingCurrencyIdacala_primitives:currency:CurrencyId0082
LiquidCurrencyIdacala_primitives:currency:CurrencyId0083
PalletId[U8; 8]6163612f686f6d61
DefaultExchangeRateU12800008a5d784563010000000000000000
TreasuryAccountAccountId6d6f646c6163612f686d74720000000000000000000000000000000000000000
ActiveSubAccountsIndexListVec<U16>040000
BondingDurationU321c000000
MintThresholdU1280010a5d4e80000000000000000000000
RedeemThresholdU12800a0724e180900000000000000000000
Error Types
Name
Docs
BelowMintThreshold The mint amount is below the threshold.
BelowRedeemThreshold The redeem amount to request is below the threshold.
ExceededStakingCurrencySoftCapThe mint will cause staking currency of Homa exceed the soft cap.
InsufficientUnclaimedRedemptionUnclaimedRedemption is not enough, this error is not expected.
OutdatedEraIndexThe era index to bump is outdated, must be greater than RelayChainCurrentEra
FastMatchIsNotAllowedRedeem request is not allowed to be fast matched.
CannotCompletelyFastMatchThe fast match cannot be matched completely.