Expand description
Module containing a contract’s types and functions.
interface IUniswapV2Callee {
function uniswapV2Call(address sender, uint amount0, uint amount1, bytes calldata data) external;
}
Structs§
- Function with signature
uniswapV2Call(address,uint256,uint256,bytes)
and selector0x10d1e85c
. - Container type for the return parameters of the
uniswapV2Call(address,uint256,uint256,bytes)
function.
Enums§
- Container for all the
IUniswapV2Callee
function calls.