Skip to content

Commit

Permalink
all puzzles. Maybe first puzzle should be moved to later
Browse files Browse the repository at this point in the history
  • Loading branch information
daltyboy11 committed May 14, 2022
1 parent 2e8b439 commit bd844d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ We'll also need to send at least 2 wei to the puzzle contract.
8. This puzzle simulates a for loop that executes CALLVALUE number of times. After the loop it checks the amount of gas consumed. To match
the gas consumed with the expected value you must set CALLVALUE = 4
9. This puzzle code refuses to receive ether. BUT you can FORCE ether into it by using the SELFDESTRUCT opcode in your calldata contract. So that's what we have to do.
10. ???
4 changes: 2 additions & 2 deletions puzzles/puzzle_10.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"code": "38349011600857FD5B3661000390061534600A0157FDFDFDFD5B00",
"askForValue": true,
"code": "602060006000376000517ff0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f01660206020600037600051177fabababababababababababababababababababababababababababababababab14605d57fd5b00",
"askForValue": false,
"askForData": true
}

0 comments on commit bd844d9

Please sign in to comment.