This page explains the steps used in Drawing with Blockchain blocks. To understand the steps Arena takes to determine the final draw, go through this wizard by clicking on the steps above! You can change the block number by clicking on the edit button next to it or visit the block's official page by clicking on the Etherscan icon.
                            Block details:  -  Verify at Etherscan
                                
                            Block's hash: 0xb531d8f4953cac931138f81ae4d027d34c2ed36cede9b9d98a05af38a2a52db9
                            Previous block's hash: 0x3745aa4bac6d2441dd74ce9eabe2d94259886b96c2226b752fcef77279b23be6
                                                        Block's Nonce: 0x170bc2431f702c0a
                                                        
                                                            Note: This blockchain number is not used at any UWW organized events.
                                If this blockchain number was used at an event organized by a National Federation, ask the local secretatiat team to open this Blockchain Info page from the Arena server where the draw was generated to get a complete analysis of this block.
                                On the next page you can still see the method how the draw numbers were extracted from this block.
                                                    
At this phase Arena converts the hash values into draw numbers. Since the hash numbers are random and unpredictable, the final number list will also be such a random list.
Take the block details and concatenate them as Block's hash + Previous block's hash + Block's Nonce (or StateRoot if Nonce is 0) without the leading "0x" string.
Divide this long string by 2 units
Convert the hexadecimal numbers to decimal ones (eg. b5[hex] => 11 * 16 + 5 = 181[decimal]).
Note: You can verify this via https://www.duplichecker.com/hex-to-decimal.php. Click here   to copy the hexadecimal numbers to your clipboard and then paste them into duplichecker's window (text box on the left side).
Search for duplicates and drop every other than the first occurrence