export const getEventTableStats = (): llm.LotteryEventStats => {

  if (Date.now() < eventTableStatsExpiryMillis) {
    return eventTableStats;
  }