Skip to main content

Tables

Comptroller_MarketEntered_event

Event logs emitted when an account enters a lending market in a Compound-based protocol, enabling the account to use deposited assets as collateral for borrowing. Records the account address and market token address (cToken, mToken, or vToken) for tracking collateral activation across lending protocols.
Query with partition filter

Comptroller_NewLiquidationIncentive_event

Comptroller governance event emitted when the liquidation incentive parameter is updated. Records old and new mantissa values (18-decimal scaled integers) representing the bonus percentage liquidators receive for repaying undercollateralized loans in Compound-based lending protocols.
Query with partition filter

MToken_AccrueInterest_event

Interest accrual events from Moonwell lending protocol’s MToken contracts on Optimism, tracking borrow index updates, accumulated interest, and cash balances for each market. Used for analyzing lending rates, protocol revenue, and market utilization over time.
Query with partition filter

MToken_Borrow_event

Borrow event logs from Moonwell V1 lending protocol on Optimism, recording when users take out loans against their collateral with individual and cumulative borrow amounts. Used for tracking borrowing activity, debt positions, and protocol-wide utilization metrics.
Query with partition filter

MToken_LiquidateBorrow_event

Liquidation events from Moonwell V1 lending protocol on Optimism, recording when undercollateralized borrower positions are liquidated by repaying debt and seizing collateral. Tracks liquidator addresses, repayment amounts, seized collateral tokens (mTokens), and borrower accounts for analyzing protocol health and liquidation activity.
Query with partition filter

MToken_Mint_event

Deposit events from Moonwell V1 lending protocol on Optimism, recording when users mint mTokens by supplying underlying assets. Tracks depositor addresses, amounts supplied, and corresponding mTokens issued for analyzing lending market deposit activity.
Query with partition filter

MToken_NewProtocolSeizeShare_event

Protocol fee parameter changes for Moonwell lending markets on Optimism, recording updates to the seize share mantissa (percentage of liquidated collateral taken as protocol fee). Used to track governance adjustments to liquidation incentive structures across different MToken markets.
Query with partition filter

MToken_NewReserveFactor_event

Reserve factor parameter updates for Moonwell lending markets on Optimism, tracking changes to the protocol’s fee percentage retained from interest payments. Useful for analyzing governance decisions and protocol revenue allocation across different mToken markets.
Query with partition filter

MToken_Redeem_event

Withdrawal events from Moonwell lending protocol on Optimism, recording when users redeem mToken receipt tokens to withdraw their underlying deposited assets. Tracks redeemer address, mToken amount burned, and underlying tokens received for analyzing lending market activity.
Query with partition filter

MToken_RepayBorrow_event

Loan repayment events from Moonwell V1 lending protocol on Optimism. Tracks borrower repayments with amounts, updated borrow balances, and payer information for analyzing debt management and protocol liquidity.
Query with partition filter

MToken_ReservesAdded_event

Reserve addition events from Moonwell V1 lending markets on Optimism, tracking when protocol fees are added to market reserves. Records the benefactor address, amount added, and running total reserves for analyzing protocol revenue accumulation across mToken markets.
Query with partition filter

MToken_ReservesReduced_event

Reserve withdrawal events from Moonwell V1 lending protocol on Optimism. Records admin-initiated reductions of protocol reserves with reduction amounts and updated reserve balances for analyzing protocol treasury management.
Query with partition filter