Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
SilentNotary committed Dec 30, 2017
1 parent 4940161 commit c405447
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dapp/src/common/Buyable.sol
@@ -0,0 +1,6 @@
pragma solidity ^0.4.18;

// Interface for contracts with buying functionality, for example, crowdsales.
contract Buyable {
function buy (address receiver) public payable;
}

0 comments on commit c405447

Please sign in to comment.