EVM Puzzles 3 Walk-Through

EVM puzzle number three holds just 6 op codes for us to decipher. Starting with 36 CALLDATASIZE, then 56 JUMP, and our 5B JUMPDEST is 3 slots under at the 04 index. Heading over to evm.code’s playground, let’s input our opcodes and do a test call with an arbitrary value to view how we step […]

EVM Puzzles 3 Walk-Through Read More ยป