Would be good to add a function `Auction4Reputation.getCurrentAuction` that looks like the following: ``` function currentAuction() public view returns(uint) { return (now - auctionsStartTime)/auctionPeriod; } ```