assethub-polkadot
subscan
AssetHub Polkadot
Runtime Modules / MultiAssetBounties
Spec Version:
Events
Name
Lookup
Attributes
BountyCreated4400["BountyIndex"]
ChildBountyCreated4401["BountyIndex","BountyIndex"]
BountyBecameActive4402["BountyIndex","Option<BountyIndex>","AccountId"]
BountyAwarded4403["BountyIndex","Option<BountyIndex>","Beneficiary"]
BountyPayoutProcessed4404["BountyIndex","Option<BountyIndex>","AssetKind","Balance","Beneficiary"]
BountyFundingProcessed4405["BountyIndex","Option<BountyIndex>"]
BountyRefundProcessed4406["BountyIndex","Option<BountyIndex>"]
BountyCanceled4407["BountyIndex","Option<BountyIndex>"]
CuratorUnassigned4408["BountyIndex","Option<BountyIndex>"]
CuratorProposed4409["BountyIndex","Option<BountyIndex>","AccountId"]
PaymentFailed440a["BountyIndex","Option<BountyIndex>","PaymentIdOf"]
Paid440b["BountyIndex","Option<BountyIndex>","PaymentIdOf"]
Storage Functions
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}}
Constants
Name
Type
Value
BountyValueMinimumU12800e87648170000000000000000000000
ChildBountyValueMinimumU12800e40b54020000000000000000000000
MaxActiveChildBountyCountU3264000000
Error Types
Name
Docs
InvalidIndexNo child-/bounty at that index.
ReasonTooBigThe reason given is just too big.
InvalidValueInvalid child-/bounty value.
FailedToConvertBalanceThe balance of the asset kind is not convertible to the balance of the native asset forasserting the origin permissions.
UnexpectedStatusThe child-/bounty status is unexpected.
RequireCuratorRequire child-/bounty curator.
InsufficientPermissionThe spend origin is valid but the amount it is allowed to spend is lower than therequested amount.
FundingErrorThere was issue with funding the child-/bounty.
RefundErrorThere was issue with refunding the child-/bounty.
PayoutError
FundingInconclusiveChild-/bounty funding has not concluded yet.
RefundInconclusiveChild-/bounty refund has not concluded yet.
PayoutInconclusiveChild-/bounty payout has not concluded yet.
FailedToConvertSourceThe child-/bounty or funding source account could not be derived from the indexes andasset kind.
HasActiveChildBountyThe parent bounty cannot be closed because it has active child bounties.
TooManyChildBountiesNumber of child bounties exceeds limit `MaxActiveChildBountyCount`.
InsufficientBountyValueThe parent bounty value is not enough to add new child-bounty.
PreimageNotExistThe preimage does not exist.