PlusPool Factory
This contract creates PlusPools and manages the state of each PlusPool.
Address
Events, Read-Only Functions, and State-Changing Functions
Events
CreatePool
Event to create new PlusPool
Parameters
tokenA
: A token address in LPtokenB
: B token address in LPlpToken
: address in LPborrowFactor
: Utilization cost interest rate of utilized assetsliquidationFactor
: automatic return factorborrowableA
: Whether tokenA can be borrowableborrowableB
: Whether tokenB can be borrowablepoolAddress
: PlusPool contract address of this poolexid
: PlusPool id
SetDepositActive
Event that occurs when PlusPool deposit availability is changed
SetWithdrawActive
Event that occurs when PlusPool withdrawal availability is changed
Last updated