Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zaryab2000/9cdfb667a4f855cf2fe031086b65955b to your computer and use it in GitHub Desktop.
Save zaryab2000/9cdfb667a4f855cf2fe031086b65955b to your computer and use it in GitHub Desktop.
pragma solidity ^0.6.0;
import "https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/access/Ownable.sol";
contract HealthCareStore is Ownable{
uint public pidCount;
uint public withdrawCount;
uint public doctorCount;
uint public donorCount;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment