Gen2025DexActions
Inherits: UniswapV4SingletonActions, BalancerV3VaultActions, SharedSingletonActions
Everything Uniswap V4 & Balancer V3, the major upgrades for DEXs in 2025
Functions
_gen2025DexActions
Routes to appropriate Uniswap V4 or Balancer V3 DEX action based on operation ID
Supports Uniswap V4 and Balancer V3 operations
Note: calldata-offset-table:
| Offset | Length (bytes) | Description |
|---|---|---|
| 0 | 1 | transferOperation |
function _gen2025DexActions(uint256 currentOffset, address callerAddress) internal returns (uint256);
Parameters
| Name | Type | Description |
|---|---|---|
currentOffset |
uint256 |
Current position in the calldata |
callerAddress |
address |
Address of the caller |
Returns
| Name | Type | Description |
|---|---|---|
<none> |
uint256 |
Updated calldata offset after processing |