0x0e63ee1a…3fc8sent to0x3143cd41…1afe·#14,714,023·view on Etherscan
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.