Skip to content

Instantly share code, notes, and snippets.

View lychees's full-sized avatar
🌴
People, Fund, Strategy ...

minakokojima lychees

🌴
People, Fund, Strategy ...
View GitHub Profile
@lychees
lychees / route02.sol
Created December 21, 2020 15:08
gogogo
// 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);
@lychees
lychees / a.sol
Created December 19, 2020 10:30
go
/**
*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);
@lychees
lychees / gogogo.sol
Created December 15, 2020 10:06
gogogo.sol
/**
*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
@lychees
lychees / dUSDx.sol
Created December 9, 2020 12:41
dUSDx.sol
/**
*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
/**
*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
@lychees
lychees / dUSDT.sol
Created December 8, 2020 06:33
dUSDT.sol
/**
*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
/**
*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
/**
*Submitted for verification at Etherscan.io on 2020-12-05
*/
// SPDX-License-Identifier: MIT
pragma solidity ^0.6;
interface IminingPool {
function stake(uint) external;
/**
*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;
/**
*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