$HOUR/$DRNK mint and release schedule

Fair launches always prevails.

The $HOUR token will conduct a fair launch with zero issuance at contract deployment. Issuance rate will vary based on network growth and $HOUR earned. The ratios of both $HOUR/hour and $HOUR to $DRNK burn minimum threshold will all be adjustable based on the consensus of the community’s outlook.

Adjustable earned $HOUR/hour rate

function adjustHOURperhourRate(uint _newRate) external onlyOwner {
    HOURperhour = _newRate;
}

Last updated