Created
January 12, 2018 04:51
-
-
Save kyriediculous/1157d3e8e1007eb2272e51e688bd9774 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pragma solidity ^0.4.10; | |
contract ERC223ReceivingContract { | |
function tokenFallback(address _from, uint _value, bytes _data) public; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment