This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| pragma solidity 0.5.11 - 0.6.4; | |
| contract MySampleContract { | |
| address public ownerWallet; | |
| uint public currUserID = 0; | |
| uint public pool1currUserID = 0; | |
| uint public pool2currUserID = 0; | |
| uint public pool1activeUserID = 0; | |
| uint public pool2activeUserID = 0; |