From c53a2e0681e5da2413b8bbd19ceaa96c40b813c4 Mon Sep 17 00:00:00 2001 From: mouseless <97399882+mouseless-eth@users.noreply.github.com> Date: Sat, 5 Aug 2023 16:32:23 +0300 Subject: [PATCH] closes #37 --- contract/README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/contract/README.md b/contract/README.md index 71ec199..830e0c0 100644 --- a/contract/README.md +++ b/contract/README.md @@ -62,13 +62,13 @@ All calldata is encoded by packing the values together. | 0x0A | V2 Frontrun, Weth is Token0 and Input | | 0x0F | V2 Backrun, Weth is Token1 and Output | | 0x14 | V2 Frontrun, Weth is Token1 and Input | -| 0x1E | V3 Backrun, Weth is Token0 and Output | -| 0x2D | V3 Frontrun, Weth is Token0 and Input | -| 0x19 | V3 Backrun, Weth is Token1 and Output | -| 0x32 | V3 Frontrun, Weth is Token1 and Input | -| 0x37 | Seppuku (self-destruct) | -| 0x3C | Recover Eth | -| 0x41 | Recover Weth | +| 0x19 | V3 Backrun, Weth is Token0 and Output | +| 0x1E | V3 Frontrun, Weth is Token0 and Input | +| 0x23 | V3 Backrun (Weth is Token1 and Output) | +| 0x28 | V3 Frontrun, Weth is Token1 and Input | +| 0x2D | Seppuku (self-destruct) | +| 0x32 | Recover Eth | +| 0x37 | Recover Weth | | ... | ... | | 0xFA | UniswapV3 Callback |