LibConstant

Git Source

State Variables

BASIS_POINTS_MAX

The basis points value representing 100%.

uint256 internal constant BASIS_POINTS_MAX = 10_000;

DEPOSIT_SIZE

The size of a deposit to activate a validator.

uint256 internal constant DEPOSIT_SIZE = 32 ether;

MINIMUM_FREEZE_TIMEOUT

The minimum freeze timeout before freeze is active.

uint256 internal constant MINIMUM_FREEZE_TIMEOUT = 100 days;

ETHER

Address used to represent ETH when an address is required to identify an asset.

address internal constant ETHER = 0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE;