This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pragma solidity 0.6.12; | |
pragma experimental ABIEncoderV2; | |
import { IERC20 } from "./Interfaces.sol"; | |
import { SafeMath,SafeERC20 } from "./Libraries.sol"; | |
import "./ISoloMargin.sol"; | |
contract DydxFlashloanBase { | |
using SafeMath for uint256; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pragma solidity 0.6.12; | |
pragma experimental ABIEncoderV2; | |
import { IERC20 } from "./Interfaces.sol"; | |
import { SafeMath,SafeERC20 } from "./Libraries.sol"; | |
import "./ISoloMargin.sol"; | |
contract DydxFlashloanBase { | |
using SafeMath for uint256; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pragma solidity 0.6.12; | |
pragma experimental ABIEncoderV2; | |
import { IERC20 } from "./Interfaces.sol"; | |
import { SafeMath,SafeERC20 } from "./Libraries.sol"; | |
import "./ISoloMargin.sol"; | |
contract DydxFlashloanBase { | |
using SafeMath for uint256; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// SPDX-License-Identifier: agpl-3.0 | |
pragma solidity 0.6.12; | |
//import { FlashLoanReceiverBase } from "./FlashLoanReceiverBase.sol"; | |
import { IFlashLoanReceiver, ILendingPoolAddressesProvider, ILendingPool, IERC20 } from "./Interfaces.sol"; | |
import { SafeMath,SafeERC20 } from "./Libraries.sol"; | |
//import "github.com/Arachnid/solidity-stringutils/strings.sol"; | |
// get the relevant lendingPool address for _addressProvider |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// SPDX-License-Identifier: agpl-3.0 | |
pragma solidity 0.6.12; | |
//import { FlashLoanReceiverBase } from "./FlashLoanReceiverBase.sol"; | |
import { IFlashLoanReceiver, ILendingPoolAddressesProvider, ILendingPool, IERC20 } from "./Interfaces.sol"; | |
import { SafeMath,SafeERC20 } from "./Libraries.sol"; | |
//import "github.com/Arachnid/solidity-stringutils/strings.sol"; | |
// get the relevant lendingPool address for _addressProvider |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// SPDX-License-Identifier: agpl-3.0 | |
pragma solidity 0.6.12; | |
//import { FlashLoanReceiverBase } from "./FlashLoanReceiverBase.sol"; | |
import { IFlashLoanReceiver, ILendingPoolAddressesProvider, ILendingPool, IERC20 } from "./Interfaces.sol"; | |
import { SafeMath,SafeERC20 } from "./Libraries.sol"; | |
//import "github.com/Arachnid/solidity-stringutils/strings.sol"; | |
// get the relevant lendingPool address for _addressProvider |
NewerOlder