IExecutionRouter
Router reads binding depth to the active hedge venue.
Functions
activeOracle
Read the active router slot.
Uses the documented units and preserves reference-price accounting.
Notes:
-
security: Uses explicit contract access boundaries and checked arithmetic.
-
validation: Validates the documented preconditions; view interface reads delegate to the target contract.
-
state-changes: None.
-
events: None.
-
errors: Propagates invalid input, freshness, capacity or downstream contract errors as applicable.
-
reentrancy: No state changes.
-
access: Public read access.
-
oracle: Reference EUR/USD and observed venue depth where required; no oracle dependency for role and version reads.
function activeOracle() external view returns (uint8);
Returns
| Name | Type | Description |
|---|---|---|
<none> | uint8 | result Value returned by the read interface. |
marketOracle
Read the router market oracle address.
Uses the documented units and preserves reference-price accounting.
Notes:
-
security: Uses explicit contract access boundaries and checked arithmetic.
-
validation: Validates the documented preconditions; view interface reads delegate to the target contract.
-
state-changes: None.
-
events: None.
-
errors: Propagates invalid input, freshness, capacity or downstream contract errors as applicable.
-
reentrancy: No state changes.
-
access: Public read access.
-
oracle: Reference EUR/USD and observed venue depth where required; no oracle dependency for role and version reads.
function marketOracle() external view returns (address);
Returns
| Name | Type | Description |
|---|---|---|
<none> | address | result Value returned by the read interface. |