Kusama
subscan
Runtime Modules / ChildBounties
Spec Version:
Events
Name
Lookup
Attributes
Added2800["BountyIndex","BountyIndex"]
Awarded2801["BountyIndex","BountyIndex","AccountId"]
Claimed2802["BountyIndex","BountyIndex","BalanceOf","AccountId"]
Canceled2803["BountyIndex","BountyIndex"]
Storage Functions
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":233,"value_id":772}}
ChildBountyDescriptions{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"Vec<U8>","keys_id":4,"value_id":770}}
ChildrenCuratorFees{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"U128","keys_id":4,"value_id":6}}
Constants
Name
Type
Value
MaxActiveChildBountyCountU3264000000
ChildBountyValueMinimumU128a4425d8d010000000000000000000000
Error Types
Name
Docs
ParentBountyNotActiveThe parent bounty is not in active state.
InsufficientBountyBalanceThe bounty balance is not enough to add new child-bounty.
TooManyChildBountiesNumber of child bounties exceeds limit `MaxActiveChildBountyCount`.