Skip to content

Instantly share code, notes, and snippets.

@kyriediculous
Created January 12, 2018 04:51
Show Gist options
  • Save kyriediculous/1157d3e8e1007eb2272e51e688bd9774 to your computer and use it in GitHub Desktop.
Save kyriediculous/1157d3e8e1007eb2272e51e688bd9774 to your computer and use it in GitHub Desktop.
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