For the complete documentation index, see llms.txt. This page is also available as Markdown.

EGmxCallback

EGmxCallback

GMX v2 order-execution callback extension. Records claimable collateral rebates and tracked markets in pool storage so NAV remains accurate after full closes, liquidations, and ADL.

Runs as an extension (always delegatecalled). Only GMX controller contracts may invoke the callback handler.

NotGmxController

error NotGmxController()

InvalidCallbackAccount

error InvalidCallbackAccount()

NotArbitrum

error NotArbitrum()

constructor

constructor() public

onlyGmxController

modifier onlyGmxController()

afterOrderExecution

Called by GMX after an order affecting this pool is executed.

Parameters

Name
Type
Description

bytes32

orderData

struct EventUtils.EventLogData

Event log data describing the order.

struct EventUtils.EventLogData

Last updated