State Variables
altbcBytecode
isByteCodeImmutable
VERSION
Functions
onlyIfByteCodeNotImmutable
constructor
constructor receives and saves the ALTBCPool byte code to bypass contract side limitcreatePool
Only allowed deployers can deploy pools and only allowed yTokens are allowed deploys an ALTBC pool| Name | Type | Description |
|---|---|---|
_xToken | address | address of the X token (x axis) |
_yToken | address | address of the Y token (y axis) |
_lpFee | uint16 | percentage of the fees in percentage basis points |
_tbcInput | ALTBCInput | input data for the pool |
_xAdd | uint256 | the initial liquidity of xTokens that will be transferred to the pool |
_wInactive | uint256 |
| Name | Type | Description |
|---|---|---|
deployedPool | address | the address of the deployed pool |