What are you using for the prng? I thought this was somewhat difficult on chain. Are you just recording the desired mint probabilities and then doing the sampling offchain, after the mint war period has ended?
Our smart contracts are open-sourced. The random number is generated by applying keccak256 to several states on the chain. If we generate random numbers off-chain, we can't guarantee our transparency. You can review our code. https://fraxscan.com/address/0x4493aD29393BB0EeCd83BDa17cba38F2743Fc2e7#code
If all the input data is stored onchain and if you publish the seed you use onchain and the prng, then anyone could verify the generation that you do offchain. But understood
Обсуждают сегодня