# | Name | VIP | Balance | Vault | State | Bets/h | Busts | Stage | version | Profit | Wager | Wins | Losses | Bet size | Streak | Max LS | Ticket | IP address | RT | Last bet | Uptime | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ desktopCurrentPage * desktopPageSize + index + 1 }} | {{ client.username }} {{ getConnectionStatusText(client) }} | {{ (client.vipProgress || {flag: ''}).flag }} {{ new Intl.NumberFormat('en-US', { minimumFractionDigits: 2, maximumFractionDigits: 2 }).format((client.vipProgress || {progress: 0}).progress) }}% | {{ client.funds ? new Intl.NumberFormat('en-US', { minimumFractionDigits: 8 }).format(client.funds.available) : 'N/A' }} {{ client.currency ? client.currency.toUpperCase() : 'N/A' }} | {{ client.funds ? new Intl.NumberFormat('en-US', { minimumFractionDigits: 8 }).format(client.funds.vault) : 'N/A' }} {{ client.currency ? client.currency.toUpperCase() : 'N/A' }} | {{ client.state }} | {{ client.diceBotState ? new Intl.NumberFormat('en-US').format(client.diceBotState.betsPerHour) : 'N/A' }} | {{ client.busts || 0 }} | {{ client.diceBotState ? client.diceBotState.stage : 'N/A' }} | {{ (client.diceBotState && client.diceBotState.version) || '-' }} | {{ client.diceBotState ? new Intl.NumberFormat('en-US', { minimumFractionDigits: 8, signDisplay: 'always' }).format(client.diceBotState.profit) : 'N/A' }} {{ client.currency ? client.currency.toUpperCase() : '' }} | {{ client.diceBotState ? new Intl.NumberFormat('en-US', { minimumFractionDigits: 8, maximumFractionDigits: 8 }).format(client.diceBotState.wager) : 'N/A' }} {{ client.currency ? client.currency.toUpperCase() : '' }} | {{ (client.diceBotState && client.diceBotState.wins) || 0 }} | {{ (client.diceBotState && client.diceBotState.losses) || 0 }} | {{ client.diceBotState ? new Intl.NumberFormat('en-US', { minimumFractionDigits: 8 }).format(client.diceBotState.betSize) : 'N/A' }} {{ client.currency ? client.currency.toUpperCase() : '' }} | {{ client.diceBotState ? client.diceBotState.currentStreak : 0 }} | {{ (client.diceBotState && client.diceBotState.highestLosingStreak) || '-' }} | {{ client.ticketCount || 0 }} | {{ client.ipAddress || 'N/A' }} | {{ client.latency ? new Intl.NumberFormat('en-US').format(client.latency) : 'N/A' }} ms | {{ client.diceBotState && client.diceBotState.lastBet ? getTimeSinceLastBet(client) : '-' }} | {{ formattedRuntime((client.runtime || 0) / 1000) }} |