Name | Lookup | Parameters | |
|---|---|---|---|
| mint | 7400 | 1 | |
| request_redeem | 7401 | 2 | |
| fast_match_redeems | 7402 | 1 | |
| claim_redemption | 7403 | 1 | |
| update_homa_params | 7404 | 4 | |
| update_bump_era_params | 7405 | 2 | |
| reset_ledgers | 7406 | 1 | |
| reset_current_era | 7407 | 1 | |
| force_bump_current_era | 7408 | 1 | |
| fast_match_redeems_completely | 7409 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| Minted | 7400 | ["AccountId","Balance","Balance","Balance"] | |
| RequestedRedeem | 7401 | ["AccountId","Balance","bool"] | |
| RedeemRequestCancelled | 7402 | ["AccountId","Balance"] | |
| RedeemedByFastMatch | 7403 | ["AccountId","Balance","Balance","Balance"] | |
| RedeemedByUnbond | 7404 | ["AccountId","EraIndex","Balance","Balance"] | |
| WithdrawRedemption | 7405 | ["AccountId","Balance"] | |
| CurrentEraBumped | 7406 | ["EraIndex"] | |
| CurrentEraReset | 7407 | ["EraIndex"] | |
| LedgerBondedReset | 7408 | ["u16","Balance"] | |
| LedgerUnlockingReset | 7409 | ["u16","Vec<UnlockChunk>"] | |
| SoftBondedCapPerSubAccountUpdated | 740a | ["Balance"] | |
| EstimatedRewardRatePerEraUpdated | 740b | ["Rate"] | |
| CommissionRateUpdated | 740c | ["Rate"] | |
| FastMatchFeeRateUpdated | 740d | ["Rate"] | |
| LastEraBumpedBlockUpdated | 740e | ["BlockNumber"] | |
| BumpEraFrequencyUpdated | 740f | ["BlockNumber"] |
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":520}} | |
| 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":521}} | |
| Unbondings | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat"],"key_vec":["AccountId","U32"],"value":"U128","keys_id":522,"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} |
Name | Type | Value | |
|---|---|---|---|
| StakingCurrencyId | acala_primitives:currency:CurrencyId | 0002 | |
| LiquidCurrencyId | acala_primitives:currency:CurrencyId | 0003 | |
| PalletId | [U8; 8] | 6163612f686f6d61 | |
| DefaultExchangeRate | U128 | 00008a5d784563010000000000000000 | |
| TreasuryAccount | AccountId | 6d6f646c6163612f686d74720000000000000000000000000000000000000000 | |
| ActiveSubAccountsIndexList | Vec<U16> | 040000 | |
| BondingDuration | U32 | 1c000000 | |
| MintThreshold | U128 | 00743ba40b0000000000000000000000 | |
| RedeemThreshold | U128 | 0088526a740000000000000000000000 |
Name | Docs |
|---|---|
| BelowMintThreshold | The mint amount is below the threshold. |
| BelowRedeemThreshold | The redeem amount to request is below the threshold. |
| ExceededStakingCurrencySoftCap | The mint will cause staking currency of Homa exceed the soft cap. |
| InsufficientUnclaimedRedemption | UnclaimedRedemption is not enough, this error is not expected. |
| OutdatedEraIndex | The era index to bump is outdated, must be greater than RelayChainCurrentEra |
| FastMatchIsNotAllowed | Redeem request is not allowed to be fast matched. |
| CannotCompletelyFastMatch | The fast match cannot be matched completely. |