Add an interface folder that lists common interfaces (#2517)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
This commit is contained in:
5
contracts/interfaces/IERC20.sol
Normal file
5
contracts/interfaces/IERC20.sol
Normal file
@ -0,0 +1,5 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
pragma solidity ^0.8.0;
|
||||
|
||||
import "../token/ERC20/IERC20.sol";
|
||||
Reference in New Issue
Block a user