Name | Lookup | Parameters | |
|---|---|---|---|
| initialize_staking | 4500 | - | |
| stake | 4501 | 1 | |
| increase_stake | 4502 | 2 | |
| claim | 4503 | 1 | |
| unstake | 4504 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| PositionCreated | 4500 | ["AccountId","PositionItemId","Balance"] | |
| StakeAdded | 4501 | ["AccountId","PositionItemId","Balance","Balance","Balance","Point","FixedU128"] | |
| RewardsClaimed | 4502 | ["AccountId","PositionItemId","Balance","Balance","Point","Balance","FixedU128"] | |
| Unstaked | 4503 | ["AccountId","PositionItemId","Balance"] | |
| StakingInitialized | 4504 | ["Balance"] | |
| AccumulatedRpsUpdated | 4505 | ["FixedU128","Balance"] |
Name | Type | |
|---|---|---|
| Staking | {"origin":"PlainType","plain_type":"pallet_staking:types:StakingData","PlainTypeValue":658} | |
| Positions | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U128"],"value":"pallet_staking:types:Position","keys_id":6,"value_id":659}} | |
| NextPositionId | {"origin":"PlainType","plain_type":"U128","PlainTypeValue":6} | |
| Votes | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U128"],"value":"Vec<Tuple:U32pallet_staking:types:Vote>","keys_id":6,"value_id":660}} | |
| VotesRewarded | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["AccountId","U32"],"value":"pallet_staking:types:Vote","keys_id":549,"value_id":663}} | |
| PositionVotes | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U128"],"value":"Vec<Tuple:U32pallet_staking:types:Vote>","keys_id":6,"value_id":660}} | |
| ProcessedVotes | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["AccountId","U32"],"value":"pallet_staking:types:Vote","keys_id":549,"value_id":663}} | |
| SixSecBlocksSince | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} |
Name | Type | Value | |
|---|---|---|---|
| PeriodLength | U32 | 201c0000 | |
| PalletId | [U8; 8] | 7374616b696e6723 | |
| NativeAssetId | U32 | 00000000 | |
| MinStake | U128 | 0080c6a47e8d03000000000000000000 | |
| TimePointsWeight | U32 | 40420f00 | |
| ActionPointsWeight | U32 | 00c2eb0b | |
| TimePointsPerPeriod | U8 | 01 | |
| UnclaimablePeriods | U128 | 01000000000000000000000000000000 | |
| CurrentStakeWeight | U8 | 02 | |
| MaxVotes | U32 | 19000000 | |
| NFTCollectionId | U128 | ae080000000000000000000000000000 |
Name | Docs |
|---|---|
| InsufficientBalance | Balance is too low. |
| InsufficientStake | Staked amount is too low. |
| PositionNotFound | Staking position has not been found. |
| MaxVotesReached | Maximum amount of votes were reached for staking position. |
| NotInitialized | Staking is not initialized. |
| AlreadyInitialized | Staking is already initialized. |
| Arithmetic | Arithmetic error. |
| MissingPotBalance | Pot's balance is zero. |
| PositionAlreadyExists | Account's position already exists. |
| Forbidden | Signer is not an owner of the staking position. |
| ExistingVotes | Position contains registered votes. |
| ExistingProcessedVotes | Position contains processed votes. Removed these votes first before increasing stake or claiming. |
| InconsistentState | Action cannot be completed because unexpected error has occurred. This should be reportedto protocol maintainers. |