PlusPool
Address
Events, Read-Only Functions, and State-Changing Functions
Events
event ChangeBorrowFactor(uint newBorrowFactor);event ChangeLiquidationFactor(uint newLiquidationFactor);event ChangeBorrowable(address token, bool b);event GiveReward(address user, uint amount, uint lastIndex, uint rewardSum);event GiveAirdropReward(address user, address dist, uint amount, uint currentIndex, uint userAirdropSum);Last updated