IexecHub
Verified contract
Active on
Ethereum with 26,176 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3780…c311
0x3322…bb29
0xc28f…0ffd
0xc398…cc92
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FOR | ERC-20 | 1 | $0.003843 |
$0 | |
MYOU | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11037118 | 4 years ago | | | 0 | 0.0046730420 | |
| 9626997 | 5 years ago | | | 0 | 0.00098683800 | |
| 9626995 | 5 years ago | | | 0 | 0.00020393100 | |
| 9626992 | 5 years ago | | | 0 | 0.00095468360 | |
| 9626986 | 5 years ago | | | 0 | 0.00063719700 | |
| 9531511 | 5 years ago | | | 0 | 0.00082919692 | |
| 9447673 | 5 years ago | | | 0 | 0.00020947800 | |
| 9404466 | 5 years ago | | | 0 | 0.00010196550 | |
| 9404461 | 5 years ago | | | 0 | 0.00047730020 | |
| 9404449 | 5 years ago | | | 0 | 0.00063723300 |
ABI
ABI objects
Getter at block 21160788
CONSENSUS_DURATION_RATIO() view returns (uint256)
10
CONTRIBUTION_DEADLINE_RATIO() view returns (uint256)
7
FINAL_DEADLINE_RATIO() view returns (uint256)
10
REVEAL_DEADLINE_RATIO() view returns (uint256)
2
REVEAL_DURATION_RATIO() view returns (uint256)
2
appregistry() view returns (address)
0x3322d449a43e01178672a5fbea9e7af3b8c7bb29
countCategory() view returns (uint256 count)
5
datasetregistry() view returns (address)
0xc28f63b8379087f02e09da1bc62148874e730ffd
iexecclerk() view returns (address)
0x3780d894db2cb84135bba025ba9ef0ac518dc311
isOwner() view returns (bool)
false
owner() view returns (address)
0x4bfe09055455fe06b2fd2f59ba700783cfb3cc53
workerpoolregistry() view returns (address)
0xc398052563469e6ea7c442abf124aade7ec2cc92
Read-only
checkResources(address app, address dataset, address workerpool) view returns (bool)
resultFor(bytes32 id) view returns (bytes)
verifySignature(address _identity, bytes32 _hash, bytes _signature) view returns (bool)
viewCategory(uint256 _catid) view returns (struct (string, string, uint256) category)
viewCategoryABILegacy(uint256 _catid) view returns (string, string, uint256)
viewContribution(bytes32 _taskid, address _worker) view returns (struct (uint8, bytes32, bytes32, address))
viewContributionABILegacy(bytes32 _taskid, address _worker) view returns (uint8, bytes32, bytes32, address)
viewScore(address _worker) view returns (uint256)
viewTask(bytes32 _taskid) view returns (struct (uint8, bytes32, uint256, uint256, uint256, uint256, uint256, bytes32, uint256, uint256, address[], bytes32, bytes))
viewTaskABILegacy(bytes32 _taskid) view returns (uint8, bytes32, uint256, uint256, uint256, uint256, uint256, bytes32, uint256, uint256, address[], bytes)
State-modifying
Events attachContracts(address _iexecclerkAddress, address _appregistryAddress, address _datasetregistryAddress, address _workerpoolregistryAddress)
claim(bytes32 _taskid)
claimArray(bytes32[] _taskid) returns (bool)
contribute(bytes32 _taskid, bytes32 _resultHash, bytes32 _resultSeal, address _enclaveChallenge, bytes _enclaveSign, bytes _workerpoolSign)
createCategory(string name, string description, uint256 workClockTimeRef) returns (uint256)
finalize(bytes32 _taskid, bytes _results)
initialize(bytes32 _dealid, uint256 idx) returns (bytes32)
initializeAndClaimArray(bytes32[] _dealid, uint256[] _idx) returns (bool)
initializeArray(bytes32[] _dealid, uint256[] _idx) returns (bool)
renounceOwnership()
reopen(bytes32 _taskid)
reveal(bytes32 _taskid, bytes32 _resultDigest)
transferOwnership(address newOwner)
AccurateContribution(address indexed worker, bytes32 indexed taskid)
CreateCategory(uint256 catid, string name, string description, uint256 workClockTimeRef)
FaultyContribution(address indexed worker, bytes32 indexed taskid)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TaskClaimed(bytes32 indexed taskid)
TaskConsensus(bytes32 indexed taskid, bytes32 consensus)
TaskContribute(bytes32 indexed taskid, address indexed worker, bytes32 hash)
TaskFinalize(bytes32 indexed taskid, bytes results)
TaskInitialize(bytes32 indexed taskid, address indexed workerpool)
TaskReopen(bytes32 indexed taskid)
TaskReveal(bytes32 indexed taskid, address indexed worker, bytes32 digest)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.