Add Auction4Reputation.getCurrentAuction
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 50
- Forks
- 21
- PR merge metrics
- No merged PRs in 30d
Description
Would be good to add a function `Auction4Reputation.getCurrentAuction` that looks like the following:
```
function currentAuction() public view returns(uint)
{
return (now - auctionsStartTime)/auctionPeriod;
}
```
Contributor guide
Assessment
This issue has not been assessed yet.