IERC20.sol 182 B

123456
  1. // SPDX-License-Identifier: MIT
  2. // OpenZeppelin Contracts (last updated v5.0.0) (interfaces/IERC20.sol)
  3. pragma solidity >=0.4.16;
  4. import {IERC20} from "../token/ERC20/IERC20.sol";