Name | Lookup | Parameters | |
|---|---|---|---|
| fund_bounty | 6200 | 4 | |
| fund_child_bounty | 6201 | 4 | |
| propose_curator | 6202 | 3 | |
| accept_curator | 6203 | 2 | |
| unassign_curator | 6204 | 2 | |
| award_bounty | 6205 | 3 | |
| close_bounty | 6206 | 2 | |
| check_status | 6207 | 2 | |
| retry_payment | 6208 | 2 |
Name | Lookup | Attributes | |
|---|---|---|---|
| BountyCreated | 6200 | ["BountyIndex"] | |
| ChildBountyCreated | 6201 | ["BountyIndex","BountyIndex"] | |
| BountyBecameActive | 6202 | ["BountyIndex","Option<BountyIndex>","AccountId"] | |
| BountyAwarded | 6203 | ["BountyIndex","Option<BountyIndex>","Beneficiary"] | |
| BountyPayoutProcessed | 6204 | ["BountyIndex","Option<BountyIndex>","AssetKind","Balance","Beneficiary"] | |
| BountyFundingProcessed | 6205 | ["BountyIndex","Option<BountyIndex>"] | |
| BountyRefundProcessed | 6206 | ["BountyIndex","Option<BountyIndex>"] | |
| BountyCanceled | 6207 | ["BountyIndex","Option<BountyIndex>"] | |
| CuratorUnassigned | 6208 | ["BountyIndex","Option<BountyIndex>"] | |
| CuratorProposed | 6209 | ["BountyIndex","Option<BountyIndex>","AccountId"] | |
| PaymentFailed | 620a | ["BountyIndex","Option<BountyIndex>","PaymentIdOf"] | |
| Paid | 620b | ["BountyIndex","Option<BountyIndex>","PaymentIdOf"] |
Name | Type | |
|---|---|---|
| BountyCount | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
| Bounties | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"pallet_multi_asset_bounties:Bounty","keys_id":4,"value_id":1009}} | |
| ChildBounties | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat"],"key_vec":["U32","U32"],"value":"pallet_multi_asset_bounties:ChildBounty","keys_id":39,"value_id":1012}} | |
| ChildBountiesPerParent | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"U32","keys_id":4,"value_id":4}} | |
| TotalChildBountiesPerParent | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"U32","keys_id":4,"value_id":4}} | |
| ChildBountiesValuePerParent | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"U128","keys_id":4,"value_id":6}} | |
| CuratorDeposit | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat"],"key_vec":["U32","option<U32>"],"value":"U128","keys_id":1013,"value_id":1014}} |
Name | Type | Value | |
|---|---|---|---|
| BountyValueMinimum | U128 | 689aa4850f0000000000000000000000 | |
| ChildBountyValueMinimum | U128 | a4425d8d010000000000000000000000 | |
| MaxActiveChildBountyCount | U32 | 64000000 |
Name | Docs |
|---|---|
| InvalidIndex | No child-/bounty at that index. |
| ReasonTooBig | The reason given is just too big. |
| InvalidValue | Invalid child-/bounty value. |
| FailedToConvertBalance | The balance of the asset kind is not convertible to the balance of the native asset forasserting the origin permissions. |
| UnexpectedStatus | The child-/bounty status is unexpected. |
| RequireCurator | Require child-/bounty curator. |
| InsufficientPermission | The spend origin is valid but the amount it is allowed to spend is lower than therequested amount. |
| FundingError | There was issue with funding the child-/bounty. |
| RefundError | There was issue with refunding the child-/bounty. |
| PayoutError | |
| FundingInconclusive | Child-/bounty funding has not concluded yet. |
| RefundInconclusive | Child-/bounty refund has not concluded yet. |
| PayoutInconclusive | Child-/bounty payout has not concluded yet. |
| FailedToConvertSource | The child-/bounty or funding source account could not be derived from the indexes andasset kind. |
| HasActiveChildBounty | The parent bounty cannot be closed because it has active child bounties. |
| TooManyChildBounties | Number of child bounties exceeds limit `MaxActiveChildBountyCount`. |
| InsufficientBountyValue | The parent bounty value is not enough to add new child-bounty. |
| PreimageNotExist | The preimage does not exist. |