Name | Lookup | Parameters | |
|---|---|---|---|
| fund_bounty | 4400 | 4 | |
| fund_child_bounty | 4401 | 4 | |
| propose_curator | 4402 | 3 | |
| accept_curator | 4403 | 2 | |
| unassign_curator | 4404 | 2 | |
| award_bounty | 4405 | 3 | |
| close_bounty | 4406 | 2 | |
| check_status | 4407 | 2 | |
| retry_payment | 4408 | 2 |
Name | Lookup | Attributes | |
|---|---|---|---|
| BountyCreated | 4400 | ["BountyIndex"] | |
| ChildBountyCreated | 4401 | ["BountyIndex","BountyIndex"] | |
| BountyBecameActive | 4402 | ["BountyIndex","Option<BountyIndex>","AccountId"] | |
| BountyAwarded | 4403 | ["BountyIndex","Option<BountyIndex>","Beneficiary"] | |
| BountyPayoutProcessed | 4404 | ["BountyIndex","Option<BountyIndex>","AssetKind","Balance","Beneficiary"] | |
| BountyFundingProcessed | 4405 | ["BountyIndex","Option<BountyIndex>"] | |
| BountyRefundProcessed | 4406 | ["BountyIndex","Option<BountyIndex>"] | |
| BountyCanceled | 4407 | ["BountyIndex","Option<BountyIndex>"] | |
| CuratorUnassigned | 4408 | ["BountyIndex","Option<BountyIndex>"] | |
| CuratorProposed | 4409 | ["BountyIndex","Option<BountyIndex>","AccountId"] | |
| PaymentFailed | 440a | ["BountyIndex","Option<BountyIndex>","PaymentIdOf"] | |
| Paid | 440b | ["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":967}} | |
| ChildBounties | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat"],"key_vec":["U32","U32"],"value":"pallet_multi_asset_bounties:ChildBounty","keys_id":37,"value_id":970}} | |
| 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":971,"value_id":972}} |
Name | Type | Value | |
|---|---|---|---|
| BountyValueMinimum | U128 | 00e87648170000000000000000000000 | |
| ChildBountyValueMinimum | U128 | 00e40b54020000000000000000000000 | |
| 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. |