Hey! You can check it in the Neutrino documentation
My pleasure!
how much is the b value ('the smoothing coefficient')?
Hi, DevJohnson. I'll try to clarify it from my colleagues, and come back to you as soon as get the info.
Hi again! I've got the answer for you. This parameter is taken from the state of the Auction contract (https://wavesexplorer.com/address/3PG2vMhK5CPqsCDodvLGzQ84QkoHXCJ3oNP/tx) by the key nsbtCurveParam_b, and if it is not in the state, value 3 * 10^5 is used by default. This can be checked in the Math script (https://wavesexplorer.com/address/3P77iUusNwMMzWFdC8f7bftwpHyG1PBs1gq/script) where all the Neutrino mathematics is concentrated.
You should have noted that 3*10 ^5 is value of b param from the smart contract view. Technically blockchain hasn't decimals, all values are integers. For example, exponent is represented in the contract as 2718281, so you should divide it by 10^6 to get value from human view. The same thing is for param b, it's value from human view is 0.3 (there is divide 3*10^5 ÷ 10^6)
Обсуждают сегодня