Created
August 14, 2021 15:42
-
-
Save this-post/3411a650449dc9d5ca470ad878f1f553 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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