Skip to content

Instantly share code, notes, and snippets.

@noot
Created July 20, 2018 15:59
Show Gist options
  • Save noot/58affbcda86dfa42db41caf5b1285116 to your computer and use it in GitHub Desktop.
Save noot/58affbcda86dfa42db41caf5b1285116 to your computer and use it in GitHub Desktop.
pragma solidity ^0.4.8;
contract ERC223Receiver {
function tokenFallback(address _sender, address _origin, uint _value, bytes _data) returns (bool ok);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment