Key Events
Last updated
Last updated
Event
Description
Mint(address minter, uint mintAmount, uint mintTokens)
Emitted upon a successful .
Redeem(address redeemer, uint redeemAmount, uint redeemTokens)
Emitted upon a successful .
Borrow(address borrower, uint borrowAmount, uint accountBorrows, uint totalBorrows)
Emitted upon a successful .
RepayBorrow(address payer, address borrower, uint repayAmount, uint accountBorrows, uint totalBorrows)
Emitted upon a successful .
LiquidateBorrow(address liquidator, address borrower, uint repayAmount, address sTokenCollateral, uint seizeTokens)
Emitted upon a successful .