The Force problem of the Ethernaut series introduces the concept of how to allow your contract to receive funds…
Two incredibly useful tools in solidity are fallback functions and the use of delegatecall. As with any…
Solidity requires all variables to have an explicitly declared type. There is not a…