Ethernaut | Fallout
This blog is intended to uncover the level 2 fallout, showcasing how a developer typo can create a huge impact. The typo impacted the constructor function and converted the accessibility of the function to the public. The challenge focuses on a solidity constructor and is easier than the fallback challenge. Solidity Functions Like any other programming language, Solidity functions are self-contained modules of code that accomplish a specific task. Visibility Internal functions can only be called inside the current contract....