This commit is contained in:
owen05
2021-04-12 19:59:21 +08:00
parent 67aab1e912
commit 97b3f4604d
4 changed files with 15 additions and 4 deletions

View File

@@ -6,7 +6,6 @@
*/
pragma solidity 0.6.9;
pragma experimental ABIEncoderV2;
interface IDODOApprove {
function claimTokens(address token,address who,address dest,uint256 amount) external;