Name | Lookup | Parameters | |
|---|---|---|---|
| mint | 7300 | 1 | |
| set_total_staking_currency | 7301 | 1 | |
| adjust_total_staking_currency | 7302 | 1 | |
| set_minting_cap | 7303 | 1 | |
| set_xcm_dest_weight | 7304 | 1 | |
| mint_for_requests | 7305 | 2 | |
| request_redeem | 7306 | 2 | |
| schedule_unbond | 7307 | 2 | |
| replace_schedule_unbond | 7308 | 1 | |
| adjust_available_staking_balance | 7309 | 2 | |
| set_staking_interest_rate_per_update | 730a | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| Minted | 7300 | ["AccountId","Balance","Balance"] | |
| TotalStakingCurrencySet | 7301 | ["Balance"] | |
| StakingCurrencyMintCapUpdated | 7302 | ["Balance"] | |
| XcmDestWeightSet | 7303 | ["Weight"] | |
| RedeemRequestCancelled | 7304 | ["AccountId","Balance"] | |
| RedeemRequested | 7305 | ["AccountId","Balance","Permill","Balance"] | |
| Redeemed | 7306 | ["AccountId","Balance","Balance"] | |
| ScheduledUnbondAdded | 7307 | ["Balance","RelayChainBlockNumberOf"] | |
| ScheduledUnbondReplaced | 7308 | ||
| ScheduledUnbondWithdrew | 7309 | ["Balance"] | |
| StakingInterestRatePerUpdateSet | 730a | ["Permill"] | |
| AvailableStakingBalanceSet | 730b | ["Balance"] |
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":508}} | |
| AvailableStakingBalance | {"origin":"PlainType","plain_type":"U128","PlainTypeValue":6} | |
| ScheduledUnbond | {"origin":"PlainType","plain_type":"Vec<Tuple:U128U32>","PlainTypeValue":509} | |
| StakingInterestRatePerUpdate | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":151} | |
| LastRedeemRequestKeyIterated | {"origin":"PlainType","plain_type":"Vec<U8>","PlainTypeValue":10} |
Name | Type | Value | |
|---|---|---|---|
| StakingCurrencyId | acala_primitives:currency:CurrencyId | 0002 | |
| LiquidCurrencyId | acala_primitives:currency:CurrencyId | 0003 | |
| MinimumMintThreshold | U128 | 00743ba40b0000000000000000000000 | |
| MinimumRedeemThreshold | U128 | 0088526a740000000000000000000000 | |
| SovereignSubAccountLocation | xcm:v1:multilocation:MultiLocation | 01010100d7b8926b326dd349355a9a7cca6606c1e0eb6fd2b506066b518c7155ff0d8297 | |
| SubAccountIndex | U16 | 0000 | |
| DefaultExchangeRate | U128 | 00008a5d784563010000000000000000 | |
| MaxRewardPerEra | U32 | f4010000 | |
| MintFee | U128 | 80841e00000000000000000000000000 | |
| BaseWithdrawFee | U32 | 05370000 | |
| XcmUnbondFee | U128 | 808d5b00000000000000000000000000 | |
| ParachainAccount | AccountId | 70617261d0070000000000000000000000000000000000000000000000000000 | |
| MaximumRedeemRequestMatchesForMint | U32 | 14000000 | |
| RelayChainUnbondingSlashingSpans | U32 | 05000000 | |
| MaxScheduledUnbonds | U32 | 23000000 | |
| StakingUpdateFrequency | U32 | 201c0000 |
Name | Docs |
|---|---|
| InvalidTotalStakingCurrency | The total amount for the Staking currency must be more than zero. |
| AmountBelowMinimumThreshold | The mint amount is below the minimum threshold allowed. |
| ExceededStakingCurrencyMintCap | The amount of Staking currency used has exceeded the cap allowed. |
| InsufficientReservedBalances | There isn't enough reserved currencies to cancel the redeem request. |
| InsufficientTotalStakingCurrency | Amount redeemed is above total amount staked. |
| InsufficientLiquidBalance | There isn't enough liquid balance in the user's account. |
| TooManyScheduledUnbonds | Too many Scheduled unbonds |
| XcmFailed | The xcm operation have failed |