Vara
subscan
Runtime Modules / ChildBounties
Spec Version:
Events
Name
Lookup
Attributes
Added1e00["BountyIndex","BountyIndex"]
Awarded1e01["BountyIndex","BountyIndex","AccountId"]
Claimed1e02["BountyIndex","BountyIndex","BalanceOf","AccountId"]
Canceled1e03["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":141,"value_id":545}}
ChildBountyDescriptions{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"Vec<U8>","keys_id":4,"value_id":543}}
ChildrenCuratorFees{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"U128","keys_id":4,"value_id":6}}
Constants
Name
Type
Value
MaxActiveChildBountyCountU3205000000
ChildBountyValueMinimumU1280060b7986c8800000000000000000000
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`.