This file contains 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
// Dependency file: contracts/interfaces/IUnisaveV2Pair.sol | |
// pragma solidity =0.6.12; | |
interface IUnisaveV2Pair { | |
event Approval(address indexed owner, address indexed spender, uint value); | |
event Transfer(address indexed from, address indexed to, uint value); | |
function name() external pure returns (string memory); | |
function symbol() external pure returns (string memory); |
This file contains 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
/** | |
*Submitted for verification at Etherscan.io on 2020-11-30 | |
*/ | |
// Dependency file: contracts/interfaces/IGainswapFactory.sol | |
// pragma solidity =0.6.12; | |
interface IGainswapFactory { | |
event PairCreated(address indexed token0, address indexed token1, address pair, uint); |
This file contains 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
/** | |
*Submitted for verification at BscScan.com on 2020-12-01 | |
*/ | |
/** | |
*Submitted for verification at BscScan.com on 2020-11-28 | |
*/ | |
/** | |
*Submitted for verification at BscScan.com on 2020-10-12 |
This file contains 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
/** | |
*Submitted for verification at BscScan.com on 2020-12-05 | |
*/ | |
/** | |
*Submitted for verification at BscScan.com on 2020-11-28 | |
*/ | |
/** | |
*Submitted for verification at BscScan.com on 2020-10-12 |
This file contains 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
/** | |
*Submitted for verification at BscScan.com on 2020-12-07 | |
*/ | |
/** | |
*Submitted for verification at BscScan.com on 2020-11-08 | |
*/ | |
/** | |
*Submitted for verification at Etherscan.io on 2020-08-13 |
This file contains 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
/** | |
*Submitted for verification at BscScan.com on 2020-11-28 | |
*/ | |
/** | |
*Submitted for verification at BscScan.com on 2020-10-12 | |
*/ | |
// Dependency file: contracts/interfaces/IyToken.sol |
This file contains 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
/** | |
*Submitted for verification at Etherscan.io on 2020-12-05 | |
*/ | |
pragma solidity ^0.6.0; | |
// Dependency file: @openzeppelin/contracts/GSN/Context.sol | |
// SPDX-License-Identifier: MIT |
This file contains 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
/** | |
*Submitted for verification at Etherscan.io on 2020-12-05 | |
*/ | |
// SPDX-License-Identifier: MIT | |
pragma solidity ^0.6; | |
interface IminingPool { | |
function stake(uint) external; |
This file contains 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
/** | |
*Submitted for verification at BscScan.com on 2020-12-02 | |
*/ | |
/** | |
*Submitted for verification at BscScan.com on 2020-11-13 | |
*/ | |
pragma solidity ^0.6.0; |
This file contains 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
/** | |
*Submitted for verification at BscScan.com on 2020-11-28 | |
*/ | |
/** | |
*Submitted for verification at BscScan.com on 2020-10-12 | |
*/ | |
// Dependency file: contracts/interfaces/IyToken.sol |