fix dodomath

This commit is contained in:
owen05
2021-01-13 20:39:41 +08:00
parent 847d0bf895
commit 74a12f54c6
9 changed files with 108 additions and 27 deletions

View File

@@ -50,7 +50,7 @@ contract CPStorage is InitializableOwnable, ReentrancyGuard {
uint256 public _TOTAL_SHARES_;
mapping(address => uint256) internal _SHARES_;
mapping(address => bool) internal _CLAIMED_;
mapping(address => bool) public _CLAIMED_;
address public _POOL_FACTORY_;
address public _POOL_;