This commit is contained in:
owen05
2021-03-09 15:43:02 +08:00
parent 94ba7fbd21
commit 01c5447802
5 changed files with 65 additions and 3 deletions

View File

@@ -21,6 +21,8 @@ contract DVMStorage is ReentrancyGuard {
bool public _IS_OPEN_TWAP_ = false;
bool internal _DVM_INITIALIZED_;
// ============ Core Address ============
address public _MAINTAINER_;