Skip to content

Instantly share code, notes, and snippets.

pragma solidity ^0.5.1;
contract DogPurchase {
address payable public buyer;
address payable public seller;
uint cost;
bool isDogPurchased;
uint currentID;