mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 22:26:30 +00:00
d2462b01ce
Part of #10251
6 lines
159 B
Solidity
Executable File
6 lines
159 B
Solidity
Executable File
pragma solidity >=0.5.0;
|
|
|
|
interface IUniswapV2Callee {
|
|
function uniswapV2Call(address sender, uint amount0, uint amount1, bytes calldata data) external;
|
|
}
|