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.Columns
Columns
Sample Data
Sample Data
Example Query
Example Query
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.Columns
Columns
Sample Data
Sample Data
Example Query
Example Query
Query with partition filter
MToken_AccrueInterest_event
Interest accrual events from Moonwell lending protocol mToken markets on Base, recording periodic updates to borrow index, total borrows, and cash reserves. Used for calculating lending rates, borrower costs, and protocol revenue over time.Columns
Columns
Sample Data
Sample Data
Example Query
Example Query
Query with partition filter
MToken_Borrow_event
Borrow transaction events from Moonwell lending protocol on Base, recording when users take out loans against their collateral. Contains borrower addresses, borrow amounts, running account balances, and protocol-wide total borrows for analyzing lending activity and utilization.Columns
Columns
Sample Data
Sample Data
Example Query
Example Query
Query with partition filter
MToken_LiquidateBorrow_event
Liquidation events from Moonwell V1 lending protocol on Base, recording when undercollateralized borrower positions are seized by liquidators. Tracks debt repayment amounts, collateral seized (mTokens), and participating addresses for analyzing protocol health and liquidation bot activity.Columns
Columns
Sample Data
Sample Data
Example Query
Example Query
Query with partition filter
MToken_Mint_event
Mint events from Moonwell lending protocol mToken contracts on Base, recording when users deposit underlying assets and receive mTokens in return. Tracks depositor addresses, underlying asset amounts, and corresponding mToken quantities for analyzing supply-side lending activity.Columns
Columns
Sample Data
Sample Data
Example Query
Example Query
Query with partition filter
MToken_NewProtocolSeizeShare_event
Protocol fee configuration changes for Moonwell lending markets on Base, recording updates to the liquidation seizure share percentage (mantissa format, typically 3% or 0.03e18). Used for tracking protocol revenue parameter adjustments across different mToken markets.Columns
Columns
Sample Data
Sample Data
Example Query
Example Query
Query with partition filter
MToken_NewReserveFactor_event
Reserve factor adjustment events from Moonwell lending markets on Base, tracking changes to the protocol’s retention percentage from interest payments. Used for analyzing fee structure modifications and treasury revenue allocation across different mToken markets.Columns
Columns
Sample Data
Sample Data
Example Query
Example Query
Query with partition filter
MToken_Redeem_event
Withdrawal events from Moonwell lending protocol mToken contracts on Base, recording when users redeem their interest-bearing tokens for underlying assets. Tracks redeemer addresses, mToken amounts burned, and underlying token amounts received for analyzing liquidity withdrawals and yield farming behavior.Columns
Columns
Sample Data
Sample Data
Example Query
Example Query
Query with partition filter
MToken_RepayBorrow_event
Borrow repayment events from Moonwell lending protocol on Base, recording when users pay down debt positions. Contains repayment amounts, updated borrow balances, and payer/borrower addresses for tracking loan servicing activity and liquidations.Columns
Columns
Sample Data
Sample Data
Example Query
Example Query
Query with partition filter
MToken_ReservesAdded_event
Reserve addition events from Moonwell V1 lending protocol on Base, tracking when protocol reserves are increased through mToken contract operations. Records benefactor addresses, added amounts, and running reserve totals for protocol revenue and risk analysis.Columns
Columns
Sample Data
Sample Data
Example Query
Example Query
Query with partition filter
MToken_ReservesReduced_event
Reserve withdrawal events from Moonwell lending protocol markets on Base showing when protocol admins extract accumulated reserves. Useful for tracking protocol revenue collection and treasury management across different mToken markets.Columns
Columns
Sample Data
Sample Data
Example Query
Example Query
Query with partition filter