InfraredBERAConstants

Git Source

State Variables

INITIAL_DEPOSIT

uint256 public constant INITIAL_DEPOSIT = 10000 ether;

MINIMUM_WITHDRAW_FEE

uint256 public constant MINIMUM_WITHDRAW_FEE = 1 ether;

FORCED_MIN_DELAY

uint256 public constant FORCED_MIN_DELAY = 7 days;

MAX_EFFECTIVE_BALANCE

uint256 public constant MAX_EFFECTIVE_BALANCE = 10_000_000 ether;