fix owner
This commit is contained in:
@@ -8,8 +8,6 @@
|
||||
pragma solidity 0.6.9;
|
||||
pragma experimental ABIEncoderV2;
|
||||
|
||||
import {IERC20} from "./IERC20.sol";
|
||||
|
||||
interface IDODOV2 {
|
||||
|
||||
//========== Common ==================
|
||||
@@ -24,6 +22,8 @@ interface IDODOV2 {
|
||||
|
||||
function _QUOTE_TOKEN_() external returns (address);
|
||||
|
||||
function _OWNER_() external returns (address);
|
||||
|
||||
function getOwner() external view returns (address);
|
||||
|
||||
//========== DODOVendingMachine ========
|
||||
|
||||
@@ -8,8 +8,6 @@
|
||||
pragma solidity 0.6.9;
|
||||
pragma experimental ABIEncoderV2;
|
||||
|
||||
import {IERC20} from "./IERC20.sol";
|
||||
|
||||
interface IDODOV2Proxy01 {
|
||||
function dodoSwapETHToToken(
|
||||
address payable assetTo,
|
||||
|
||||
Reference in New Issue
Block a user