▶ 0. Introduction In this series of tutorials, we will learn how to debug and reverse EVM (Ethereum Virtual Machine) smart contracts. You may already know that, when a smart contract is not verified in a blockchain, you CANNOT read it’s solidity code, only the byte-code is displayed. The issue is that it’s…