PlusPool Factory
이 컨트랙트는 PlusPool을 생성하고 각 PlusPool 의 상태를 관리하는 컨트랙트입니다.
Address
Events, Read-Only Functions, and State-Changing Functions
Events
CreatePool
PlusPool 생성 시 발생하는 이벤트
Parameters
tokenA : LP의 tokenA 주소
tokenB : LP의 tokenB 주소
lpToken : LP 주소
borrowFactor : 활용 자산 이자율
liquidationFactor : 자동반환 기준비율
borrowableA : tokenA 활용 가능 여부
borrowableB : tokenB 활용 가능 여부
poolAddress : 생성된 PlusPool 주소
exid : PlusPool ID
SetDepositActive
PlusPool 예치 가능여부 변경시 발생되는 이벤트
SetWithdrawActive
PlusPool 출금 가능여부 변경시 발생되는 이벤트
Last updated