Unnamed: 0 int64 0 60k | address stringlengths 42 42 | source_code stringlengths 52 864k | bytecode stringlengths 2 49.2k | slither stringlengths 47 956 | success bool 1
class | error float64 | results stringlengths 2 911 | input_ids listlengths 128 128 | attention_mask listlengths 128 128 |
|---|---|---|---|---|---|---|---|---|---|
1,400 | 0x01e2082af943840d8705d85bc398c33049fcc415 | /**
*Submitted for verification at Etherscan.io on 2021-05-20
*/
/**
*Submitted for verification at Etherscan.io on 2021-04-21
* Ely Net and Tor Korea
*/
pragma solidity ^0.5.17;
library SafeMath {
function mul(uint256 a, uint256 b) internal pure returns (uint256) {
if (a == 0) {
return 0... | 0x6080604052600436106101d85760003560e01c80637eee288d11610102578063c9e075c611610095578063dd62ed3e11610064578063dd62ed3e14610ce2578063f26c159f14610d67578063f2fde38b14610dd0578063fb93210814610e21576101d8565b8063c9e075c614610a82578063cae9ca5114610b18578063d051665014610c22578063d4ee1d9014610c8b576101d8565b80639b819d38116100... | {"success": true, "error": null, "results": {"detectors": [{"check": "unchecked-transfer", "impact": "High", "confidence": "Medium"}, {"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "locked-ether", "impact": "Medium", "confidence": "High"}, {"check": "controlled-array-length",... | true | null | {'detectors': [{'check': 'unchecked-transfer', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'locked-ether', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'controlled-array-length', 'impact': 'High', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
24096,
2063,
11387,
2620,
2475,
10354,
2683,
23777,
2620,
12740,
2094,
2620,
19841,
2629,
2094,
27531,
9818,
23499,
2620,
2278,
22394,
2692,
26224,
11329,
2278,
23632,
2629,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
2012,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,401 | 0x01E45B8D0c51f05F17385DD3416fE3aA5BFd89aC | pragma solidity ^0.4.11;
contract SafeMath {
function safeMul(uint256 a, uint256 b) internal returns (uint256) {
uint256 c = a * b;
assert(a == 0 || c / a == b);
return c;
}
function safeDiv(uint256 a, uint256 b) internal returns (uint256) {
assert(b > 0);
uint256 c = a / b;
assert(a == ... | 0x606060405236156100cd5763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166306fdde0381146100d2578063095ea7b31461015d57806318160ddd1461019357806323b872dd146101b85780632ff2e9dc146101f4578063313ce567146102195780633eaaf86b1461023e57806370a082311461026357806383197ef01461029457806395d89b41146102... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
24096,
2063,
19961,
2497,
2620,
2094,
2692,
2278,
22203,
2546,
2692,
2629,
2546,
16576,
22025,
2629,
14141,
22022,
16048,
7959,
2509,
11057,
2629,
29292,
2094,
2620,
2683,
6305,
10975,
8490,
2863,
5024,
3012,
1034,
1014,
10... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,402 | 0x01e53a2e7122a63845b1c329d4fce8124dda5b06 | pragma solidity ^0.4.16;
contract Base
{
address Creator = msg.sender;
address Owner_01 = msg.sender;
address Owner_02;
address Owner_03;
function add(uint256 x, uint256 y)
internal
returns (uint256)
{
uint256 z = x + y;
if((z >= x) && (z >= y))
{
... | 0x606060405236156100ef576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff168063056e4d88146100fb57806306894f5914610124578063080291051461012e57806333c4a1d614610138578063589e5edd146101715780636eecf81a1461019a578063762ced87146101bd5780637a2c1b71146101e65780637ce67d60146102335780638dd47d911461... | {"success": true, "error": null, "results": {"detectors": [{"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "shadowing-state", "impact": "High", "confidence": "High"}]}} | true | null | {'detectors': [{'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'shadowing-state', 'impact': 'High', 'confidence': 'High'}]} | [
101,
1014,
2595,
24096,
2063,
22275,
2050,
2475,
2063,
2581,
12521,
2475,
2050,
2575,
22025,
19961,
2497,
2487,
2278,
16703,
2683,
2094,
2549,
11329,
2063,
2620,
12521,
2549,
25062,
2629,
2497,
2692,
2575,
10975,
8490,
2863,
5024,
3012,
103... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,403 | 0x01e5870DE90578Be6A792A82A087750C999d8738 | /**
*Submitted for verification at Etherscan.io on 2021-05-15
*/
// SPDX-License-Identifier: MIT
// File: @openzeppelin/contracts/token/ERC20/IERC20.sol
pragma solidity ^0.8.0;
/**
* @dev Interface of the ERC20 standard as defined in the EIP.
*/
interface IERC20 {
/**
* @dev Returns the amount of toke... | 0x608060405234801561001057600080fd5b50600436106100a95760003560e01c80633950935111610071578063395093511461014557806370a082311461015857806395d89b4114610181578063a457c2d714610189578063a9059cbb1461019c578063dd62ed3e146101af57600080fd5b806306fdde03146100ae578063095ea7b3146100cc57806318160ddd146100ef57806323b872dd146101015780... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
24096,
2063,
27814,
19841,
3207,
21057,
28311,
2620,
4783,
2575,
2050,
2581,
2683,
2475,
2050,
2620,
2475,
2050,
2692,
2620,
2581,
23352,
2692,
2278,
2683,
2683,
2683,
2094,
2620,
2581,
22025,
1013,
1008,
1008,
1008,
7864,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,404 | 0x01E6CF1321932A160E635664FDAf28F2578DF876 | /**
*Submitted for verification at Etherscan.io on 2022-02-22
*/
// SPDX-License-Identifier: NONE
/*
$$$$$$$\ $$\ $$\ $$\ $$\ $$$$$$\ $$\ $$\
$$ __$$\ $$ |$$ |\__| \__| ... | 0x6080604052600436106102305760003560e01c80636352211e1161012e578063b071401b116100ab578063e0a808531161006f578063e0a8085314610633578063e7b99ec714610653578063e985e9c514610669578063efbd73f4146106b2578063f2fde38b146106d257600080fd5b8063b071401b1461059d578063b7203b8f146105bd578063b88d4fde146105dd578063c87b56dd146105fd578063d5... | {"success": true, "error": null, "results": {"detectors": [{"check": "unused-return", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
24096,
2063,
2575,
2278,
2546,
17134,
17465,
2683,
16703,
27717,
16086,
2063,
2575,
19481,
28756,
2549,
2546,
2850,
2546,
22407,
2546,
17788,
2581,
2620,
20952,
2620,
2581,
2575,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
2... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,405 | 0x01e7e52aba28a0f61cc053c544efe943e5b43954 | /**
*Submitted for verification at Etherscan.io on 2021-06-25
*/
//Twins Inu ($TWINS)
//Powerful Bot Protect yes
//2% Deflationary yes
//Telegram: https://t.me/twins_inu_official
//Rewards for every 100th buyers
// SPDX-License-Identifier: Unlicensed
pragma solidity ^0.8.4;
abstract contract Context {
functi... | 0x60806040526004361061010d5760003560e01c8063715018a611610095578063b515566a11610064578063b515566a14610364578063c3c8cd801461038d578063c9567bf9146103a4578063d543dbeb146103bb578063dd62ed3e146103e457610114565b8063715018a6146102ba5780638da5cb5b146102d157806395d89b41146102fc578063a9059cbb1461032757610114565b8063273123b7116100... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}, {"check": "arbitrary-send", "impact": "High", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'reentrancy-eth', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'arbitrary-send', 'impact': 'High', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
24096,
2063,
2581,
2063,
25746,
19736,
22407,
2050,
2692,
2546,
2575,
2487,
9468,
2692,
22275,
2278,
27009,
2549,
27235,
2683,
23777,
2063,
2629,
2497,
23777,
2683,
27009,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
2012,
28... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,406 | 0x01e85b4a675c1cec69b6419bb032d8f59db8f277 | /**
*Submitted for verification at Etherscan.io on 2021-02-27
*/
// File: @openzeppelin\contracts\token\ERC20\IERC20.sol
// SPDX-License-Identifier: MIT
pragma solidity >=0.6.0 <0.8.0;
/**
* @dev Interface of the ERC20 standard as defined in the EIP.
*/
interface IERC20 {
/**
* @dev Returns the amount o... | 0x608060405234801561001057600080fd5b50600436106100625760003560e01c80630fb5a6b414610067578063191655871461008157806338af3eed146100a95780637b5c2f39146100cd5780639852595c146100d5578063be9a6555146100fb575b600080fd5b61006f610103565b60408051918252519081900360200190f35b6100a76004803603602081101561009757600080fd5b50356001600160... | {"success": true, "error": null, "results": {"detectors": [{"check": "unchecked-transfer", "impact": "High", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'unchecked-transfer', 'impact': 'High', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
24096,
2063,
27531,
2497,
2549,
2050,
2575,
23352,
2278,
2487,
3401,
2278,
2575,
2683,
2497,
21084,
16147,
10322,
2692,
16703,
2094,
2620,
2546,
28154,
18939,
2620,
2546,
22907,
2581,
1013,
1008,
1008,
1008,
7864,
2005,
226... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,407 | 0x01e913b78d7684d8ca0e62b1377b5594e1081ef3 | /**
*Submitted for verification at Etherscan.io on 2022-04-25
*/
// contracts/twigsProject.sol
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
pragma abicoder v2;
/**
* @dev Interface of the ERC165 standard, as defined in the
* https://eips.ethereum.org/EIPS/eip-165[EIP].
*
* Implementers can declare s... | 0x60806040526004361061023b5760003560e01c806372880a6f1161012e578063a90f1962116100ab578063cc2584da1161006f578063cc2584da14610880578063e45be8eb14610897578063e985e9c5146108c2578063f2fde38b146108ff578063f897c998146109285761023b565b8063a90f1962146107ac578063aee7b00c146107d5578063b6e30094146107f1578063b88d4fde1461081a578063c8... | {"success": true, "error": null, "results": {"detectors": [{"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "incorrect-shift", "impact": "High", "confidence": "High"}, {"check": "incorrect-equality", "i... | true | null | {'detectors': [{'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'incorrect-shift', 'impact': 'High', 'confidence': 'High'}, {'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}, {'c... | [
101,
1014,
2595,
24096,
2063,
2683,
17134,
2497,
2581,
2620,
2094,
2581,
2575,
2620,
2549,
2094,
2620,
3540,
2692,
2063,
2575,
2475,
2497,
17134,
2581,
2581,
2497,
24087,
2683,
2549,
2063,
10790,
2620,
2487,
12879,
2509,
1013,
1008,
1008,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,408 | 0x01e94c09667faab7239be0516b4369ac6bb877eb | pragma solidity 0.4.19;
contract ERC20Interface {
function balanceOf(address _owner) public view returns (uint256 balance);
function transfer(address _to, uint256 _value) public returns (bool success);
}
contract FaceterTeamTokensLock {
address constant RECEIVER = 0x4365e5d6e48bb0a4db93555363aad7989caa9b0... | 0x606060405260043610610057576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff16806316114acd1461006d578063a454c5dc146100be578063a69df4b5146100ed575b341561006257600080fd5b61006a61011a565b50005b341561007857600080fd5b6100a4600480803573ffffffffffffffffffffffffffffffffffffffff169060200190919050... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
24096,
2063,
2683,
2549,
2278,
2692,
2683,
28756,
2581,
7011,
7875,
2581,
21926,
2683,
4783,
2692,
22203,
2575,
2497,
23777,
2575,
2683,
6305,
2575,
10322,
2620,
2581,
2581,
15878,
10975,
8490,
2863,
5024,
3012,
1014,
1012,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,409 | 0x01eA4219854e88b38415a207Da792FeC5da55899 | /**
*Submitted for verification at Etherscan.io on 2022-02-15
*/
// File: @openzeppelin/contracts/utils/Address.sol
// OpenZeppelin Contracts v4.4.1 (utils/Address.sol)
pragma solidity ^0.8.0;
/**
* @dev Collection of functions related to the address type
*/
library Address {
/**
* @dev Returns true if... | 0x60806040526004361061020f5760003560e01c80637db5a63611610118578063ad7f1ea1116100a0578063cfdbf2541161006f578063cfdbf254146104ba578063d7224ba01461058a578063e985e9c51461059f578063f2fde38b146105bf578063f81227d4146105df5761020f565b8063ad7f1ea114610522578063b88d4fde14610535578063bb8a16bd14610555578063c87b56dd1461056a5761020f... | {"success": true, "error": null, "results": {"detectors": [{"check": "unused-return", "impact": "Medium", "confidence": "Medium"}, {"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}, {"check": "uninitialized-local", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'uninitialized-local', 'impact': 'Medium', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
24096,
5243,
20958,
16147,
27531,
2549,
2063,
2620,
2620,
2497,
22025,
23632,
2629,
2050,
11387,
2581,
2850,
2581,
2683,
2475,
7959,
2278,
2629,
2850,
24087,
2620,
2683,
2683,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
2012... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,410 | 0x01eAAa41067809da7ABEEE1dd4b8698BAa0c42f1 | /**
*Submitted for verification at Etherscan.io on 2021-06-21
*/
pragma solidity ^0.6.6;
/**
Shiba Inu Swap
_____ _ _ _ _____ ___ _____ _ __ ___ _____
/ ___/ | | | | | | | _ \ / | / ___/ | | / / / | | _ \
| |___ | |_| | | | | |_| | /... | 0x7301eaaa41067809da7abeee1dd4b8698baa0c42f130146080604052600080fdfea2646970667358221220ceb6fa937ef594bb10f7b0a0d87fb08a309d8f868f08c58ae03a3b23456d085464736f6c63430006060033 | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
24096,
5243,
11057,
23632,
2692,
2575,
2581,
17914,
2683,
2850,
2581,
16336,
4402,
2487,
14141,
2549,
2497,
20842,
2683,
2620,
3676,
2050,
2692,
2278,
20958,
2546,
2487,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
2012,
2885... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,411 | 0x01eabB83DF3966f290508Ae57127426D2a2f9683 | /**
*Submitted for verification at Etherscan.io on 2022-03-05
*/
// Verified using https://dapp.tools
// hevm: flattened sources of /nix/store/n0zrh7hav4swn38ckv0y2panmrlaxy1s-geb-fsm/dapp/geb-fsm/src/DSM.sol
pragma solidity =0.6.7;
////// /nix/store/3d3msxain9q01swpn63dsh9wl2hsal24-geb-treasury-reimbursement/dapp/... | 0x608060405234801561001057600080fd5b50600436106101585760003560e01c806363bfa88b116100c357806394f3f81d1161007c57806394f3f81d146104dd578063be9a655514610521578063c8f33c911461052b578063ceedd63d1461055d578063ddc2ad8f14610567578063ef381cc5146105a957610158565b806363bfa88b146103dd5780636614f010146103ff57806375f12b211461044d5780... | {"success": true, "error": null, "results": {"detectors": [{"check": "unused-return", "impact": "Medium", "confidence": "Medium"}, {"check": "weak-prng", "impact": "High", "confidence": "Medium"}, {"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "uninitialized-local", "impact":... | true | null | {'detectors': [{'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'weak-prng', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'uninitialized-local', 'impact': 'Medium', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
24096,
5243,
10322,
2620,
29097,
2546,
23499,
28756,
2546,
24594,
2692,
12376,
2620,
6679,
28311,
12521,
2581,
20958,
2575,
2094,
2475,
2050,
2475,
2546,
2683,
2575,
2620,
2509,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
20... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,412 | 0x01eaeA91D453a2A1Fa02115ad763E54ccd3Ea5F1 | /**
*Submitted for verification at Etherscan.io on 2021-04-24
*/
// SPDX-License-Identifier: UNLICENSED
// Copyright (c) 2021 0xdev0 - All rights reserved
// https://twitter.com/0xdev0
pragma solidity ^0.8.0;
interface IERC20 {
function initialize() external;
function totalSupply() external view returns (uint)... | 0x608060405234801561001057600080fd5b506004361061007d5760003560e01c8063a14124c21161005b578063a14124c2146100bf578063be6dd0a1146100c7578063d8ce4a42146100da578063f2fde38b146100ed5761007d565b8063715018a6146100825780638da5cb5b1461008c5780638f32d59b146100aa575b600080fd5b61008a610100565b005b610094610177565b6040516100a191906106... | {"success": true, "error": null, "results": {"detectors": [{"check": "unchecked-transfer", "impact": "High", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'unchecked-transfer', 'impact': 'High', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
24096,
5243,
5243,
2683,
2487,
2094,
19961,
2509,
2050,
2475,
27717,
7011,
2692,
17465,
16068,
4215,
2581,
2575,
2509,
2063,
27009,
9468,
2094,
2509,
5243,
2629,
2546,
2487,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
2012,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,413 | 0x01eb113c53ca969230184a526f7a82a49a88d5b1 | /**
*Submitted for verification at Etherscan.io on 2021-04-27
*/
pragma solidity ^0.4.24;
// ----------------------------------------------------------------------------
// 'MVCMG Token' token contract
//
// Deployed to : 0xE7155406f2266Cb74AD11c81905B70369b08F63c
// Symbol : MVCMG
// Name : MVCMG Token
... | 0x608060405260043610610112576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff16806306fdde0314610117578063095ea7b3146101a757806318160ddd1461020c57806323b872dd14610237578063313ce567146102bc5780633eaaf86b146102ed57806370a082311461031857806379ba50971461036f5780638da5cb5b1461038657806395d89b41... | {"success": true, "error": null, "results": {"detectors": [{"check": "locked-ether", "impact": "Medium", "confidence": "High"}]}} | true | null | {'detectors': [{'check': 'locked-ether', 'impact': 'Medium', 'confidence': 'High'}]} | [
101,
1014,
2595,
24096,
15878,
14526,
2509,
2278,
22275,
3540,
2683,
2575,
2683,
21926,
24096,
2620,
2549,
2050,
25746,
2575,
2546,
2581,
2050,
2620,
2475,
2050,
26224,
2050,
2620,
2620,
2094,
2629,
2497,
2487,
1013,
1008,
1008,
1008,
7864,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,414 | 0x01eb5241a82d277a801ed475363151e5e8d70ca9 | /**
*Submitted for verification at Etherscan.io on 2021-12-14
*/
/*
Mini STARL is the expansion of a community with the ambition
to realize a secure, long-term investment that will grow with
its community. The launch will be stealth and fair, without a
presale.
10% tax will be used for things such as: marketing... | 0x6080604052600436106101235760003560e01c806370a08231116100a0578063a9059cbb11610064578063a9059cbb1461034c578063c3c8cd801461036c578063c9567bf914610381578063dbe8272c14610396578063dd62ed3e146103b657600080fd5b806370a082311461029d578063715018a6146102bd57806377a1736b146102d25780638da5cb5b146102f257806395d89b411461031a57600080... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'reentrancy-eth', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
24096,
15878,
25746,
23632,
2050,
2620,
2475,
2094,
22907,
2581,
2050,
17914,
2487,
2098,
22610,
22275,
2575,
21486,
22203,
2063,
2629,
2063,
2620,
2094,
19841,
3540,
2683,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
2012,
2... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,415 | 0x01ebd1fbbe06be7d0936282da12fae2cde9c700d | /**
*Submitted for verification at Etherscan.io on 2021-04-28
*/
pragma solidity 0.5.10;
contract UnifiedLogger {
bytes32 private constant GUARD_VALUE = keccak256("guard.bytes32");
address private constant MULTISEND_LIBRARY = 0x8D29bE29923b68abfDD21e541b9374737B49cdAD;
bytes32 guard;
event BatchLog... | 0x608060405234801561001057600080fd5b506004361061002b5760003560e01c806327d34c3614610030575b600080fd5b6100d66004803603602081101561004657600080fd5b81019060208101813564010000000081111561006157600080fd5b82018360208201111561007357600080fd5b8035906020019184600183028401116401000000008311171561009557600080fd5b91908080601f016020... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
24096,
15878,
2094,
2487,
26337,
4783,
2692,
2575,
4783,
2581,
2094,
2692,
2683,
21619,
22407,
2475,
2850,
12521,
7011,
2063,
2475,
19797,
2063,
2683,
2278,
19841,
2692,
2094,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
2012... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,416 | 0x01ed344757aecb389a38f0431025f4168d09f0f4 | /**
*Submitted for verification at Etherscan.io on 2021-05-07
*/
pragma solidity 0.5.11;
contract IToken {
function balanceOf(address) public view returns (uint256);
function transfer(address to, uint value) public;
}
contract Manageable {
mapping(address => bool) public admins;
constructor() public... | 0x60806040526004361061004a5760003560e01c806312b6d8601461004c578063429b62e5146101805780637ef379f4146101c7578063c84aae1714610210578063cd392a8314610255575b005b34801561005857600080fd5b5061004a6004803603604081101561006f57600080fd5b81019060208101813564010000000081111561008a57600080fd5b82018360208201111561009c57600080fd5b8035... | {"success": true, "error": null, "results": {"detectors": [{"check": "uninitialized-local", "impact": "Medium", "confidence": "Medium"}, {"check": "erc20-interface", "impact": "Medium", "confidence": "High"}, {"check": "arbitrary-send", "impact": "High", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'uninitialized-local', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'erc20-interface', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'arbitrary-send', 'impact': 'High', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
24096,
2098,
22022,
22610,
28311,
6679,
27421,
22025,
2683,
2050,
22025,
2546,
2692,
23777,
10790,
17788,
2546,
23632,
2575,
2620,
2094,
2692,
2683,
2546,
2692,
2546,
2549,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
2012,
2... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,417 | 0x01eDe4853171324d8040180c010A29C521bdB6cC | /**
*Submitted for verification at Etherscan.io on 2021-07-08
*/
// SPDX-License-Identifier: MIT
pragma solidity 0.8.3;
// Part: OpenZeppelin/[email protected]/Context
/*
* @dev Provides information about the current execution context, including the
* sender of the transaction and its data. While these are gen... | 0x608060405234801561001057600080fd5b506004361061027f5760003560e01c8063782d6fe11161015c578063a217fddf116100ce578063d505accf11610087578063d505accf146105cb578063d5391393146105de578063d547741f14610605578063dd62ed3e14610618578063e63ab1e914610651578063f1127ed8146106785761027f565b8063a217fddf14610564578063a457c2d71461056c5780... | {"success": true, "error": null, "results": {"detectors": [{"check": "unused-return", "impact": "Medium", "confidence": "Medium"}, {"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}, {"check": "uninitialized-local", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'uninitialized-local', 'impact': 'Medium', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
24096,
14728,
18139,
22275,
16576,
17134,
18827,
2094,
17914,
12740,
15136,
2692,
2278,
24096,
2692,
2050,
24594,
2278,
25746,
2487,
2497,
18939,
2575,
9468,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
2012,
28855,
29378,
1012... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,418 | 0x01ef8b62ade15dc825b0f1ac7e464da89dbc230f | /**
*Submitted for verification at Etherscan.io on 2022-03-05
*/
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
/*
INTERFACE ERC20
*/
interface IERC20 {
function totalSupply() external view returns (uint256);
function balanceOf(address account) external view returns (uint256);
function tra... | 0x6080604052600436106101145760003560e01c80635c975abb116100a057806395d89b411161006457806395d89b4114610370578063a457c2d71461039b578063a9059cbb146103d8578063dd62ed3e14610415578063f2fde38b1461045257610114565b80635c975abb146102af57806370a08231146102da578063715018a6146103175780638456cb591461032e5780638da5cb5b1461034557610114... | {"success": true, "error": null, "results": {"detectors": [{"check": "locked-ether", "impact": "Medium", "confidence": "High"}]}} | true | null | {'detectors': [{'check': 'locked-ether', 'impact': 'Medium', 'confidence': 'High'}]} | [
101,
1014,
2595,
24096,
12879,
2620,
2497,
2575,
2475,
9648,
16068,
16409,
2620,
17788,
2497,
2692,
2546,
2487,
6305,
2581,
2063,
21472,
2549,
2850,
2620,
2683,
18939,
2278,
21926,
2692,
2546,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
2012... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,419 | 0x01efff6c372fa3e3c822deebe39fb9c1b1e071c5 | /**
*Submitted for verification at Etherscan.io on 2022-03-15
*/
/*
*/
pragma solidity ^0.8.9;
// SPDX-License-Identifier: UNLICENSED
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
return msg.sender;
}
}
interface IERC20 {
function totalSupply() ext... | 0x6080604052600436106101235760003560e01c806370a08231116100a0578063a9059cbb11610064578063a9059cbb1461034a578063c3c8cd801461036a578063c9567bf91461037f578063dbe8272c14610394578063dd62ed3e146103b457600080fd5b806370a082311461029e578063715018a6146102be57806377a1736b146102d35780638da5cb5b146102f357806395d89b411461031b57600080... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'reentrancy-eth', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
24096,
12879,
4246,
2575,
2278,
24434,
2475,
7011,
2509,
2063,
2509,
2278,
2620,
19317,
26095,
4783,
23499,
26337,
2683,
2278,
2487,
2497,
2487,
2063,
2692,
2581,
2487,
2278,
2629,
1013,
1008,
1008,
1008,
7864,
2005,
22616,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,420 | 0x01f040522016bcff0a346160eceb5448358263e6 | /**
*Submitted for verification at Etherscan.io on 2021-11-17
*/
// https://t.me/whiteobamawizard join telegram for free propoganda
// .,,*////*,.
// ...,*/(((//*,.
// ............. | 0x6080604052600436106101185760003560e01c8063715018a6116100a0578063b515566a11610064578063b515566a14610398578063c3c8cd80146103c1578063c9567bf9146103d8578063cfe81ba0146103ef578063dd62ed3e146104185761011f565b8063715018a6146102c5578063842b7c08146102dc5780638da5cb5b1461030557806395d89b4114610330578063a9059cbb1461035b5761011f... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'reentrancy-eth', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
24096,
2546,
2692,
12740,
25746,
11387,
16048,
9818,
4246,
2692,
2050,
22022,
2575,
16048,
2692,
26005,
2497,
27009,
18139,
19481,
2620,
23833,
2509,
2063,
2575,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
2012,
28855,
29378,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,421 | 0x01F04989f440cF6AD4c5f7322374279dE6a26927 | /**
*Submitted for verification at Etherscan.io on 2021-05-25
*/
// Website: https://yakuzashibanetwork.com
// Twitter: https://twitter.com/ShibaYakuza
// Telegram: https://t.me/YAKUZASHIBANETWORK
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.12;
interface IERC20 {
/**
* @dev Returns the amount of... | 0x608060405234801561001057600080fd5b50600436106100cf5760003560e01c8063715018a61161008c57806395d89b411161006657806395d89b4114610270578063a9059cbb14610278578063dd62ed3e146102a4578063f2fde38b146102d2576100cf565b8063715018a61461022557806384fed66e1461022f5780638da5cb5b1461024c576100cf565b806306fdde03146100d4578063095ea7b314... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
24096,
2546,
2692,
26224,
2620,
2683,
2546,
22932,
2692,
2278,
2546,
2575,
4215,
2549,
2278,
2629,
2546,
2581,
16703,
21926,
2581,
20958,
2581,
2683,
3207,
2575,
2050,
23833,
2683,
22907,
1013,
1008,
1008,
1008,
7864,
2005,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,422 | 0x01f04e3818f16256757a846eb670f309a0a0c512 | /*
FINPLETHER GIVEAWAY
$500 000 000 USD
TO JOIN
THE GIVEAWAY
To Participate You just need to send between
0.05 ETH to 1000 ETH
YOU INSTANTLY GET USD BACK TO YOUR WALLET between
0.5 ETH TO 5000 ETH
For example, if you send:
0.05 ETH YOU WILL GET BACK 0.5 ETH
0.50 ETH YOU WILL GET BACK 5 ETH
1 ETH YOU WILL GET BAC... | 0x6080604052600436106100ae5763ffffffff7c01000000000000000000000000000000000000000000000000000000006000350416631515bc2b81146100b95780632c4e722e146100e2578063355274ea146101095780634042b66f1461011e57806347535d7b146101335780634b6753bc146101485780634f9359451461015d578063521eb27314610172578063b7a8807c146101a3578063ec8ac4d814... | {"success": true, "error": null, "results": {"detectors": [{"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
24096,
2546,
2692,
2549,
2063,
22025,
15136,
2546,
16048,
17788,
2575,
23352,
2581,
2050,
2620,
21472,
15878,
2575,
19841,
2546,
14142,
2683,
2050,
2692,
2050,
2692,
2278,
22203,
2475,
1013,
1008,
10346,
10814,
12399,
2507,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,423 | 0x01f09038c19c68aa79dc0508f28d25a33cfdc579 | /**
*Submitted for verification at Etherscan.io on 2021-06-14
*/
/**
*Submitted for verification at Etherscan.io on 2021-06-09
*/
// Sources flattened with hardhat v2.3.0 https://hardhat.org
// File @openzeppelin/contracts/math/[email protected]
// SPDX-License-Identifier: MIT
pragma solidity ^0.7.0;
pragma expe... | 0x608060405234801561001057600080fd5b506004361061004c5760003560e01c806367c61b8e14610051578063c45a015514610081578063cc49ede71461009f578063fc0c546a146100cf575b600080fd5b61006b60048036038101906100669190610a4f565b6100ed565b6040516100789190610de0565b60405180910390f35b6100896101b3565b6040516100969190610d4a565b60405180910390f3... | {"success": true, "error": null, "results": {"detectors": [{"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "uninitialized-local", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'uninitialized-local', 'impact': 'Medium', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
24096,
2546,
2692,
21057,
22025,
2278,
16147,
2278,
2575,
2620,
11057,
2581,
2683,
16409,
2692,
12376,
2620,
2546,
22407,
2094,
17788,
2050,
22394,
2278,
2546,
16409,
28311,
2683,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,424 | 0x01F2412501aB1128E4829c0C76fa527EaF368E87 | /**
*Submitted for verification at Etherscan.io on 2022-04-26
*/
// SPDX-License-Identifier: MIT
// File: @openzeppelin/contracts/utils/Strings.sol
// OpenZeppelin Contracts v4.4.0 (utils/Strings.sol)
pragma solidity ^0.8.0;
/**
* @dev String operations.
*/
library Strings {
bytes16 private constant _HEX_SYM... | 0x60806040526004361061012a5760003560e01c8063715018a6116100ab578063a64ed8ba1161006f578063a64ed8ba1461030f578063b88d4fde14610325578063c87b56dd14610345578063cbce4c9714610365578063e985e9c514610385578063f2fde38b146103ce57600080fd5b8063715018a6146102875780638da5cb5b1461029c57806395d89b41146102ba5780639d7b9a6c146102cf578063a2... | {"success": true, "error": null, "results": {"detectors": [{"check": "unused-return", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
24096,
2546,
18827,
12521,
12376,
2487,
7875,
14526,
22407,
2063,
18139,
24594,
2278,
2692,
2278,
2581,
2575,
7011,
25746,
2581,
5243,
2546,
21619,
2620,
2063,
2620,
2581,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
2012,
28... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,425 | 0x01f2aba090b5fa26a64ea9e5afd32f6aab6ba3df | pragma solidity 0.4.20;
library Order {
using SafeMathUint256 for uint256;
enum Types {
Bid, Ask
}
enum TradeDirections {
Long, Short
}
struct Data {
// Contracts
IOrders orders;
IMarket market;
IAugur augur;
// Order
bytes32 i... | 0x60606040526004361061007f5763ffffffff60e060020a6000350416631b46804181146100845780632b9cf5d3146100e45780634fb764c91461012757806360e0acc714610156578063a046381714610199578063b7ab6e50146101dc578063f41a0d1d1461021f578063fa8ce4d514610262578063fb77e9d4146102a5575b600080fd5b341561008f57600080fd5b6100ac60ff60043516600160a06002... | {"success": true, "error": null, "results": {"detectors": [{"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
24096,
2546,
2475,
19736,
2692,
21057,
2497,
2629,
7011,
23833,
2050,
21084,
5243,
2683,
2063,
2629,
10354,
2094,
16703,
2546,
2575,
11057,
2497,
2575,
3676,
29097,
2546,
10975,
8490,
2863,
5024,
3012,
1014,
1012,
1018,
101... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,426 | 0x01f2b0cfd076ae06c3034da69e23948a0338720a | /**
*Submitted for verification at Etherscan.io on 2021-12-23
*/
// SPDX-License-Identifier: MIT
pragma solidity 0.8.9;
abstract contract Context {
function _msgSender() internal vi... | 0x6080604052600436106103b15760003560e01c80638da5cb5b116101e7578063bbc0c7421161010d578063dd62ed3e116100a0578063f2fde38b1161006f578063f2fde38b14610ac9578063f637434214610ae9578063f8b45b0514610aff578063fe72b27a14610b1557600080fd5b8063dd62ed3e14610a42578063e2f4560514610a88578063e884f26014610a9e578063f11a24d314610ab357600080... | {"success": true, "error": null, "results": {"detectors": [{"check": "tx-origin", "impact": "Medium", "confidence": "Medium"}, {"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "tautology", "impact": "Me... | true | null | {'detectors': [{'check': 'tx-origin', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'tautology', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'inc... | [
101,
1014,
2595,
24096,
2546,
2475,
2497,
2692,
2278,
2546,
2094,
2692,
2581,
2575,
6679,
2692,
2575,
2278,
14142,
22022,
2850,
2575,
2683,
2063,
21926,
2683,
18139,
2050,
2692,
22394,
2620,
2581,
11387,
2050,
1013,
1008,
1008,
1008,
7864,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,427 | 0x01f419584249f1d72153690c78ed65ee5d508c6f | // SPDX-License-Identifier: MIT
// File: @openzeppelin/contracts/token/ERC20/IERC20.sol
// OpenZeppelin Contracts (last updated v4.5.0) (token/ERC20/IERC20.sol)
pragma solidity ^0.8.0;
/**
* @dev Interface of the ERC20 standard as defined in the EIP.
*/
interface IERC20 {
/**
* @dev Returns the amount o... | 0x6080604052600436106102fc5760003560e01c806370a082311161019a578063b8e38f09116100e1578063d85d7f5b1161008a578063e985e9c511610064578063e985e9c51461090a578063f2fde38b14610953578063f968adbe1461097357600080fd5b8063d85d7f5b146108bf578063dc33e681146108d5578063e33b7de3146108f557600080fd5b8063d02c2bf2116100bb578063d02c2bf2146108... | {"success": true, "error": null, "results": {"detectors": [{"check": "uninitialized-local", "impact": "Medium", "confidence": "Medium"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}, {"check": "tautology", "impact": "Medium", "confidence": "High"}]}} | true | null | {'detectors': [{'check': 'uninitialized-local', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'tautology', 'impact': 'Medium', 'confidence': 'High'}]} | [
101,
1014,
2595,
24096,
2546,
23632,
2683,
27814,
20958,
26224,
2546,
2487,
2094,
2581,
17465,
22275,
2575,
21057,
2278,
2581,
2620,
2098,
26187,
4402,
2629,
2094,
12376,
2620,
2278,
2575,
2546,
1013,
1013,
23772,
2595,
1011,
6105,
1011,
89... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,428 | 0x01f44890160c3963bfa8841aabbb4019245a9205 | /**
*Submitted for verification at Etherscan.io on 2021-11-14
*/
/*
BabyChad
t.me/BabyChadETH
*/
// SPDX-License-Identifier: Unlicensed
pragma solidity ^0.8.4;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
return msg.sender;
}
}
interfac... | 0x6080604052600436106101025760003560e01c806370a0823111610095578063a9059cbb11610064578063a9059cbb1461031c578063b515566a14610359578063c3c8cd8014610382578063c9567bf914610399578063dd62ed3e146103b057610109565b806370a0823114610272578063715018a6146102af5780638da5cb5b146102c657806395d89b41146102f157610109565b8063273123b7116100... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'reentrancy-eth', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
24096,
2546,
22932,
2620,
21057,
16048,
2692,
2278,
23499,
2575,
2509,
29292,
2050,
2620,
2620,
23632,
11057,
10322,
2497,
12740,
16147,
18827,
2629,
2050,
2683,
11387,
2629,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
2012,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,429 | 0x01f48f0c628f21bfc3f8cd9c6f87129900fe38a5 | /**
*Submitted for verification at Etherscan.io on 2021-04-14
*/
pragma solidity ^0.7.0;
abstract contract Context {
function _msgSender() internal view virtual returns (address payable) {
return msg.sender;
}
function _msgData() internal view virtual returns (bytes memory) {
this; // si... | 0x60806040526004361061016a5760003560e01c80638f4ffcb1116100d1578063ca15c8731161008a578063dc647e2911610064578063dc647e2914610605578063f2fde38b1461062f578063f4d26fec14610662578063f7d89c681461067757610171565b8063ca15c8731461058d578063d547741f146105b7578063d8542d51146105f057610171565b80638f4ffcb1146103de5780639010d07c146104... | {"success": true, "error": null, "results": {"detectors": [{"check": "unchecked-transfer", "impact": "High", "confidence": "Medium"}, {"check": "erc20-interface", "impact": "Medium", "confidence": "High"}, {"check": "locked-ether", "impact": "Medium", "confidence": "High"}]}} | true | null | {'detectors': [{'check': 'unchecked-transfer', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'erc20-interface', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'locked-ether', 'impact': 'Medium', 'confidence': 'High'}]} | [
101,
1014,
2595,
24096,
2546,
18139,
2546,
2692,
2278,
2575,
22407,
2546,
17465,
29292,
2278,
2509,
2546,
2620,
19797,
2683,
2278,
2575,
2546,
2620,
2581,
12521,
2683,
21057,
2692,
7959,
22025,
2050,
2629,
1013,
1008,
1008,
1008,
7864,
2005... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,430 | 0x01f5c9483869Eb249bF3D4155f0cC7BE064c3506 | /**
*Submitted for verification at Etherscan.io on 2021-10-05
*/
// SPDX-License-Identifier: MIT
// File: @openzeppelin/contracts/token/ERC20/IERC20.sol
pragma solidity ^0.8.0;
/**
* @dev Interface of the ERC20 standard as defined in the EIP.
*/
interface IERC20 {
/**
* @dev Returns the amount of toke... | 0x608060405234801561001057600080fd5b50600436106100a95760003560e01c80633950935111610071578063395093511461014557806370a082311461015857806395d89b4114610181578063a457c2d714610189578063a9059cbb1461019c578063dd62ed3e146101af57600080fd5b806306fdde03146100ae578063095ea7b3146100cc57806318160ddd146100ef57806323b872dd146101015780... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
24096,
2546,
2629,
2278,
2683,
18139,
22025,
2575,
2683,
15878,
18827,
2683,
29292,
29097,
23632,
24087,
2546,
2692,
9468,
2581,
4783,
2692,
21084,
2278,
19481,
2692,
2575,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
2012,
2... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,431 | 0x01f61f3c7f27893b30e8abdafd4a84ca8bd24b96 | /**
*Submitted for verification at Etherscan.io on 2022-02-22
*/
// SPDX-License-Identifier: MIT
// File: @openzeppelin/contracts/utils/Strings.sol
// OpenZeppelin Contracts v4.4.1 (utils/Strings.sol)
pragma solidity ^0.8.0;
/**
* @dev String operations.
*/
library Strings {
bytes16 private constant _HEX_SY... | 0x6080604052600436106102305760003560e01c8063715018a61161012e578063b88d4fde116100ab578063dc33e6811161006f578063dc33e68114610639578063e0a8085314610659578063e985e9c514610679578063efbd73f4146106c2578063f2fde38b146106e257600080fd5b8063b88d4fde14610595578063bd32fb66146105b5578063c19d93fb146105d5578063c87b56dd14610603578063d5... | {"success": true, "error": null, "results": {"detectors": [{"check": "unused-return", "impact": "Medium", "confidence": "Medium"}, {"check": "uninitialized-local", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'uninitialized-local', 'impact': 'Medium', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
24096,
2546,
2575,
2487,
2546,
2509,
2278,
2581,
2546,
22907,
2620,
2683,
2509,
2497,
14142,
2063,
2620,
7875,
2850,
2546,
2094,
2549,
2050,
2620,
2549,
3540,
2620,
2497,
2094,
18827,
2497,
2683,
2575,
1013,
1008,
1008,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,432 | 0x01f673e1af7416ff3795ff62393cdf014ce050fd | pragma solidity ^0.4.18;
// ----------------------------------------------------------------------------
// 'Discard' CROWDSALE token contract
//
// Deployed to : 0x01f673e1af7416ff3795ff62393cdf014ce050fd
// Symbol : DIS
// Name : Discard Token
// Total supply: According ICO demand
// Decimals ... | 0x606060405260043610610107576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff16806306fdde03146102af578063095ea7b31461033d5780630b97bc861461039757806318160ddd146103c057806323b872dd146103e9578063313ce567146104625780633eaaf86b1461049157806340c65003146104ba57806370a08231146104e357806379ba5097... | {"success": true, "error": null, "results": {"detectors": [{"check": "uninitialized-state", "impact": "High", "confidence": "High"}]}} | true | null | {'detectors': [{'check': 'uninitialized-state', 'impact': 'High', 'confidence': 'High'}]} | [
101,
1014,
2595,
24096,
2546,
2575,
2581,
2509,
2063,
2487,
10354,
2581,
23632,
2575,
4246,
24434,
2683,
2629,
4246,
2575,
21926,
2683,
2509,
19797,
2546,
24096,
2549,
3401,
2692,
12376,
2546,
2094,
10975,
8490,
2863,
5024,
3012,
1034,
1014... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,433 | 0x01f69779688219169ff936bbdb87d430514d6e46 | /**
*Submitted for verification at Etherscan.io on 2022-04-25
*/
// SPDX-License-Identifier: MIT
pragma solidity 0.8.13;
abstract contract Context {
function _msgSender() internal view virtual re... | 0x6080604052600436106101e75760003560e01c80637fa787ba11610102578063b62496f511610095578063dd62ed3e11610064578063dd62ed3e146105b7578063e2f45605146105fd578063ee40166e14610613578063f2fde38b1461062957600080fd5b8063b62496f51461052d578063bbc0c7421461055d578063c024666814610577578063c492f0461461059757600080fd5b80639a36f932116100... | {"success": true, "error": null, "results": {"detectors": [{"check": "write-after-write", "impact": "Medium", "confidence": "High"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}, {"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "uninitialized-local", "impac... | true | null | {'detectors': [{'check': 'write-after-write', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'uninitialized-local', 'impact': 'Medium', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
24096,
2546,
2575,
2683,
2581,
2581,
2683,
2575,
2620,
2620,
17465,
2683,
16048,
2683,
4246,
2683,
21619,
10322,
18939,
2620,
2581,
2094,
23777,
2692,
22203,
2549,
2094,
2575,
2063,
21472,
1013,
1008,
1008,
1008,
7864,
2005... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,434 | 0x01f89eb04481052a75d32d726cc5b6b2f567001d | /**
*Submitted for verification at Etherscan.io on 2021-07-12
*/
// SPDX-License-Identifier: UNLICENSED
pragma solidity >=0.6.12 <0.7.0;
/**
* @dev This is a base contract to aid in writing upgradeable contracts, or any kind of contract that will be deployed
* behind a proxy. Since a proxied contract can't have a ... | 0x608060405234801561001057600080fd5b506004361061018e5760003560e01c80639e34070f116100de578063f215793211610097578063f51ace7011610071578063f51ace70146105f3578063f9f1f30214610611578063fc0c546a1461061b578063fd967f471461064f5761018e565b8063f21579321461054d578063f2f6596014610581578063f2fde38b146105af5761018e565b80639e34070f14... | {"success": true, "error": null, "results": {"detectors": [{"check": "unchecked-transfer", "impact": "High", "confidence": "Medium"}, {"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}]}} | true | null | {'detectors': [{'check': 'unchecked-transfer', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}]} | [
101,
1014,
2595,
24096,
2546,
2620,
2683,
15878,
2692,
22932,
2620,
10790,
25746,
2050,
23352,
2094,
16703,
2094,
2581,
23833,
9468,
2629,
2497,
2575,
2497,
2475,
2546,
26976,
19841,
24096,
2094,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
2... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,435 | 0x01F8c4E3Fa3EdEb29e514cba738D87CE8C091d3f | pragma solidity ^0.4.19;
contract PERSONAL_BANK
{
mapping (address=>uint256) public balances;
uint public MinSum = 1 ether;
LogFile Log = LogFile(0x0486cF65A2F2F3A392CBEa398AFB7F5f0B72FF46);
bool intitalized;
function SetMinSum(uint _val)
public
{
if(intitalize... | 0x60606040526004361061005e5763ffffffff60e060020a60003504166327e235e38114610068578063303b9379146100995780633fe43822146100b85780635daa87a0146100c3578063640d3017146100d6578063c2808d1a146100ec575b6100666100ff565b005b341561007357600080fd5b610087600160a060020a03600435166101bd565b60405190815260200160405180910390f35b34156100a4... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}, {"check": "controlled-array-length", "impact": "High", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'reentrancy-eth', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'controlled-array-length', 'impact': 'High', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
24096,
2546,
2620,
2278,
2549,
2063,
2509,
7011,
2509,
14728,
2497,
24594,
2063,
22203,
2549,
27421,
2050,
2581,
22025,
2094,
2620,
2581,
3401,
2620,
2278,
2692,
2683,
2487,
2094,
2509,
2546,
10975,
8490,
2863,
5024,
3012,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,436 | 0x01f9ed6f62ebf73f7f5e09c1cd07f0665e68b706 | pragma solidity ^0.4.23;
/**
* @title SafeMath
* @dev Math operations with safety checks that throw on error
*/
library SafeMath {
/**
* @dev Multiplies two numbers, throws on overflow.
**/
function mul(uint256 a, uint256 b) internal pure returns (uint256 c) {
if (a == 0) {
ret... | 0x6080604052600436106102b4576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff1680630563451a146106a757806306fdde03146106d2578063074616221461076257806307fffa9d146107d5578063095ea7b314610800578063154e45a41461086557806318160ddd146108905780632050c26e146108bb57806323b872dd146108e6578063313ce567... | {"success": true, "error": null, "results": {"detectors": [{"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "tautology", "impact": "Medium", "confidence": "High"}]}} | true | null | {'detectors': [{'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'tautology', 'impact': 'Medium', 'confidence': 'High'}]} | [
101,
1014,
2595,
24096,
2546,
2683,
2098,
2575,
2546,
2575,
2475,
15878,
2546,
2581,
2509,
2546,
2581,
2546,
2629,
2063,
2692,
2683,
2278,
2487,
19797,
2692,
2581,
2546,
2692,
28756,
2629,
2063,
2575,
2620,
2497,
19841,
2575,
10975,
8490,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,437 | 0x01fac6744f460abd6a1d89f4ca190ea822464919 | /**
*Submitted for verification at Etherscan.io on 2022-04-14
*/
// File: @openzeppelin/contracts/utils/cryptography/MerkleProof.sol
// OpenZeppelin Contracts (last updated v4.5.0) (utils/cryptography/MerkleProof.sol)
pragma solidity ^0.8.0;
/**
* @dev These functions deal with verification of Merkle Trees proof... | 0x6080604052600436106102ae5760003560e01c806370a0823111610175578063b669db3d116100dc578063cfd8808611610095578063e985e9c51161006f578063e985e9c5146107b7578063f2e86faa14610800578063f2fde38b14610820578063feafe0431461084057600080fd5b8063cfd8808614610779578063dd1917191461078c578063de7fcb1d146107a157600080fd5b8063b669db3d146106... | {"success": true, "error": null, "results": {"detectors": [{"check": "uninitialized-state", "impact": "High", "confidence": "High"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'uninitialized-state', 'impact': 'High', 'confidence': 'High'}, {'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
24096,
7011,
2278,
2575,
2581,
22932,
2546,
21472,
2692,
7875,
2094,
2575,
27717,
2094,
2620,
2683,
2546,
2549,
3540,
16147,
2692,
5243,
2620,
19317,
21472,
26224,
16147,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
2012,
288... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,438 | 0x01FB70eA8AcFDd5435c8e8bd1531d96D57cEd0ec | /**
*Submitted for verification at Etherscan.io on 2021-11-02
*/
// SPDX-License-Identifier: UNLICENSED
// File: @openzeppelin/contracts/utils/Context.sol
pragma solidity ^0.8.0;
/**
* @dev Provides information about the current execution context, including the
* sender of the transaction and its data. While t... | 0x608060405234801561001057600080fd5b50600436106100f55760003560e01c806370a0823111610097578063a457c2d711610066578063a457c2d714610276578063a9059cbb146102a6578063dd62ed3e146102d6578063f2fde38b14610306576100f5565b806370a0823114610200578063715018a6146102305780638da5cb5b1461023a57806395d89b4114610258576100f5565b806323b872dd11... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
24096,
26337,
19841,
5243,
2620,
6305,
2546,
14141,
27009,
19481,
2278,
2620,
2063,
2620,
2497,
2094,
16068,
21486,
2094,
2683,
2575,
2094,
28311,
11788,
2692,
8586,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
2012,
28855,
2... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,439 | 0x01fc3e9bfc62ae9370694f968e33713f792c78cf | /**
*Submitted for verification at Etherscan.io on 2020-12-26
*/
pragma solidity >=0.6.8 <0.8.0;
contract Ownable {
address private _owner;
constructor() internal {
_owner = msg.sender;
}
function owner() public view returns (address) {
return _owner;
}
modifier onlyOwner(... | 0x608060405234801561001057600080fd5b506004361061009e5760003560e01c80638da5cb5b116100665780638da5cb5b146101d5578063bed9d8611461021f578063c9d27afe14610229578063ca32d5c614610263578063f2fde38b146102815761009e565b80630d2d76a2146100a357806328449c3a146100ad5780634cdae843146100b757806367a09c231461014f578063752d49a11461019d575b... | {"success": true, "error": null, "results": {"detectors": [{"check": "unchecked-transfer", "impact": "High", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'unchecked-transfer', 'impact': 'High', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
24096,
11329,
2509,
2063,
2683,
29292,
2278,
2575,
2475,
6679,
2683,
24434,
2692,
2575,
2683,
2549,
2546,
2683,
2575,
2620,
2063,
22394,
2581,
17134,
2546,
2581,
2683,
2475,
2278,
2581,
2620,
2278,
2546,
1013,
1008,
1008,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,440 | 0x01Fcb5Bc16e8d945bA276DCCFeE068231DA4cE33 | // File: @openzeppelin/contracts/math/Math.sol
pragma solidity ^0.5.0;
/**
* @dev Standard math utilities missing in the Solidity language.
*/
library Math {
/**
* @dev Returns the largest of two numbers.
*/
function max(uint256 a, uint256 b) internal pure returns (uint256) {
return a >= b... | 0x608060405234801561001057600080fd5b50600436106102955760003560e01c80638e39520c11610167578063bfd131f1116100ce578063eb5594d811610087578063eb5594d814610591578063edc9af9514610599578063f03312ff146105a1578063f6a8d50a146105be578063f77c4791146105fa578063fbfa77cf1461060257610295565b8063bfd131f114610528578063c2a2a07b146105305780... | {"success": true, "error": null, "results": {"detectors": [{"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
24096,
11329,
2497,
2629,
9818,
16048,
2063,
2620,
2094,
2683,
19961,
3676,
22907,
2575,
16409,
2278,
7959,
2063,
2692,
2575,
2620,
21926,
2487,
2850,
2549,
3401,
22394,
1013,
1013,
5371,
1024,
1030,
2330,
4371,
27877,
2378... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,441 | 0x01fd49a2042e962eb9b4f7fa1efaa8eac4cefeed | pragma solidity 0.4.25;
/**
*
* Finplether is a financial hedging instrument to mitigate any cryptocurrency risks.
* Finplether operates at the unique Ethereum Smart Contract.
* Finplether are assets that can be traded, or they can also be seen as packages of capital
* that may be traded. Most types of financial instr... | 0x6080604052600436106101275763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166306127a11811461018657806315aa6833146101db5780631686531a146101fc578063399ae7241461022d5780633d7ac9f81461025157806362d2c55514610278578063653c31741461028d57806373ad468a146102a2578063900334b1146102b757806390b0636f14... | {"success": true, "error": null, "results": {"detectors": [{"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "unchecked-send", "impact": "Medium", "confidence": "Medium"}, {"check": "constant-function-as... | true | null | {'detectors': [{'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'unchecked-send', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'constant-function-asm', 'impact': 'Medium', 'confidence': 'Mediu... | [
101,
1014,
2595,
24096,
2546,
2094,
26224,
2050,
11387,
20958,
2063,
2683,
2575,
2475,
15878,
2683,
2497,
2549,
2546,
2581,
7011,
2487,
12879,
11057,
2620,
5243,
2278,
2549,
3401,
7959,
2098,
10975,
8490,
2863,
5024,
3012,
1014,
1012,
1018,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,442 | 0x01fe2358cc2ca3379cb5ed11442e85881997f22c | /**
*Submitted for verification at Etherscan.io on 2021-11-11
*/
/**
*Submitted for verification at Etherscan.io on 2021-11-11
*/
/**
*Submitted for verification at Etherscan.io on 2021-11-08
*/
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
library SafeMath {
/**
* @dev Returns the addition ... | 0x6080604052600436106102255760003560e01c80638462151c11610123578063c87b56dd116100ab578063e75722301161006f578063e757223014610653578063e985e9c514610673578063f2fde38b146106bc578063f83fe734146106dc578063fa62884c146106fc57600080fd5b8063c87b56dd146105df578063cd3293de146105ff578063d031370b14610615578063d5abeb0114610635578063e0... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
24096,
7959,
21926,
27814,
9468,
2475,
3540,
22394,
2581,
2683,
27421,
2629,
2098,
14526,
22932,
2475,
2063,
27531,
2620,
2620,
16147,
2683,
2581,
2546,
19317,
2278,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
2012,
28855,
2... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,443 | 0x01FEEA29da5Ae41B0b5F6b10b93EE34752eF80d7 | /**
*Submitted for verification at Etherscan.io on 2021-03-14
*/
// File: contracts/lib/InitializableOwnable.sol
/*
Copyright 2020 DODO ZOO.
SPDX-License-Identifier: Apache-2.0
*/
pragma solidity 0.6.9;
pragma experimental ABIEncoderV2;
/**
* @title Ownable
* @author DODO Breeder
*
* @notice Ownershi... | 0x608060405234801561001057600080fd5b50600436106102695760003560e01c80637d72150411610151578063d4b97046116100c3578063ee27c68911610087578063ee27c689146104e1578063f6b06e70146104e9578063f811d692146104f1578063fd1ed7e9146104f9578063fe24cb7f14610514578063fff6cae91461051c57610269565b8063d4b9704614610498578063d505accf146104a05780... | {"success": true, "error": null, "results": {"detectors": [{"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}, {"check": "uninitialized-loca... | true | null | {'detectors': [{'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'uninitialized-local', 'impact': 'Medium', 'confidence': 'Mediu... | [
101,
1014,
2595,
24096,
7959,
5243,
24594,
2850,
2629,
6679,
23632,
2497,
2692,
2497,
2629,
2546,
2575,
2497,
10790,
2497,
2683,
2509,
4402,
22022,
23352,
2475,
12879,
17914,
2094,
2581,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
2012,
2885... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,444 | 0x01ff97dBc7432e4D3b036Eb1962dB20e76C9Bafd | /**
/\ /\
/ \---._
/ / ` `\
\ \ `'<@)@)
/` ~ ~._
/ ... | 0x6080604052600436106101d05760003560e01c806374010ece116100f7578063a2a957bb11610095578063c492f04611610064578063c492f04614610553578063dd62ed3e14610573578063ea1644d5146105b9578063f2fde38b146105d957600080fd5b8063a2a957bb146104ce578063a9059cbb146104ee578063bfd792841461050e578063c3c8cd801461053e57600080fd5b80638da5cb5b116100... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'reentrancy-eth', 'impact': 'High', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
24096,
4246,
2683,
2581,
18939,
2278,
2581,
23777,
2475,
2063,
2549,
2094,
2509,
2497,
2692,
21619,
15878,
16147,
2575,
2475,
18939,
11387,
2063,
2581,
2575,
2278,
2683,
3676,
2546,
2094,
1013,
1008,
1008,
1013,
1032,
1013,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,445 | 0x01ffb51da9bf237fc6ddb7940dd7edc859dbfe82 | /**
*Submitted for verification at Etherscan.io on 2021-10-13
*/
// Sources flattened with hardhat v2.5.0 https://hardhat.org
// File @openzeppelin/contracts/token/ERC20/[email protected]
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
/**
* @dev Interface of the ERC20 standard as defined in the EIP.
*/... | 0x608060405234801561001057600080fd5b50600436106100df5760003560e01c8063acfbd20e1161008c578063c4d66de811610066578063c4d66de8146102a3578063c65a4eed146102b6578063d6dad060146102c9578063e591890a146102dc57600080fd5b8063acfbd20e146101b8578063ad68ebf714610236578063c3f909d41461024957600080fd5b806360d26e79116100bd57806360d26e7914... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "arbitrary-send", "impact": "High", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'arbitrary-send', 'impact': 'High', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
24096,
4246,
2497,
22203,
2850,
2683,
29292,
21926,
2581,
11329,
2575,
14141,
2497,
2581,
2683,
12740,
14141,
2581,
2098,
2278,
27531,
2683,
18939,
7959,
2620,
2475,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
2012,
28855,
2... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,446 | 0x01ffb915e7f65071db270d89a5cf5eb42000932f | /**
*Submitted for verification at Etherscan.io on 2021-12-17
*/
/**
Adidas Inu
t.me/AdidasInuToken
*/
pragma solidity ^0.8.6;
// SPDX-License-Identifier: UNLICENSED
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
return msg.sender;
}
}
interface IERC20 ... | 0x6080604052600436106101185760003560e01c806370a08231116100a0578063a9059cbb11610064578063a9059cbb1461031e578063c3c8cd801461033e578063c9567bf914610353578063dbe8272c14610368578063dd62ed3e1461038857600080fd5b806370a0823114610272578063715018a6146102925780638da5cb5b146102a757806395d89b41146102cf578063961ac01b146102fe57600080... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'reentrancy-eth', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
24096,
4246,
2497,
2683,
16068,
2063,
2581,
2546,
26187,
2692,
2581,
2487,
18939,
22907,
2692,
2094,
2620,
2683,
2050,
2629,
2278,
2546,
2629,
15878,
20958,
8889,
2692,
2683,
16703,
2546,
1013,
1008,
1008,
1008,
7864,
2005,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,447 | 0x0201A5391fE32720FC489745FB5E2345d51644F4 | /**
*Submitted for verification at Etherscan.io on 2021-07-07
*/
// SPDX-License-Identifier: Unlicensed
pragma solidity ^0.6.12;
abstract contract Context {
function _msgSender() internal view virtual returns (address payable) {
return msg.sender;
}
function _msgData() intern... | 0x6080604052600436106102345760003560e01c8063715018a61161012e578063cba0e996116100ab578063f2cc0c181161006f578063f2cc0c1814610c8f578063f2fde38b14610ce0578063f429389014610d31578063f815a84214610d48578063f84354f114610d735761023b565b8063cba0e99614610ada578063d047e4b714610b41578063dd46706414610b92578063dd62ed3e14610bcd578063e0... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}, {"check": "arbitrary-send", "impact": "High", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'reentrancy-eth', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'arbitrary-send', 'impact': 'High', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
2692,
11387,
2487,
2050,
22275,
2683,
2487,
7959,
16703,
2581,
11387,
11329,
18139,
2683,
2581,
19961,
26337,
2629,
2063,
21926,
19961,
2094,
22203,
21084,
2549,
2546,
2549,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
2012,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,448 | 0x020336E6FD4275fe67Cbc0f38407fbA296cB53BB | /**
*Submitted for verification at Etherscan.io on 2022-02-17
*/
// File: contracts/How.sol
/*
HOW - ERC 20 Token
https://t.me/HowToken
This, That, This and That, HOW?
*/
// SPDX-License-Identifier: Unlicensed
pragma solidity ^0.8.9;
interface IERC20 {
function totalSupply() external view ... | 0x6080604052600436106102b25760003560e01c80635d098b3811610175578063a457c2d7116100dc578063d12a768811610095578063dd62ed3e1161006f578063dd62ed3e1461088e578063e8c4c43c146108d4578063ea2f0b37146108e9578063f2fde38b1461090957600080fd5b8063d12a768814610838578063d4a3883f1461084e578063dd4670641461086e57600080fd5b8063a457c2d7146107... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}, {"check": "unchecked-transfer", "impact": "High", "confidence": "Medium"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'reentrancy-eth', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'unchecked-transfer', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
2692,
11387,
22394,
2575,
2063,
2575,
2546,
2094,
20958,
23352,
7959,
2575,
2581,
27421,
2278,
2692,
2546,
22025,
12740,
2581,
26337,
2050,
24594,
2575,
27421,
22275,
10322,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
2012,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,449 | 0x02048d70104baa4f6f267681a1a18161a570fc85 | pragma solidity 0.5.12;
interface IERC20 {
function totalSupply() external view returns (uint256);
function balanceOf(address who) external view returns (uint256);
function allowance(address owner, address spender) external view returns (uint256);
function transfer(address to, uint256 value) external returns (... | 0x608060405234801561001057600080fd5b50600436106100cf5760003560e01c8063395093511161008c578063a457c2d711610066578063a457c2d714610281578063a9059cbb146102ad578063b2bdfa7b146102d9578063dd62ed3e146102fd576100cf565b8063395093511461022757806370a082311461025357806395d89b4114610279576100cf565b806306fdde03146100d4578063095ea7b314... | {"success": true, "error": null, "results": {"detectors": [{"check": "locked-ether", "impact": "Medium", "confidence": "High"}]}} | true | null | {'detectors': [{'check': 'locked-ether', 'impact': 'Medium', 'confidence': 'High'}]} | [
101,
1014,
2595,
2692,
11387,
18139,
2094,
19841,
10790,
2549,
3676,
2050,
2549,
2546,
2575,
2546,
23833,
2581,
2575,
2620,
2487,
27717,
27717,
2620,
16048,
2487,
2050,
28311,
2692,
11329,
27531,
10975,
8490,
2863,
5024,
3012,
1014,
1012,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,450 | 0x0204a6bbb1946c1174f4bb5e5f823b341afef5f6 | /**
*Submitted for verification at Etherscan.io on 2021-06-20
*/
/*
Welcome to $FatherShib
I'm doing a social experiment and thanks for joining me:
This is a community token. So there is no official group.
If someone wants to create one to communicate, do your publicity in other groups, and then esta... | 0x6080604052600436106102345760003560e01c8063782d6fe11161012e578063bed99850116100ab578063ee20e7841161006f578063ee20e78414610e14578063f1127ed814610e65578063f2fde38b14610ee7578063f607f2b414610f38578063fccc281314610f775761023b565b8063bed9985014610c3c578063c3cda52014610c6b578063c7f59a6714610cf1578063d837df0514610d4e578063dd... | {"success": true, "error": null, "results": {"detectors": [{"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "tautology", "impact": "Medium", "confidence": "High"}, {"check": "arbitrary-send", "impact": "High", "confidence": "Medium"}, {"check": "incorrect-equality", "impact": "... | true | null | {'detectors': [{'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'tautology', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'arbitrary-send', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'r... | [
101,
1014,
2595,
2692,
11387,
2549,
2050,
2575,
10322,
2497,
16147,
21472,
2278,
14526,
2581,
2549,
2546,
2549,
10322,
2629,
2063,
2629,
2546,
2620,
21926,
2497,
22022,
2487,
10354,
12879,
2629,
2546,
2575,
1013,
1008,
1008,
1008,
7864,
200... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,451 | 0x0204E8fDE421BfcEB9316CfD514822b66cb11f81 | /**
*Submitted for verification at Etherscan.io on 2021-06-25
*/
// SPDX-License-Identifier: MIT
// File: @openzeppelin/contracts/token/ERC20/IERC20.sol
pragma solidity ^0.8.0;
/**
* @dev Interface of the ERC20 standard as defined in the EIP.
*/
interface IERC20 {
/**
* @dev Returns the amount of toke... | 0x608060405234801561001057600080fd5b50600436106100a95760003560e01c80633950935111610071578063395093511461014557806370a082311461015857806395d89b4114610181578063a457c2d714610189578063a9059cbb1461019c578063dd62ed3e146101af57600080fd5b806306fdde03146100ae578063095ea7b3146100cc57806318160ddd146100ef57806323b872dd146101015780... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
2692,
11387,
2549,
2063,
2620,
2546,
3207,
20958,
2487,
29292,
3401,
2497,
2683,
21486,
2575,
2278,
2546,
2094,
22203,
18139,
19317,
2497,
28756,
27421,
14526,
2546,
2620,
2487,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
20... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,452 | 0x0205ae93e18aa23d31e3df53899547b986e419c5 | /**
*Submitted for verification at Etherscan.io on 2021-02-02
*/
// SPDX-License-Identifier: MIT
pragma solidity ^0.7.5;
library Address {
/**
* @dev Returns true if `account` is a contract.
*
* [IMPORTANT]
* ====
* It is unsafe to assume that an address for which this function returns
... | 0x608060405234801561001057600080fd5b506004361061007d5760003560e01c80635f6556e91161005b5780635f6556e9146101605780636c775dac14610168578063b61d27f6146101c1578063f3fef3a3146102c55761007d565b806310d1e85c1461008257806319008bc71461010e578063562ea0e714610158575b600080fd5b61010c6004803603608081101561009857600080fd5b6001600160a0... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
2692,
11387,
2629,
6679,
2683,
2509,
2063,
15136,
11057,
21926,
2094,
21486,
2063,
29097,
2546,
22275,
2620,
2683,
2683,
27009,
2581,
2497,
2683,
20842,
2063,
23632,
2683,
2278,
2629,
1013,
1008,
1008,
1008,
7864,
2005,
226... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,453 | 0x020713e9d9150720c1a507205db0495423ae3eb5 | pragma solidity ^0.4.18;
interface token {
function transfer(address receiver, uint amount);
}
contract Crowdsale {
address public beneficiary;
uint public fundingGoal;
uint public amountRaised;
uint public deadline;
uint public price;
token public tokenReward;
mapping(addre... | 0x6060604052600436106100825763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166329dcb0cf81146101dd57806338af3eed146102025780636e66f6e91461023157806370a08231146102445780637a3a0e84146102635780637b3e5e7b14610276578063a035b1fe14610289575b600754600090610100900460ff161561009a57600080fd5b50600160... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}, {"check": "unchecked-send", "impact": "Medium", "confidence": "Medium"}, {"check": "erc20-interface", "impact": "Medium", "confidence": "High"}]}} | true | null | {'detectors': [{'check': 'reentrancy-eth', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'unchecked-send', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'erc20-interface', 'impact': 'Medium', 'confidence': 'High'}]} | [
101,
1014,
2595,
2692,
11387,
2581,
17134,
2063,
2683,
2094,
2683,
16068,
2692,
2581,
11387,
2278,
2487,
2050,
12376,
2581,
11387,
2629,
18939,
2692,
26224,
27009,
21926,
6679,
2509,
15878,
2629,
10975,
8490,
2863,
5024,
3012,
1034,
1014,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,454 | 0x0207e00ffdf429e28b0089f7e77ad28e36f00143 | /**
*Submitted for verification at Etherscan.io on 2022-03-03
*/
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.4;
abstract contract Context {
function _msgSender() internal view virtual returns (address payable) {
return payable(msg.sender);
}
function _msgData() internal view virtual ret... | 0x6080604052600436106103e85760003560e01c806370a0823111610208578063a457c2d711610118578063cbdf6d50116100ab578063ea2f0b371161007a578063ea2f0b3714610b7f578063eafb5a3c14610b9f578063f259c57b14610bbf578063f2fde38b14610bdf578063ffb54a9914610bff57600080fd5b8063cbdf6d5014610aed578063d3f6a15714610b03578063dc44b6a014610b23578063dd... | {"success": true, "error": null, "results": {"detectors": [{"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "arbitrary-send", "impact": "High", "confidence": "Medium"}, {"check": "uninitialized-local", "impact": "Medium", "confidence": "Medium"}, {"check": "reentrancy-eth", "im... | true | null | {'detectors': [{'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'arbitrary-send', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'uninitialized-local', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'reentrancy-eth', 'impact': 'High', 'confidence': 'Medium'}, {'ch... | [
101,
1014,
2595,
2692,
11387,
2581,
2063,
8889,
4246,
20952,
20958,
2683,
2063,
22407,
2497,
8889,
2620,
2683,
2546,
2581,
2063,
2581,
2581,
4215,
22407,
2063,
21619,
2546,
8889,
16932,
2509,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
2012,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,455 | 0x0208ff78F781eB78b5b876ECDD6DC00Cc6974Ef3 | /**
*Submitted for verification at Etherscan.io on 2022-04-19
*/
/**
*Submitted for verification at Etherscan.io on 2022-04-18
*/
/*
Bird Call (BC)
Official Links:
Telegram:
https://t.me/BirdCallEth
*/
// SPDX-License-Identifier: Unlicensed
pragma solidity ^0.8.13;
abstract contract Context {
function _... | 0x6080604052600436106101c55760003560e01c8063715018a6116100f757806398a5c31511610095578063bfd7928411610064578063bfd7928414610526578063c3c8cd8014610556578063dd62ed3e1461056b578063ea1644d5146105b157600080fd5b806398a5c31514610496578063a2a957bb146104b6578063a9059cbb146104d6578063bdd795ef146104f657600080fd5b80638da5cb5b116100... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'reentrancy-eth', 'impact': 'High', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
2692,
11387,
2620,
4246,
2581,
2620,
2546,
2581,
2620,
2487,
15878,
2581,
2620,
2497,
2629,
2497,
2620,
2581,
2575,
8586,
14141,
2575,
16409,
8889,
9468,
2575,
2683,
2581,
2549,
12879,
2509,
1013,
1008,
1008,
1008,
7864,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,456 | 0x02090097539ef61118c7f3ad4a97cf5b44ae4a1a | /**
*Submitted for verification at Etherscan.io on 2021-11-27
*/
// SPDX-License-Identifier: Unlicensed
/**
Website: https://www.wolf.game
Discord: https://www.discord.gg/wolfgame
Twitter: https://www.twitter.com/wolfdotgame
WolfGameNFTs ($WOLF)
Total Supply: 1 trillion
Fair Launch 11/26
*/
pragma solidity ^0.8.4;
... | 0x60806040526004361061014f5760003560e01c80638da5cb5b116100b6578063c274ebee1161006f578063c274ebee146103c8578063c3c8cd80146103de578063c9567bf9146103f3578063dd62ed3e14610408578063e6aa397c1461044e578063ff8726021461046e57600080fd5b80638da5cb5b146102fc57806395d89b4114610324578063a4199e1d14610352578063a9059cbb14610368578063b5... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}, {"check": "arbitrary-send", "impact": "High", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'reentrancy-eth', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'arbitrary-send', 'impact': 'High', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
2692,
11387,
21057,
2692,
2683,
23352,
23499,
12879,
2575,
14526,
15136,
2278,
2581,
2546,
2509,
4215,
2549,
2050,
2683,
2581,
2278,
2546,
2629,
2497,
22932,
6679,
2549,
27717,
2050,
1013,
1008,
1008,
1008,
7864,
2005,
2261... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,457 | 0x020b2b2c8b515f0e7af20f2ef2f313945210e8d0 | pragma solidity ^0.4.18;
library SafeMath {
function mul(uint256 a, uint256 b) internal pure returns (uint256) {
if (a == 0) {
return 0;
}
uint256 c = a * b;
assert(c / a == b);
return c;
}
function div(uint256 a, uint256 b) internal pure returns (uint256) {
// assert(b > 0); // So... | 0x6060604052600436106100985763ffffffff7c01000000000000000000000000000000000000000000000000000000006000350416633197cbb681146100a35780634042b66f146100c85780634bb278f3146100db578063521eb273146100ee578063842a77d31461011d5780638da5cb5b1461013c578063b3f05b971461014f578063ec8ac4d814610176578063f2fde38b1461018a575b6100a1336101... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
2692,
11387,
2497,
2475,
2497,
2475,
2278,
2620,
2497,
22203,
2629,
2546,
2692,
2063,
2581,
10354,
11387,
2546,
2475,
12879,
2475,
2546,
21486,
23499,
19961,
17465,
2692,
2063,
2620,
2094,
2692,
10975,
8490,
2863,
5024,
301... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,458 | 0x020b2c546cfb5049d2b391c95ca52f590997f719 | /**
*Submitted for verification at Etherscan.io on 2021-11-10
*/
/**
*Submitted for verification at Etherscan.io on 2021-11-10
*/
/**
Could be probably nothing, or probably something? Who knows, in this bullish market
nothing is promised, something or nothing?
Telegram: https://t.me/Probablysomething
**/
// SPDX-Li... | 0x60806040526004361061010d5760003560e01c8063715018a611610095578063b515566a11610064578063b515566a14610364578063c3c8cd801461038d578063c9567bf9146103a4578063dd62ed3e146103bb578063ff872602146103f857610114565b8063715018a6146102ba5780638da5cb5b146102d157806395d89b41146102fc578063a9059cbb1461032757610114565b8063273123b7116100... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'reentrancy-eth', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
2692,
11387,
2497,
2475,
2278,
27009,
2575,
2278,
26337,
12376,
26224,
2094,
2475,
2497,
23499,
2487,
2278,
2683,
2629,
3540,
25746,
2546,
28154,
2692,
2683,
2683,
2581,
2546,
2581,
16147,
1013,
1008,
1008,
1008,
7864,
2005... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,459 | 0x020bb206cd689d6981182579da490d5f4ceb4c46 | /**
*Submitted for verification at Etherscan.io on 2021-08-11
*/
// File: openzeppelin-solidity/contracts/utils/introspection/IERC165.sol
pragma solidity ^0.8.0;
/**
* @dev Interface of the ERC165 standard, as defined in the
* https://eips.ethereum.org/EIPS/eip-165[EIP].
*
* Implementers can declare support of ... | 0x60806040526004361061021a5760003560e01c806355f804b3116101235780639a936509116100ab578063d031370b1161006f578063d031370b146107d8578063dd5e75a214610801578063e985e9c51461082a578063f2fde38b14610867578063f47c84c5146108905761021a565b80639a936509146106f5578063a22cb46514610720578063afa5547214610749578063b88d4fde14610772578063c8... | {"success": true, "error": null, "results": {"detectors": [{"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
2692,
11387,
10322,
11387,
2575,
19797,
2575,
2620,
2683,
2094,
2575,
2683,
2620,
14526,
2620,
17788,
2581,
2683,
2850,
26224,
2692,
2094,
2629,
2546,
2549,
3401,
2497,
2549,
2278,
21472,
1013,
1008,
1008,
1008,
7864,
2005,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,460 | 0x020C710646e23AB868dbE5B88004892797fE4eFb | pragma solidity ^0.4.24;
// ----------------------------------------------------------------------------
// Ownership functionality for authorization controls and user permissions
// ----------------------------------------------------------------------------
contract Owned {
address public owner;
address publ... | 0x60806040526004361061013d5763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166306fdde038114610142578063095ea7b3146101cc57806318160ddd1461020457806323b872dd1461022b57806327e235e314610255578063313ce567146102765780633eaaf86b146102a15780633f4ba83a146102b657806340c10f19146102cd57806342966c6814... | {"success": true, "error": null, "results": {"detectors": [{"check": "locked-ether", "impact": "Medium", "confidence": "High"}]}} | true | null | {'detectors': [{'check': 'locked-ether', 'impact': 'Medium', 'confidence': 'High'}]} | [
101,
1014,
2595,
2692,
11387,
2278,
2581,
10790,
21084,
2575,
2063,
21926,
7875,
20842,
2620,
18939,
2063,
2629,
2497,
2620,
17914,
2692,
18139,
2683,
22907,
2683,
2581,
7959,
2549,
12879,
2497,
10975,
8490,
2863,
5024,
3012,
1034,
1014,
10... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,461 | 0x020d15307b4bb49e6f3505adc7b6e2d4eff49fd5 | /**
*Submitted for verification at Etherscan.io on 2021-10-09
*/
pragma solidity ^0.8.3;
// SPDX-License-Identifier: Unlicensed
/**
* @dev Interface of the ERC20 standard as defined in the EIP.
*/
interface IERC20 {
/**
* @dev Returns the amount of tokens in existence.
*/
function totalSupply() ext... | 0x6080604052600436106102555760003560e01c806370a0823111610139578063a3864430116100b6578063cba851b31161007a578063cba851b3146108fd578063d54994db14610928578063dab522a814610951578063dd62ed3e1461097a578063ea2f0b37146109b7578063f2fde38b146109e05761025c565b8063a386443014610802578063a457c2d71461082d578063a9059cbb1461086a578063bc... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}, {"check": "arbitrary-send", "impact": "High", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'reentrancy-eth', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'arbitrary-send', 'impact': 'High', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
2692,
11387,
2094,
16068,
14142,
2581,
2497,
2549,
10322,
26224,
2063,
2575,
2546,
19481,
2692,
2629,
4215,
2278,
2581,
2497,
2575,
2063,
2475,
2094,
2549,
12879,
2546,
26224,
2546,
2094,
2629,
1013,
1008,
1008,
1008,
7864,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,462 | 0x020da05d2d6ed505294717c1fe3a4430c07aca77 | /**
*Submitted for verification at Etherscan.io on 2021-10-10
*/
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.9;
interface AggregatorV3Interface {
function decimals()
external
view
returns (
uint8
);
function description()
external
view
returns (
string memory
... | 0x60806040526004361061016a5760003560e01c80638da5cb5b116100d1578063beebd35a1161008a578063d013cbe211610064578063d013cbe214610545578063e0a73a9314610558578063ef97f9e614610572578063f2fde38b1461059257600080fd5b8063beebd35a146104d0578063c8198b36146104f5578063c9028aff1461052557600080fd5b80638da5cb5b146103bb5780638e15f473146103... | {"success": true, "error": null, "results": {"detectors": [{"check": "uninitialized-state", "impact": "High", "confidence": "High"}]}} | true | null | {'detectors': [{'check': 'uninitialized-state', 'impact': 'High', 'confidence': 'High'}]} | [
101,
1014,
2595,
2692,
11387,
2850,
2692,
2629,
2094,
2475,
2094,
2575,
2098,
12376,
25746,
2683,
22610,
16576,
2278,
2487,
7959,
2509,
2050,
22932,
14142,
2278,
2692,
2581,
19629,
2581,
2581,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
2012... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,463 | 0x020de21de51bfdac9e83d9307c35db1d23da2143 | /**
*Submitted for verification at Etherscan.io on 2021-11-21
*/
pragma solidity ^0.6.12;
interface IERC20 {
function totalSupply() external view returns (uint256);
function balanceOf(address account) external view returns (uint256);
function transfer(address recipient, uint256 amount) external re... | 0x608060405234801561001057600080fd5b50600436106100a95760003560e01c806370a082311161007157806370a0823114610258578063715018a6146102b05780638da5cb5b146102ba57806395d89b41146102ee578063a9059cbb14610371578063dd62ed3e146103d5576100a9565b806306fdde03146100ae578063095ea7b31461013157806318160ddd1461019557806323b872dd146101b35780... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
2692,
11387,
3207,
17465,
3207,
22203,
29292,
2850,
2278,
2683,
2063,
2620,
29097,
2683,
14142,
2581,
2278,
19481,
18939,
2487,
2094,
21926,
2850,
17465,
23777,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
2012,
28855,
29378,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,464 | 0x020fFCAEa7c11381A82a680f3144Ce753A83CA1e | /**
*Submitted for verification at Etherscan.io on 2021-07-07
*/
// SPDX-License-Identifier: MIT
// File: @openzeppelin/contracts/token/ERC20/IERC20.sol
pragma solidity ^0.8.0;
/**
* @dev Interface of the ERC20 standard as defined in the EIP.
*/
interface IERC20 {
/**
* @dev Returns the amount of toke... | 0x608060405234801561001057600080fd5b50600436106100a95760003560e01c80633950935111610071578063395093511461014557806370a082311461015857806395d89b4114610181578063a457c2d714610189578063a9059cbb1461019c578063dd62ed3e146101af57600080fd5b806306fdde03146100ae578063095ea7b3146100cc57806318160ddd146100ef57806323b872dd146101015780... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
2692,
11387,
4246,
3540,
5243,
2581,
2278,
14526,
22025,
2487,
2050,
2620,
2475,
2050,
2575,
17914,
2546,
21486,
22932,
3401,
23352,
2509,
2050,
2620,
2509,
3540,
2487,
2063,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
2012,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,465 | 0x02108e121ad72e76807dfd6cb04dfbded6ec63fe | /**
*Submitted for verification at Etherscan.io on 2021-04-15
*/
// SPDX-License-Identifier: none
pragma solidity ^0.8.0;
interface IToken {
function mint(address to, uint amount) external;
function burn(address owner, uint amount) external;
function transferOwnership(address _newOwner) external;
function b... | 0x60806040526004361061004e5760003560e01c806312065fe01461005a57806357d1b31b146100855780638da5cb5b146100ae578063f2fde38b146100d9578063f3fef3a31461010257610055565b3661005557005b600080fd5b34801561006657600080fd5b5061006f61011e565b60405161007c91906106a4565b60405180910390f35b34801561009157600080fd5b506100ac600480360381019061... | {"success": true, "error": null, "results": {"detectors": [{"check": "unchecked-transfer", "impact": "High", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'unchecked-transfer', 'impact': 'High', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
2692,
17465,
2692,
2620,
2063,
12521,
2487,
4215,
2581,
2475,
2063,
2581,
2575,
17914,
2581,
20952,
2094,
2575,
27421,
2692,
2549,
20952,
2497,
5732,
2575,
8586,
2575,
2509,
7959,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,466 | 0x021163630d1d6fb86178c62c12c90e438a7b46b0 | /**
*Submitted for verification at Etherscan.io on 2022-04-19
*/
// https://t.me/EAGLEKINGTOKEN
// SPDX-License-Identifier: Unlicensed
pragma solidity 0.8.9;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
return msg.sender;
}
function _msgData() i... | 0x6080604052600436106103855760003560e01c806392136913116101d1578063b62496f511610102578063d85ba063116100a0578063f11a24d31161006f578063f11a24d314610a4c578063f2fde38b14610a62578063f637434214610a82578063f8b45b0514610a9857600080fd5b8063d85ba063146109c5578063dd62ed3e146109db578063e2f4560514610a21578063e884f26014610a3757600080... | {"success": true, "error": null, "results": {"detectors": [{"check": "tx-origin", "impact": "Medium", "confidence": "Medium"}, {"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "reentrancy-eth", "impact"... | true | null | {'detectors': [{'check': 'tx-origin', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'reentrancy-eth', 'impact': 'High', 'confidence': 'Medium'}, {'check':... | [
101,
1014,
2595,
2692,
17465,
16048,
21619,
14142,
2094,
2487,
2094,
2575,
26337,
20842,
16576,
2620,
2278,
2575,
2475,
2278,
12521,
2278,
21057,
2063,
23777,
2620,
2050,
2581,
2497,
21472,
2497,
2692,
1013,
1008,
1008,
1008,
7864,
2005,
22... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,467 | 0x021258339f1aa64416bbe7b517ddb64ec2bfec18 | /**
*Submitted for verification at Etherscan.io on 2022-01-24
*/
// SPDX-License-Identifier: MIT
// File: @openzeppelin/contracts/utils/Context.sol
pragma solidity ^0.8.0;
/*
* @dev Provides information about the current execution context, including the
* sender of the transaction and its data. While these are g... | 0x6080604052600436106101405760003560e01c80636352211e116100b657806399288dbb1161006f57806399288dbb1461033f578063a22cb46514610354578063b88d4fde14610374578063c87b56dd14610394578063e985e9c5146103b4578063f2fde38b146103d457610140565b80636352211e146102ab57806370a08231146102cb578063715018a6146102eb5780637d8966e4146103005780638d... | {"success": true, "error": null, "results": {"detectors": [{"check": "unused-return", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
2692,
17465,
17788,
2620,
22394,
2683,
2546,
2487,
11057,
21084,
23632,
2575,
19473,
2581,
2497,
22203,
2581,
14141,
2497,
21084,
8586,
2475,
29292,
8586,
15136,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
2012,
28855,
29378,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,468 | 0x0212aa97cb0293516548f5a80aa3f51bebd131e0 | /**
*Submitted for verification at Etherscan.io on 2020-12-13
*/
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.0;
/*
* @dev Provides information about the current execution context, including the
* sender of the transaction and its data. While these are generally available
* via msg.sender and msg.data, t... | 0x608060405234801561001057600080fd5b506004361061010b5760003560e01c806365216a41116100a2578063a457c2d711610071578063a457c2d71461060c578063a9059cbb14610672578063d4f26c51146106d8578063dd62ed3e1461071c578063f19e75d4146107945761010b565b806365216a41146103a35780636e881a96146104ef57806370a082311461053157806395d89b41146105895761... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
2692,
17465,
2475,
11057,
2683,
2581,
27421,
2692,
24594,
19481,
16048,
27009,
2620,
2546,
2629,
2050,
17914,
11057,
2509,
2546,
22203,
4783,
2497,
2094,
17134,
2487,
2063,
2692,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
2... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,469 | 0x021320e8ab2a49d070f50857599f7ba0b1558671 | /**
*Submitted for verification at Etherscan.io on 2021-07-02
*/
pragma solidity ^0.6.12;
pragma experimental ABIEncoderV2;
// SPDX-License-Identifier: MIT
interface IERC20 {
function symbol() external view returns (string memory);
function name() external view returns (string memory);
function decimals() ex... | 0x608060405234801561001057600080fd5b50600436106100885760003560e01c8063718bd4641161005b578063718bd464146100e35780637b51786c146100f65780638da5cb5b14610116578063f2fde38b1461012b57610088565b8063295ce9b51461008d5780635fe4fa69146100b357806367647e43146100c8578063715018a6146100db575b600080fd5b61009561013e565b6040516100aa999897... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
2692,
17465,
16703,
2692,
2063,
2620,
7875,
2475,
2050,
26224,
2094,
2692,
19841,
2546,
12376,
27531,
23352,
2683,
2683,
2546,
2581,
3676,
2692,
2497,
16068,
27814,
2575,
2581,
2487,
1013,
1008,
1008,
1008,
7864,
2005,
2261... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,470 | 0x0213a47b7acd014e3927bf4120a0dbaa3fd50734 | /**
*Submitted for verification at Etherscan.io on 2021-06-05
*/
pragma solidity ^0.4.23;
contract KuraeToken {
mapping (address => uint256) public balanceOf;
address public owner = msg.sender;
string public name;
string public symbol;
uint8 public decimals;
uint256 public totalSupply;
... | 0x6080604052600436106100ba576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff16806306fdde03146100bf578063095ea7b31461014f57806318160ddd146101b457806323b872dd146101df578063313ce5671461026457806342966c681461029557806370a08231146102c25780638da5cb5b1461031957806395d89b4114610370578063a0712d68... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
2692,
17465,
2509,
2050,
22610,
2497,
2581,
6305,
2094,
24096,
2549,
2063,
23499,
22907,
29292,
23632,
11387,
2050,
2692,
18939,
11057,
2509,
2546,
2094,
12376,
2581,
22022,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
2012,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,471 | 0x02141099a9f438df1c0c53d0addbcc0b2758d1aa | /**
*Submitted for verification at Etherscan.io on 2021-10-12
*/
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
/**
* @dev Interface of the ERC165 standard, as defined in the
* https://eips.ethereum.org/EIPS/eip-165[EIP].
*
* Implementers can declare support of contract interfaces, which can then be
*... | 0x608060405234801561001057600080fd5b50600436106100935760003560e01c8063715018a611610066578063715018a6146100f15780638da5cb5b146100f95780639b19251a14610101578063f2fde38b14610121578063f46eccc41461013457610093565b806328a0206d1461009857806333479773146100ad578063372c12b1146100cb5780635768f271146100de575b600080fd5b6100ab6100a6... | {"success": true, "error": null, "results": {"detectors": [{"check": "unused-return", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
2692,
17465,
23632,
2692,
2683,
2683,
2050,
2683,
2546,
23777,
2620,
20952,
2487,
2278,
2692,
2278,
22275,
2094,
2692,
4215,
18939,
9468,
2692,
2497,
22907,
27814,
2094,
2487,
11057,
1013,
1008,
1008,
1008,
7864,
2005,
2261... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,472 | 0x02145e95486060fc9e3eaa46b335fd7f13667e0d | /**
*Submitted for verification at Etherscan.io on 2022-04-03
*/
// SPDX-License-Identifier: Unlicensed
/**
░██████╗░█████╗░░█████╗░██╗░█████╗░██╗░░░░░
██╔════╝██╔══██╗██╔══██╗██║██╔══██╗██║░░░░░
╚█████╗░██║░░██║██║░░╚═╝██║███████║██║░░░░░
░╚═══██╗██║░░██║██║░░██╗██║██╔══██║██║░░░░░
... | 0x6080604052600436106103855760003560e01c80638da5cb5b116101d1578063b62496f511610102578063d85ba063116100a0578063f11a24d31161006f578063f11a24d314610a4c578063f2fde38b14610a62578063f637434214610a82578063f8b45b0514610a9857600080fd5b8063d85ba063146109c5578063dd62ed3e146109db578063e2f4560514610a21578063e884f26014610a3757600080... | {"success": true, "error": null, "results": {"detectors": [{"check": "tx-origin", "impact": "Medium", "confidence": "Medium"}, {"check": "write-after-write", "impact": "Medium", "confidence": "High"}, {"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "reentrancy-no-eth", "impact... | true | null | {'detectors': [{'check': 'tx-origin', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'write-after-write', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}, {'chec... | [
101,
1014,
2595,
2692,
17465,
19961,
2063,
2683,
27009,
20842,
2692,
16086,
11329,
2683,
2063,
2509,
5243,
2050,
21472,
2497,
22394,
2629,
2546,
2094,
2581,
2546,
17134,
28756,
2581,
2063,
2692,
2094,
1013,
1008,
1008,
1008,
7864,
2005,
226... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,473 | 0x021470fda6c83cd15068b767e1d54e82eff9aed9 | /**
*Submitted for verification at Etherscan.io on 2021-12-20
*/
/*
_ _ ______ _______ ______ __ __ ______ _ _
| \ | | ____|__ __| ____| /\ | \/ | | ____| | | |
| \| | |__ | | | |__ / \ | \ / | | |__ | | | |
| . ` | __| | | | __| / /\ \ | |\/| | | __| | | | ... | 0x6080604052600436106102515760003560e01c8063715018a611610139578063a7f93ebd116100b6578063d96a094a1161007a578063d96a094a146106b0578063e081b781146106c3578063e2efb540146106e4578063e985e9c5146106fa578063f16c3c6514610743578063f2fde38b1461075857600080fd5b8063a7f93ebd14610626578063b88d4fde1461063b578063c87b56dd1461065b578063cb... | {"success": true, "error": null, "results": {"detectors": [{"check": "unused-return", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
2692,
17465,
22610,
2692,
2546,
2850,
2575,
2278,
2620,
2509,
19797,
16068,
2692,
2575,
2620,
2497,
2581,
2575,
2581,
2063,
2487,
2094,
27009,
2063,
2620,
2475,
12879,
2546,
2683,
6679,
2094,
2683,
1013,
1008,
1008,
1008,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,474 | 0x021576770cb3729716ccfb687afdb4c6bf720cb6 | // SPDX-License-Identifier: MIT
pragma solidity ^0.6.2;
/**
* @dev Interface of the ERC20 standard as defined in the EIP.
*/
interface IERC20 {
/**
* @dev Returns the amount of tokens in existence.
*/
function totalSupply() external view returns (uint256);
/**
* @dev Returns the amount o... | 0x608060405234801561001057600080fd5b50600436106101215760003560e01c80635b16ebb7116100ad5780639dc29fac116100715780639dc29fac14610377578063a457c2d7146103a3578063a9059cbb146103cf578063dd62ed3e146103fb578063f2fde38b1461042957610121565b80635b16ebb7146102f757806370a082311461031d578063715018a6146103435780638da5cb5b1461034b5780... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
2692,
17465,
28311,
2575,
2581,
19841,
27421,
24434,
24594,
2581,
16048,
9468,
26337,
2575,
2620,
2581,
10354,
18939,
2549,
2278,
2575,
29292,
2581,
11387,
27421,
2575,
1013,
1013,
23772,
2595,
1011,
6105,
1011,
8909,
4765,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,475 | 0x0215cc1eed633665d3cd385f7a891df616ab1706 | /**
*Submitted for verification at Etherscan.io on 2021-09-24
*/
pragma solidity ^0.5.9;
pragma experimental ABIEncoderV2;
/**
* @dev Interface of the ERC20 standard as defined in the EIP. Does not include
* the optional functions; to access them see {ERC20Detailed}.
*/
interface IERC20 {
/**
* @dev Ret... | 0x608060405234801561001057600080fd5b50600436106101215760003560e01c806390478ddc116100ad578063db4f379a11610071578063db4f379a14610253578063e950f1f61461025b578063f279db4a1461026e578063f8e62c8a14610281578063fc0c546a1461029457610121565b806390478ddc146101f4578063aba5cc4e14610207578063b56effbb1461021a578063c03142261461022d5780... | {"success": true, "error": null, "results": {"detectors": [{"check": "unchecked-transfer", "impact": "High", "confidence": "Medium"}, {"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'unchecked-transfer', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
2692,
17465,
2629,
9468,
2487,
13089,
2575,
22394,
28756,
2629,
2094,
2509,
19797,
22025,
2629,
2546,
2581,
2050,
2620,
2683,
2487,
20952,
2575,
16048,
7875,
16576,
2692,
2575,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
201... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,476 | 0x02163178f5de7e55eb3f4008a153523910e9d738 | /**
*Submitted for verification at Etherscan.io on 2021-04-23
*/
/**
*Submitted for verification at Etherscan.io on 2017-09-26
*/
pragma solidity ^0.4.26;
/**
* @title SafeMath
* @dev Math operations with safety checks that throw on error
*/
library SafeMath {
function mul(uint256 a, uint256 b) internal const... | 0x6080604052600436106100a4576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff16806306fdde03146100a9578063095ea7b31461013957806318160ddd1461019e57806323b872dd146101c95780632ff2e9dc1461024e578063313ce5671461027957806370a08231146102a457806395d89b41146102fb578063a9059cbb1461038b578063dd62ed3e... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
2692,
17465,
2575,
21486,
2581,
2620,
2546,
2629,
3207,
2581,
2063,
24087,
15878,
2509,
2546,
29537,
2620,
27717,
22275,
25746,
23499,
10790,
2063,
2683,
2094,
2581,
22025,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
2012,
2... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,477 | 0x02169578b41b8f7f5f2dd0491aa2682a13196c44 | pragma solidity ^0.4.18;
// ----------------------------------------------------------------------------
// 'KILLAHY' token contract
//
// Deployed to : 0x02169578b41b8f7f5f2dd0491aa2682a13196c44 by holder 0x821ca1b7919200Ff99495466e13CA3b3135c1668
// Symbol : KILLAHY
// Name : Killahy Token
// Tot... | 0x608060405260043610610112576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff16806306fdde0314610117578063095ea7b3146101a757806318160ddd1461020c57806323b872dd14610237578063313ce567146102bc5780633eaaf86b146102ed57806370a082311461031857806379ba50971461036f5780638da5cb5b1461038657806395d89b41... | {"success": true, "error": null, "results": {"detectors": [{"check": "locked-ether", "impact": "Medium", "confidence": "High"}]}} | true | null | {'detectors': [{'check': 'locked-ether', 'impact': 'Medium', 'confidence': 'High'}]} | [
101,
1014,
2595,
2692,
17465,
2575,
2683,
28311,
2620,
2497,
23632,
2497,
2620,
2546,
2581,
2546,
2629,
2546,
2475,
14141,
2692,
26224,
2487,
11057,
23833,
2620,
2475,
27717,
21486,
2683,
2575,
2278,
22932,
10975,
8490,
2863,
5024,
3012,
10... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,478 | 0x0216a774D40296B54d95352ce5B0460343B7d199 | pragma solidity ^0.4.24;
pragma experimental "v0.5.0";
pragma experimental ABIEncoderV2;
library AddressExtension {
function isValid(address _address) internal pure returns (bool) {
return 0 != _address;
}
function isAccount(address _address) internal view returns (bool result) {
assembly {
resul... | 0x6080604052600436106101b65763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166306fdde0381146101bb578063095ea7b3146101e65780630ade71421461021357806318160ddd1461023357806319261e6f14610255578063218e68771461027757806323b872dd1461029757806324a73e5f146102b7578063313ce567146102d7578063392f37e914... | {"success": true, "error": null, "results": {"detectors": [{"check": "constant-function-asm", "impact": "Medium", "confidence": "Medium"}, {"check": "unchecked-transfer", "impact": "High", "confidence": "Medium"}, {"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "uninitialized-local... | true | null | {'detectors': [{'check': 'constant-function-asm', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'unchecked-transfer', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'uninitialized-local', 'impact': 'Medium', 'confidence': 'Medium... | [
101,
1014,
2595,
2692,
17465,
2575,
2050,
2581,
2581,
2549,
2094,
12740,
24594,
2575,
2497,
27009,
2094,
2683,
22275,
25746,
3401,
2629,
2497,
2692,
21472,
2692,
22022,
2509,
2497,
2581,
2094,
16147,
2683,
10975,
8490,
2863,
5024,
3012,
103... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,479 | 0x0218c4e3aad7ecf71ccc5d5aaa43c02245f45ccd | /**
*Submitted for verification at Etherscan.io on 2019-07-11
*/
pragma solidity ^0.5.0;
interface IERC20 {
function totalSupply() external view returns (uint256);
function balanceOf(address who) external view returns (uint256);
function allowance(address owner, address spender) external view returns (uint256... | 0x6080604052600436106100d0576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff16806306fdde03146100d5578063095ea7b31461016557806318160ddd146101d85780631e89d5451461020357806323b872dd1461035c578063313ce567146103ef578063395093511461042057806342966c681461049357806370a08231146104ce57806379cc6790... | {"success": true, "error": null, "results": {"detectors": [{"check": "locked-ether", "impact": "Medium", "confidence": "High"}]}} | true | null | {'detectors': [{'check': 'locked-ether', 'impact': 'Medium', 'confidence': 'High'}]} | [
101,
1014,
2595,
2692,
17465,
2620,
2278,
2549,
2063,
2509,
11057,
2094,
2581,
8586,
2546,
2581,
2487,
9468,
2278,
2629,
2094,
2629,
11057,
2050,
23777,
2278,
2692,
19317,
19961,
2546,
19961,
9468,
2094,
1013,
1008,
1008,
1008,
7864,
2005,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,480 | 0x021966210719fb00b45528814e185980b97881ee | /**
*Submitted for verification at Etherscan.io on 2021-05-31
*/
// SPDX-License-Identifier: none
pragma solidity ^0.8.0;
interface IERC20 {
function totalSupply() external view returns (uint256);
function balanceOf(address account) external view returns (uint256);
function transfer(address recipient,... | 0x608060405234801561001057600080fd5b50600436106101e55760003560e01c80637028e2cd1161010f578063981b24d0116100a2578063d505accf11610071578063d505accf146103b1578063d547741f146103c4578063dd62ed3e146103d7578063e63ab1e9146103ea576101e5565b8063981b24d014610370578063a217fddf14610383578063a457c2d71461038b578063a9059cbb1461039e5761... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
2692,
17465,
2683,
28756,
17465,
2692,
2581,
16147,
26337,
8889,
2497,
19961,
25746,
2620,
2620,
16932,
2063,
15136,
28154,
17914,
2497,
2683,
2581,
2620,
2620,
2487,
4402,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
2012,
2... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,481 | 0x021ae70bdea09eb2688c1def7af0ec37f431299b | // ____ _ _ _ _____ _
// / ___| __ _| | __ _ ___| |_(_) ___ | ___(_)_ __ __ _ _ __ ___ ___
// | | _ / _` | |/ _` |/ __| __| |/ __| | |_ | | '_ \ / _` | '_ \ / __/ _ \
// | |_| | (_| | | (_| | (__| |_| | (__ _| _| | | | | | (_| | | | | (_| __/
... | 0x608060405234801561001057600080fd5b50600436106101725760003560e01c80638da58897116100de578063bfd9041b11610097578063df136d6511610071578063df136d651461031a578063e9fad8ee14610322578063ebe2b12b1461032a578063f2fde38b1461033257610172565b8063bfd9041b14610302578063c8f33c911461030a578063cd3daf9d1461031257610172565b80638da5889714... | {"success": true, "error": null, "results": {"detectors": [{"check": "tx-origin", "impact": "Medium", "confidence": "Medium"}, {"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'tx-origin', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
2692,
17465,
6679,
19841,
2497,
3207,
2050,
2692,
2683,
15878,
23833,
2620,
2620,
2278,
2487,
3207,
2546,
2581,
10354,
2692,
8586,
24434,
2546,
23777,
12521,
2683,
2683,
2497,
1013,
1013,
1035,
1035,
1035,
1035,
1035,
1035,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,482 | 0x021C210377BBaA49D14B06F8b9Cfb7252b0AB142 | /**
*Submitted for verification at Etherscan.io on 2022-04-11
*/
/**
*Submitted for verification at Etherscan.io on 2022-04-11
*/
/**
Welcome to the Gambler's Ponzi.
Rules are simple at each ATH the buying tax will be reduced by 2% and the selling tax increased by 2%
Original tax : 15% for both
Have fun !
http... | 0x6080604052600436106102345760003560e01c80638095d5641161012e578063a9059cbb116100ab578063c876d0b91161006f578063c876d0b914610856578063d257b34f14610881578063dd62ed3e146108be578063e884f260146108fb578063f2fde38b146109265761023b565b8063a9059cbb14610761578063aacebbe31461079e578063b62496f5146107c7578063c024666814610804578063c1... | {"success": true, "error": null, "results": {"detectors": [{"check": "tx-origin", "impact": "Medium", "confidence": "Medium"}, {"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "reentrancy-eth", "impact"... | true | null | {'detectors': [{'check': 'tx-origin', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'reentrancy-eth', 'impact': 'High', 'confidence': 'Medium'}, {'check':... | [
101,
1014,
2595,
2692,
17465,
2278,
17465,
2692,
24434,
2581,
22414,
2050,
26224,
2094,
16932,
2497,
2692,
2575,
2546,
2620,
2497,
2683,
2278,
26337,
2581,
17788,
2475,
2497,
2692,
7875,
16932,
2475,
1013,
1008,
1008,
1008,
7864,
2005,
2261... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,483 | 0x021e716693dfaca8ea162f7106e42abb8afded6a | /**
*Submitted for verification at Etherscan.io on 2021-11-22
*/
//SPDX-License-Identifier: MIT
// Telegram: t.me/asukatoken
// Built-in max buy limit of 5%, will be removed after launch (calling removeBuyLimit function)
// Built-in tax mechanism, can be removed by calling lowerTax function
pragma solidity ^0.8.9;
u... | 0x6080604052600436106101025760003560e01c806356d9dce81161009557806395d89b411161006457806395d89b41146102905780639e752b95146102be578063a9059cbb146102de578063dd62ed3e146102fe578063f42938901461034457600080fd5b806356d9dce81461021e57806370a0823114610233578063715018a6146102535780638da5cb5b1461026857600080fd5b8063293230b8116100... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}, {"check": "tautology", "impact": "Medium", "confidence": "High"}, {"check": "arbitrary-send", "impact": "High", "confi... | true | null | {'detectors': [{'check': 'reentrancy-eth', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'tautology', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'arbitrary-send', 'impact': 'High', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
2692,
17465,
2063,
2581,
16048,
2575,
2683,
29097,
7011,
3540,
2620,
5243,
16048,
2475,
2546,
2581,
10790,
2575,
2063,
20958,
7875,
2497,
2620,
10354,
5732,
2575,
2050,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
2012,
28855... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,484 | 0x021f6101ce0d4ba7947063b56cc878e92d16a6be | /**
*Submitted for verification at Etherscan.io on 2021-10-28
*/
// SPDX-License-Identifier: MIT
// Amended by HashLips
/**
!Disclaimer!
These contracts have been used to create tutorials,
and was created for the purpose to teach people
how to create smart contracts on the blockchain.
please revi... | 0x60806040526004361061020f5760003560e01c80635c975abb11610118578063a475b5dd116100a0578063d5abeb011161006f578063d5abeb01146105bc578063da3ef23f146105d2578063e985e9c5146105f2578063f2c4ce1e1461063b578063f2fde38b1461065b57600080fd5b8063a475b5dd14610552578063b88d4fde14610567578063c668286214610587578063c87b56dd1461059c57600080... | {"success": true, "error": null, "results": {"detectors": [{"check": "unused-return", "impact": "Medium", "confidence": "Medium"}, {"check": "uninitialized-local", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'uninitialized-local', 'impact': 'Medium', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
2692,
17465,
2546,
2575,
10790,
2487,
3401,
2692,
2094,
2549,
3676,
2581,
2683,
22610,
2692,
2575,
2509,
2497,
26976,
9468,
2620,
2581,
2620,
2063,
2683,
2475,
2094,
16048,
2050,
2575,
4783,
1013,
1008,
1008,
1008,
7864,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,485 | 0x022034A4F121C66033A7D783A577eA863eDA9Ced | /**
*Submitted for verification at Etherscan.io on 2021-03-02
*/
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.6;
/**
* @dev Collection of functions related to the address type
*/
library Address {
/**
* @dev Returns true if `account` is a contract.
*
* This test is non-exhaustive, and t... | 0x608060405234801561001057600080fd5b506004361061014c5760003560e01c806380faa57d116100c3578063cd3db58a1161007c578063cd3db58a1461035b578063df136d6514610363578063ebe2b12b1461036b578063f3fef3a314610373578063f4ff78bf1461039f578063f7c618c1146103c55761014c565b806380faa57d146102cb5780638b876347146102d3578063adc9772e146102f95780... | {"success": true, "error": null, "results": {"detectors": [{"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
2692,
19317,
2692,
22022,
2050,
2549,
2546,
12521,
2487,
2278,
28756,
2692,
22394,
2050,
2581,
2094,
2581,
2620,
2509,
2050,
28311,
2581,
5243,
20842,
2509,
11960,
2683,
11788,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
201... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,486 | 0x022057c3ef9166433750165bfda21d52988e0756 | pragma solidity ^0.6.0;
/**
* @dev Implementation of the {IERC20} interface.
*
* This implementation is agnostic to the way tokens are created. This means
* that a supply mechanism has to be added in a derived contract using {_mint}.
* For a generic mechanism see {ERC20PresetMinterPauser}.
*
* TIP: For a detai... | 0x608060405234801561001057600080fd5b50600436106100a95760003560e01c80633950935111610071578063395093511461025f57806370a08231146102c557806395d89b411461031d578063a457c2d7146103a0578063a9059cbb14610406578063dd62ed3e1461046c576100a9565b806306fdde03146100ae578063095ea7b31461013157806318160ddd1461019757806323b872dd146101b55780... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
2692,
19317,
2692,
28311,
2278,
2509,
12879,
2683,
16048,
21084,
22394,
23352,
24096,
26187,
29292,
2850,
17465,
2094,
25746,
2683,
2620,
2620,
2063,
2692,
23352,
2575,
10975,
8490,
2863,
5024,
3012,
1034,
1014,
1012,
1020,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,487 | 0x02207AcfD2d6e677b11bf263342eD89F061259B6 | /**
*Submitted for verification at Etherscan.io on 2022-01-30
*/
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
/**
* @dev Interface of the ERC165 standard, as defined in the
* https://eips.ethereum.org/EIPS/eip-165[EIP].
*
* Implementers can declare support of contract interfaces, which can then be
*... | 0x6080604052600436106101ee5760003560e01c8063715018a61161010d578063b88d4fde116100a0578063c87b56dd1161006f578063c87b56dd1461058e578063e43f696e146105ae578063e985e9c5146105ce578063efef39a114610617578063f2fde38b1461062a57600080fd5b8063b88d4fde1461050e578063bc7e24241461052e578063bf8bcee41461054e578063c204642c1461056e57600080... | {"success": true, "error": null, "results": {"detectors": [{"check": "unused-return", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
2692,
19317,
2692,
2581,
6305,
2546,
2094,
2475,
2094,
2575,
2063,
2575,
2581,
2581,
2497,
14526,
29292,
23833,
22394,
20958,
2098,
2620,
2683,
2546,
2692,
2575,
12521,
28154,
2497,
2575,
1013,
1008,
1008,
1008,
7864,
2005,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,488 | 0x0220AC32E2001d30D6fD30d42DE634Cc26b4C6eF | /**
*Submitted for verification at Etherscan.io on 2022-03-09
*/
/* https://t.me/HugEntry
* hugdonate.com
* Automatic Charity Donation Contract – CAAS as it should be
* Charity Wallet embedded into contract
* SPDX-License-Identifier: MIT
* */
pragma solidity =0.8.10 >=0.8.10 >=0.8.0 <0.9.0;
pragma experimental A... | 0x6080604052600436106103b15760003560e01c80638a8c523c116101e7578063bbc0c7421161010d578063dd62ed3e116100a0578063f2fde38b1161006f578063f2fde38b14610b24578063f637434214610b44578063f8b45b0514610b5a578063fe72b27a14610b7057600080fd5b8063dd62ed3e14610a90578063e2f4560514610ae3578063e884f26014610af9578063f11a24d314610b0e57600080... | {"success": true, "error": null, "results": {"detectors": [{"check": "tx-origin", "impact": "Medium", "confidence": "Medium"}, {"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "tautology", "impact": "Me... | true | null | {'detectors': [{'check': 'tx-origin', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'tautology', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'inc... | [
101,
1014,
2595,
2692,
19317,
2692,
6305,
16703,
2063,
28332,
2487,
2094,
14142,
2094,
2575,
2546,
2094,
14142,
2094,
20958,
3207,
2575,
22022,
9468,
23833,
2497,
2549,
2278,
2575,
12879,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
2012,
288... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,489 | 0x022125b1ee6de357ad437807c1e0ce4daa6c82b3 | pragma solidity ^0.4.12;/* Need Price Token */contract ConfToken { address internal listenerAddr; address public owner; uint256 public initialIssuance; uint256 public totalSupply; uint256 public currentEthPrice; /* In USD */ uint256 public currentTokenPrice; /* In USD */ string public symbol; struct productAmount { byt... | 0x60606040523615610131576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff168063095ea7b3146101495780630d7548f7146101a357806318160ddd146101cc5780631bd95155146101f55780631c85d890146102665780631cd732c1146102a157806323b872dd146102ca57806327e235e3146103435780632987c8f7146103905780633cece78b1461... | {"success": true, "error": null, "results": {"detectors": [{"check": "locked-ether", "impact": "Medium", "confidence": "High"}, {"check": "controlled-array-length", "impact": "High", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'locked-ether', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'controlled-array-length', 'impact': 'High', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
2692,
19317,
12521,
2629,
2497,
2487,
4402,
2575,
3207,
19481,
2581,
4215,
23777,
2581,
17914,
2581,
2278,
2487,
2063,
2692,
3401,
2549,
2850,
2050,
2575,
2278,
2620,
2475,
2497,
2509,
10975,
8490,
2863,
5024,
3012,
1034,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,490 | 0x0221895b6c6bc7005843d8708a87c77e888715e7 | /**
*Submitted for verification at Etherscan.io on 2021-04-13
*/
/**
*Submitted for verification at Etherscan.io on 2020-09-01
*/
//SPDX-License-Identifier: MIT
/*
* MIT License
* ===========
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documenta... | 0x730221895b6c6bc7005843d8708a87c77e888715e730146080604052600080fdfea265627a7a72315820d4dddc49f22c48a1c0aedb3e03e98f6d11de6b9050f76ec8f547becd06feed5364736f6c63430005110032 | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
2692,
19317,
15136,
2683,
2629,
2497,
2575,
2278,
2575,
9818,
19841,
2692,
27814,
23777,
2094,
2620,
19841,
2620,
2050,
2620,
2581,
2278,
2581,
2581,
2063,
2620,
2620,
2620,
2581,
16068,
2063,
2581,
1013,
1008,
1008,
1008,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,491 | 0x02238a9baed7fd9b6e3237aa42fb97e0a4d5390d | /**
*Submitted for verification at Etherscan.io on 2021-04-30
*/
// Dependency file: contracts/libraries/Math.sol
// pragma solidity ^0.6.12;
// a library for performing various math operations
library Math {
function min(uint x, uint y) internal pure returns (uint z) {
z = x < y ? x : y;
}
//... | 0x608060405234801561001057600080fd5b50600436106101b75760003560e01c80635a1b1dc7116100f9578063cd3daf9d11610097578063eacdc5ff11610071578063eacdc5ff146104e4578063ecd9ba82146104ec578063f2db11af14610524578063f8c8765e1461055d576101b7565b8063cd3daf9d146104cc578063d1af0c7d146104d4578063e9fad8ee146104dc576101b7565b806372f702f311... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}, {"check": "unchecked-transfer", "impact": "High", "confidence": "Medium"}, {"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "uninitialized-local", "impac... | true | null | {'detectors': [{'check': 'reentrancy-eth', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'unchecked-transfer', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'uninitialized-local', 'impact': 'Medium', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
2692,
19317,
22025,
2050,
2683,
3676,
2098,
2581,
2546,
2094,
2683,
2497,
2575,
2063,
16703,
24434,
11057,
20958,
26337,
2683,
2581,
2063,
2692,
2050,
2549,
2094,
22275,
21057,
2094,
1013,
1008,
1008,
1008,
7864,
2005,
2261... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,492 | 0x0224853bdff6b04ce259d87303b7523d4e16d656 | pragma solidity ^0.4.23;
// File: zeppelin-solidity/contracts/math/Math.sol
/**
* @title Math
* @dev Assorted math operations
*/
library Math {
function max64(uint64 a, uint64 b) internal pure returns (uint64) {
return a >= b ? a : b;
}
function min64(uint64 a, uint64 b) internal pure returns (uint64) {... | 0x6080604052600436106101be5763ffffffff60e060020a600035041663031adff081146101c9578063050c8803146101fa5780630c424284146102245780631769511c1461024a5780631f2698ab1461025f57806323cba56f1461028857806327dc297e1461029d5780632e0f2625146102fb57806337ae67f51461031057806338bbfa5014610334578063521eb273146103d057806358932f50146103e5... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}, {"check": "constant-function-asm", "impact": "Medium", "confidence": "Medium"}, {"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "shadowing-state", "impa... | true | null | {'detectors': [{'check': 'reentrancy-eth', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'constant-function-asm', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'shadowing-state', 'impact': 'High', 'confidence': 'High'}]} | [
101,
1014,
2595,
2692,
19317,
18139,
22275,
2497,
20952,
2546,
2575,
2497,
2692,
2549,
3401,
17788,
2683,
2094,
2620,
2581,
14142,
2509,
2497,
23352,
21926,
2094,
2549,
2063,
16048,
2094,
26187,
2575,
10975,
8490,
2863,
5024,
3012,
1034,
10... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,493 | 0x022525a1ff18a4125a2b83f976a12d6088790847 | /**
*Submitted for verification at Etherscan.io on 2021-01-13
*/
// File: @openzeppelin/contracts-ethereum-package/contracts/token/ERC20/IERC20.sol
pragma solidity ^0.6.0;
/**
* @dev Interface of the ERC20 standard as defined in the EIP.
*/
interface IERC20 {
/**
* @dev Returns the amount of tokens in ex... | 0x60806040526004361061031e5760003560e01c80638da5cb5b116101ab578063d0ebdbe7116100f7578063e7654b3c11610095578063f2fde38b1161006f578063f2fde38b14610bb0578063f38a8c0614610be3578063f8173f4d14610bf8578063fdec72f2146105335761036f565b8063e7654b3c14610b3b578063e9f7e17b14610b71578063ed89610414610b9b5761036f565b8063d9bb7170116100... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
2692,
19317,
25746,
2629,
27717,
4246,
15136,
2050,
23632,
17788,
2050,
2475,
2497,
2620,
2509,
2546,
2683,
2581,
2575,
27717,
2475,
2094,
16086,
2620,
2620,
2581,
21057,
2620,
22610,
1013,
1008,
1008,
1008,
7864,
2005,
226... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,494 | 0x02253dfa1f23e72e2e3e1c6b9cd2b8b0a2fc7bc5 | /**
*Submitted for verification at Etherscan.io on 2021-11-14
*/
/*
Spirit Of Elon
.-----.
.' - - '.
/ .-. .-. \
| | | | | |
\ \o/ \o/ /
_/ ^ \_
| \ '---' / |
/ /`--. .--`\ \
/ /'---` `---'\ \
'.__. .__... | 0x6080604052600436106100ab5760003560e01c8063715018a611610064578063715018a6146101ef5780638da5cb5b1461020657806395d89b4114610231578063a9059cbb1461025c578063c9567bf914610299578063dd62ed3e146102b0576100b2565b806306fdde03146100b7578063095ea7b3146100e257806318160ddd1461011f57806323b872dd1461014a578063313ce5671461018757806370... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'reentrancy-eth', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
2692,
19317,
22275,
20952,
27717,
2546,
21926,
2063,
2581,
2475,
2063,
2475,
2063,
2509,
2063,
2487,
2278,
2575,
2497,
2683,
19797,
2475,
2497,
2620,
2497,
2692,
2050,
2475,
11329,
2581,
9818,
2629,
1013,
1008,
1008,
1008,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,495 | 0x02254eff0f795c7731960cdc7cd997e10d10f305 | /**
*Submitted for verification at Etherscan.io on 2020-11-12
*/
/*
website: test.finance
SPDX-License-Identifier: MIT
*/
pragma solidity ^0.6.12;
/*
* @dev Provides information about the current execution context, including the
* sender of the transaction and its data. While these are generally available
* vi... | 0x608060405234801561001057600080fd5b50600436106101415760003560e01c806388bba42f116100b857806393f1a40b1161007c57806393f1a40b14610302578063d49e77cd14610347578063e2bbb1581461034f578063f2fde38b14610372578063f8a8fd6d14610398578063fd347196146103a057610141565b806388bba42f146102535780638aa285501461028d5780638d88a90e146102955780... | {"success": true, "error": null, "results": {"detectors": [{"check": "unchecked-transfer", "impact": "High", "confidence": "Medium"}, {"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}, {"check": "reentrancy-no-eth",... | true | null | {'detectors': [{'check': 'unchecked-transfer', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}... | [
101,
1014,
2595,
2692,
19317,
27009,
12879,
2546,
2692,
2546,
2581,
2683,
2629,
2278,
2581,
2581,
21486,
2683,
16086,
19797,
2278,
2581,
19797,
2683,
2683,
2581,
2063,
10790,
2094,
10790,
2546,
14142,
2629,
1013,
1008,
1008,
1008,
7864,
200... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,496 | 0x022559a838a737bfe91d85a07e7bb6277b1a00c1 | /**
*Submitted for verification at Etherscan.io on 2022-03-10
*/
/**
Tg - https://t.me/TrippyApeToken
*/
pragma solidity ^0.8.4;
// SPDX-License-Identifier: UNLICENSED
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
return msg.sender;
}
}
interface IERC... | 0x6080604052600436106101025760003560e01c806370a0823111610095578063a9059cbb11610064578063a9059cbb146102cc578063b515566a146102ec578063c3c8cd801461030c578063c9567bf914610321578063dd62ed3e1461033657600080fd5b806370a082311461023d578063715018a61461025d5780638da5cb5b1461027257806395d89b411461029a57600080fd5b8063273123b7116100... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'reentrancy-eth', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
2692,
19317,
24087,
2683,
2050,
2620,
22025,
2050,
2581,
24434,
29292,
2063,
2683,
2487,
2094,
27531,
2050,
2692,
2581,
2063,
2581,
10322,
2575,
22907,
2581,
2497,
2487,
2050,
8889,
2278,
2487,
1013,
1008,
1008,
1008,
7864,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,497 | 0x0225810De0908dEA1A49d6088242E810D8fF78f6 | /**
*Submitted for verification at Etherscan.io on 2021-05-20
*/
/**
*Submitted for verification at Etherscan.io on 2021-04-06
*/
pragma solidity ^0.5.16;
library SafeMath {
function mul(uint256 a, uint256 b) internal pure returns (uint256) {
if (a == 0) {
return 0;
}
uint25... | 0x608060405234801561001057600080fd5b50600436106100415760003560e01c806318160ddd1461004657806370a0823114610064578063a9059cbb146100bc575b600080fd5b61004e610122565b6040518082815260200191505060405180910390f35b6100a66004803603602081101561007a57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
2692,
19317,
27814,
10790,
3207,
2692,
21057,
2620,
3207,
27717,
2050,
26224,
2094,
16086,
2620,
2620,
18827,
2475,
2063,
2620,
10790,
2094,
2620,
4246,
2581,
2620,
2546,
2575,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
201... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,498 | 0x0225960d274966524c4fafe3804386df0f6b8742 | /**
*Submitted for verification at Etherscan.io on 2021-12-03
*/
// SPDX-License-Identifier: Unlicensed
pragma solidity ^0.8.0;
// pilot m
contract characterImageSender {
string public constant characterModel1 = "iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAMAAAC5zwKfAAAAG3RFWHRTb2Z0d2FyZQBDZWxzeXMgU3R1ZGlvIFRvb2zBp+F8AAAAC... | 0x608060405234801561001057600080fd5b50600436106100575760003560e01c80630a741ded1461005c578063594060361461007a57806375320d41146100825780637e8903bc1461008a578063a47866b614610092575b600080fd5b61006461009a565b6040516100719190610135565b60405180910390f35b6100646100b9565b6100646100d8565b6100646100f7565b610064610116565b60405180... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
2692,
19317,
28154,
16086,
2094,
22907,
26224,
28756,
25746,
2549,
2278,
2549,
7011,
7959,
22025,
2692,
23777,
20842,
20952,
2692,
2546,
2575,
2497,
2620,
2581,
20958,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
2012,
28855,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,499 | 0x0226f84b243ec25e56844e436eec73711c613fd5 | pragma solidity ^0.4.14;
contract eTimesChain {
/* Public variables of the token */
string public name = " eTimesChain ";
uint256 public decimals = 2;
uint256 public totalSupply;
string public symbol = "ETN";
event Mint(address indexed owner,uint amount);
event Transfer(address indexe... | 0x606060405236156100ad576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff16806306fdde03146100b2578063095ea7b31461014157806313af40351461019b57806318160ddd146101d457806323b872dd146101fd578063313ce5671461027657806370a082311461029f57806395d89b41146102ec578063a0712d681461037b578063a9059cbb1461... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
2692,
19317,
2575,
2546,
2620,
2549,
2497,
18827,
2509,
8586,
17788,
2063,
26976,
2620,
22932,
2063,
23777,
2575,
4402,
2278,
2581,
24434,
14526,
2278,
2575,
17134,
2546,
2094,
2629,
10975,
8490,
2863,
5024,
3012,
1034,
101... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.