This contract creates PlusPools and manages the state of each PlusPool.
Cypress :
CreatePool
Event to create new PlusPool
Parameters
tokenA
: A token address in LP
tokenB
: B token address in LP
lpToken
: address in LP
borrowFactor
: Utilization cost interest rate of utilized assets
liquidationFactor
: automatic return factor
borrowableA
: Whether tokenA can be borrowable
borrowableB
: Whether tokenB can be borrowable
poolAddress
: PlusPool contract address of this pool
exid
: PlusPool id
SetDepositActive
Event that occurs when PlusPool deposit availability is changed
SetWithdrawActive
Event that occurs when PlusPool withdrawal availability is changed