first test pass
This commit is contained in:
parent
307f98840b
commit
9279e0c045
6 changed files with 67 additions and 94 deletions
|
|
@ -1,11 +0,0 @@
|
|||
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
pragma solidity ^0.8.13;
|
||||
|
||||
import { IERC20Metadata } from "@openzeppelin/token/ERC20/ERC20.sol";
|
||||
|
||||
interface IHarb is IERC20Metadata {
|
||||
|
||||
function taxPool() external view returns(address);
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue