Constants

Git Source

NUMBER_OF_TUTORIAL_LEVELS

uint32 constant NUMBER_OF_TUTORIAL_LEVELS = 3;

ONE_UNIT

Material amounts and token have 18 decimals

uint256 constant ONE_UNIT = 1e18;

ONE_MINUTE

uint32 constant ONE_MINUTE = 60;

ONE_HOUR

uint32 constant ONE_HOUR = 60 * 60;

ONE_DAY

uint32 constant ONE_DAY = 24 * ONE_HOUR;

POD_MACHINE_CAPACITY

Four fixed machines and ten buildable machines

uint32 constant POD_MACHINE_CAPACITY = 14;

NUMBER_OF_TANKS

uint32 constant NUMBER_OF_TANKS = 3;

FLOW_RATE

The base rate of material pushed trough the network per block

uint256 constant FLOW_RATE = 10 * ONE_UNIT;

TANK_CAPACITY

uint256 constant TANK_CAPACITY = 500 * ONE_UNIT;