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
{ | |
"internal_transactions": [ | |
{ | |
"value": "10000000000000000000", | |
"transactionIndex": "1", | |
"tokenSymbol": "FFU", | |
"tokenName": "Fat Fuse Unicorn 🦄", | |
"tokenDecimal": "18", | |
"to": "0x7821225310a716d4d321ec140054aa549010c605", | |
"timeStamp": "1570173960", |
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 2021-02-07 | |
*/ | |
// Dependency file: contracts/openzeppelin/contracts/GSN/Context.sol | |
// SPDX-License-Identifier: MIT | |
// pragma solidity ^0.7.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
// SPDX-License-Identifier: MIT | |
pragma solidity 0.6.6; | |
import "@openzeppelin/contracts/token/ERC20/IERC20.sol"; | |
import "@openzeppelin/contracts/token/ERC20/ERC20.sol"; | |
import "@openzeppelin/contracts/math/SafeMath.sol"; | |
import "./TokenineRewardPoint.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
{ | |
"config": { | |
"chainId": 17, | |
"homesteadBlock": 0, | |
"eip150Block": 0, | |
"eip150Hash": "0x0000000000000000000000000000000000000000000000000000000000000000", | |
"eip155Block": 0, | |
"eip158Block": 0, | |
"byzantiumBlock": 0, | |
"constantinopleBlock": 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
// SPDX-License-Identifier: MIT | |
/** | |
* | |
* Tokenine ERC20 Smartcontract | |
* Contact: Dome C. <[email protected]> | |
* Tokenine Inc | |
* 256 Chapman Road STE 105-4 | |
* Newark New Castle | |
* Delaware(DE) 19702 |
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
// SPDX-License-Identifier: MIT | |
pragma solidity 0.6.12; | |
import "@openzeppelin/contracts/token/ERC20/IERC20.sol"; | |
import "@openzeppelin/contracts/token/ERC20/ERC20.sol"; | |
import "@openzeppelin/contracts/math/SafeMath.sol"; | |
import "./TokenineRewardPoint.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
ETH | |
NEAR | |
SOL | |
XVS | |
ARPA | |
LTC | |
ZEN | |
BLZ | |
ERN | |
ALPHA |
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
[binance_user_config] | |
api_key= | |
api_secret_key= | |
current_coin= | |
bridge=USDT | |
tld=com | |
hourToKeepScoutHistory=1 | |
scout_multiplier=5 | |
scout_sleep_time=1 | |
strategy=ratio_adjust |
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
SRM | |
POLY | |
UNFI | |
MITH | |
XTZ | |
EGLD | |
SOL | |
XVS | |
ARPA | |
LTC |
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
pragma solidity ^0.6.6; | |
import "@chainlink/contracts/src/v0.6/interfaces/AggregatorV3Interface.sol"; | |
contract ChainlinkOracle { | |
AggregatorV3Interface internal priceFeed; | |
/** | |
* Network: Kovan |