MORE
  • Introduction
  • MORE Vaults
    • Vaults Framework
      • Diamond Standard (EIP-2535)
      • Component Interactions
      • Upgrade & Governance Flow
    • Core Protocol Components
      • Factory
      • Core Facets
      • Registries
      • Internal Libraries
      • Accounting
    • Connectors
      • AMMs & DEXes
      • Staking
      • Lending
      • Leverage
      • Oracles
      • External Interfaces
      • Multicall
    • Security & Governance
      • Roles & Access Control
      • Upgrade Flow & Timelock
      • Configuration Guard Rails
      • Registries as Boundaries
      • Error & Event Catalogue
    • Developer Workflows
      • Deploying a New Vault
      • Extend with New Facets
      • Indexer Integration
    • Reference & Glossary
      • Event Index
      • Capabilities
      • Terms & Abbreviations
      • Contracts
  • MORE Markets
    • Markets Framework
      • Liquidity Protocol
      • Supply
      • Borrow
      • Repay
      • Withdraw
      • Liquidations
      • Flash Loans
      • Risks
    • Markets
      • Liquidity Pool
      • Reserve
      • Incentives
      • Oracles
    • Contracts
    • Build
  • Resources
    • Code, Licenses & Audits
    • Brand Assets
  • Privacy Policy
  • Terms of Use
Powered by GitBook
On this page
  1. MORE Vaults
  2. Reference & Glossary

Event Index

Event
Emitted by
Signals

VaultDeployed(address vault, address registry, address wrappedNative)

 VaultsFactory

A new Diamond proxy is live and registered.

ActionsSubmitted(uint256 id, bytes32 hash, uint40 executeAfter)

 MulticallFacet

A batch is in timelock; front‑ends should surface the plan.

ActionsExecuted(uint256 id)

 MulticallFacet

The batch ran successfully; facet map may have changed.

ActionsVetoed(uint256 id)

 MulticallFacet

A guardian cancelled the batch; no state mutated.

OracleUpdated(address asset, address newOracle)

 VaultsRegistry

Price feed rotated; TVL and health‑factor calculators should refresh.

Invested(address lovToken, uint256 amount)

 OrigamiFacet

Vault opened or topped‑up a leveraged position.

Exited(address lovToken, uint256 amount)

 OrigamiFacet

Leveraged loop unwound; debt settled.

(All events carry an indexed vault address in msg.sender, so one topic filters the whole ecosystem.)

PreviousReference & GlossaryNextCapabilities

Last updated 14 days ago