> For the complete documentation index, see [llms.txt](https://docs.ursa.finance/ursa/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ursa.finance/ursa/documentation/contracts/ltokens/events.md).

# Events

<table><thead><tr><th width="407">Event</th><th>Description</th></tr></thead><tbody><tr><td><code>Mint(address minter, uint mintAmount, uint mintTokens)</code></td><td>Emitted upon any successful mints</td></tr><tr><td><code>Redeem(address redeemer, uint redeemAmount, uint redeemTokens)</code></td><td>Emitted upon any successful redeems</td></tr><tr><td><code>Borrow(address borrower, uint borrowAmount, uint accountBorrows, uint totalBorrows)</code></td><td>Emitted upon any successful borrows</td></tr><tr><td><code>RepayBorrow(address payer, address borrower, uint repayAmount, uint accountBorrows, uint totalBorrows)</code></td><td>Emitted upon any successful repay borrows</td></tr><tr><td><code>LiquidateBorrow(address liquidator, address borrower, uint repayAmount, address lTokenCollateral, uint seizeTokens)</code></td><td>Emitted upon any successful liquidations</td></tr></tbody></table>
