LibOpUniswapV2AmountOut
Opcode to calculate the amount out for a Uniswap V2 pair.
Functions
integrity
function integrity(IntegrityCheckStateNP memory, Operand operand) internal pure returns (uint256, uint256);
run
function run(InterpreterStateNP memory, Operand operand, Pointer stackTop) internal view returns (Pointer);
referenceFn
function referenceFn(InterpreterStateNP memory, Operand operand, uint256[] memory inputs)
internal
view
returns (uint256[] memory outputs);