Itering understands the importance of protecting and safeguarding your privacy. By continuing using this website you agree with our
Privacy Policyand
Terms of Use.
Name | Lookup | Parameters | |
---|---|---|---|
add_child_bounty | 4600 | 3 | |
propose_curator | 4601 | 4 | |
accept_curator | 4602 | 2 | |
unassign_curator | 4603 | 2 | |
award_child_bounty | 4604 | 3 | |
claim_child_bounty | 4605 | 2 | |
close_child_bounty | 4606 | 2 |
Name | Type | |
---|---|---|
ChildBountyCount | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
ParentChildBounties | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"U32","keys_id":4,"value_id":4}} | |
ChildBounties | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat"],"key_vec":["U32","U32"],"value":"pallet_child_bounties:ChildBounty","keys_id":37,"value_id":443}} | |
ChildBountyDescriptions | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"Vec<U8>","keys_id":4,"value_id":426}} | |
ChildrenCuratorFees | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"U128","keys_id":4,"value_id":6}} |
Name | Type | Value | |
---|---|---|---|
MaxActiveChildBountyCount | U32 | 05000000 | |
ChildBountyValueMinimum | U128 | 0010a5d4e80000000000000000000000 | |
ChildBountyCuratorDepositBase | U32 | a0860100 |
Name | Docs |
---|---|
ParentBountyNotActive | The parent bounty is not in active state. |
InsufficientBountyBalance | The bounty balance is not enough to add new child-bounty. |
TooManyChildBounties | Number of child-bounties exceeds limit `MaxActiveChildBountyCount`. |