Git Source

Inherits: Initializable, OwnableUpgradeable, ReentrancyGuardUpgradeable, UUPSUpgradeable, PausableUpgradeable

This contract facilitates the predeposits that seed the protocol before and during initial pool launch.

State Variables

pool

address public pool;

factory

PoolFactory private factory;

params

PoolFactory.PoolParams private params;

reserveAmount

uint256 public reserveAmount;

reserveCap

uint256 public reserveCap;

bondAmount

uint256 private bondAmount;

leverageAmount

uint256 private leverageAmount;

bondName

string private bondName;