Lottery - Game Verification

How does it work:

Firstly, we taking 2 hashes from etherscan (client, server) and mixing them via Lottery algorithm

Secondly, we mixing seeds via HmacSHA256, and taking every 8 chars of hash, converting them to number, and getting results

Eventually, algorithm produce 5 balls (based on 36 numbers) + 1 jackpot ball (based on 10 numbers)

First 5 numbers Jackpot number
{{ gameResult }} {{ gameResult[gameResult.length - 1] }}