All Deals
Show Legend
Icon | Meaning | Corresponding Variable in Contract |
---|---|---|
Deal Id | _dealId |
|
Start Date | _startTime |
|
Joining Phase Duration (in hours, from the start date) | _claimDurationInHours |
|
Deposit Duration Phase (in hours, from the end of the joining phase) | _depositDurationInHours |
|
Value to Mix (in Ether) | _claimUnitValueInWei * 1000000000000000000 |
|
Collateral Amount (in Ether) | _claimDepositInWei * 1000000000000000000 |
|
Minimal Required Number of Users (in Ether) | _minNumClaims |
|
Current Number of Users | Deal::numClaims |
|
Current Percentage of Deposited Funds | 100 * Deal::depositSum / Deal::claimSum |
Loading...