Question: I am trying to reproduce a reentrancy bug from this article My config: Version: pragma solidity ^0.7.0; IDE: remix.ethereum Step 1: I deployed Etherbank Contract with the following address: 0x5B38Da6a701c568545dCfcB03FcB875f56beddC4 // SPDX-License-Identifier: MIT pragma solidity ^0.7.0; Still with the ...