subscan
Runtime Modules / DappsStaking
Spec Version:
Events
Name
Lookup
Attributes
BondAndStake2200["AccountId","SmartContract","BalanceOf"]
UnbondAndUnstake2201["AccountId","SmartContract","BalanceOf"]
Withdrawn2202["AccountId","BalanceOf"]
NewContract2203["AccountId","SmartContract"]
ContractRemoved2204["AccountId","SmartContract"]
NewDappStakingEra2205["EraIndex"]
Reward2206["AccountId","SmartContract","EraIndex","BalanceOf"]
Storage Functions
Name
Type
MigrationStateV2{"origin":"PlainType","plain_type":"pallet_dapps_staking:migrations:v2:MigrationState","PlainTypeValue":222}
PalletDisabled{"origin":"PlainType","plain_type":"Bool","PlainTypeValue":62}
Ledger{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"pallet_dapps_staking:AccountLedger","keys_id":0,"value_id":224}}
CurrentEra{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
BlockRewardAccumulator{"origin":"PlainType","plain_type":"U128","PlainTypeValue":6}
ForceEra{"origin":"PlainType","plain_type":"pallet_dapps_staking:Forcing","PlainTypeValue":228}
RegisteredDevelopers{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"shibuya_runtime:SmartContract","keys_id":0,"value_id":37}}
RegisteredDapps{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["shibuya_runtime:SmartContract"],"value":"AccountId","keys_id":37,"value_id":0}}
EraRewardsAndStakes{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"pallet_dapps_staking:EraRewardAndStake","keys_id":4,"value_id":229}}
ContractEraStake{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Twox64Concat"],"key_vec":["shibuya_runtime:SmartContract","U32"],"value":"pallet_dapps_staking:EraStakingPoints","keys_id":230,"value_id":231}}
StorageVersion{"origin":"PlainType","plain_type":"pallet_dapps_staking:Version","PlainTypeValue":235}
PreApprovalIsEnabled{"origin":"PlainType","plain_type":"Bool","PlainTypeValue":62}
PreApprovedDevelopers{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"NULL","keys_id":0,"value_id":27}}
Constants
Name
Type
Value
BlockPerEraU32b0040000
RegisterDepositU128000010632d5ec76b0500000000000000
DeveloperRewardPercentageU320065cd1d
MaxNumberOfStakersPerContractU3200080000
MinimumStakingAmountU1280000f444829163450000000000000000
HistoryDepthU323c000000
BonusEraDurationU3258020000
PalletId[U8; 8]70792f6470737374
MinimumRemainingAmountU128000064a7b3b6e00d0000000000000000
MaxUnlockingChunksU3220000000
UnbondingPeriodU3202000000
Error Types
Name
Docs
DisabledDisabled
UpgradeTooHeavyUpgrade is too heavy, reduce the weight parameter.
StakingWithNoValueCan not stake with zero value.
InsufficientValueCan not stake with value less than minimum staking value
MaxNumberOfStakersExceededNumber of stakers per contract exceeded.
NotOperatedContractTargets must be operated contracts
NotStakedContractContract isn't staked.
UnstakingWithNoValueUnstaking a contract with zero value
NothingToWithdrawThere are no previously unbonded funds that can be unstaked and withdrawn.
AlreadyRegisteredContractThe contract is already registered by other account
ContractIsNotValidUser attempts to register with address which is not contract
AlreadyUsedDeveloperAccountThis account was already used to register contract
NotOwnedContractSmart contract not owned by the account id.
UnknownEraRewardReport issue on github if this is ever emitted
NotStakedContract hasn't been staked on in this era.
TooManyUnlockingChunksContract has too many unlocking chunks. Withdraw the existing chunks if possibleor wait for current chunks to complete unlocking process to withdraw them.
AlreadyClaimedInThisEraContract already claimed in this era and reward is distributed
EraOutOfBoundsEra parameter is out of bounds
RequiredContractPreApprovalTo register a contract, pre-approval is needed for this address
AlreadyPreApprovedDeveloperDeveloper's account is already part of pre-approved list