Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mouseless-eth committed Aug 5, 2023
1 parent 36d3b0b commit c53a2e0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions contract/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Expand Down

0 comments on commit c53a2e0

Please sign in to comment.