Add an interface folder that lists common interfaces (#2517)

Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
This commit is contained in:
Hadrien Croubois
2021-08-06 15:36:34 +02:00
committed by GitHub
parent 694f169832
commit 18668870fd
30 changed files with 507 additions and 113 deletions

View File

@ -0,0 +1,5 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "../token/ERC20/IERC20.sol";