aave-protocol-v2/contracts/interfaces/IParaSwapAugustus.sol

8 lines
196 B
Solidity
Raw Normal View History

// SPDX-License-Identifier: agpl-3.0
pragma solidity 0.6.12;
pragma experimental ABIEncoderV2;
interface IParaSwapAugustus {
function getTokenTransferProxy() external view returns (address);
}