Kitsumon INO Whitelisting Result

Synapse Network
3 min readJan 22, 2022

Another competition has concluded, and we at the Synapse Network are once again surprised by the always growing number of participants.

Winners are whitelisted to buy one Kitsumon NFT without stacking, https://app.synapse.network/participate/128

Remember that after receiving your mystery box you should reveal them on Kitsumon website (since 10th of February).

Winner lists:

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

Additional information

  • Total entries: 251230
  • Total Impressions: 1130910
  • Total Actions before verification: 199536
  • Total Actions after verification: 190942
  • Total wallets: 3745
  • Total wallets after verification: 3713
  • Total points from Gleam after verification: 237545
  • Average number of points per account: 67,7%
  • Chance to win: 2,7%

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. ERC20WalletAddress
  3. Points (Total points)

You can find a CSV under the link below:

https://docs.google.com/spreadsheets/d/128vnfafIlXoTb9q0cPdG9EpqI43VT7z7/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.

b5e5ae3639ff923cb5e928bb75991d2d07fd4740b99d598bd76c38fe47334e7f

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: 101 random numbers matching the numbers from the CSV file, where the winners were the first 100 unique ERC20 addresses.

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

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

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

A CSV file with winners is published here:

https://docs.google.com/spreadsheets/d/1BW6ST_s_JUbBhr4rqJ3sZ5i9r1n8RaUl/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

--

--