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

5 lines
133 B
Solidity
Raw Normal View History

2021-05-03 16:50:26 +00:00
pragma solidity ^0.7.0;
interface AugustusSwapperInterface {
function getTokenTransferProxy() external view returns (address);
}