Skip to main content

ALTBCInput

Git Source
struct ALTBCInput {
    uint256 _lowerPrice;
    uint256 _upperPrice;
    uint256 _maxXTokenSupply;
    uint256 _k;
}