evolutionlandorg / market-contracts

🏬Contracts for market
Apache License 2.0
19 stars 6 forks source link

add start price and end price to settings #53

Closed hackfisher closed 6 years ago

hackfisher commented 6 years ago
            require(startingPriceInRING <= 1000000000 * COIN && endingPriceInRING <= 1000000000 * COIN);
            require(duration <= 1000 days);
hackfisher commented 6 years ago

we can upgrade this later using proxy.