All Questions
Tagged with hack remix-tests
1 question
0
votes
1
answer
51
views
Reentrancy attack question
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "@openzeppelin/contracts/access/Ownable.sol";
interface IBank {
function deposit() external payable;
function withdraw(...