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.)

Last updated