dsa-connectors-2.0/contracts/mainnet/connectors/morpho-blue/interfaces/IERC20.sol
2023-12-16 18:03:50 +05:30

10 lines
320 B
Solidity

// SPDX-License-Identifier: GPL-2.0-or-later
pragma solidity >=0.5.0;
/// @title IERC20
/// @author Morpho Labs
/// @custom:contact security@morpho.org
/// @dev Empty because we only call library functions. It prevents calling transfer (transferFrom) instead of
/// safeTransfer (safeTransferFrom).
interface IERC20 {}