Skip to content

Instantly share code, notes, and snippets.

@Mrtenz
Created May 4, 2019 22:09
Show Gist options
  • Save Mrtenz/9cd2a8ed03996a465dbadf69074b51f3 to your computer and use it in GitHub Desktop.
Save Mrtenz/9cd2a8ed03996a465dbadf69074b51f3 to your computer and use it in GitHub Desktop.
pragma solidity ^0.5.7;
interface ERC777TokensRecipient {
function tokensReceived(
address operator,
address from,
address to,
uint256 amount,
bytes calldata data,
bytes calldata operatorData
) external;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment