Build
Architecture
contracts
contracts
evm
testing
AttackerContract.sol
Interface.victim

Git Source (opens in a new tab)

deposit

function deposit(bytes calldata recipient, address asset, uint256 amount, bytes calldata message) external;

withdraw

function withdraw(address recipient, address asset, uint256 amount) external;