This contract mimics the creation of new tasks on the iExec platform. A call to the method
newTask() increments the number of tasks. taskCount() returns the number of tasks
created so far.
Solidity sources of the contract can be found in contracts/TaskCounter.sol
An instance of this contract is deployed on Goerli testnet at the address:
0xf837B595Fb53B3e8a1feBE0846d8a0e53f44e72a.
Follow this link to see/interact with the verified contract on Etherscan.
The contract's ABI can be found in abi/TaskCounter.json
This contract was compiled with solidity compiler version: ^0.8.4