🐻
Ursa
  • Getting Started
    • 👨‍🌾User Guide
    • ❓FAQ
    • Deployed Contracts
  • Documentation
    • 👩‍🔬Technical Overview
      • Supply
      • Collateral
      • Borrow
      • Interest
      • Reserves
      • Liquidation
      • Staking
        • Emission Gauge Voting
      • Proof of Liquidity
    • 🤖Contracts
      • Lens
      • Comptroller
        • Events
        • Error Reporting
      • Oracles
      • Interest Rate Models
      • lTokens
        • Market and Account State
        • Events
        • Error Reporting
Powered by GitBook
On this page
  1. Documentation
  2. Contracts
  3. Comptroller

Events

The protocol's Comptroller emitted events.

Event
Description

MarketEntered(lToken lToken, address account)

Emitted upon successfully entering a market

MarketExited(lToken lToken, address account)

Emitted upon successfully exiting a market

PreviousComptrollerNextError Reporting

Last updated 1 year ago

🤖