Bounty
Field | Type | Description |
---|---|---|
title | string | bounty title |
description | string | bounty description |
categories | array | list of categories the bounty falls under |
tokenContract | string | address of token used for bounty payout, zero address if bounty is in ether |
experienceLevel | enum | task difficulty, one of [Beginner , Intermediate , Expert ] |
issuer_email | string | bounty issuer's contact email |
issuer_name | string | bounty issuer's name |
fulfillmentAmount | number | payout for each fulfillment with decimals (i.e. 1 ETH, 10 DAI) |
paysTokens | boolean | whether or not the bounty pays in ether or tokens |
privateFulfillments | boolean | true if the fulfillments should be hidden in the UI, false if not |
revisions | number | number of expected changes to the bounty specification |
sourceDirectoryHash | string | IPFS data hash of associated bounty file |
sourceFileName | string | filename for associated bounty file |
webReferenceURL | string | Web URL for additional information relating to the bounty |
uid | string | Unique identifier for updating draft bounties |
Updated less than a minute ago