DPP factory and init

This commit is contained in:
owen05
2020-11-22 18:20:09 +08:00
parent 857e4fc01a
commit f2656d6b2a
19 changed files with 376 additions and 109 deletions

View File

@@ -19,6 +19,10 @@ contract SmartApprove is Ownable {
smartSwap = _smartSwap;
}
function getSmartSwap() public view returns (address) {
return smartSwap;
}
function claimTokens(
IERC20 token,
address who,