update init frag && dropsV2 testing

This commit is contained in:
owen05
2021-05-26 20:03:32 +08:00
parent ab5e768b86
commit 36885daf49
9 changed files with 214 additions and 64 deletions

View File

@@ -19,7 +19,8 @@ interface IFragment {
uint256 buyoutTimestamp,
address defaultMaintainer,
uint256 defaultBuyoutFee,
uint256 distributionRatio
uint256 distributionRatio,
string memory fragSymbol
) external;
function buyout(address newVaultOwner) external;