Cyberscan

A convenient tool that helps investors to quickly gain insight into a given project

Cyberscan V2

POST https://www.cyberscope.io/api/cyberscan

This API endpoint provides detailed information about an address, including automated smart contract audit and security analysis. By submitting a POST request to this endpoint, users can retrieve comprehensive data related to the project's audit scores, smart contract details, market performance, social media presence, and more.

The request body must contain the contract's address (address), and either the network identifier (network) or the chain id (chainId) that the address is deployed.

Example: https://www.cyberscope.io/cyberscan?address=0xd41c4805a9a3128f9f7a7074da25965371ba50d5&chainId=56

Request body example: { "address": "0xd41c4805a9a3128f9f7a7074da25965371ba50d5", "network": "BSC" }

Rate Limit

The endpoint has a rate limit of 5 calls/minute, you may get a key for unrestricted access by contacting us at @raf_cyberscope.

Headers

NameTypeDescription

x-api-key

String

Include the API key in the header of your API requests to authenticate and authorize access without rate limits.

Request Body

NameTypeDescription

address*

String

An EVM compatible address. e.g. 0xd41c4805a9a3128f9f7a7074da25965371ba50d5

chainId

Number

The id of the chain that the address is deployed. Either network or chainId should be used.

1 (ETH), 56 (BSC), 137 (MATIC), 43114 (AVAX), 42161 (ARBITRUM), 81457 (BLAST), 2000 (DOGE), 25 (CRO), 8453 (BASE), 1666600000 (ONE), 250 (FTM), 321 (KCC), 8217 (KLAY), 40 (TELOS), 1285 (MOVR), 1284 (GLMR), 42220 (CELO), 106 (VLX), 61 (ETC), 10 (OPTIMISM), 100 (XDAI), 15551 (LOOP), 324 (ZKSYNC), 59144 (LINEA), 534352 (SCROLL), 167000 (TAIKO), 204 (OP_BNB), 5000 (MANTLE), 1116 (CORE), 122 (FUSE), 42262 (ROSE), 5 (GOERLI), 97 (BSC_TESTNET), 80001 (POLYGON_MUMBAI)

network

String

The network identifier that the address is deployed. Either network or chainId should be used. Default: BSC

ETH, BSC, MATIC, AVAX, ARBITRUM, BLAST, DOGE, CRO, BASE, ONE, FTM, KCC, KLAY, TELOS, MOVR, GLMR, CELO, VLX, ETC, OPTIMISM, XDAI, LOOP, ZKSYNC, LINEA, SCROLL, TAIKO, OP_BNB, MANTLE, CORE, FUSE, ROSE, GOERLI, BSC_TESTNET, POLYGON_MUMBAI

```json
{
	"auditLayout": {
		"id": "65414ba50f32ceb989ec83fc",
		"slug": "coin-shiba-inu",
		"addressDetails": {
			"0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce": {
				"balance": 246719335835.16473,
				"contract": true,
				"label": ""
			},
			"0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2": {
				"balance": 1465516633.868282,
				"contract": true,
				"label": "Wrapped Ether"
			},
			"0xdac17f958d2ee523a2206206994597c13d831ec7": {
				"balance": 73323602.02657662,
				"contract": true,
				"label": "Tether USD"
			},
      			...
		},
		"auditSlug": "",
		"bitcointalk": "",
		"coingecko": {
			"rank": 12,
			"id": "shiba-inu"
		},
		"coinmarketcap": {
			"rank": 11,
			"slug": "shiba-inu"
		},
		"coinscope": null,
		"communityScore": 90,
		"contract": {
			"updatedAt": "2024-06-12T19:19:22.633Z",
			"network": "ETH",
			"address": "0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce",
			"contractName": "TokenMintERC20Token",
			"contractVersion": "v0.5.0+commit.1d4f565a",
			"runs": "200",
			"licenseType": "None",
			"proxy": false,
			"unverified": false,
			"renounced": false,
			"contractOwner": "",
			"decimals": 18,
			"deadAmount": 4.348231779270411e28,
			"symbol": "SHIB",
			"totalSupply": 9.999823552829798e32,
			"error": "",
			"commonAddresses": [],
			"geckoTerminalUrl": "https://www.geckoterminal.com/eth/pools/0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce",
			"geckoTerminalUrlUpdatedAt": "2024-06-12T19:19:22.633Z"
		},
		"createdAt": "2023-10-31T18:47:00.930Z",
		"decentralisationScore": 71,
		"description": "Shiba Inu (SHIB) is a cryptocurrency and operates on the Ethereum platform. Shiba Inu has a current supply of 589,519,939,797,375.6 with 589,271,535,917,799.1 in circulation. The last known price of Shiba Inu is 0.00002277 USD and is up 6.49 over the last 24 hours. It is currently trading on 830 active market(s) with $917,628,019.14 traded over the last 24 hours. More information can be found at https://shibatoken.com/.",
		"dextools": {
			"chain": "ether",
			"pair": "0xe8dc5dac5f19d9eb0787673e0079f95ac49d8830"
		},
		"discord": "https://discord.com/invite/shibatoken",
		"domainInfo": {
			"lighthouse": {
				"audits": {
					"is-on-https": {
						"title": "Uses HTTPS",
						"description": "All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding [mixed content](https://developers.google.com/web/fundamentals/security/prevent-mixed-content/what-is-mixed-content), where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. [Learn more about HTTPS](https://developer.chrome.com/docs/lighthouse/pwa/is-on-https/).",
						"score": 1
					},
					...
				},
				"metrics": {
					"performance": 0.63,
					"accessibility": 0.86,
					"bestPractices": 0.95,
					"seo": 0.8,
					"pwa": 0.29,
					"security": 0.78
				}
			},
			"whois": {
				"creationDate": "2020-08-03T18:18:25.000Z"
			},
			"dns": {
				"missingSPF": false,
				"missingDMARC": true,
				"missingDKIM": true,
				"ineffectiveSPF": false,
				"softfailWithoutDMARC": true,
				"nameServerVersion": false,
				"recursiveQueries": false,
				"cNameInNS": false,
				"mxPrivateIPs": false,
				"mxInvalidChars": false
			}
		},
		"facebook": "",
		"fundamentalsScore": 71.75704519163243,
		"github": "https://github.com/shytoshikusama",
		"githubRepositoryStats": {
			"owner": "shytoshikusama",
			"contributionsPerDay": [
				{
					"week": 1683763200,
					"total": 0,
					"days": [0, 0, 0, 0, 0, 0, 0]
				},
        			...
				{
					"week": 1714003200,
					"total": 0,
					"days": [0, 0, 0, 0, 0, 0, 0]
				}
			],
			"totalRepositories": 7,
			"contributors": 145,
			"organizationAge": "2021-02-18T10:16:46.000Z",
			"stars": 100,
			"forks": 22,
			"openIssues": 5,
			"watchers": 29,
			"commits": 13592
		},
		"logo": "https://s2.coinmarketcap.com/static/img/coins/64x64/5994.png",
		"marketScore": 97,
		"marketcap": 12980049031.674652,
		"name": "Shiba Inu",
		"pools": {
			"pairs": [
				{
					"address": "0x2f62f2b4c5fcd7570a709dec05d68ea19c82a9ec",
					"factory": "0x1f98431c8ad98523631ae4a59f267346ea31f984",
					"worth": 2635852,
					"tokenPrimary": "0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce",
					"token": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
					"reserve0": 81761746969.34808,
					"reserve1": 233.1304799100179,
					"price0": 2.2e-7,
					"price1": 35.90667316,
					"reversed": false,
					"v3Fee": 3000
				},
        			...
			],
			"tokens": [
				{
					"address": "0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce",
					"decimals": 18,
					"name": "SHIBA INU",
					"symbol": "SHIB"
				},
        			...
			],
			"dexes": [
				{
					"address": "0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f",
					"router": "0x7a250d5630b4cf539739df2c5dacb4c659f2488d",
					"name": "Uniswap",
					"icon": "assets/images/swap/uniswap.png"
				},
				...
			]
		},
		"price": 2.199919563598345e-7,
		"projectAge": "2020-08-01T00:00:00.000Z",
		"rank": "Very Low",
		"rawCommunityScore": 90,
		"rawDecentralisationScore": 71,
		"rawFundamentalsScore": 92,
		"rawMarketScore": 100,
		"rawSecurityScore": 100,
		"rawTotalScore": null,
		"reddit": "https://reddit.com/r/SHIBArmy",
		"securityScore": 69.9520634524036,
		"similarity": {
			"ranks": [],
			"contracts": [
				{
					"name": "IERC20",
					"start": 322,
					"end": 2947,
					"score": 0.9611562782294489,
					"origin": "openzeppelin",
					"file": "IERC20.sol"
				}
			]
		},
		"slowPollUpdatedAt": "2024-05-05T16:15:07.108Z",
		"smartAudit": {
			"burn": [
				{
					"range": [16196, 16272]
				}
			],
			"mint": [],
			"blacklist": [],
			"blacklistMany": [],
			"whitelist": [],
			"setFees": [],
			"maxTxAmount": [],
			"pause": [],
			"cooldown": [],
			"reflections": false,
			"rebase": false,
			"pinksaleAntiBot": false,
			"autogeneratedPool": false,
			"dividendDistributor": false,
			"buyback": false,
			"safeMath": true,
			"redundantSafeMath": false,
			"nonImmutables": [],
			"nonDescriptiveErrorMessages": [],
			"multiplePragmaVersions": [
				{
					"range": [140, 162]
				},
				{
					"range": [3016, 3038]
				},
				{
					"range": [6721, 6743]
				},
				{
					"range": [14758, 14780]
				}
			],
			"interfaces": 1,
			"libraries": 1,
			"contracts": 2,
			"versions": ["^0.5.0"],
			"lines": 492
		},
		"socialCounters": {
			"twitter": 3886501,
			"telegram": 121725
		},
		"taxes": {
			"buyTax": 0,
			"sellTax": 0,
			"transferTax": 0,
			"buyGas": 115271,
			"sellGas": 96323,
			"transferGas": 26341,
			"error": ""
		},
		"telegram": "https://t.me/ShibaInu_Dogecoinkiller",
		"tokenCreation": {
			"contractCreator": "0xb8f226ddb7bc672e27dffb67e4adabfa8c0dfa08",
			"value": 0.11649382,
			"generatedAt": "2020-07-31T18:32:43.000Z",
			"txHash": "0x0a4022e61c49c59b2538b78a6c7c9a0e4bb8c8fce2d1b4a725baef3c55fb7363"
		},
		"topHolders": {
			"total": 1395278,
			"addresses": [
				"0xdead000000000000000042069420694206942069",
				"0xf3b0073e3a7f747c7a38b36b805247b222c302a3",
				...
			]
		},
		"totalScore": 88,
		"tradingVolume": 751913589.8770559,
		"twitter": "https://twitter.com/shibtoken",
		"updatedAt": "2024-06-12T19:19:27.131Z",
		"website": "https://shibatoken.com/",
		"expiresAt": null,
		"linkedin": "",
		"auditFindings": null,
		"communityScoreHistory": [
			{
				"v": 90,
				"t": "2024-05-18T07:00:17.800Z"
			},
			...
		],
		"communityScorePercentile": 91.25320102432778,
		"decentralisationScoreHistory": [
			{
				"v": 71,
				"t": "2024-05-18T07:00:17.800Z"
			},
			...
		],
		"decentralisationScorePercentile": 95,
		"fundamentalsScoreHistory": [
			{
				"v": 71.18513708030319,
				"t": "2024-05-18T07:00:17.800Z"
			},
			...
		],
		"fundamentalsScorePercentile": 95,
		"marketScoreHistory": [
			{
				"v": 69,
				"t": "2024-05-18T07:00:17.800Z"
			},
			...
		],
		"marketScorePercentile": 99.86395646606914,
		"securityScoreHistory": [
			{
				"v": 70.60350803924516,
				"t": "2024-05-18T07:00:17.800Z"
			},
			...
		],
		"securityScorePercentile": 95,
		"totalScorePercentile": 99.895966709347,
		"totalScoresHistory": [
			{
				"v": 88,
				"t": "2024-05-18T07:00:17.800Z"
			},
			...
		],
		"address": "0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce",
		"network": "ETH",
		"addressDescriptors": [
			{
				"network": "ETH",
				"address": "0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce"
			}
		],
		"discordMembers": 146199,
		"discordMembersHistory": [
			{
				"v": 146700,
				"t": "2024-05-18T07:00:17.800Z"
			},
			...
		],
		"facebookLikes": null,
		"facebookLikesHistory": [],
		"redditMembers": null,
		"redditMembersHistory": [],
		"telegramMembers": 121725,
		"telegramMembersHistory": [
			{
				"v": 126048,
				"t": "2024-05-18T07:00:17.800Z"
			},
			...
		],
		"topHoldersHistory": [
			{
				"v": 1396345,
				"t": "2024-05-18T07:00:17.800Z"
			},
			...
		],
		"twitterFollowers": 3886501,
		"twitterFollowersHistory": [
			{
				"v": 3895024,
				"t": "2024-05-18T07:00:17.800Z"
			},
			...
		],
		"geckoTerminalUrl": "https://www.geckoterminal.com/eth/pools/0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce",
		"onChainInfo": {
			"price": 2.199919563598345e-7
		},
		"override": {},
		"medium": "https://medium.com/@allhailtheshiba/all-hail-the-shiba-an-experiment-in-decentralization-87e3792e92f2",
		"price30": -5.572862,
		"price60": -10.10044808
	},
	"auditResource": null
}
```

