change contract name && fix addLiquidity
This commit is contained in:
14
contracts/intf/IDODOApprove.sol
Normal file
14
contracts/intf/IDODOApprove.sol
Normal file
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
|
||||
Copyright 2020 DODO ZOO.
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
*/
|
||||
|
||||
pragma solidity 0.6.9;
|
||||
pragma experimental ABIEncoderV2;
|
||||
|
||||
interface IDODOApprove {
|
||||
function claimTokens(address token,address who,address dest,uint256 amount) external;
|
||||
function getDODOProxy() external view returns (address);
|
||||
}
|
||||
Reference in New Issue
Block a user