iExec explorer
The iExec explorer is a high level protocol explorer that allows to quickly browse iExec protocol.
The iExec explorer home page gives a quick overview of the protocol recent activity.

iExec Explorer
The Login button allows to connect your ethereum wallet to the application.
Once connected with a wallet, the Account button allows to open the account modal, from where the user can manage her/his wallet and iExec account.
Once connected, the My activity button allows the user to quickly navigate to her/his wallet address details page.
The search bar allows to find an item by its address, ENS name or transaction hash.

search by address

search by ens

search by tx hash
For a low level view, an external link to a block explorer is available on addresses and transactions.
The following items have a detailed view.
This page summarizes the interactions of an ethereum address with the protocol.
Specific role based views (such as Requester, Worker, App developer, Dataset provider, Workerpool manager) are available on this page.

address details
The worker view shows the wallet activity as a worker.
The worker's latest contributions on tasks are exposed with their current status.
Status | Description |
---|---|
CONTRIBUTED | the worker submitted the computation result on the blockchain but the task is not finalized yet |
PROVED | the worker contribution was in the consensus when the task was finalized
- the worker has been rewarded |
REJECTED | the worker contribution was not in the consensus when the task was finalized
- the worker's stake has been seized |

address details: worker view
This page shows the details of an app and its latest usages.

app details
This page shows the details of a dataset and its latest usages.

dataset details
This page shows the details of a workerpool and its latest usages.

workerpool details
The
Status
shows a synthetic information of the deal's tasks completion.Status | Description |
---|---|
PENDING | tasks not COMPLETED while the deadline is not reached yet |
COMPLETED | tasks successfully COMPLETED |
CLAIMABLE | tasks not finalized before the deadline
- not finalized tasks can be claimed |
CLAIMED | tasks not finalized before the deadline and claimed as failed |

deal details
This page shows the details of a task and its completion status.
Status | Description |
---|---|
STARTED | the task was initialized and waiting for worker's contributions
- this status is displayed in red when the deadline is reached, the task can be claimed |
REVEALING | the task received enough contributions to reach the PoCo consensus but is not yet finalized
- this status is displayed in red when the deadline is reached, the task can be claimed |
COMPLETED | the task is successfully finalized
- resource providers have been rewarded |
CLAIMED | the task was not COMPLETED before the deadline and was claimed as failed.
- the workerpool stake has been seized
- the requester has been refunded |
Once the task status is
COMPLETED
, the result is available- on chain if a callback contract has been specified
- off-chain as a downloadable archive if no callback contract was specified

task details
This page shows the detail of a transaction on the protocol smart contracts.
Transactions that does not impact the protocol are not indexed in the explorer.
The protocol related ethereum events triggered by the transaction are exposed.

transaction details
Action | Access | Description |
---|---|---|
Deposit | Send a transaction to transfer RLC/xRLC from the user wallet to the user account
- tokens in user account can be used on the platform | |
Withdraw | Send a transaction to transfer RLC/xRLC from the user account to the user wallet
- tokens in user wallet can be traded outside the platform | |
Download result | Download the result archive of a COMPLETED task (Download is not available for tasks with onchain callback) | |
Claim task | Send a transaction to claim a task as CLAIMED
- claiming a task will unlock the escrowed tokens for requester and workers while the workerpool escrowed tokens will be seized | |
Claim deal | Send one or multiple transactions to claim some deal's tasks as CLAIMED (see, Claim task) |
Last modified 1mo ago