Cyberscan V1 (Deprecated)

POST https://www.coinscope.co/api/search/contract

Creates an automated audit report and similarity analysis for an address or a source code.

Example: https://www.cyberscope.io/cyberscan?address=0xd41c4805a9a3128f9f7a7074da25965371ba50d5&chainId=56

Address type request example: { "type": "address", "address": "0xd41c4805a9a3128f9f7a7074da25965371ba50d5", "network": "BSC" }

Source code type request example: { "type": "source", "source": "contract ERC20 {...}" }

Request Body

NameTypeDescription

type*

String

address or source. Specifies if the Cyberscan will run in a deployed address or a source code.

address

String

An EVM compatible address. e.g. 0xd41c4805a9a3128f9f7a7074da25965371ba50d5

chainId

Number

The id of the chain that the address is deployed. 1 (ETH), 56 (BSC), 137 (MATIC), 43114 (AVAX), 25 (CRO), 2000 (DOGE), 1666600000 (ONE), 250 (FTM), 1285 (MOVR), 1284 (GLMR), 42220 (CELO), 42161 (ARBITRUM), 61 (ETC), 10 (OPTIMISM), 100 (XDAI), 5 (GOERLI), 97 (BSC_TESTNET), 80001 (POLYGON_MUMBAI), 4 (RINKEBY), 3 (ROPSTEN), 42 (KOVAN), 321 (KCC), 106 (VLX), 8217 (KLAY)

source

String

Applied if type=source The source code of a smart contract.

