Skip to content

Instantly share code, notes, and snippets.

View painfulDogSale.sol.js
pragma solidity ^0.5.1;
contract DogPurchase {
address payable public buyer;
address payable public seller;
uint cost;
bool isDogPurchased;
uint currentID;