This commit is contained in:
owen05
2021-05-10 22:21:53 +08:00
parent 11814c230d
commit 2751801a83
3 changed files with 24 additions and 8 deletions

View File

@@ -23,7 +23,6 @@ contract Fragment is InitializableERC20 {
// ============ Storage ============
bool public _IS_BUYOUT_;
bool public _IS_OPEN_BUYOUT_;
uint256 public _BUYOUT_TIMESTAMP_;
uint256 public _BUYOUT_PRICE_;
uint256 public _DEFAULT_BUYOUT_FEE_;