Skip to content

Instantly share code, notes, and snippets.

@noospherelabs
noospherelabs / arbitragetest.sol
Last active November 15, 2021 04:15
Noos Arbitrage BSC Test
pragma solidity ^0.6.6;
import './UniswapV2Library.sol';
import './interfaces/IUniswapV2Router02.sol';
import './interfaces/IUniswapV2Pair.sol';
import './interfaces/IUniswapV2Factory.sol';
import './interfaces/IERC20.sol';
contract Arbitrage {
address public pancakeFactory;
@noospherelabs
noospherelabs / noospherecurve.sol
Last active November 2, 2021 14:49 — forked from jcmartinezdev/erc20-token-sample.sol
Necessary code to generate an ERC20 Token
pragma solidity ^0.4.24;
// ----------------------------------------------------------------------------
// Sample token contract
//
// Symbol : NOOSC
// Name : NOOSPHERE CURVE
// Total supply : 111111100
// Decimals : 3
// Owner Account : 0x05024C757E61C8d72C7D201acFd1Aa89d6b6d88F