Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
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(...
Joe B's user avatar
  • 3