dsa-connectors/contracts/polygon/connectors/paraswap/interface.sol

6 lines
164 B
Solidity
Raw Normal View History

2022-03-22 16:17:41 +00:00
//SPDX-License-Identifier: MIT
2021-05-03 16:50:26 +00:00
pragma solidity ^0.7.0;
interface AugustusSwapperInterface {
function getTokenTransferProxy() external view returns (address);
}