daostack / daostack/arc

Add Auction4Reputation.getCurrentAuction

Open
#548 3 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.