# Key Events

| Event                                                                                                                 | Description                                                                                     |
| --------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- |
| `Mint(address minter, uint mintAmount, uint mintTokens)`                                                              | Emitted upon a successful [Mint](https://docs.belugas.io/atokens/mint).                         |
| `Redeem(address redeemer, uint redeemAmount, uint redeemTokens)`                                                      | Emitted upon a successful [Redeem](https://docs.belugas.io/atokens/redeem).                     |
| `Borrow(address borrower, uint borrowAmount, uint accountBorrows, uint totalBorrows)`                                 | Emitted upon a successful [Borrow](https://docs.belugas.io/atokens/borrow).                     |
| `RepayBorrow(address payer, address borrower, uint repayAmount, uint accountBorrows, uint totalBorrows)`              | Emitted upon a successful [Repay Borrow](https://docs.belugas.io/atokens/repay-borrow).         |
| `LiquidateBorrow(address liquidator, address borrower, uint repayAmount, address aTokenCollateral, uint seizeTokens)` | Emitted upon a successful [Liquidate Borrow](https://docs.belugas.io/atokens/liquidate-borrow). |
