Events

The protocol's lToken emitted events.

EventDescription

Mint(address minter, uint mintAmount, uint mintTokens)

Emitted upon any successful mints

Redeem(address redeemer, uint redeemAmount, uint redeemTokens)

Emitted upon any successful redeems

Borrow(address borrower, uint borrowAmount, uint accountBorrows, uint totalBorrows)

Emitted upon any successful borrows

RepayBorrow(address payer, address borrower, uint repayAmount, uint accountBorrows, uint totalBorrows)

Emitted upon any successful repay borrows

LiquidateBorrow(address liquidator, address borrower, uint repayAmount, address lTokenCollateral, uint seizeTokens)

Emitted upon any successful liquidations

Last updated