{
    "price": 0.003086551068923805,
    // The coin field is optionally returned if the coin address is 
    // listed on the coinscope. It provides useful information about the coin
    "coin": {
        "name": "Coinscope",
        "symbol": "coinscope",
        "icon": "https://firebasestorage.googleapis.com/v0/b/coinscopeassets.appspot.com/o/1636569818560_9a21b28c-e632-4a78-b4bb-0cafafc559bf?alt=media&token=3809731e-7387-4113-a138-2dc4cf37532f",
        "address": "0xd41c4805a9a3128f9f7a7074da25965371ba50d5",
        "network": "BSC",
        "customSwap": "",
        "customChart": "",
        "deployedAt": "2021-11-17T18:00:00.000Z",
        "createdAt": "2021-11-10T18:54:54.946Z",
        "launchedAt": null,
        "totalVotes": 800177,
        "slug": "coinscope",
        "promoted": false,
        "auditUrl": "https://github.com/coinscope-co/audits/blob/main/coinscope/audit.pdf",
        "auditScore": 98,
        "extraDailyVotes": 0,
        "priceRetries": 0,
        "warning": false,
        "marketCap": 541023,
        "facebook": "https://www.facebook.com/Coinscopecrypto",
        "instagram": "https://www.instagram.com/coinscopecrypto/",
        "telegramGroup": "https://t.me/coinscope_announce",
        "totalRecentVotes": 0,
        "trending": {
            "position": 8
        },
        "watchlists": 9571,
        "badges": [
            "airdrop",
            "kyc",
            "audit",
            "todaysBest",
            "vote5000"
        ],
        "votes": 800177,
        "price": 0.003101809307997085,
        "dollarPrice": "$0.0031",
        "marketcap": "$282,756",
        "coingecko": "https://www.coingecko.com/en/coins/coinscope",
        "cmc": "https://coinmarketcap.com/currencies/coinscope",
        "todaysBestAt": "2022-12-06T00:00:00.000Z",
        "kyc": {
            "finished": true,
            "finishedAt": "2022-03-17T14:20:36.223Z"
        },
        "audit": {
            "finishedAt": "2022-03-17T16:48:24.973Z",
            "progressedAt": "2021-12-22T20:07:33.383Z"
        },
        "totalSupply": 100000000,
        "deadAmount": 8841368,
        "airdrop": {
            "winners": 50,
            "totalParticipants": 0,
            "totalVotes": 4,
            "status": "finished",
            "twitter": "cyberscope_io",
            "telegram": "coinscope_co",
            "airdropContract": "0xAD5b6Be69fb0DAF4AA7aAFD0CBeC1371549F00Bb",
            "merkle": true,
            "delivered": true,
            "startDate": "2023-08-29T21:00:00.000Z",
            "endDate": "2023-09-18T21:00:00.000Z",
            "amount": 240000,
            "participate": false
        },
        "priceChanges": {
            "hour24": 0.11,
            "hour1": 0.01,
            "min1d": "$0.003049425680962988",
            "max1d": "$0.003169110785203298"
        }
    },
    "pools": {
        "pairs": [
            {
                "address": "0xad1ba361e6db979e367aebcb32cb47485877dd0e",
                "factory": "0xca143ce32fe78f1f7019d7d551a6402fc5350c73",
                "worth": 425147,
                "tokenPrimary": "0xd41c4805a9a3128f9f7a7074da25965371ba50d5",
                "token": "0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c",
                "reserve0": 68904289.64578776,
                "reserve1": 353.61431821458063,
                "price0": 0.0030850599428840575,
                "price1": 597.6773073009035,
                "reversed": true,
                "v3Fee": 0
            },
            {
                "address": "0xd001369a2f74d8a6cac9eb0d5299daf3ad43c160",
                "factory": "0x0841bd0b734e4f5853f0dd8d7ea041c241fb0da6",
                "worth": 9250,
                "tokenPrimary": "0xd41c4805a9a3128f9f7a7074da25965371ba50d5",
                "token": "0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c",
                "reserve0": 1479345.57048239,
                "reserve1": 7.696324854968652,
                "price0": 0.003126410639048261,
                "price1": 119.98608241566983,
                "reversed": true,
                "v3Fee": 0
            },
            {
                "address": "0x6007c7869acea062e209c77b6375cb9e3cb9a181",
                "factory": "0x858e3312ed3a876947ea49d572a7c42de08af7ee",
                "worth": 8444,
                "tokenPrimary": "0xd41c4805a9a3128f9f7a7074da25965371ba50d5",
                "token": "0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c",
                "reserve0": 1354210.20755517,
                "reserve1": 7.029520604628748,
                "price0": 0.003117963520222865,
                "price1": 529.6504820948219,
                "reversed": true,
                "v3Fee": 0
            }
        ],
        "tokens": [
            {
                "address": "0xd41c4805a9a3128f9f7a7074da25965371ba50d5",
                "decimals": 18,
                "name": "Coinscope",
                "symbol": "COINSCOPE"
            },
            {
                "address": "0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c",
                "decimals": 18,
                "name": "Wrapped BNB",
                "symbol": "WBNB"
            }
        ],
        "dexes": [
            {
                "address": "0xca143ce32fe78f1f7019d7d551a6402fc5350c73",
                "router": "0x10ed43c718714eb63d5aa57b78b54704e256024e",
                "name": "PancakeSwap",
                "icon": "assets/images/swap/pancakeswap.png"
            },
            {
                "address": "0x0841bd0b734e4f5853f0dd8d7ea041c241fb0da6",
                "router": "0xcf0febd3f17cef5b47b0cd257acf6025c5bff3b7",
                "name": "ApeSwap",
                "icon": "assets/images/swap/apeswap.png"
            },
            {
                "address": "0x858e3312ed3a876947ea49d572a7c42de08af7ee",
                "router": "0x3a6d8ca21d1cf76f653a67577fa0d27453350dd8",
                "name": "Biswap",
                "icon": "assets/images/swap/biswap.png"
            }
        ]
    },
    "score": 63,
    "rank": "Neutral",
    "contract": {
        "id": "623f300dd8d104d6a5aa1d15",
        "updatedAt": "",
        "createdAt": "2022-03-28T10:15:39.582Z",
        "totalSupply": 100000000,
        "deadAmount": 9134915,
        "decimals": 18,
        "source": "// SPDX-License-Identifier: Unlicensed\r\n\r\n/** \r\nCoinscope token!\r\n\r\nCoinscope.co helps people to find the best new cryptocurrency projects, tokens and coins. \r\nWay before they pump up to the big exchanges, those projects are listed here. \r\nPeople can use Coinscope to explore trending projects, vote their favorite tokens \r\nand reward their project with unique permanent voting Badges. \r\nCoinscope offers access to exclusive tools like Audit Reports, \r\ntracking coins value with Portfolio, watching coins in the Watchlist, \r\nparticipating in Airdrops and NFT marketplace for the art enthusiasts.\r\n*/\r\n\r\n/*\r\n *Main features*\r\n * 2 % Burn\r\n * 3 % Liquidity Fee\r\n * 3 % Marketing wallet\r\n */\r\n\r\npragma solidity 0.8.9;\r\n\r\ninterface IERC20 {\r\n    function totalSupply() external view returns (uint256);\r\n\r\n    /**\r\n     * @dev Returns the amount of tokens owned by `account`.\r\n     */\r\n    function balanceOf(address account) external view returns (uint256);\r\n\r\n    /**\r\n     * @dev Moves `amount` tokens from the caller's account to `recipient`.\r\n     *\r\n     * Returns a boolean value indicating whether the operation succeeded.\r\n     *\r\n     * Emits a {Transfer} event.\r\n     */\r\n    function transfer(address recipient, uint256 amount)\r\n        external\r\n        returns (bool);\r\n\r\n    /**\r\n     * @dev Returns the remaining number of tokens that `spender` will be\r\n     * allowed to spend on behalf of `owner` through {transferFrom}. This is\r\n     * zero by default.\r\n     *\r\n     * This value changes when {approve} or {transferFrom} are called.\r\n     */\r\n    function allowance(address owner, address spender)\r\n        external\r\n        view\r\n        returns (uint256);\r\n\r\n    /**\r\n     * @dev Sets `amount` as the allowance of `spender` over the caller's tokens.\r\n     *\r\n     * Returns a boolean value indicating whether the operation succeeded.\r\n     *\r\n     * IMPORTANT: Beware that changing an allowance with this method brings the risk\r\n     * that someone may use both the old and the new allowance by unfortunate\r\n     * transaction ordering. One possible solution to mitigate this race\r\n     * condition is to first reduce the spender's allowance to 0 and set the\r\n     * desired value afterwards:\r\n     * https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729\r\n     *\r\n     * Emits an {Approval} event.\r\n     */\r\n    function approve(address spender, uint256 amount) external returns (bool);\r\n\r\n    /**\r\n     * @dev Moves `amount` tokens from `sender` to `recipient` using the\r\n     * allowance mechanism. `amount` is then deducted from the caller's\r\n     * allowance.\r\n     *\r\n     * Returns a boolean value indicating whether the operation succeeded.\r\n     *\r\n     * Emits a {Transfer} event.\r\n     */\r\n    function transferFrom(\r\n        address sender,\r\n        address recipient,\r\n        uint256 amount\r\n    ) external returns (bool);\r\n\r\n    /**\r\n     * @dev Emitted when `value` tokens are moved from one account (`from`) to\r\n     * another (`to`).\r\n     *\r\n     * Note that `value` may be zero.\r\n     */\r\n    event Transfer(address indexed from, address indexed to, uint256 value);\r\n\r\n    /**\r\n     * @dev Emitted when the allowance of a `spender` for an `owner` is set by\r\n     * a call to {approve}. `value` is the new allowance.\r\n     */\r\n    event Approval(\r\n        address indexed owner,\r\n        address indexed spender,\r\n        uint256 value\r\n    );\r\n}\r\n\r\n/**\r\n * @dev Wrappers over Solidity's arithmetic operations with added overflow\r\n * checks.\r\n *\r\n * Arithmetic operations in Solidity wrap on overflow. This can easily result\r\n * in bugs, because programmers usually assume that an overflow raises an\r\n * error, which is the standard behavior in high level programming languages.\r\n * `SafeMath` restores this intuition by reverting the transaction when an\r\n * operation overflows.\r\n *\r\n * Using this library instead of the unchecked operations eliminates an entire\r\n * class of bugs, so it's recommended to use it always.\r\n */\r\n\r\nlibrary SafeMath {\r\n    /**\r\n     * @dev Returns the addition of two unsigned integers, reverting on\r\n     * overflow.\r\n     *\r\n     * Counterpart to Solidity's `+` operator.\r\n     *\r\n     * Requirements:\r\n     *\r\n     * - Addition cannot overflow.\r\n     */\r\n    function add(uint256 a, uint256 b) internal pure returns (uint256) {\r\n        uint256 c = a + b;\r\n        require(c >= a, \"SafeMath: addition overflow\");\r\n\r\n        return c;\r\n    }\r\n\r\n    /**\r\n     * @dev Returns the subtraction of two unsigned integers, reverting on\r\n     * overflow (when the result is negative).\r\n     *\r\n     * Counterpart to Solidity's `-` operator.\r\n     *\r\n     * Requirements:\r\n     *\r\n     * - Subtraction cannot overflow.\r\n     */\r\n    function sub(uint256 a, uint256 b) internal pure returns (uint256) {\r\n        return sub(a, b, \"SafeMath: subtraction overflow\");\r\n    }\r\n\r\n    /**\r\n     * @dev Returns the subtraction of two unsigned integers, reverting with custom message on\r\n     * overflow (when the result is negative).\r\n     *\r\n     * Counterpart to Solidity's `-` operator.\r\n     *\r\n     * Requirements:\r\n     *\r\n     * - Subtraction cannot overflow.\r\n     */\r\n    function sub(\r\n        uint256 a,\r\n        uint256 b,\r\n        string memory errorMessage\r\n    ) internal pure returns (uint256) {\r\n        require(b <= a, errorMessage);\r\n        uint256 c = a - b;\r\n\r\n        return c;\r\n    }\r\n\r\n    /**\r\n     * @dev Returns the multiplication of two unsigned integers, reverting on\r\n     * overflow.\r\n     *\r\n     * Counterpart to Solidity's `*` operator.\r\n     *\r\n     * Requirements:\r\n     *\r\n     * - Multiplication cannot overflow.\r\n     */\r\n    function mul(uint256 a, uint256 b) internal pure returns (uint256) {\r\n        // Gas optimization: this is cheaper than requiring 'a' not being zero, but the\r\n        // benefit is lost if 'b' is also tested.\r\n        // See: https://github.com/OpenZeppelin/openzeppelin-contracts/pull/522\r\n        if (a == 0) {\r\n            return 0;\r\n        }\r\n\r\n        uint256 c = a * b;\r\n        require(c / a == b, \"SafeMath: multiplication overflow\");\r\n\r\n        return c;\r\n    }\r\n\r\n    /**\r\n     * @dev Returns the integer division of two unsigned integers. Reverts on\r\n     * division by zero. The result is rounded towards zero.\r\n     *\r\n     * Counterpart to Solidity's `/` operator. Note: this function uses a\r\n     * `revert` opcode (which leaves remaining gas untouched) while Solidity\r\n     * uses an invalid opcode to revert (consuming all remaining gas).\r\n     *\r\n     * Requirements:\r\n     *\r\n     * - The divisor cannot be zero.\r\n     */\r\n    function div(uint256 a, uint256 b) internal pure returns (uint256) {\r\n        return div(a, b, \"SafeMath: division by zero\");\r\n    }\r\n\r\n    /**\r\n     * @dev Returns the integer division of two unsigned integers. Reverts with custom message on\r\n     * division by zero. The result is rounded towards zero.\r\n     *\r\n     * Counterpart to Solidity's `/` operator. Note: this function uses a\r\n     * `revert` opcode (which leaves remaining gas untouched) while Solidity\r\n     * uses an invalid opcode to revert (consuming all remaining gas).\r\n     *\r\n     * Requirements:\r\n     *\r\n     * - The divisor cannot be zero.\r\n     */\r\n    function div(\r\n        uint256 a,\r\n        uint256 b,\r\n        string memory errorMessage\r\n    ) internal pure returns (uint256) {\r\n        require(b > 0, errorMessage);\r\n        uint256 c = a / b;\r\n        // assert(a == b * c + a % b); // There is no case in which this doesn't hold\r\n\r\n        return c;\r\n    }\r\n\r\n    /**\r\n     * @dev Returns the remainder of dividing two unsigned integers. (unsigned integer modulo),\r\n     * Reverts when dividing by zero.\r\n     *\r\n     * Counterpart to Solidity's `%` operator. This function uses a `revert`\r\n     * opcode (which leaves remaining gas untouched) while Solidity uses an\r\n     * invalid opcode to revert (consuming all remaining gas).\r\n     *\r\n     * Requirements:\r\n     *\r\n     * - The divisor cannot be zero.\r\n     */\r\n    function mod(uint256 a, uint256 b) internal pure returns (uint256) {\r\n        return mod(a, b, \"SafeMath: modulo by zero\");\r\n    }\r\n\r\n    /**\r\n     * @dev Returns the remainder of dividing two unsigned integers. (unsigned integer modulo),\r\n     * Reverts with custom message when dividing by zero.\r\n     *\r\n     * Counterpart to Solidity's `%` operator. This function uses a `revert`\r\n     * opcode (which leaves remaining gas untouched) while Solidity uses an\r\n     * invalid opcode to revert (consuming all remaining gas).\r\n     *\r\n     * Requirements:\r\n     *\r\n     * - The divisor cannot be zero.\r\n     */\r\n    function mod(\r\n        uint256 a,\r\n        uint256 b,\r\n        string memory errorMessage\r\n    ) internal pure returns (uint256) {\r\n        require(b != 0, errorMessage);\r\n        return a % b;\r\n    }\r\n}\r\n\r\nabstract contract Context {\r\n    function _msgSender() internal view virtual returns (address payable) {\r\n        return payable(msg.sender);\r\n    }\r\n\r\n    function _msgData() internal view virtual returns (bytes memory) {\r\n        this; // silence state mutability warning without generating bytecode - see https://github.com/ethereum/solidity/issues/2691\r\n        return msg.data;\r\n    }\r\n}\r\n\r\n/**\r\n * @dev Collection of functions related to the address type\r\n */\r\nlibrary Address {\r\n    /**\r\n     * @dev Returns true if `account` is a contract.\r\n     *\r\n     * [IMPORTANT]\r\n     * ====\r\n     * It is unsafe to assume that an address for which this function returns\r\n     * false is an externally-owned account (EOA) and not a contract.\r\n     *\r\n     * Among others, `isContract` will return false for the following\r\n     * types of addresses:\r\n     *\r\n     *  - an externally-owned account\r\n     *  - a contract in construction\r\n     *  - an address where a contract will be created\r\n     *  - an address where a contract lived, but was destroyed\r\n     * ====\r\n     */\r\n    function isContract(address account) internal view returns (bool) {\r\n        // According to EIP-1052, 0x0 is the value returned for not-yet created accounts\r\n        // and 0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470 is returned\r\n        // for accounts without code, i.e. `keccak256('')`\r\n        bytes32 codehash;\r\n        bytes32 accountHash = 0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470;\r\n        // solhint-disable-next-line no-inline-assembly\r\n        assembly {\r\n            codehash := extcodehash(account)\r\n        }\r\n        return (codehash != accountHash && codehash != 0x0);\r\n    }\r\n\r\n    /**\r\n     * @dev Replacement for Solidity's `transfer`: sends `amount` wei to\r\n     * `recipient`, forwarding all available gas and reverting on errors!\r\n     *\r\n     * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost\r\n     * of certain opcodes, possibly making contracts go over the 2300 gas limit\r\n     * imposed by `transfer`, making them unable to receive funds via\r\n     * `transfer`. {sendValue} removes this limitation.\r\n     *\r\n     * https://diligence.consensys.net/posts/2019/09/stop-using-soliditys-transfer-now/[Learn more].\r\n     *\r\n     * IMPORTANT: because control is transferred to `recipient`, care must be\r\n     * taken to not create reentrancy vulnerabilities. Consider using\r\n     * {ReentrancyGuard} or the\r\n     * https://solidity.readthedocs.io/en/v0.5.11/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].\r\n     */\r\n    function sendValue(address payable recipient, uint256 amount) internal {\r\n        require(\r\n            address(this).balance >= amount,\r\n            \"Address: insufficient balance\"\r\n        );\r\n\r\n        // solhint-disable-next-line avoid-low-level-calls, avoid-call-value\r\n        (bool success, ) = recipient.call{value: amount}(\"\");\r\n        require(\r\n            success,\r\n            \"Address: unable to send value, recipient may have reverted\"\r\n        );\r\n    }\r\n\r\n    /**\r\n     * @dev Performs a Solidity function call using a low level `call`. A\r\n     * plain`call` is an unsafe replacement for a function call: use this\r\n     * function instead.\r\n     *\r\n     * If `target` reverts with a revert reason, it is bubbled up by this\r\n     * function (like regular Solidity function calls).\r\n     *\r\n     * Returns the raw returned data. To convert to the expected return value,\r\n     * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].\r\n     *\r\n     * Requirements:\r\n     *\r\n     * - `target` must be a contract.\r\n     * - calling `target` with `data` must not revert.\r\n     *\r\n     * Available since v3.1.\r\n     */\r\n    function functionCall(address target, bytes memory data)\r\n        internal\r\n        returns (bytes memory)\r\n    {\r\n        return functionCall(target, data, \"Address: low-level call failed\");\r\n    }\r\n\r\n    /**\r\n     * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with\r\n     * `errorMessage` as a fallback revert reason when `target` reverts.\r\n     *\r\n     * Available since v3.1.\r\n     */\r\n    function functionCall(\r\n        address target,\r\n        bytes memory data,\r\n        string memory errorMessage\r\n    ) internal returns (bytes memory) {\r\n        return _functionCallWithValue(target, data, 0, errorMessage);\r\n    }\r\n\r\n    /**\r\n     * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\r\n     * but also transferring `value` wei to `target`.\r\n     *\r\n     * Requirements:\r\n     *\r\n     * - the calling contract must have an ETH balance of at least `value`.\r\n     * - the called Solidity function must be `payable`.\r\n     *\r\n     * Available since v3.1.\r\n     */\r\n    function functionCallWithValue(\r\n        address target,\r\n        bytes memory data,\r\n        uint256 value\r\n    ) internal returns (bytes memory) {\r\n        return\r\n            functionCallWithValue(\r\n                target,\r\n                data,\r\n                value,\r\n                \"Address: low-level call with value failed\"\r\n            );\r\n    }\r\n\r\n    /**\r\n     * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but\r\n     * with `errorMessage` as a fallback revert reason when `target` reverts!\r\n     *\r\n     * Available since v3.1.!\r\n     */\r\n    function functionCallWithValue(\r\n        address target,\r\n        bytes memory data,\r\n        uint256 value,\r\n        string memory errorMessage\r\n    ) internal returns (bytes memory) {\r\n        require(\r\n            address(this).balance >= value,\r\n            \"Address: insufficient balance for call\"\r\n        );\r\n        return _functionCallWithValue(target, data, value, errorMessage);\r\n    }\r\n\r\n    function _functionCallWithValue(\r\n        address target,\r\n        bytes memory data,\r\n        uint256 weiValue,\r\n        string memory errorMessage\r\n    ) private returns (bytes memory) {\r\n        require(isContract(target), \"Address: call to non-contract\");\r\n\r\n        // solhint-disable-next-line avoid-low-level-calls\r\n        (bool success, bytes memory returndata) = target.call{value: weiValue}(\r\n            data\r\n        );\r\n        if (success) {\r\n            return returndata;\r\n        } else {\r\n            // Look for revert reason and bubble it up if present.\r\n            if (returndata.length > 0) {\r\n                // The easiest way to bubble the revert reason is using memory via assembly.\r\n\r\n                // solhint-disable-next-line no-inline-assembly.\r\n                assembly {\r\n                    let returndata_size := mload(returndata)\r\n                    revert(add(32, returndata), returndata_size)\r\n                }\r\n            } else {\r\n                revert(errorMessage);\r\n            }\r\n        }\r\n    }\r\n}\r\n\r\n/**\r\n * @dev Contract module which provides a basic access control mechanism, where\r\n * there is an account (an owner) that can be granted exclusive access to\r\n * specific functions!\r\n *\r\n * By default, the owner account will be the one that deploys the contract. This\r\n * can later be changed with {transferOwnership}!\r\n *\r\n * This module is used through inheritance. It will make available the modifier\r\n * `onlyOwner`, which can be applied to your functions to restrict their use to\r\n * the owner!\r\n */\r\ncontract Ownable is Context {\r\n    address private _owner;\r\n    address private _previousOwner;\r\n    uint256 private _lockTime;\r\n\r\n    event OwnershipTransferred(\r\n        address indexed previousOwner,\r\n        address indexed newOwner\r\n    );\r\n\r\n    /**\r\n     * @dev Initializes the contract setting the deployer as the initial owner.\r\n     */\r\n    constructor() {\r\n        address msgSender = _msgSender();\r\n        _owner = msgSender;\r\n        emit OwnershipTransferred(address(0), msgSender);\r\n    }\r\n\r\n    /**\r\n     * @dev Returns the address of the current owner.\r\n     */\r\n    function owner() public view returns (address) {\r\n        return _owner;\r\n    }\r\n\r\n    /**\r\n     * @dev Throws if called by any account other than the owner..\r\n     */\r\n    modifier onlyOwner() {\r\n        require(_owner == _msgSender(), \"Ownable: caller is not the owner\");\r\n        _;\r\n    }\r\n\r\n    /**\r\n     * @dev Leaves the contract without owner. It will not be possible to call,\r\n     * `onlyOwner` functions anymore. Can only be called by the current owner..\r\n     *\r\n     * NOTE: Renouncing ownership will leave the contract without an owner,\r\n     * thereby removing any functionality that is only available to the owner!\r\n     */\r\n    function renounceOwnership() public virtual onlyOwner {\r\n        emit OwnershipTransferred(_owner, address(0));\r\n        _owner = address(0);\r\n    }\r\n\r\n    /**\r\n     * @dev Transfers ownership of the contract to a new account (`newOwner`).\r\n     * Can only be called by the current owner.!\r\n     */\r\n    function transferOwnership(address newOwner) public virtual onlyOwner {\r\n        require(\r\n            newOwner != address(0),\r\n            \"Ownable: new owner is the zero address!\"\r\n        );\r\n        emit OwnershipTransferred(_owner, newOwner);\r\n        _owner = newOwner;\r\n    }\r\n\r\n    function geUnlockTime() public view returns (uint256) {\r\n        return _lockTime;\r\n    }\r\n\r\n    //Locks the contract for owner for the amount of time provided!\r\n    function lock(uint256 time) public virtual onlyOwner {\r\n        _previousOwner = _owner;\r\n        _owner = address(0);\r\n        _lockTime = block.timestamp + time;\r\n        emit OwnershipTransferred(_owner, address(0));\r\n    }\r\n\r\n    //Unlocks the contract for owner when _lockTime is exceeds!\r\n    function unlock() public virtual {\r\n        require(\r\n            _previousOwner == msg.sender,\r\n            \"You don't have permission to unlock!\"\r\n        );\r\n        require(\r\n            block.timestamp > _lockTime,\r\n            \"Contract is locked until 7 days!\"\r\n        );\r\n        emit OwnershipTransferred(_owner, _previousOwner);\r\n        _owner = _previousOwner;\r\n    }\r\n}\r\n\r\n// pragma solidity >=0.5.0;\r\n\r\ninterface IUniswapV2Factory {\r\n    event PairCreated(\r\n        address indexed token0,\r\n        address indexed token1,\r\n        address pair,\r\n        uint256\r\n    );\r\n\r\n    function feeTo() external view returns (address);\r\n\r\n    function feeToSetter() external view returns (address);\r\n\r\n    function getPair(address tokenA, address tokenB)\r\n        external\r\n        view\r\n        returns (address pair);\r\n\r\n    function allPairs(uint256) external view returns (address pair);\r\n\r\n    function allPairsLength() external view returns (uint256);\r\n\r\n    function createPair(address tokenA, address tokenB)\r\n        external\r\n        returns (address pair);\r\n\r\n    function setFeeTo(address) external;\r\n\r\n    function setFeeToSetter(address) external;\r\n}\r\n\r\n// pragma solidity >=0.5.0;\r\n\r\ninterface IUniswapV2Pair {\r\n    event Approval(\r\n        address indexed owner,\r\n        address indexed spender,\r\n        uint256 value\r\n    );\r\n    event Transfer(address indexed from, address indexed to, uint256 value);\r\n\r\n    function name() external pure returns (string memory);\r\n\r\n    function symbol() external pure returns (string memory);\r\n\r\n    function decimals() external pure returns (uint8);\r\n\r\n    function totalSupply() external view returns (uint256);\r\n\r\n    function balanceOf(address owner) external view returns (uint256);\r\n\r\n    function allowance(address owner, address spender)\r\n        external\r\n        view\r\n        returns (uint256);\r\n\r\n    function approve(address spender, uint256 value) external returns (bool);\r\n\r\n    function transfer(address to, uint256 value) external returns (bool);\r\n\r\n    function transferFrom(\r\n        address from,\r\n        address to,\r\n        uint256 value\r\n    ) external returns (bool);\r\n\r\n    function DOMAIN_SEPARATOR() external view returns (bytes32);\r\n\r\n    function PERMIT_TYPEHASH() external pure returns (bytes32);\r\n\r\n    function nonces(address owner) external view returns (uint256);\r\n\r\n    function permit(\r\n        address owner,\r\n        address spender,\r\n        uint256 value,\r\n        uint256 deadline,\r\n        uint8 v,\r\n        bytes32 r,\r\n        bytes32 s\r\n    ) external;\r\n\r\n    event Burn(\r\n        address indexed sender,\r\n        uint256 amount0,\r\n        uint256 amount1,\r\n        address indexed to\r\n    );\r\n    event Swap(\r\n        address indexed sender,\r\n        uint256 amount0In,\r\n        uint256 amount1In,\r\n        uint256 amount0Out,\r\n        uint256 amount1Out,\r\n        address indexed to\r\n    );\r\n    event Sync(uint112 reserve0, uint112 reserve1);\r\n\r\n    function MINIMUM_LIQUIDITY() external pure returns (uint256);\r\n\r\n    function factory() external view returns (address);\r\n\r\n    function token0() external view returns (address);\r\n\r\n    function token1() external view returns (address);\r\n\r\n    function getReserves()\r\n        external\r\n        view\r\n        returns (\r\n            uint112 reserve0,\r\n            uint112 reserve1,\r\n            uint32 blockTimestampLast\r\n        );\r\n\r\n    function price0CumulativeLast() external view returns (uint256);\r\n\r\n    function price1CumulativeLast() external view returns (uint256);\r\n\r\n    function kLast() external view returns (uint256);\r\n\r\n    function burn(address to)\r\n        external\r\n        returns (uint256 amount0, uint256 amount1);\r\n\r\n    function swap(\r\n        uint256 amount0Out,\r\n        uint256 amount1Out,\r\n        address to,\r\n        bytes calldata data\r\n    ) external;\r\n\r\n    function skim(address to) external;\r\n\r\n    function sync() external;\r\n\r\n    function initialize(address, address) external;\r\n}\r\n\r\n// pragma solidity >=0.6.2;\r\n\r\ninterface IUniswapV2Router01 {\r\n    function factory() external pure returns (address);\r\n\r\n    function WETH() external pure returns (address);\r\n\r\n    function addLiquidity(\r\n        address tokenA,\r\n        address tokenB,\r\n        uint256 amountADesired,\r\n        uint256 amountBDesired,\r\n        uint256 amountAMin,\r\n        uint256 amountBMin,\r\n        address to,\r\n        uint256 deadline\r\n    )\r\n        external\r\n        returns (\r\n            uint256 amountA,\r\n            uint256 amountB,\r\n            uint256 liquidity\r\n        );\r\n\r\n    function addLiquidityETH(\r\n        address token,\r\n        uint256 amountTokenDesired,\r\n        uint256 amountTokenMin,\r\n        uint256 amountETHMin,\r\n        address to,\r\n        uint256 deadline\r\n    )\r\n        external\r\n        payable\r\n        returns (\r\n            uint256 amountToken,\r\n            uint256 amountETH,\r\n            uint256 liquidity\r\n        );\r\n\r\n    function removeLiquidity(\r\n        address tokenA,\r\n        address tokenB,\r\n        uint256 liquidity,\r\n        uint256 amountAMin,\r\n        uint256 amountBMin,\r\n        address to,\r\n        uint256 deadline\r\n    ) external returns (uint256 amountA, uint256 amountB);\r\n\r\n    function removeLiquidityETH(\r\n        address token,\r\n        uint256 liquidity,\r\n        uint256 amountTokenMin,\r\n        uint256 amountETHMin,\r\n        address to,\r\n        uint256 deadline\r\n    ) external returns (uint256 amountToken, uint256 amountETH);\r\n\r\n    function removeLiquidityWithPermit(\r\n        address tokenA,\r\n        address tokenB,\r\n        uint256 liquidity,\r\n        uint256 amountAMin,\r\n        uint256 amountBMin,\r\n        address to,\r\n        uint256 deadline,\r\n        bool approveMax,\r\n        uint8 v,\r\n        bytes32 r,\r\n        bytes32 s\r\n    ) external returns (uint256 amountA, uint256 amountB);\r\n\r\n    function removeLiquidityETHWithPermit(\r\n        address token,\r\n        uint256 liquidity,\r\n        uint256 amountTokenMin,\r\n        uint256 amountETHMin,\r\n        address to,\r\n        uint256 deadline,\r\n        bool approveMax,\r\n        uint8 v,\r\n        bytes32 r,\r\n        bytes32 s\r\n    ) external returns (uint256 amountToken, uint256 amountETH);\r\n\r\n    function swapExactTokensForTokens(\r\n        uint256 amountIn,\r\n        uint256 amountOutMin,\r\n        address[] calldata path,\r\n        address to,\r\n        uint256 deadline\r\n    ) external returns (uint256[] memory amounts);\r\n\r\n    function swapTokensForExactTokens(\r\n        uint256 amountOut,\r\n        uint256 amountInMax,\r\n        address[] calldata path,\r\n        address to,\r\n        uint256 deadline\r\n    ) external returns (uint256[] memory amounts);\r\n\r\n    function swapExactETHForTokens(\r\n        uint256 amountOutMin,\r\n        address[] calldata path,\r\n        address to,\r\n        uint256 deadline\r\n    ) external payable returns (uint256[] memory amounts);\r\n\r\n    function swapTokensForExactETH(\r\n        uint256 amountOut,\r\n        uint256 amountInMax,\r\n        address[] calldata path,\r\n        address to,\r\n        uint256 deadline\r\n    ) external returns (uint256[] memory amounts);\r\n\r\n    function swapExactTokensForETH(\r\n        uint256 amountIn,\r\n        uint256 amountOutMin,\r\n        address[] calldata path,\r\n        address to,\r\n        uint256 deadline\r\n    ) external returns (uint256[] memory amounts);\r\n\r\n    function swapETHForExactTokens(\r\n        uint256 amountOut,\r\n        address[] calldata path,\r\n        address to,\r\n        uint256 deadline\r\n    ) external payable returns (uint256[] memory amounts);\r\n\r\n    function quote(\r\n        uint256 amountA,\r\n        uint256 reserveA,\r\n        uint256 reserveB\r\n    ) external pure returns (uint256 amountB);\r\n\r\n    function getAmountOut(\r\n        uint256 amountIn,\r\n        uint256 reserveIn,\r\n        uint256 reserveOut\r\n    ) external pure returns (uint256 amountOut);\r\n\r\n    function getAmountIn(\r\n        uint256 amountOut,\r\n        uint256 reserveIn,\r\n        uint256 reserveOut\r\n    ) external pure returns (uint256 amountIn);\r\n\r\n    function getAmountsOut(uint256 amountIn, address[] calldata path)\r\n        external\r\n        view\r\n        returns (uint256[] memory amounts);\r\n\r\n    function getAmountsIn(uint256 amountOut, address[] calldata path)\r\n        external\r\n        view\r\n        returns (uint256[] memory amounts);\r\n}\r\n\r\n// pragma solidity >=0.6.2;\r\n\r\ninterface IUniswapV2Router02 is IUniswapV2Router01 {\r\n    function removeLiquidityETHSupportingFeeOnTransferTokens(\r\n        address token,\r\n        uint256 liquidity,\r\n        uint256 amountTokenMin,\r\n        uint256 amountETHMin,\r\n        address to,\r\n        uint256 deadline\r\n    ) external returns (uint256 amountETH);\r\n\r\n    function removeLiquidityETHWithPermitSupportingFeeOnTransferTokens(\r\n        address token,\r\n        uint256 liquidity,\r\n        uint256 amountTokenMin,\r\n        uint256 amountETHMin,\r\n        address to,\r\n        uint256 deadline,\r\n        bool approveMax,\r\n        uint8 v,\r\n        bytes32 r,\r\n        bytes32 s\r\n    ) external returns (uint256 amountETH);\r\n\r\n    function swapExactTokensForTokensSupportingFeeOnTransferTokens(\r\n        uint256 amountIn,\r\n        uint256 amountOutMin,\r\n        address[] calldata path,\r\n        address to,\r\n        uint256 deadline\r\n    ) external;\r\n\r\n    function swapExactETHForTokensSupportingFeeOnTransferTokens(\r\n        uint256 amountOutMin,\r\n        address[] calldata path,\r\n        address to,\r\n        uint256 deadline\r\n    ) external payable;\r\n\r\n    function swapExactTokensForETHSupportingFeeOnTransferTokens(\r\n        uint256 amountIn,\r\n        uint256 amountOutMin,\r\n        address[] calldata path,\r\n        address to,\r\n        uint256 deadline\r\n    ) external;\r\n}\r\n\r\ncontract Coinscope is Context, IERC20, Ownable {\r\n    using SafeMath for uint256;\r\n    using Address for address;\r\n\r\n    mapping(address => uint256) private _rOwned;\r\n    mapping(address => uint256) private _tOwned;\r\n    mapping(address => mapping(address => uint256)) private _allowances;\r\n\r\n    mapping(address => bool) private _isExcludedFromFee;\r\n\r\n    mapping(address => bool) private _isExcluded;\r\n    address[] private _excluded;\r\n\r\n    uint256 private constant MAX = ~uint256(0);\r\n    uint256 private _tTotal = 100000000 * 10**18;\r\n    uint256 private _rTotal = (MAX - (MAX % _tTotal));\r\n    uint256 private _tFeeTotal;\r\n\r\n    string private _name = \"Coinscope\";\r\n    string private _symbol = \"COINSCOPE\";\r\n    uint8 private _decimals = 18;\r\n\r\n    uint256 private _taxFee = 0;\r\n    uint256 private _previousTaxFee = _taxFee;\r\n\r\n    uint256 public _liquidityFee = 3;\r\n    uint256 private _previousLiquidityFee = _liquidityFee;\r\n\r\n    uint256 public _burnFee = 2;\r\n    uint256 private _previousBurnFee = _burnFee;\r\n    address public deadAddress = 0x000000000000000000000000000000000000dEaD;\r\n\r\n    uint256 public _marketingFee = 3;\r\n    uint256 public _marketingLiquifyFee = 3;\r\n\r\n    address payable public marketingWallet =\r\n        payable(0xC1309fcC46435551BC0752484D8Af657a9945207);\r\n    uint256 private _previousmarketingFee = _marketingFee;\r\n\r\n    IUniswapV2Router02 public uniswapV2Router;\r\n    address public uniswapV2Pair;\r\n\r\n    bool inSwapAndLiquify;\r\n    bool public swapAndLiquifyEnabled = false;\r\n\r\n    bool public takeFeeEnabled = true;\r\n    bool public marktingLiquifyEnabled = true;\r\n\r\n    uint256 public numTokensSellToAddToLiquidity = 100000 * 10**18;\r\n    uint256 public _maxTxAmount = 1000000 * 10**18;\r\n\r\n    event MinTokensBeforeSwapUpdated(uint256 minTokensBeforeSwap);\r\n    event SwapAndLiquifyEnabledUpdated(bool enabled);\r\n    event SwapAndLiquify(\r\n        uint256 tokensSwapped,\r\n        uint256 ethReceived,\r\n        uint256 tokensIntoLiqudity\r\n    );\r\n\r\n    modifier lockTheSwap() {\r\n        inSwapAndLiquify = true;\r\n        _;\r\n        inSwapAndLiquify = false;\r\n    }\r\n\r\n    constructor() {\r\n        _rOwned[_msgSender()] = _rTotal;\r\n        IUniswapV2Router02 _uniswapV2Router = IUniswapV2Router02(\r\n            0x10ED43C718714eb63d5aA57B78B54704E256024E\r\n        );\r\n        // Create a uniswap pair for this new token\r\n        uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory())\r\n            .createPair(address(this), _uniswapV2Router.WETH());\r\n\r\n        // set the rest of the contract variables\r\n        uniswapV2Router = _uniswapV2Router;\r\n\r\n        //exclude owner and this contract from fee\r\n        _isExcludedFromFee[owner()] = true;\r\n        _isExcludedFromFee[address(this)] = true;\r\n\r\n        emit Transfer(address(0), _msgSender(), _tTotal);\r\n    }\r\n\r\n    function name() public view returns (string memory) {\r\n        return _name;\r\n    }\r\n\r\n    function symbol() public view returns (string memory) {\r\n        return _symbol;\r\n    }\r\n\r\n    function decimals() public view returns (uint8) {\r\n        return _decimals;\r\n    }\r\n\r\n    function totalSupply() public view override returns (uint256) {\r\n        return _tTotal;\r\n    }\r\n\r\n    function balanceOf(address account) public view override returns (uint256) {\r\n        if (_isExcluded[account]) return _tOwned[account];\r\n        return tokenFromReflection(_rOwned[account]);\r\n    }\r\n\r\n    function transfer(address recipient, uint256 amount)\r\n        public\r\n        override\r\n        returns (bool)\r\n    {\r\n        _transfer(_msgSender(), recipient, amount);\r\n        return true;\r\n    }\r\n\r\n    function allowance(address owner, address spender)\r\n        public\r\n        view\r\n        override\r\n        returns (uint256)\r\n    {\r\n        return _allowances[owner][spender];\r\n    }\r\n\r\n    function approve(address spender, uint256 amount)\r\n        public\r\n        override\r\n        returns (bool)\r\n    {\r\n        _approve(_msgSender(), spender, amount);\r\n        return true;\r\n    }\r\n\r\n    function transferFrom(\r\n        address sender,\r\n        address recipient,\r\n        uint256 amount\r\n    ) public override returns (bool) {\r\n        _transfer(sender, recipient, amount);\r\n        _approve(\r\n            sender,\r\n            _msgSender(),\r\n            _allowances[sender][_msgSender()].sub(\r\n                amount,\r\n                \"ERC20: transfer amount exceeds allowance!\"\r\n            )\r\n        );\r\n        return true;\r\n    }\r\n\r\n    function increaseAllowance(address spender, uint256 addedValue)\r\n        public\r\n        virtual\r\n        returns (bool)\r\n    {\r\n        _approve(\r\n            _msgSender(),\r\n            spender,\r\n            _allowances[_msgSender()][spender].add(addedValue)\r\n        );\r\n        return true;\r\n    }\r\n\r\n    function decreaseAllowance(address spender, uint256 subtractedValue)\r\n        public\r\n        virtual\r\n        returns (bool)\r\n    {\r\n        _approve(\r\n            _msgSender(),\r\n            spender,\r\n            _allowances[_msgSender()][spender].sub(\r\n                subtractedValue,\r\n                \"ERC20: decreased allowance below zero!\"\r\n            )\r\n        );\r\n        return true;\r\n    }\r\n\r\n    function isExcludedFromReward(address account) public view returns (bool) {\r\n        return _isExcluded[account];\r\n    }\r\n\r\n    function totalFees() public view returns (uint256) {\r\n        return _tFeeTotal;\r\n    }\r\n\r\n    function tokenFromReflection(uint256 rAmount)\r\n        private\r\n        view\r\n        returns (uint256)\r\n    {\r\n        require(\r\n            rAmount <= _rTotal,\r\n            \"Amount must be less than total reflections!\"\r\n        );\r\n        uint256 currentRate = _getRate();\r\n        return rAmount.div(currentRate);\r\n    }\r\n\r\n    function excludeFromReward(address account) public onlyOwner {\r\n        // require(account != 0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D, 'We can not exclude Uniswap router.');\r\n        require(!_isExcluded[account], \"Account is already excluded!\");\r\n        if (_rOwned[account] > 0) {\r\n            _tOwned[account] = tokenFromReflection(_rOwned[account]);\r\n        }\r\n        _isExcluded[account] = true;\r\n        _excluded.push(account);\r\n    }\r\n\r\n    function includeInReward(address account) external onlyOwner {\r\n        require(_isExcluded[account], \"Account is already excluded!\");\r\n        for (uint256 i = 0; i < _excluded.length; i++) {\r\n            if (_excluded[i] == account) {\r\n                _excluded[i] = _excluded[_excluded.length - 1];\r\n                _tOwned[account] = 0;\r\n                _isExcluded[account] = false;\r\n                _excluded.pop();\r\n                break;\r\n            }\r\n        }\r\n    }\r\n\r\n    function _transferBothExcluded(\r\n        address sender,\r\n        address recipient,\r\n        uint256 tAmount\r\n    ) private {\r\n        (\r\n            uint256 rAmount,\r\n            uint256 rTransferAmount,\r\n            uint256 rFee,\r\n            uint256 tTransferAmount,\r\n            uint256 tFee,\r\n            uint256 tLiquidity\r\n        ) = _getValues(tAmount);\r\n        _tOwned[sender] = _tOwned[sender].sub(tAmount);\r\n        _rOwned[sender] = _rOwned[sender].sub(rAmount);\r\n        _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount);\r\n        _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount);\r\n        _takeLiquidity(tLiquidity);\r\n        _reflectFee(rFee, tFee);\r\n        emit Transfer(sender, recipient, tTransferAmount);\r\n    }\r\n\r\n    function excludeFromFee(address account) public onlyOwner {\r\n        _isExcludedFromFee[account] = true;\r\n    }\r\n\r\n    function includeInFee(address account) public onlyOwner {\r\n        _isExcludedFromFee[account] = false;\r\n    }\r\n\r\n    function setTaxFeePercent(uint256 taxFee) external onlyOwner {\r\n        _taxFee = taxFee;\r\n    }\r\n\r\n    function setLiquidityFeePercent(uint256 liquidityFee) external onlyOwner {\r\n        _liquidityFee = liquidityFee;\r\n    }\r\n\r\n    function setTaxFeePreviousPercent(uint256 taxFee) external onlyOwner {\r\n        _previousTaxFee = taxFee;\r\n    }\r\n\r\n    function setLiquidityFeePreviousPercent(uint256 liquidityFee)\r\n        external\r\n        onlyOwner\r\n    {\r\n        _previousLiquidityFee = liquidityFee;\r\n    }\r\n\r\n    function setMaxTxPercent(uint256 maxTxPercent) external onlyOwner {\r\n        _maxTxAmount = _tTotal.mul(maxTxPercent).div(10**2);\r\n    }\r\n\r\n    function setSwapAndLiquifyEnabled(bool _enabled) public onlyOwner {\r\n        swapAndLiquifyEnabled = _enabled;\r\n        emit SwapAndLiquifyEnabledUpdated(_enabled);\r\n    }\r\n\r\n    function setTakeFeeEnabled(bool _enabled) public onlyOwner {\r\n        takeFeeEnabled = _enabled;\r\n    }\r\n\r\n    function setMarktingLiquifyEnabled(bool _enabled) public onlyOwner {\r\n        marktingLiquifyEnabled = _enabled;\r\n    }\r\n\r\n    //to recieve ETH from uniswapV2Router when swaping\r\n    receive() external payable {}\r\n\r\n    function _reflectFee(uint256 rFee, uint256 tFee) private {\r\n        _rTotal = _rTotal.sub(rFee);\r\n        _tFeeTotal = _tFeeTotal.add(tFee);\r\n    }\r\n\r\n    function _getValues(uint256 tAmount)\r\n        private\r\n        view\r\n        returns (\r\n            uint256,\r\n            uint256,\r\n            uint256,\r\n            uint256,\r\n            uint256,\r\n            uint256\r\n        )\r\n    {\r\n        (\r\n            uint256 tTransferAmount,\r\n            uint256 tFee,\r\n            uint256 tLiquidity\r\n        ) = _getTValues(tAmount);\r\n        (uint256 rAmount, uint256 rTransferAmount, uint256 rFee) = _getRValues(\r\n            tAmount,\r\n            tFee,\r\n            tLiquidity,\r\n            _getRate()\r\n        );\r\n        return (\r\n            rAmount,\r\n            rTransferAmount,\r\n            rFee,\r\n            tTransferAmount,\r\n            tFee,\r\n            tLiquidity\r\n        );\r\n    }\r\n\r\n    function _getTValues(uint256 tAmount)\r\n        private\r\n        view\r\n        returns (\r\n            uint256,\r\n            uint256,\r\n            uint256\r\n        )\r\n    {\r\n        uint256 tFee = calculateTaxFee(tAmount);\r\n        uint256 tLiquidity = calculateLiquidityFee(tAmount);\r\n        uint256 tTransferAmount = tAmount.sub(tFee).sub(tLiquidity);\r\n        return (tTransferAmount, tFee, tLiquidity);\r\n    }\r\n\r\n    function _getRValues(\r\n        uint256 tAmount,\r\n        uint256 tFee,\r\n        uint256 tLiquidity,\r\n        uint256 currentRate\r\n    )\r\n        private\r\n        pure\r\n        returns (\r\n            uint256,\r\n            uint256,\r\n            uint256\r\n        )\r\n    {\r\n        uint256 rAmount = tAmount.mul(currentRate);\r\n        uint256 rFee = tFee.mul(currentRate);\r\n        uint256 rLiquidity = tLiquidity.mul(currentRate);\r\n        uint256 rTransferAmount = rAmount.sub(rFee).sub(rLiquidity);\r\n        return (rAmount, rTransferAmount, rFee);\r\n    }\r\n\r\n    function _getRate() private view returns (uint256) {\r\n        (uint256 rSupply, uint256 tSupply) = _getCurrentSupply();\r\n        return rSupply.div(tSupply);\r\n    }\r\n\r\n    function _getCurrentSupply() private view returns (uint256, uint256) {\r\n        uint256 rSupply = _rTotal;\r\n        uint256 tSupply = _tTotal;\r\n        for (uint256 i = 0; i < _excluded.length; i++) {\r\n            if (\r\n                _rOwned[_excluded[i]] > rSupply ||\r\n                _tOwned[_excluded[i]] > tSupply\r\n            ) return (_rTotal, _tTotal);\r\n            rSupply = rSupply.sub(_rOwned[_excluded[i]]);\r\n            tSupply = tSupply.sub(_tOwned[_excluded[i]]);\r\n        }\r\n        if (rSupply < _rTotal.div(_tTotal)) return (_rTotal, _tTotal);\r\n        return (rSupply, tSupply);\r\n    }\r\n\r\n    function _takeLiquidity(uint256 tLiquidity) private {\r\n        uint256 currentRate = _getRate();\r\n        uint256 rLiquidity = tLiquidity.mul(currentRate);\r\n        _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity);\r\n        if (_isExcluded[address(this)])\r\n            _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity);\r\n    }\r\n\r\n    function calculateTaxFee(uint256 _amount) private view returns (uint256) {\r\n        return _amount.mul(_taxFee).div(10**2);\r\n    }\r\n\r\n    function calculateLiquidityFee(uint256 _amount)\r\n        private\r\n        view\r\n        returns (uint256)\r\n    {\r\n        return _amount.mul(_liquidityFee).div(10**2);\r\n    }\r\n\r\n    function removeAllFee() private {\r\n        if (\r\n            _taxFee == 0 &&\r\n            _liquidityFee == 0 &&\r\n            _marketingFee == 0 &&\r\n            _burnFee == 0\r\n        ) return;\r\n\r\n        _previousTaxFee = _taxFee;\r\n        _previousLiquidityFee = _liquidityFee;\r\n        _previousBurnFee = _burnFee;\r\n        _previousmarketingFee = _marketingFee;\r\n\r\n        _taxFee = 0;\r\n        _liquidityFee = 0;\r\n        _marketingFee = 0;\r\n        _burnFee = 0;\r\n    }\r\n\r\n    function restoreAllFee() private {\r\n        _taxFee = _previousTaxFee;\r\n        _liquidityFee = _previousLiquidityFee;\r\n        _burnFee = _previousBurnFee;\r\n        _marketingFee = _previousmarketingFee;\r\n    }\r\n\r\n    function isExcludedFromFee(address account) public view returns (bool) {\r\n        return _isExcludedFromFee[account];\r\n    }\r\n\r\n    function _approve(\r\n        address owner,\r\n        address spender,\r\n        uint256 amount\r\n    ) private {\r\n        require(owner != address(0), \"ERC20: approve from the zero address!\");\r\n        require(spender != address(0), \"ERC20: approve to the zero address!\");\r\n\r\n        _allowances[owner][spender] = amount;\r\n        emit Approval(owner, spender, amount);\r\n    }\r\n\r\n    function _transfer(\r\n        address from,\r\n        address to,\r\n        uint256 amount\r\n    ) private {\r\n        require(from != address(0), \"ERC20: transfer from the zero address!\");\r\n        require(to != address(0), \"ERC20: transfer to the zero address!\");\r\n        require(amount > 0, \"Transfer amount must be greater than zero!\");\r\n        if (from != owner() && to != owner())\r\n            require(\r\n                amount <= _maxTxAmount,\r\n                \"Transfer amount exceeds the maxTxAmount!\"\r\n            );\r\n\r\n        // is the token balance of this contract address over the min number of\r\n        // tokens that we need to initiate a swap + liquidity lock?\r\n        // also, don't get caught in a circular liquidity event.\r\n        // also, don't swap & liquify if sender is uniswap pair.\r\n        uint256 contractTokenBalance = balanceOf(address(this));\r\n\r\n        if (contractTokenBalance >= _maxTxAmount) {\r\n            contractTokenBalance = _maxTxAmount;\r\n        }\r\n\r\n        bool overMinTokenBalance = contractTokenBalance >=\r\n            numTokensSellToAddToLiquidity;\r\n        if (\r\n            overMinTokenBalance &&\r\n            !inSwapAndLiquify &&\r\n            from != uniswapV2Pair &&\r\n            swapAndLiquifyEnabled\r\n        ) {\r\n            contractTokenBalance = numTokensSellToAddToLiquidity;\r\n            //add liquidity\r\n            swapAndLiquify(contractTokenBalance);\r\n        }\r\n\r\n        //indicates if fee should be deducted from transfer\r\n        bool takeFee = true;\r\n\r\n        //if any account belongs to _isExcludedFromFee account then remove the fee\r\n        if (\r\n            _isExcludedFromFee[from] ||\r\n            _isExcludedFromFee[to] ||\r\n            !takeFeeEnabled\r\n        ) {\r\n            takeFee = false;\r\n        }\r\n\r\n        //transfer amount, it will take tax, burn, liquidity fee\r\n        _tokenTransfer(from, to, amount, takeFee);\r\n    }\r\n\r\n    function swapAndSendBNBToMarketing(uint256 tokenAmount) private {\r\n        swapTokensForBnb(tokenAmount, marketingWallet);\r\n    }\r\n\r\n    function swapTokensForBnb(uint256 tokenAmount, address _to) private {\r\n        // generate the uniswap pair path of token -> weth\r\n        address[] memory path = new address[](2);\r\n        path[0] = address(this);\r\n        path[1] = uniswapV2Router.WETH();\r\n\r\n        if (allowance(address(this), address(uniswapV2Router)) < tokenAmount) {\r\n            _approve(address(this), address(uniswapV2Router), ~uint256(0));\r\n        }\r\n\r\n        // make the swap\r\n        uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(\r\n            tokenAmount,\r\n            0, // accept any amount of ETH\r\n            path,\r\n            _to,\r\n            block.timestamp\r\n        );\r\n    }\r\n\r\n    function swapAndLiquify(uint256 contractTokenBalance) private lockTheSwap {\r\n        uint256 TokensForLiquidity = contractTokenBalance;\r\n\r\n        if (marktingLiquifyEnabled) {\r\n            uint256 TokensForMarketing = contractTokenBalance\r\n                .mul(_marketingLiquifyFee)\r\n                .div(_marketingLiquifyFee.add(_liquidityFee));\r\n            TokensForLiquidity = contractTokenBalance.sub(TokensForMarketing);\r\n            swapTokensForBnb(TokensForMarketing, marketingWallet);\r\n        }\r\n\r\n        // split the contract balance into halves\r\n        uint256 half = TokensForLiquidity.div(2);\r\n        uint256 otherHalf = TokensForLiquidity.sub(half);\r\n\r\n        // capture the contract's current ETH balance.\r\n        // this is so that we can capture exactly the amount of ETH that the\r\n        // swap creates, and not make the liquidity event include any ETH that\r\n        // has been manually sent to the contract\r\n        uint256 initialBalance = address(this).balance;\r\n\r\n        // swap tokens for ETH\r\n        swapTokensForEth(half); // <- this breaks the ETH -> HATE swap when swap+liquify is triggered\r\n\r\n        // how much ETH did we just swap into?\r\n        uint256 newBalance = address(this).balance.sub(initialBalance);\r\n\r\n        // add liquidity to uniswap\r\n        addLiquidity(otherHalf, newBalance);\r\n\r\n        emit SwapAndLiquify(half, newBalance, otherHalf);\r\n    }\r\n\r\n    function swapTokensForEth(uint256 tokenAmount) private {\r\n        // generate the uniswap pair path of token -> weth\r\n        address[] memory path = new address[](2);\r\n        path[0] = address(this);\r\n        path[1] = uniswapV2Router.WETH();\r\n\r\n        _approve(address(this), address(uniswapV2Router), tokenAmount);\r\n\r\n        // make the swap\r\n        uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(\r\n            tokenAmount,\r\n            0, // accept any amount of ETH\r\n            path,\r\n            address(this),\r\n            block.timestamp\r\n        );\r\n    }\r\n\r\n    function addLiquidity(uint256 tokenAmount, uint256 ethAmount) private {\r\n        // approve token transfer to cover all possible scenarios\r\n        _approve(address(this), address(uniswapV2Router), tokenAmount);\r\n\r\n        // add the liquidity\r\n        uniswapV2Router.addLiquidityETH{value: ethAmount}(\r\n            address(this),\r\n            tokenAmount,\r\n            0, // slippage is unavoidable\r\n            0, // slippage is unavoidable\r\n            owner(),\r\n            block.timestamp\r\n        );\r\n    }\r\n\r\n    //this method is responsible for taking all fee, if takeFee is true\r\n    function _tokenTransfer(\r\n        address sender,\r\n        address recipient,\r\n        uint256 amount,\r\n        bool takeFee\r\n    ) private {\r\n        if (!takeFee) removeAllFee();\r\n\r\n        if (_isExcluded[sender] && !_isExcluded[recipient]) {\r\n            _transferFromExcluded(sender, recipient, amount);\r\n        } else if (!_isExcluded[sender] && _isExcluded[recipient]) {\r\n            _transferToExcluded(sender, recipient, amount);\r\n        } else if (!_isExcluded[sender] && !_isExcluded[recipient]) {\r\n            _transferStandard(sender, recipient, amount);\r\n        } else if (_isExcluded[sender] && _isExcluded[recipient]) {\r\n            _transferBothExcluded(sender, recipient, amount);\r\n        } else {\r\n            _transferStandard(sender, recipient, amount);\r\n        }\r\n\r\n        if (!takeFee) restoreAllFee();\r\n    }\r\n\r\n    function _transferStandard(\r\n        address sender,\r\n        address recipient,\r\n        uint256 tAmount\r\n    ) private {\r\n        (\r\n            uint256 rAmount,\r\n            uint256 rTransferAmount,\r\n            uint256 rFee,\r\n            uint256 tTransferAmount,\r\n            uint256 tFee,\r\n            uint256 tLiquidity\r\n        ) = _getValues(tAmount);\r\n        (tTransferAmount, rTransferAmount) = takeBurn(\r\n            sender,\r\n            tTransferAmount,\r\n            rTransferAmount,\r\n            tAmount\r\n        );\r\n        (tTransferAmount, rTransferAmount) = takeMarketing(\r\n            sender,\r\n            tTransferAmount,\r\n            rTransferAmount,\r\n            tAmount\r\n        );\r\n        _rOwned[sender] = _rOwned[sender].sub(rAmount);\r\n        _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount);\r\n        _takeLiquidity(tLiquidity);\r\n        _reflectFee(rFee, tFee);\r\n        emit Transfer(sender, recipient, tTransferAmount);\r\n    }\r\n\r\n    function takeBurn(\r\n        address sender,\r\n        uint256 tTransferAmount,\r\n        uint256 rTransferAmount,\r\n        uint256 tAmount\r\n    ) private returns (uint256, uint256) {\r\n        if (_burnFee == 0) {\r\n            return (tTransferAmount, rTransferAmount);\r\n        }\r\n        uint256 tBurn = tAmount.div(100).mul(_burnFee);\r\n        uint256 rBurn = tBurn.mul(_getRate());\r\n        rTransferAmount = rTransferAmount.sub(rBurn);\r\n        tTransferAmount = tTransferAmount.sub(tBurn);\r\n        _rOwned[deadAddress] = _rOwned[deadAddress].add(rBurn);\r\n        emit Transfer(sender, deadAddress, tBurn);\r\n        return (tTransferAmount, rTransferAmount);\r\n    }\r\n\r\n    function takeMarketing(\r\n        address sender,\r\n        uint256 tTransferAmount,\r\n        uint256 rTransferAmount,\r\n        uint256 tAmount\r\n    ) private returns (uint256, uint256) {\r\n        if (_marketingFee == 0) {\r\n            return (tTransferAmount, rTransferAmount);\r\n        }\r\n        uint256 tMarketing = tAmount.div(100).mul(_marketingFee);\r\n        uint256 rMarketing = tMarketing.mul(_getRate());\r\n        rTransferAmount = rTransferAmount.sub(rMarketing);\r\n        tTransferAmount = tTransferAmount.sub(tMarketing);\r\n        _rOwned[marketingWallet] = _rOwned[marketingWallet].add(rMarketing);\r\n        emit Transfer(sender, marketingWallet, tMarketing);\r\n        return (tTransferAmount, rTransferAmount);\r\n    }\r\n\r\n    function _transferToExcluded(\r\n        address sender,\r\n        address recipient,\r\n        uint256 tAmount\r\n    ) private {\r\n        (\r\n            uint256 rAmount,\r\n            uint256 rTransferAmount,\r\n            uint256 rFee,\r\n            uint256 tTransferAmount,\r\n            uint256 tFee,\r\n            uint256 tLiquidity\r\n        ) = _getValues(tAmount);\r\n        _rOwned[sender] = _rOwned[sender].sub(rAmount);\r\n        _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount);\r\n        _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount);\r\n        _takeLiquidity(tLiquidity);\r\n        _reflectFee(rFee, tFee);\r\n        emit Transfer(sender, recipient, tTransferAmount);\r\n    }\r\n\r\n    function _transferFromExcluded(\r\n        address sender,\r\n        address recipient,\r\n        uint256 tAmount\r\n    ) private {\r\n        (\r\n            uint256 rAmount,\r\n            uint256 rTransferAmount,\r\n            uint256 rFee,\r\n            uint256 tTransferAmount,\r\n            uint256 tFee,\r\n            uint256 tLiquidity\r\n        ) = _getValues(tAmount);\r\n        _tOwned[sender] = _tOwned[sender].sub(tAmount);\r\n        _rOwned[sender] = _rOwned[sender].sub(rAmount);\r\n        _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount);\r\n        _takeLiquidity(tLiquidity);\r\n        _reflectFee(rFee, tFee);\r\n        emit Transfer(sender, recipient, tTransferAmount);\r\n    }\r\n\r\n    function setMarketingWallet(address payable newWallet) external onlyOwner {\r\n        marketingWallet = newWallet;\r\n    }\r\n\r\n    function setMarketingFeePercent(uint256 newFee) external onlyOwner {\r\n        _marketingFee = newFee;\r\n    }\r\n\r\n    function setMarketingLiquifyFeePercent(uint256 newFee) external onlyOwner {\r\n        _marketingLiquifyFee = newFee;\r\n    }\r\n\r\n    function setBurnFeePercent(uint256 burnFee) external onlyOwner {\r\n        _burnFee = burnFee;\r\n    }\r\n\r\n    function setMarketingFeePreviousPercent(uint256 newFee) external onlyOwner {\r\n        _previousmarketingFee = newFee;\r\n    }\r\n\r\n    function setBurnFeePreviousPercent(uint256 burnFee) external onlyOwner {\r\n        _previousBurnFee = burnFee;\r\n    }\r\n\r\n    function setNumTokensSellToAddToLiquidity(uint256 newAmt)\r\n        external\r\n        onlyOwner\r\n    {\r\n        numTokensSellToAddToLiquidity = newAmt * 10**_decimals;\r\n    }\r\n\r\n    function setMaxTxAmount(uint256 maxTxAmount) external onlyOwner {\r\n        require(maxTxAmount > 0, \"Cannot set max transaction amount to zero!\");\r\n        _maxTxAmount = maxTxAmount * 10**_decimals;\r\n    }\r\n\r\n    function setRouterAddress(address newRouter) public onlyOwner {\r\n        IUniswapV2Router02 _newPancakeRouter = IUniswapV2Router02(newRouter);\r\n        uniswapV2Pair = IUniswapV2Factory(_newPancakeRouter.factory())\r\n            .createPair(address(this), _newPancakeRouter.WETH());\r\n        uniswapV2Router = _newPancakeRouter;\r\n    }\r\n\r\n    function beforePresale() external onlyOwner {\r\n        _taxFee = 0;\r\n        _previousTaxFee = 0;\r\n        _liquidityFee = 0;\r\n        _previousLiquidityFee = 0;\r\n        _marketingFee = 0;\r\n        _previousmarketingFee = 0;\r\n        _burnFee = 0;\r\n        _previousBurnFee = 0;\r\n        _maxTxAmount = 10000000 * 10**9;\r\n        setSwapAndLiquifyEnabled(false);\r\n    }\r\n\r\n    function afterPresale() external onlyOwner {\r\n        _taxFee = 0;\r\n        _previousTaxFee = _taxFee;\r\n        _burnFee = 2;\r\n        _previousBurnFee = _burnFee;\r\n        _liquidityFee = 3;\r\n        _previousLiquidityFee = _liquidityFee;\r\n        _marketingFee = 3;\r\n        _previousmarketingFee = _marketingFee;\r\n        _maxTxAmount = 10000000 * 10**9;\r\n        setSwapAndLiquifyEnabled(true);\r\n    }\r\n}",
        "network": "BSC",
        "address": "0xd41c4805a9a3128f9f7a7074da25965371ba50d5",
        "contractName": "Coinscope",
        "contractVersion": "v0.8.9+commit.e5eed63a",
        "runs": "200",
        "licenseType": "Unlicense",
        "proxy": false,
        "contractOwner": "0x0e4e946be092248e66bfaaff599bf82ef4062a2f",
        "similars": [],
        "unverified": false,
        "renounced": false,
        "symbol": "COINSCOPE",
        "geckoTerminalUrl": "https://www.geckoterminal.com/bsc/pools/0xd41c4805a9a3128f9f7a7074da25965371ba50d5",
        "error": "",
        "commonAddresses": [
            {
                "name": "marketingWallet",
                "address": "0xC1309fcC46435551BC0752484D8Af657a9945207"
            }
        ]
    },
    "ranks": [
        {
            "score": 0.9059958539307925,
            "origin": "dxsale",
            "file": "LiquidityGeneratorToken.sol"
        },
        {
            "score": 0.8870421555527082,
            "origin": "coinscope",
            "file": "LiquidityGenerator.sol"
        },
        {
            "score": 0.8868468468468469,
            "origin": "dxsale",
            "file": "DxFeeToken.sol"
        },
        {
            "score": 0.8816185966422729,
            "origin": "pinksale",
            "file": "AntiBotLiquidityGeneratorToken.sol"
        },
        {
            "score": 0.8772560325421587,
            "origin": "pinksale",
            "file": "LiquidityGeneratorToken.sol"
        }
    ],
    "smartAudit": {
        "burn": [],
        "mint": [],
        "blacklist": [],
        "blacklistMany": [],
        "whitelist": [],
        "setFees": [
            {
                "range": [
                    35962,
                    36057
                ]
            },
            {
                "range": [
                    36066,
                    36185
                ]
            },
            {
                "range": [
                    36194,
                    36305
                ]
            },
            {
                "range": [
                    36314,
                    36472
                ]
            },
            {
                "range": [
                    51821,
                    51928
                ]
            },
            {
                "range": [
                    51937,
                    52058
                ]
            },
            {
                "range": [
                    52067,
                    52166
                ]
            },
            {
                "range": [
                    52175,
                    52298
                ]
            },
            {
                "range": [
                    52307,
                    52422
                ]
            }
        ],
        "maxTxAmount": [
            {
                "range": [
                    36481,
                    36616
                ]
            },
            {
                "range": [
                    52431,
                    52603
                ]
            },
            {
                "range": [
                    52612,
                    52817
                ]
            }
        ],
        "pause": [],
        "cooldown": [],
        "reflections": true,
        "rebase": false,
        "pinksaleAntiBot": false,
        "autogeneratedPool": true,
        "dividendDistributor": false,
        "buyback": false,
        "safeMath": true,
        "redundantSafeMath": true,
        "nonImmutables": [],
        "nonDescriptiveErrorMessages": [],
        "multiplePragmaVersions": [],
        "interfaces": 5,
        "libraries": 2,
        "contracts": 4,
        "versions": [
            "0.8.9"
        ],
        "lines": 1702,
        "buyTax": 5,
        "sellTax": 5,
        "transferTax": 5,
        "buyGas": 242042,
        "sellGas": 150832,
        "transferGas": 71952,
        "error": "",
        "taxesLoaded": true
    }
}

Last updated