missing file

This commit is contained in:
Ricardo Guilherme Schmidt 2017-11-29 12:42:10 -02:00
parent ff4c320869
commit 6766c5d7b1
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
pragma solidity ^0.4.14;
contract ApproveAndCallFallBack {
function receiveApproval(address from, uint256 _amount, address _token, bytes _data) public;
}