Skip to content

Add Auction4Reputation.getCurrentAuction #548

Open
@dkent600

Description

@dkent600

Would be good to add a function Auction4Reputation.getCurrentAuction that looks like the following:

function currentAuction() public view returns(uint)
{
  return (now - auctionsStartTime)/auctionPeriod;
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions