EN

MIMHO Events Hub

The Events Hub is the public on-chain broadcast layer for the entire MIMHO ecosystem. It emits standardized events for the HUD, dashboards, audits, and community transparency—without executing business logic.

EVENTS HUB MODULE IMAGE

Purpose

Provide a single, immutable, publicly queryable feed of ecosystem actions. If it happened on-chain inside MIMHO, it can be broadcast to the HUD.

No Business Logic

The Hub does not hold funds, does not enforce tokenomics, and does not decide outcomes. It only emits facts—standardized events—for transparency.

Best-Effort Emission

Ecosystem contracts call the Hub using try/catch. If the Hub ever reverts, user transactions never break—events are best-effort, not a dependency.

How it Works

Contracts resolve the Hub address through the Registry and emit standardized events: module, action, caller, value, and an optional data payload. This creates a consistent telemetry layer for dashboards, auditors, and community tools across chains.

Listen to the Events Hub Theme

Want to feel the broadcast vibe? Listen to the official MIMHO Events Hub track on YouTube.

Contract Status

Network: Multi-chain (one Hub per chain)
Role: Telemetry / HUD feed
Funds: None (no custody)
Failure Mode: Non-blocking (best-effort)

Ecosystem Links