def winner_index(block_hash, num_insc, timestamp): combined_hash = hashlib.sha256((block_hash + str(timestamp)).encode()).hexdigest() int_combined_hash = int(combined_hash, 16) winner_index = int_combined_hash % num_insc return winner_index
Inscription number 50,201,619
Genesis block 822,335
File type text
File size 256 b
Creation date