memoscan
← all memos

Memo 0x2dbd456d…20e8c7 on Ethereum

Hi. You should change '<' for the '>' in the "if" case when you set "WLprice = ((DA_FINAL_PRICE / 100) * 50);" in order to have the price for whitelist equal a half of the dutch auction. Example: if auction closes in 5 minutes, then DA_FINAL_PRICE = 2 ETH. And then you will not set WLprice = 1 ETH because DA_FINAL_PRICE / 2 = 1 ETH is not less than WLprice = 0.35.