// SPDX-License-Identifier: UNLICENSED pragma solidity ^0.8.9; interface IERC20 { function transfer(address recipient, uint256 amount) external; }