Name | Lookup | Parameters | |
---|---|---|---|
mint | 3600 | 2 | |
burn | 3601 | 2 | |
deposit | 3602 | 1 | |
withdraw | 3603 | 2 | |
add_minting_origin | 3604 | 1 | |
remove_minting_origin | 3605 | 1 | |
update_round_length | 3606 | 1 | |
update_mining_issuance_config | 3607 | 1 | |
pause_mining_round | 3608 | - | |
unpause_mining_round | 3609 | - |
Name | Lookup | Attributes | |
---|---|---|---|
MiningResourceMinted | 3600 | ["Balance"] | |
MiningResourceBurned | 3601 | ["Balance"] | |
DepositMiningResource | 3602 | ["AccountId","Balance"] | |
WithdrawMiningResource | 3603 | ["AccountId","Balance"] | |
AddNewMiningOrigin | 3604 | ["AccountId"] | |
RemoveMiningOrigin | 3605 | ["AccountId"] | |
NewMiningRound | 3606 | ["RoundIndex","MiningRange<Balance>"] | |
RoundLengthUpdated | 3607 | ["BlockNumber"] | |
MiningConfigUpdated | 3608 | ["BlockNumber","MiningResourceRateInfo"] | |
MiningResourceMintedTo | 3609 | ["AccountId","Balance"] | |
MiningResourceBurnFrom | 360a | ["AccountId","Balance"] | |
MiningRoundPaused | 360b | ["BlockNumber","RoundIndex"] | |
MiningRoundUnPaused | 360c | ["BlockNumber","RoundIndex"] |
Name | Type | |
---|---|---|
MintingOrigins | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"NULL","keys_id":0,"value_id":32}} | |
Round | {"origin":"PlainType","plain_type":"bit_country_primitives:staking:RoundInfo","PlainTypeValue":405} | |
MiningConfig | {"origin":"PlainType","plain_type":"core_primitives:MiningResourceRateInfo","PlainTypeValue":113} | |
CurrentMiningResourceAllocation | {"origin":"PlainType","plain_type":"core_primitives:MiningRange","PlainTypeValue":112} | |
MiningPaused | {"origin":"PlainType","plain_type":"Bool","PlainTypeValue":102} |
Name | Type | Value | |
---|---|---|---|
BitMiningTreasury | [U8; 8] | 63622f6d696e6967 |
Name | Docs |
---|---|
AmountZero | Transfer amount should be non-zero |
BalanceLow | Account balance must be greater than or equal to the transfer amount |
BalanceZero | Balance should be non-zero |
InsufficientBalance | Insufficient balance |
NoPermissionTokenIssuance | No permission to issue token |
NoPermission | No permission to interact with mining resource |
OriginsAlreadyExist | Origins already exist |
OriginsIsNotExist | Origin is not exist |
RoundUpdateIsOnProgress | Round update is on progress |
MiningRoundAlreadyPaused | Mining round already paused |
MiningRoundIsNotPaused | Mining round is not paused |