PlusPool Factory
This contract creates PlusPools and manages the state of each PlusPool.
Events, Read-Only Functions, and State-Changing Functions
Events
CreatePool
Event to create new PlusPool
Parameters
token0
: token0 address in LPtoken1
: token1 address in LPlpToken
: address in LPborrowFactor
: Utilization cost interest rate of utilized assetsliquidationFactor
: automatic return factorborrowable0
: Whether token0 can be borrowableborrowable1
: Whether token1 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