Omega Quoter
Overview
Functions
Main Execution
function execute(bytes calldata commands, bytes[] calldata inputs)
external
returns (bytes[] memory outputs)Supported Commands
Algebra Integral Quotes
0x00 – INTEGRAL_SWAP_EXACT_IN
0x01 – INTEGRAL_SWAP_EXACT_OUT
Uniswap V3 Quotes
0x10 – UNISWAP_V3_SWAP_EXACT_IN
0x11 – UNISWAP_V3_SWAP_EXACT_OUT
Uniswap V2 Quotes
0x08 – V2_SWAP_EXACT_IN
0x09 – V2_SWAP_EXACT_OUT
ERC4626 Vault Quotes
0x07 – ERC4626_WRAP
0x0f – ERC4626_UNWRAP
Chain Execution with CONTRACT_BALANCE
References
Last updated