Kitsumon Private Sale Whitelisting Result

Synapse Network
3 min readNov 18, 2021

Another Gleam competition has ended, and we at the Synapse Network are amazed once again by the sheer number of participants.

Kitsumon is one of the latest additions to our platform, and their NFT gaming projects are an amazing opportunity for play-to-earn gamers, collectors and traditional investors.

Not only are their foundations extremely good, the ecosystem they have created is an already polished product that is growing and developing as we speak.

Taking some inspiration from giants of the space, their unique take on the genre can be felt while navigating their website, adding complexity and depth to the very prolific market that is developing around NFT gaming.

We are happy to announce the winners of their Whitelist and congratulate them on the opportunity they just grabbed for themselves.

As always we will keep updating the community on our next step through our media channels, so check out our Twitter, our telegram and our medium and don’t sleep on what could be the next giant in the crypto ecosphere.

All information about the whitelist will be shown below.

Winner lists:

https://docs.google.com/spreadsheets/d/1qA_8wwNgOQGeniIrXwcCbtAwKaRgF1tw/edit?usp=drivesdk&ouid=116968932384193725584&rtpof=true&sd=true

Additional information

  • Total entries: 797688
  • Total Impressions: 36266
  • Total Actions before verification: 171736
  • Total Actions after verification: 15555
  • Total wallets: 13794
  • Total wallets after verification: 13575
  • Total points from Gleam after verification: 779975
  • The average number of points per account: 59
  • Chance to win: 0.92%

STEP 1 SPREADSHEET CREATION

We prepared the spreadsheet containing every person who registered using Gleam and passed the KYC process. The spreadsheet includes three columns:

  1. Assigned consecutive number
  2. ERC 20 Wallet Address
  3. Points (Total points)

You can find a CSV under the link below:

https://docs.google.com/spreadsheets/d/13-C92DJJVjJdr3JWtAutWa_GOgJxE7Pz/edit?usp=drivesdk&ouid=116968932384193725584&rtpof=true&sd=true

STEP 2 PUBLIC HASH

To dispel any possible doubt, we are publishing the SHA256 online hash file checksum function. Anyone is able to check the hash value — this proves that the data has not been tampered with.

4ae42b65a5ac1fe5b05ce09873f93fa5e77e4cf2829cf82e1059e5b621f61632

You can check it by yourself, for example using PowerShell, or any other SHA256 :

Get-FileHash .\fileName.csv -Algorithm SHA256 |Format-List

STEP 3 GITHUB

We used a contest selection contract that is available to check on our Github repository under this link:

https://github.com/GemStarterIo/whitelist-selector/blob/main/contracts/ContestSelector.sol#L108-L138

The contract is verified and available to check under this link:

https://polygonscan.com/address/0xb67896e760c8da449acc363e55953b74904c7a50#code

The contract is keeping links to the Google files with data included in the CSV file as well as containing a SHA256 hash of the CSV file.

STEP 4 HOW DOES THE SMART CONTRACT WORK?

The contract gets a random value from the Chainlink VRF.

Based on a random value, x unique numbers in the range from 0-to-n are generated.

Where each new unique number is also a new random value for the function, and n is the number of winners for Gleam contest.

winnerSeed = uint256(keccak256(abi.encodePacked(previousWinnerSeed, i, nonce)));

winnerIndex = (winnerSeed % ticketsCount) + 1;

https://docs.chain.link/docs/get-a-random-number/

STEP 5 SELECTION

Using the contract, we were able to select: #129 random numbers matching the numbers from the CSV file, where the winners were the first #125 unique ERC20 addresses.

Everything is verifiable on-chain, links to transactions are posted below.

https://polygonscan.com/tx/0x18e5011a47ef9c2481552efc499ebf2d5338a21f3e3ac8c4fa86f97a03777b7e#eventlog

https://polygonscan.com/tx/0xf181f2da63701745e7f71974ae1720ba34f44d6a82930137876c391f3f52680e#eventlog

A CSV file with winners is published here:

https://docs.google.com/spreadsheets/d/1qA_8wwNgOQGeniIrXwcCbtAwKaRgF1tw/edit?usp=drivesdk&ouid=116968932384193725584&rtpof=true&sd=true

About Synapse Network

Synapse Network is developing a cross-chain investment and start-up acceleration ecosystem based on blockchain technology to give everybody an equal chance to contribute to great upcoming projects and to do so early on. We are bridging the gap between the traditional & crypto market. The idea of the Synapse Network technology goes beyond the standard offer of launchpads available on the market, becoming a true technological brand providing tech solutions.

Website
Twitter
Telegram Announcement Channel
Telegram Global Group
Github
Youtube
Linkedin

--

--