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 |
Name | Lookup | Attributes | |
|---|---|---|---|
| Minted | 7300 | ||
| TotalStakingCurrencySet | 7301 | ||
| StakingCurrencyMintCapUpdated | 7302 | ||
| XcmDestWeightSet | 7303 | ||
| RedeemRequestCancelled | 7304 | ||
| RedeemRequested | 7305 | ||
| Redeemed | 7306 | ||
| ScheduledUnbondAdded | 7307 | ||
| ScheduledUnbondReplaced | 7308 | ||
| ScheduledUnbondWithdrew | 7309 |
Name | Type | |
|---|---|---|
| TotalStakingCurrency | {"origin":"PlainType","plain_type":"Balance"} | |
| StakingCurrencyMintCap | {"origin":"PlainType","plain_type":"Balance"} | |
| XcmDestWeight | {"origin":"PlainType","plain_type":"Weight"} | |
| RedeemRequests | {"origin":"MapType","map_type":{"key":"AccountId","hasher":"Twox64Concat","value":"(Balance, Permill)","isLinked":false}} | |
| AvailableStakingBalance | {"origin":"PlainType","plain_type":"Balance"} | |
| ScheduledUnbond | {"origin":"PlainType","plain_type":"BoundedVec<(Balance, RelayChainBlockNumberOf), MaxScheduledUnbonds>"} |
Name | Type | Value | |
|---|---|---|---|
| StakingCurrencyId | CurrencyId | 0x0082 | |
| LiquidCurrencyId | CurrencyId | 0x0083 | |
| MinimumMintThreshold | Balance | 0x00e87648170000000000000000000000 | |
| MinimumRedeemThreshold | Balance | 0x0010a5d4e80000000000000000000000 | |
| SovereignSubAccountLocation | MultiLocation | 0x01010100d7b8926b326dd349355a9a7cca6606c1e0eb6fd2b506066b518c7155ff0d8297 | |
| SubAccountIndex | u16 | 0x0000 | |
| DefaultExchangeRate | ExchangeRate | 0x00008a5d784563010000000000000000 | |
| MaxRewardPerEra | Permill | 0xf4010000 | |
| MintFee | Balance | 0x00c2eb0b000000000000000000000000 | |
| BaseWithdrawFee | Permill | 0xac0d0000 | |
| XcmUnbondFee | Balance | 0x0046c323000000000000000000000000 | |
| ParachainAccount | AccountId | 0x70617261d0070000000000000000000000000000000000000000000000000000 | |
| MaximumRedeemRequestMatchesForMint | u32 | 0x14000000 | |
| RelayChainUnbondingSlashingSpans | u32 | 0x05000000 | |
| MaxScheduledUnbonds | u32 | 0x0e000000 |
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 |