Skip to content

Instantly share code, notes, and snippets.

@Mrtenz
Created May 5, 2019 11:32
Show Gist options
  • Save Mrtenz/40197b411951d2dd62a3c52e74d3f812 to your computer and use it in GitHub Desktop.
Save Mrtenz/40197b411951d2dd62a3c52e74d3f812 to your computer and use it in GitHub Desktop.
pragma solidity ^0.5.7;
interface ERC777TokensSender {
function tokensToSend(
address operator,
address from,
address to,
uint256 amount,
bytes calldata userData,
bytes calldata operatorData
) external;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment