Name | Lookup | Parameters | |
---|---|---|---|
register | 2200 | 1 | |
unregister | 2201 | 1 | |
bond_and_stake | 2202 | 2 | |
unbond_unstake_and_withdraw | 2203 | 2 | |
claim | 2204 | 2 | |
force_new_era | 2205 | - | |
developer_pre_approval | 2206 | 1 | |
enable_developer_pre_approval | 2207 | 1 |
Name | Lookup | Attributes | |
---|---|---|---|
BondAndStake | 2200 | ||
UnbondUnstakeAndWithdraw | 2201 | ||
NewContract | 2202 | ||
ContractRemoved | 2203 | ||
NewDappStakingEra | 2204 | ||
Reward | 2205 |
Name | Type | |
---|---|---|
Ledger | {"origin":"MapType","map_type":{"key":"AccountId","hasher":"Blake2_128Concat","value":"BalanceOf","isLinked":false}} | |
CurrentEra | {"origin":"PlainType","plain_type":"EraIndex"} | |
BlockRewardAccumulator | {"origin":"PlainType","plain_type":"BalanceOf"} | |
ForceEra | {"origin":"PlainType","plain_type":"Forcing"} | |
RegisteredDevelopers | {"origin":"MapType","map_type":{"key":"AccountId","hasher":"Blake2_128Concat","value":"SmartContract","isLinked":false}} | |
RegisteredDapps | {"origin":"MapType","map_type":{"key":"SmartContract","hasher":"Blake2_128Concat","value":"AccountId","isLinked":false}} | |
EraRewardsAndStakes | {"origin":"MapType","map_type":{"key":"EraIndex","hasher":"Twox64Concat","value":"EraRewardAndStake<BalanceOf>","isLinked":false}} | |
ContractEraStake | {"origin":"DoubleMapType","double_map_type":{"key":"SmartContract","key2":"EraIndex","hasher":"Blake2_128Concat","key2Hasher":"Twox64Concat","value":"EraStakingPoints<AccountId, BalanceOf>","isLinked":false}} | |
PreApprovalIsEnabled | {"origin":"PlainType","plain_type":"bool"} | |
PreApprovedDevelopers | {"origin":"MapType","map_type":{"key":"AccountId","hasher":"Twox64Concat","value":"Null","isLinked":false}} |
Name | Type | Value | |
---|---|---|---|
BlockPerEra | BlockNumberFor | 0xb0040000 | |
RegisterDeposit | BalanceOf | 0x000010632d5ec76b0500000000000000 | |
DeveloperRewardPercentage | Perbill | 0x0008af2f | |
MaxNumberOfStakersPerContract | u32 | 0x00080000 | |
MinimumStakingAmount | BalanceOf | 0x0000f444829163450000000000000000 | |
HistoryDepth | u32 | 0x3c000000 | |
BonusEraDuration | u32 | 0x58020000 | |
PalletId | PalletId | 0x70792f6470737374 | |
TreasuryPalletId | PalletId | 0x70792f7472737279 |
Name | Docs |
---|---|
StakingWithNoValue | Can not stake with zero value. |
InsufficientValue | Can not stake with value less than minimum staking value |
MaxNumberOfStakersExceeded | Number of stakers per contract exceeded. |
NotOperatedContract | Targets must be operated contracts |
NotStakedContract | Contract isn't staked. |
UnstakingWithNoValue | Unstaking a contract with zero value |
AlreadyRegisteredContract | The contract is already registered by other account |
ContractIsNotValid | User attempts to register with address which is not contract |
AlreadyUsedDeveloperAccount | This account was already used to register contract |
NotOwnedContract | Smart contract not owned by the account id. |
UnknownEraReward | Report issue on github if this is ever emitted |
NotStaked | Contract hasn't been staked on in this era. |
AlreadyClaimedInThisEra | Contract already claimed in this era and reward is distributed |
EraOutOfBounds | Era parameter is out of bounds |
RequiredContractPreApproval | To register a contract, pre-approval is needed for this address |
AlreadyPreApprovedDeveloper | Developer's account is already part of pre-approved list |