0x0e63…3fc8

All memos sent from and to 0x0e63…3fc8.

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.