Users complete tasks to earn bounties.
The Bounty Hunting Contract is a smart contract built in Solidity that allows users to complete tasks and earn bounties. It is deployed on the Edu Chain blockchain.
Predefined list of tasks with specific rewards.
Users can complete tasks to claim bounties.
No constructor or external input required during deployment.
Lightweight and efficient smart contract.
Deployed Address: 0x408B797A66A379d38Ab8b1095864ABf650e06E95
Blockchain Network: Edu Chain
initializeBounties()
Initializes a set of predefined tasks with rewards.
Can be called to populate the bounty list.
getBounties()
Returns the list of available bounties.
Each bounty includes:
Task description
Reward amount
Completion status
completeBounty(index)
Marks a specific bounty as completed.
Users can complete tasks to earn rewards.
Call initializeBounties()
to set up the bounties.
Use getBounties()
to retrieve the list of available tasks.
Call completeBounty(index)
to mark a bounty as completed and earn the reward.
This project is open-source and available for use under the MIT License.
50
NO