Skip to content

Instantly share code, notes, and snippets.

@this-post
Created August 14, 2021 15:42
Show Gist options
  • Save this-post/3411a650449dc9d5ca470ad878f1f553 to your computer and use it in GitHub Desktop.
Save this-post/3411a650449dc9d5ca470ad878f1f553 to your computer and use it in GitHub Desktop.
pragma solidity >=0.6.0;
interface IPancakeCallee {
function pancakeCall(address sender, uint amount0, uint amount1, bytes calldata data) external;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment