add dodoStarterProxy

This commit is contained in:
owen05
2021-12-02 17:07:35 +08:00
parent 4471274053
commit 343a6d2f11
4 changed files with 97 additions and 13 deletions

View File

@@ -14,4 +14,8 @@ interface IDODOStarter {
uint256[] calldata timeLine,
uint256[] calldata valueList
) external;
function _FUNDS_ADDRESS_() external view returns (address);
function depositFunds(address to) external returns (uint256);
}