Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

Commit

Permalink
Merge pull request #41 from mouseless-eth/fix-docs/jumpdest
Browse files Browse the repository at this point in the history
closes #37
  • Loading branch information
mouseless0x authored Aug 5, 2023
2 parents 36d3b0b + c53a2e0 commit 6782c9c
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 6782c9c

Please sign in to comment.