added on fantom

This commit is contained in:
bhavik-m 2022-03-22 20:28:59 +05:30
parent 5216f49e66
commit 9bd990d095
25 changed files with 25 additions and 0 deletions

View File

@ -1,3 +1,4 @@
//SPDX-License-Identifier: MIT
pragma solidity ^0.7.0;
import { TokenInterface } from "./interfaces.sol";

View File

@ -1,3 +1,4 @@
//SPDX-License-Identifier: MIT
pragma solidity ^0.7.0;
interface TokenInterface {

View File

@ -1,3 +1,4 @@
//SPDX-License-Identifier: MIT
pragma solidity ^0.7.0;
import { SafeMath } from "@openzeppelin/contracts/math/SafeMath.sol";

View File

@ -1,3 +1,4 @@
//SPDX-License-Identifier: MIT
pragma solidity ^0.7.0;
import { MemoryInterface } from "./interfaces.sol";

View File

@ -1,3 +1,4 @@
//SPDX-License-Identifier: MIT
pragma solidity ^0.7.0;
pragma experimental ABIEncoderV2;

View File

@ -1,3 +1,4 @@
//SPDX-License-Identifier: MIT
pragma solidity ^0.7.0;
import { DSMath } from "../../../common/math.sol";

View File

@ -1,3 +1,4 @@
//SPDX-License-Identifier: MIT
pragma solidity ^0.7.0;
interface AaveInterface {

View File

@ -1,3 +1,4 @@
//SPDX-License-Identifier: MIT
pragma solidity ^0.7.0;
pragma experimental ABIEncoderV2;
/**

View File

@ -1,3 +1,4 @@
//SPDX-License-Identifier: MIT
pragma solidity ^0.7.0;
contract Events {

View File

@ -1,3 +1,4 @@
//SPDX-License-Identifier: MIT
pragma solidity ^0.7.0;
import { DSMath } from "../../../common/math.sol";

View File

@ -1,3 +1,4 @@
//SPDX-License-Identifier: MIT
pragma solidity ^0.7.0;
interface AaveInterface {

View File

@ -1,3 +1,4 @@
//SPDX-License-Identifier: MIT
pragma solidity ^0.7.0;
/**

View File

@ -1,3 +1,4 @@
//SPDX-License-Identifier: MIT
pragma solidity ^0.7.0;
contract Events {

View File

@ -1,3 +1,4 @@
//SPDX-License-Identifier: MIT
pragma solidity ^0.7.0;
pragma experimental ABIEncoderV2;

View File

@ -1,3 +1,4 @@
//SPDX-License-Identifier: MIT
pragma solidity ^0.7.0;
pragma experimental ABIEncoderV2;

View File

@ -1,3 +1,4 @@
//SPDX-License-Identifier: MIT
pragma solidity ^0.7.0;
/**

View File

@ -1,3 +1,4 @@
//SPDX-License-Identifier: MIT
pragma solidity ^0.7.0;
contract Events {

View File

@ -1,3 +1,4 @@
//SPDX-License-Identifier: MIT
pragma solidity ^0.7.0;
/**

View File

@ -1,3 +1,4 @@
//SPDX-License-Identifier: MIT
pragma solidity ^0.7.0;
contract Events {

View File

@ -1,3 +1,4 @@
//SPDX-License-Identifier: MIT
pragma solidity ^0.7.0;
/**

View File

@ -1,3 +1,4 @@
//SPDX-License-Identifier: MIT
pragma solidity ^0.7.0;
contract Events {

View File

@ -1,3 +1,4 @@
//SPDX-License-Identifier: MIT
pragma solidity ^0.7.0;

View File

@ -1,3 +1,4 @@
//SPDX-License-Identifier: MIT
pragma solidity ^0.7.0;
contract Events {

View File

@ -1,3 +1,4 @@
//SPDX-License-Identifier: MIT
pragma solidity ^0.7.0;
import { TokenInterface } from "../../common/interfaces.sol";

View File

@ -1,3 +1,4 @@
//SPDX-License-Identifier: MIT
pragma solidity ^0.7.0;
/**