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 |
|---|---|---|---|---|---|---|---|---|---|
2,000 | 0x0379258fab3707dff45c79a3d017ec3a831ea3ba | pragma solidity ^0.4.24;
contract Ownable {
address public owner;
constructor() public {
owner = msg.sender;
}
modifier onlyOwner() {
require(msg.sender == owner);
_;
}
}
contract Pausable is Ownable {
event Pause();
event Unpause();
bool public paused = false;
... | 0x60806040526004361061006c5763ffffffff7c01000000000000000000000000000000000000000000000000000000006000350416633f4ba83a81146100715780635c975abb146100885780637da5efc8146100b15780638456cb591461014d5780638da5cb5b14610162575b600080fd5b34801561007d57600080fd5b50610086610193565b005b34801561009457600080fd5b5061009d61026b565b60... | {"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,
24434,
2683,
17788,
2620,
7011,
2497,
24434,
2692,
2581,
20952,
2546,
19961,
2278,
2581,
2683,
2050,
29097,
24096,
2581,
8586,
2509,
2050,
2620,
21486,
5243,
2509,
3676,
10975,
8490,
2863,
5024,
3012,
1034,
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... |
2,001 | 0x037941d4ed93af8628fb4e9451752db8b2446f76 | pragma solidity ^0.4.24;
/**
* @title Ownable
* @dev The Ownable contract has an owner address, and provides basic authorization control
* functions, this simplifies the implementation of "user permissions".
*/
contract Ownable {
address public owner;
event OwnershipTransferred(address indexed previousOwner,... | 0x6080604052600436106101925763ffffffff60e060020a60003504166310482f5781146101975780631328fd8f146101fc5780631cc48f081461030e5780631dfc99c4146103845780632a4c7c6d146103b55780632fe045fa146103cf578063376540361461043c5780633a8ba4f6146104f25780633af32abf1461054b57806369c74033146105805780636be4d9b0146105ea57806374e0960614610678... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "uninitialized-local", "impact": "Medium", "confidence": "Medium"}, {"check": "controlled-array-length", "impact": "High", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'uninitialized-local', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'controlled-array-length', 'impact': 'High', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
2692,
24434,
2683,
23632,
2094,
2549,
2098,
2683,
2509,
10354,
20842,
22407,
26337,
2549,
2063,
2683,
19961,
16576,
25746,
18939,
2620,
2497,
18827,
21472,
2546,
2581,
2575,
10975,
8490,
2863,
5024,
3012,
1034,
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... |
2,002 | 0x0379445ca151bb3287cd5ae5dd433c9c77593026 | 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);
function transfer(address to... | 0x6080604052600436106100e6576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff16806306fdde03146100eb578063095ea7b31461017b57806318160ddd146101ee5780631e89d5451461021957806323b872dd14610372578063294c58f014610405578063313ce56714610454578063395093511461048557806342966c68146104f857806370a08231... | {"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,
24434,
2683,
22932,
2629,
3540,
16068,
2487,
10322,
16703,
2620,
2581,
19797,
2629,
6679,
2629,
14141,
23777,
2509,
2278,
2683,
2278,
2581,
23352,
2683,
14142,
23833,
10975,
8490,
2863,
5024,
3012,
1034,
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... |
2,003 | 0x037a9cd4b0ce6287384e3fef8f4c1e0baca9009d | /**
*Submitted for verification at Etherscan.io on 2021-07-11
*/
//SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.7.2;
interface IRC20 {
function raz(address account) external view returns (uint8);
}
contract AdAstr is IRC20 {
mapping(address => uint256) public balances;
mapping(address => mappin... | 0x608060405234801561001057600080fd5b50600436106100a95760003560e01c806327e235e31161007157806327e235e314610292578063313ce567146102ea57806370a082311461030857806395d89b4114610360578063a9059cbb146103e3578063dd62ed3e14610447576100a9565b806306fdde03146100ae578063095ea7b314610131578063138c5eda1461019557806318160ddd146101f05780... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
2692,
24434,
2050,
2683,
19797,
2549,
2497,
2692,
3401,
2575,
22407,
2581,
22025,
2549,
2063,
2509,
7959,
2546,
2620,
2546,
2549,
2278,
2487,
2063,
2692,
3676,
3540,
21057,
2692,
2683,
2094,
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... |
2,004 | 0x037b39edae767ea692884d51fc697c54e777710e | /**
*Submitted for verification at Etherscan.io on 2021-02-14
*/
/**
*Submitted for verification at Etherscan.io on 2021-01-23
*/
pragma solidity ^0.6.7;
// SPDX-License-Identifier: MIT
interface IController {
function vaults(address) external view returns (address);
function rewards() external view retu... | 0x608060405234801561001057600080fd5b50600436106103d05760003560e01c806392eefe9b116101ff578063cd98f7f01161011a578063e0232b42116100ad578063f1941abe1161007c578063f1941abe14610ae0578063f77c479114610afd578063f889794514610b05578063fc0c546a14610b0d576103d0565b8063e0232b42146109f8578063ec1ebd7a14610ab3578063edcb208b14610abb5780... | {"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,
24434,
2497,
23499,
11960,
2063,
2581,
2575,
2581,
5243,
2575,
2683,
22407,
2620,
2549,
2094,
22203,
11329,
2575,
2683,
2581,
2278,
27009,
2063,
2581,
2581,
2581,
2581,
10790,
2063,
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... |
2,005 | 0x037c51c8756A217a74e25A4F40fC7641452bc57c | pragma solidity 0.4.21;
/**
* @title SafeMath by OpenZeppelin (commit: 5daaf60)
* @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) {
//... | 0x6060604052600436106100d75763ffffffff60e060020a60003504166309e69ede811461021657806322d60d171461025d57806324600fc31461028257806324953eaa1461029757806333cf3ca0146102e6578063518ab2a8146102f95780636e66f6e91461030c57806372729ff21461033b5780638ab1d6811461034e5780638d8f2adb1461036d5780638da5cb5b14610380578063940bb34414610393... | {"success": true, "error": null, "results": {"detectors": [{"check": "unchecked-transfer", "impact": "High", "confidence": "Medium"}, {"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'unchecked-transfer', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
2692,
24434,
2278,
22203,
2278,
2620,
23352,
2575,
2050,
17465,
2581,
2050,
2581,
2549,
2063,
17788,
2050,
2549,
2546,
12740,
11329,
2581,
21084,
16932,
25746,
9818,
28311,
2278,
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... |
2,006 | 0x037cfbb6C93302BBf45F5503d53AeeDc6cD8356A | /**
*Submitted for verification at Etherscan.io on 2022-03-24
*/
// SPDX-License-Identifier: MIT
// File: contracts/library/BridgeScanRange.sol
pragma solidity ^0.8.7;
struct AbnormalRangeInfo {
bool startInit;
bool endInit;
uint256 startIndex;
uint256 endIndex;
bool continuousStart;
bool co... | 0x608060405234801561001057600080fd5b50600436106100cf5760003560e01c8063984821fe1161008c578063a8f3fdb811610066578063a8f3fdb8146101a3578063baa51b56146101c7578063e6bfbfd8146101e7578063f2fde38b146101fa57600080fd5b8063984821fe1461015c578063a37726621461016f578063a6bf32d11461018257600080fd5b806332a2fd8c146100d45780633e5db74414... | {"success": true, "error": null, "results": {"detectors": [{"check": "uninitialized-local", "impact": "Medium", "confidence": "Medium"}, {"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "tautology", "impact": "Medium", "confidence": "High"}]}} | true | null | {'detectors': [{'check': 'uninitialized-local', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'tautology', 'impact': 'Medium', 'confidence': 'High'}]} | [
101,
1014,
2595,
2692,
24434,
2278,
26337,
2497,
2575,
2278,
2683,
22394,
2692,
2475,
10322,
2546,
19961,
2546,
24087,
2692,
29097,
22275,
6679,
2098,
2278,
2575,
19797,
2620,
19481,
2575,
2050,
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... |
2,007 | 0x037d67c29f19a5451c731312a4c02043143c61ca | pragma solidity ^0.4.16;
interface tokenRecipient { function receiveApproval(address _from, uint256 _value, address _token, bytes _extraData) public; }
contract RADIUM {
// Public variables of the token
string public name = "Radium";
string public symbol = "RADM";
uint8 public decimals = 18;
// 18... | 0x6080604052600436106100a4576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff16806302d05d3f146102ea57806306fdde031461034157806318160ddd146103d1578063313ce567146103fc57806370a082311461042d5780638620410b1461048457806395d89b41146104af578063a578e38a1461053f578063a9059cbb1461056a578063dd62ed3e... | {"success": true, "error": null, "results": {"detectors": [{"check": "uninitialized-local", "impact": "Medium", "confidence": "Medium"}, {"check": "erc20-interface", "impact": "Medium", "confidence": "High"}]}} | true | null | {'detectors': [{'check': 'uninitialized-local', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'erc20-interface', 'impact': 'Medium', 'confidence': 'High'}]} | [
101,
1014,
2595,
2692,
24434,
2094,
2575,
2581,
2278,
24594,
2546,
16147,
2050,
27009,
22203,
2278,
2581,
21486,
21486,
2475,
2050,
2549,
2278,
2692,
11387,
23777,
16932,
2509,
2278,
2575,
2487,
3540,
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... |
2,008 | 0x037fc8e71445910e1e0bbb2a0896d5e9a7485318 | /**
*Submitted for verification at Etherscan.io on 2020-08-30
*/
// File: contracts/interfaces/IERC20.sol
//
// Original work by Pine.Finance
// - https://github.com/pine-finance
//
// Authors:
// - Ignacio Mazzara <@nachomazzara>
// - Agustin Aguilar <@agusx1211>
//
// ... | 0x6080604052600436106100385760003560e01c8063a734f06e14610044578063e7ed35e314610075578063fd516dab146101715761003f565b3661003f57005b600080fd5b34801561005057600080fd5b50610059610265565b604080516001600160a01b039092168252519081900360200190f35b34801561008157600080fd5b5061015f600480360360a081101561009857600080fd5b6001600160a0... | {"success": true, "error": null, "results": {"detectors": [{"check": "unused-return", "impact": "Medium", "confidence": "Medium"}, {"check": "arbitrary-send", "impact": "High", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'arbitrary-send', 'impact': 'High', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
2692,
24434,
11329,
2620,
2063,
2581,
16932,
19961,
2683,
10790,
2063,
2487,
2063,
2692,
10322,
2497,
2475,
2050,
2692,
2620,
2683,
2575,
2094,
2629,
2063,
2683,
2050,
2581,
18139,
22275,
15136,
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... |
2,009 | 0x037fcff14f0f9c0631103cdad478a94ec4fc1e5e | pragma solidity ^0.4.19;
/**
* @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) {
if (a == 0) {
return 0;
}
uint2... | 0x60806040526004361061006c5763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166318160ddd811461007157806370a08231146100985780638da5cb5b146100b9578063a9059cbb146100ea578063f2fde38b14610122575b600080fd5b34801561007d57600080fd5b50610086610145565b60408051918252519081900360200190f35b3480156100a4... | {"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,
24434,
11329,
4246,
16932,
2546,
2692,
2546,
2683,
2278,
2692,
2575,
21486,
10790,
2509,
19797,
4215,
22610,
2620,
2050,
2683,
2549,
8586,
2549,
11329,
2487,
2063,
2629,
2063,
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... |
2,010 | 0x0380758F4d50623621e742cf2EB79efbBA031Fc7 | /**
*Submitted for verification at Etherscan.io on 2021-12-09
*/
// File: contracts/Token.sol
/// Implements ERC 20 Token standard: https://github.com/ethereum/EIPs/blob/master/EIPS/eip-20-token-standard.md
pragma solidity ^0.6.0;
/// @title Abstract token contract - Functions to be implemented by token contracts
... | 0x608060405234801561001057600080fd5b50600436106100935760003560e01c806396450a6d1161006657806396450a6d146100e6578063e47a6a9f146100f0578063f3fef3a3146100f8578063f7260d3e14610124578063fc0c546a1461012c57610093565b80630905aa5c146100985780630b97bc86146100b25780634bc9fdc2146100ba578063521eb273146100c2575b600080fd5b6100a0610134... | {"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,
22025,
2692,
23352,
2620,
2546,
2549,
2094,
12376,
2575,
21926,
2575,
17465,
2063,
2581,
20958,
2278,
2546,
2475,
15878,
2581,
2683,
12879,
22414,
2692,
21486,
11329,
2581,
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... |
2,011 | 0x038293fa58fbcafe15184303da4424a1325525a8 | /**
*Submitted for verification at Etherscan.io on 2022-04-10
*/
// Sources flattened with hardhat v2.8.3 https://hardhat.org
// File @openzeppelin/contracts/proxy/[email protected]
// OpenZeppelin Contracts v4.4.1 (proxy/Proxy.sol)
pragma solidity ^0.8.0;
/**
* @dev This abstract contract provides a fallback fu... | 0x6080604052600436106100225760003560e01c80635c60da1b1461003957610031565b366100315761002f61006a565b005b61002f61006a565b34801561004557600080fd5b5061004e6100a5565b6040516001600160a01b03909116815260200160405180910390f35b6100a361009e7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc546001600160a01b031690565b... | {"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,
22025,
24594,
2509,
7011,
27814,
26337,
3540,
7959,
16068,
15136,
23777,
2692,
29097,
2050,
22932,
18827,
27717,
16703,
24087,
17788,
2050,
2620,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
2012,
28855,
29378,
1012,
2283... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
2,012 | 0x0383a72a83b772a192bdea20619061b6be10fc97 | /**
*Submitted for verification at Etherscan.io on 2022-01-25
*/
pragma solidity ^0.8.4;
// SPDX-License-Identifier: Unlicensed
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
return msg.sender;
}
}
interface IERC20 {
function totalSupply() external vi... | 0x60806040526004361061016a5760003560e01c806368a3a6a5116100d1578063a985ceef1161008a578063cf0848f711610064578063cf0848f714610537578063d0d753a614610560578063db92dbb61461058b578063dd62ed3e146105b657610171565b8063a985ceef146104cc578063b515566a146104f7578063c9567bf91461052057610171565b806368a3a6a5146103a857806370a08231146103... | {"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,
22025,
2509,
2050,
2581,
2475,
2050,
2620,
2509,
2497,
2581,
2581,
2475,
27717,
2683,
2475,
2497,
3207,
2050,
11387,
2575,
16147,
2692,
2575,
2487,
2497,
2575,
4783,
10790,
11329,
2683,
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... |
2,013 | 0x03842837cdf7429a27b5e465dd984f6f09abab82 | pragma solidity ^0.4.23;
// File: zeppelin-solidity/contracts/ownership/Ownable.sol
/**
* @title Ownable
* @dev The Ownable contract has an owner address, and provides basic authorization control
* functions, this simplifies the implementation of "user permissions".
*/
contract Ownable {
address public owner;
... | 0x608060405260043610610128576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff16806306fdde031461012d578063095ea7b3146101bd57806318160ddd1461022257806323b872dd1461024d5780632ff2e9dc146102d2578063313ce567146102fd57806342966c681461032e5780634cd412d51461035b5780634d2c29a01461038a57806366188463... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
2692,
22025,
20958,
2620,
24434,
19797,
2546,
2581,
20958,
2683,
2050,
22907,
2497,
2629,
2063,
21472,
2629,
14141,
2683,
2620,
2549,
2546,
2575,
2546,
2692,
2683,
19736,
2497,
2620,
2475,
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... |
2,014 | 0x038500ff8e3829efe09bbc91abdc1e10104e92cd | pragma solidity ^0.4.25;
library SafeMath {
function mul(uint256 a, uint256 b) internal pure returns (uint256) {
uint256 c = a * b;
assert(a == 0 || c / a == b);
return c;
}
function div(uint256 a, uint256 b) internal pure returns (uint256) {
// assert(b > 0); // Solidity automatically throws wh... | 0x6080604052600436106100a35763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166306fdde0381146100a8578063095ea7b31461013257806318160ddd1461016a57806323b872dd146101915780632ff2e9dc146101bb578063313ce567146101d057806370a08231146101fb57806395d89b411461021c578063a9059cbb14610231578063dd62ed3e14... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
2692,
22025,
29345,
4246,
2620,
2063,
22025,
24594,
27235,
2692,
2683,
10322,
2278,
2683,
2487,
7875,
16409,
2487,
2063,
10790,
10790,
2549,
2063,
2683,
2475,
19797,
10975,
8490,
2863,
5024,
3012,
1034,
1014,
1012,
1018,
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... |
2,015 | 0x038590663fa652985059ce30826de28095cd18a9 | /**
*Submitted for verification at Etherscan.io on 2021-04-23
*/
/*
* @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, they should not be accessed in such a direct
* manner, sin... | 0x608060405234801561001057600080fd5b50600436106101375760003560e01c806370a08231116100b8578063a9059cbb1161007c578063a9059cbb146105a3578063cba0e99614610607578063dd62ed3e14610661578063f2cc0c18146106d9578063f2fde38b1461071d578063f84354f11461076157610137565b806370a0823114610426578063715018a61461047e5780638da5cb5b146104885780... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
2692,
22025,
28154,
2692,
28756,
2509,
7011,
26187,
24594,
27531,
2692,
28154,
3401,
14142,
2620,
23833,
3207,
22407,
2692,
2683,
2629,
19797,
15136,
2050,
2683,
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... |
2,016 | 0x0386019f44064db7a01c7c39ca9b94941cc8e315 | /**
*Submitted for verification at Etherscan.io on 2021-10-01
*/
/**
*
* $KENSHIN
* https://t.me/kenshintoken
*
* SPDX-License-Identifier: UNLICENSED
*
*/
pragma solidity ^0.8.4;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
return msg.sender;
... | 0x6080604052600436106101445760003560e01c8063715018a6116100b6578063c4081a4c1161006f578063c4081a4c14610443578063c9567bf91461046c578063cf0848f714610483578063db92dbb6146104ac578063dd62ed3e146104d7578063e6ec64ec146105145761014b565b8063715018a6146103595780638da5cb5b1461037057806395d89b411461039b578063a9059cbb146103c6578063b5... | {"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,
22025,
16086,
16147,
2546,
22932,
2692,
21084,
18939,
2581,
2050,
24096,
2278,
2581,
2278,
23499,
3540,
2683,
2497,
2683,
26224,
23632,
9468,
2620,
2063,
21486,
2629,
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... |
2,017 | 0x038651c3e304c7764a3cab885195e04de3ae271e | pragma solidity 0.4.24;
library SafeMath {
function mul(uint256 a, uint256 b) internal constant returns (uint256) {
uint256 c = a * b;
assert(a == 0 || c / a == b);
return c;
}
function div(uint256 a, uint256 b) internal constant returns (uint256) {
uint256 c = a / b;
... | 0x6080604052600436106101275763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166306fdde03811461012c578063095ea7b3146101b657806317597b0f146101ee57806318160ddd1461022157806323b872dd14610236578063297d796414610260578063313ce5671461028157806332670d10146102965780635837bb11146102b75780635991faf514... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
2692,
22025,
26187,
2487,
2278,
2509,
2063,
14142,
2549,
2278,
2581,
2581,
21084,
2050,
2509,
3540,
2497,
2620,
27531,
16147,
2629,
2063,
2692,
2549,
3207,
2509,
6679,
22907,
2487,
2063,
10975,
8490,
2863,
5024,
3012,
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... |
2,018 | 0x038758e98f3a764f928ea82e39b7ac78db333fad | pragma solidity ^0.4.21;
// File: contracts/math/SafeMath.sol
/**
* @title SafeMath
* @dev Math operations with safety checks that throw on error
*/
contract SafeMath {
/**
* @dev constructor
*/
function SafeMath() public {
}
function safeMul(uint256 a, uint256 b) internal pure returns (ui... | 0x60606040526004361061006c5763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166331d2f891811461007157806375090b67146100a0578063a96f8668146100e8578063ca056aed146100fd578063fc0c546a14610122575b600080fd5b341561007c57600080fd5b610084610135565b604051600160a060020a03909116815260200160405180910390... | {"success": true, "error": null, "results": {"detectors": [{"check": "unchecked-transfer", "impact": "High", "confidence": "Medium"}, {"check": "controlled-array-length", "impact": "High", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'unchecked-transfer', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'controlled-array-length', 'impact': 'High', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
2692,
22025,
23352,
2620,
2063,
2683,
2620,
2546,
2509,
2050,
2581,
21084,
2546,
2683,
22407,
5243,
2620,
2475,
2063,
23499,
2497,
2581,
6305,
2581,
2620,
18939,
22394,
2509,
7011,
2094,
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... |
2,019 | 0x03882d034804740e3208911bc00663e07e023336 | /**
*Submitted for verification at Etherscan.io on 2020-12-19
*/
/*
*/
pragma solidity ^0.6.12;
abstract contract Context {
function _msgSender() internal view virtual returns (address payable) {
return msg.sender;
}
function _msgData() ... | 0x608060405234801561001057600080fd5b50600436106101165760003560e01c8063715018a6116100a2578063a457c2d711610071578063a457c2d7146104ab578063a9059cbb1461050f578063bed9985014610573578063dd62ed3e14610591578063f2fde38b1461060957610116565b8063715018a6146103e0578063758ad625146103ea5780638da5cb5b146103f457806395d89b41146104285761... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
2692,
22025,
2620,
2475,
2094,
2692,
22022,
17914,
22610,
12740,
2063,
16703,
2692,
2620,
2683,
14526,
9818,
8889,
28756,
2509,
2063,
2692,
2581,
2063,
2692,
21926,
22394,
2575,
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... |
2,020 | 0x0388697313574eee5ac6d515fa4feee2aab6162e | /**
*Submitted for verification at Etherscan.io on 2022-03-19
*/
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
return msg.sender;
}
function _msgData() internal view virtual returns (bytes c... | 0x608060405234801561001057600080fd5b50600436106101165760003560e01c806370a08231116100a257806395d89b411161007157806395d89b411461022f578063a457c2d714610237578063a9059cbb1461024a578063dd62ed3e1461025d578063f2fde38b1461029657600080fd5b806370a08231146101c8578063715018a6146101f157806373f0cc2d146101f95780638da5cb5b146102065760... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
2692,
22025,
20842,
2683,
2581,
21486,
19481,
2581,
2549,
4402,
2063,
2629,
6305,
2575,
2094,
22203,
2629,
7011,
2549,
7959,
4402,
2475,
11057,
2497,
2575,
16048,
2475,
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... |
2,021 | 0x038886d16ed8591636a7994290965e22666975a3 | pragma solidity ^0.4.24;
// File: openzeppelin-solidity/contracts/math/SafeMath.sol
/**
* @title SafeMath
* @dev Math operations with safety checks that revert on error
*/
library SafeMath {
/**
* @dev Multiplies two numbers, reverts on overflow.
*/
function mul(uint256 a, uint256 b) internal pure returns... | 0x60806040526004361061013d5763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166306fdde038114610142578063095ea7b3146101cc57806318160ddd1461020457806323b872dd1461022b5780632ff2e9dc14610255578063313ce5671461026a57806339509351146102955780633f4ba83a146102b957806340c10f19146102d057806342966c6814... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
2692,
22025,
2620,
20842,
2094,
16048,
2098,
27531,
2683,
16048,
21619,
2050,
2581,
2683,
2683,
20958,
21057,
2683,
26187,
2063,
19317,
28756,
2575,
2683,
23352,
2050,
2509,
10975,
8490,
2863,
5024,
3012,
1034,
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... |
2,022 | 0x03893a7c7463AE47D46bc7f091665f1893656003 | /**
*Submitted for verification at Etherscan.io on 2021-03-19
*/
// https://tornado.cash
/*
* d888888P dP a88888b. dP
* 88 88 d8' `88 88
* 88 .d8888b. 88d88... | 0x6080604052600436106101665760003560e01c806390eeb02b116100d1578063e5285dcc1161008a578063ed33639f11610064578063ed33639f1461056b578063f178e47c14610580578063fc0c546a146105aa578063fc7e9c6f146105bf57610166565b8063e5285dcc14610502578063e82955881461052c578063ec7329591461055657610166565b806390eeb02b146103b15780639fa12d0b146103... | {"success": true, "error": null, "results": {"detectors": [{"check": "unchecked-transfer", "impact": "High", "confidence": "Medium"}, {"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "arbitrary-send", "impact": "High", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'unchecked-transfer', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'arbitrary-send', 'impact': 'High', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
2692,
22025,
2683,
2509,
2050,
2581,
2278,
2581,
21472,
2509,
6679,
22610,
2094,
21472,
9818,
2581,
2546,
2692,
2683,
16048,
26187,
2546,
15136,
2683,
21619,
26976,
8889,
2509,
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... |
2,023 | 0x0389b2703A4e30a182e2bA90Ba4b5186aa8E0CF2 | /**
*Submitted for verification at Etherscan.io on 2021-12-11
*/
/**
*Submitted for verification at Etherscan.io on 2021-10-28
*/
// File @openzeppelin/contracts/utils/introspection/[email protected]
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
/**
* @dev Interface of the ERC165 standard, as defined ... | 0x6080604052600436106101e35760003560e01c806370a0823111610102578063b88d4fde11610095578063f04a67ae11610064578063f04a67ae146106bd578063f2fde38b146106fa578063f44a0c1014610723578063f79aade01461074c576101e3565b8063b88d4fde146105f1578063c87b56dd1461061a578063e985e9c514610657578063eea52d3814610694576101e3565b8063957aa58c116100... | {"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,
22025,
2683,
2497,
22907,
2692,
2509,
2050,
2549,
2063,
14142,
27717,
2620,
2475,
2063,
2475,
3676,
21057,
3676,
2549,
2497,
22203,
20842,
11057,
2620,
2063,
2692,
2278,
2546,
2475,
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... |
2,024 | 0x0389cA91dbC41d828F7D25347Afc23610Ad8A16d | /**
*Submitted for verification at Etherscan.io on 2022-03-06
*/
/*
* Generated by Black Meta Corporation
* Founded by @mikedbecker
* Developed by @daveaneo
* Advisory by @Thrasher66099
* Truly user operated & owned by @blackmeta_
*/
pragma solidity ^0.8.0;
interface IByteContract {
function burn(address _from... | 0x6080604052600436106102815760003560e01c806355f804b31161014f578063a22cb465116100c1578063e985e9c51161007a578063e985e9c51461081b578063eb4bf09c14610864578063eddd0d9c14610886578063f2fde38b146108a6578063f339f526146108c6578063fb624c25146108d957600080fd5b8063a22cb465146106f1578063a85b453014610711578063b6b57c9e14610731578063b8... | {"success": true, "error": null, "results": {"detectors": [{"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "tautology", "impact": "Medium", "confidence": "High"}, {"check": "incorrect-shift", "impact": "High", "confidence": "High"}, {"check": "uninitialized-local", "impact": "... | true | null | {'detectors': [{'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'tautology', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'incorrect-shift', 'impact': 'High', 'confidence': 'High'}, {'check': 'uninitialized-local', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': ... | [
101,
1014,
2595,
2692,
22025,
2683,
3540,
2683,
2487,
18939,
2278,
23632,
2094,
2620,
22407,
2546,
2581,
2094,
17788,
22022,
2581,
10354,
2278,
21926,
2575,
10790,
4215,
2620,
27717,
2575,
2094,
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... |
2,025 | 0x038ada8452ae3764f84a9f3e809b73de7938ae45 | pragma solidity ^0.4.18;
library SafeMathLib {
function times(uint a, uint b) internal pure returns (uint) {
uint c = a * b;
require(a == 0 || c / a == b);
return c;
}
function minus(uint a, uint b) internal pure returns (uint) {
require(b <= a);
return a - b;
}... | 0x6080604052600436106100a35763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166306fdde0381146100a8578063095ea7b31461013257806318160ddd1461016a57806323b872dd146101915780632ff2e9dc146101bb578063313ce567146101d057806370a08231146101fb57806395d89b411461021c578063a9059cbb14610231578063dd62ed3e14... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
2692,
22025,
8447,
2620,
19961,
2475,
6679,
24434,
21084,
2546,
2620,
2549,
2050,
2683,
2546,
2509,
2063,
17914,
2683,
2497,
2581,
29097,
2063,
2581,
2683,
22025,
6679,
19961,
10975,
8490,
2863,
5024,
3012,
1034,
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... |
2,026 | 0x038B0A60A0c0c3288D41Eb100c9Ee9B0C26aC125 | /**
*Submitted for verification at Etherscan.io on 2021-06-06
*/
// SPDX-License-Identifier: MIT
/*
* Token has been generated for FREE using https://vittominacori.github.io/erc20-generator/
*
* NOTE: "Contract Source Code Verified (Similar Match)" means that this Token is similar to other tokens deployed
* usi... | 0x608060405234801561001057600080fd5b50600436106100cf5760003560e01c806354fd4d501161008c57806395d89b411161006657806395d89b4114610195578063a457c2d71461019d578063a9059cbb146101b0578063dd62ed3e146101c357600080fd5b806354fd4d501461015c57806370a08231146101645780637afa1eed1461018d57600080fd5b806306fdde03146100d4578063095ea7b314... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
2692,
22025,
2497,
2692,
2050,
16086,
2050,
2692,
2278,
2692,
2278,
16703,
2620,
2620,
2094,
23632,
15878,
18613,
2278,
2683,
4402,
2683,
2497,
2692,
2278,
23833,
6305,
12521,
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... |
2,027 | 0x038b266ef399abc291685e1096ef101ffca97f59 | /**
*Submitted for verification at Etherscan.io on 2022-02-07
*/
//SPDX-License-Identifier: UNLICENSED
pragma solidity =0.8.11;
interface IERC20 {
function balanceOf(address account) external view returns (uint256);
function transfer(address recipient, uint256 amount) external returns (bool);
function al... | 0x6080604052600436106100f65760003560e01c8063a615e1711161008f578063c31c9c0711610061578063c31c9c0714610260578063e23ff95714610285578063e88bece8146102a5578063f2fde38b146102bb578063fcc2a481146102db57005b8063a615e171146101f4578063a808023c14610214578063b1c94d9414610234578063b5b7a1841461024a57005b80636912b4c9116100c85780636912... | {"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": "unchecked-transfer",... | 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': 'unchecked-transfer', 'impact': 'High', 'confidence': 'Medium'}, ... | [
101,
1014,
2595,
2692,
22025,
2497,
23833,
2575,
12879,
23499,
2683,
7875,
2278,
24594,
16048,
27531,
2063,
10790,
2683,
2575,
12879,
10790,
2487,
4246,
3540,
2683,
2581,
2546,
28154,
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... |
2,028 | 0x038b7537fd58d966404be0c7bcec64e6cbeb88a1 | /**
*Submitted for verification at Etherscan.io on 2021-08-21
*/
/*
Welcome to GOHAN INU
Son of Goku, saviour of the earth and the strongest of them all!
He is the heir to Earth and Namek, a legend who was hand picked by Vegeta and Piccolo.
He did what Goku couldn’t do... AND DEFEATED CELL.
Now let’s do what G... | 0x60806040526004361061010c5760003560e01c80636fc3eaec1161009557806395d89b411161006457806395d89b411461033b578063a9059cbb14610366578063c3c8cd80146103a3578063d543dbeb146103ba578063dd62ed3e146103e357610113565b80636fc3eaec146102a557806370a08231146102bc578063715018a6146102f95780638da5cb5b1461031057610113565b806323b872dd116100... | {"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,
22025,
2497,
23352,
24434,
2546,
2094,
27814,
2094,
2683,
28756,
12740,
2549,
4783,
2692,
2278,
2581,
9818,
8586,
21084,
2063,
2575,
27421,
15878,
2620,
2620,
27717,
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... |
2,029 | 0x038bb7cd980a0803cb74f2fc9620981f846ae7b1 | /**
*Submitted for verification at Etherscan.io on 2022-02-12
*/
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (utils/Counters.sol)
pragma solidity ^0.8.0;
/**
* @title Counters
* @author Matt Condon (@shrugs)
* @dev Provides counters that can only be incremented, decremented or reset. This ca... | 0x6080604052600436106102465760003560e01c806362b99ad411610139578063a22cb465116100b6578063d5abeb011161007a578063d5abeb0114610859578063db53bc1b14610884578063e0a80853146108af578063e985e9c5146108d8578063efbd73f414610915578063f2fde38b1461093e57610246565b8063a22cb46514610776578063a45ba8e71461079f578063b071401b146107ca578063b8... | {"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,
22025,
10322,
2581,
19797,
2683,
17914,
2050,
2692,
17914,
2509,
27421,
2581,
2549,
2546,
2475,
11329,
2683,
2575,
11387,
2683,
2620,
2487,
2546,
2620,
21472,
6679,
2581,
2497,
2487,
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... |
2,030 | 0x038bB98cf983b043D9A8114ed7c45475B7A6f94b | /**
*Submitted for verification at Etherscan.io on 2022-02-28
*/
// Sources flattened with hardhat v2.8.3 https://hardhat.org
// File @openzeppelin/contracts/proxy/[email protected]
// OpenZeppelin Contracts v4.4.1 (proxy/Proxy.sol)
pragma solidity ^0.8.0;
/**
* @dev This abstract contract provides a fallback fu... | 0x6080604052600436106100225760003560e01c80635c60da1b1461003957610031565b366100315761002f61006a565b005b61002f61006a565b34801561004557600080fd5b5061004e6100a5565b6040516001600160a01b03909116815260200160405180910390f35b6100a361009e7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc546001600160a01b031690565b... | {"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,
22025,
10322,
2683,
2620,
2278,
2546,
2683,
2620,
2509,
2497,
2692,
23777,
2094,
2683,
2050,
2620,
14526,
2549,
2098,
2581,
2278,
19961,
22610,
2629,
2497,
2581,
2050,
2575,
2546,
2683,
2549,
2497,
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... |
2,031 | 0x038cd9219171053328c7c229b923ba754d5c216f | /**
*Submitted for verification at Etherscan.io on 2022-01-26
*/
/*
**
** KingDoge
** https://t.me/KingDogeEntryPortal
** https://twitter.com/burgerking/status/1485992575152668677
**
**
*/
// SPDX-License-Identifier: Unlicensed ... | 0x6080604052600436106103e85760003560e01c80638a8c523c11610208578063b62496f511610118578063dd62ed3e116100ab578063f2fde38b1161007a578063f2fde38b14610b80578063f637434214610ba0578063f8b45b0514610bb6578063fe72b27a14610bcc578063ff935af614610bec57600080fd5b8063dd62ed3e14610af9578063e2f4560514610b3f578063e884f26014610b55578063f1... | {"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,
22025,
19797,
2683,
17465,
2683,
16576,
10790,
22275,
16703,
2620,
2278,
2581,
2278,
19317,
2683,
2497,
2683,
21926,
3676,
23352,
2549,
2094,
2629,
2278,
17465,
2575,
2546,
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... |
2,032 | 0x038cf0fe8b400538211b0cdc2dbf4e9a8a36bda4 | pragma solidity ^0.4.16;
contract ERC20 {
function transferFrom( address from, address to, uint value) returns (bool ok);
}
/// @title Multiplexer
/// @author Chris Hitchcott
contract Multiplexer {
function sendEth(address[] _to, uint256[] _value) payable returns (bool _success) {
// input validation
assert(... | 0x606060405263ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166325245b268114610048578063aee25613146100e0575b600080fd5b6100cc6004602481358181019083013580602081810201604051908101604052809392919081815260200183836020028082843782019150505050505091908035906020019082018035906020019080806020026020... | {"success": true, "error": null, "results": {"detectors": [{"check": "arbitrary-send", "impact": "High", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'arbitrary-send', 'impact': 'High', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
2692,
22025,
2278,
2546,
2692,
7959,
2620,
2497,
29537,
22275,
2620,
17465,
2487,
2497,
2692,
19797,
2278,
2475,
18939,
2546,
2549,
2063,
2683,
2050,
2620,
2050,
21619,
2497,
2850,
2549,
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... |
2,033 | 0x038e090c9a9b12ec140edcb8f55d30efb7d0710b | /**
*Submitted for verification at Etherscan.io on 2021-07-10
*/
/**
*Submitted for verification at Etherscan.io on 2020-08-14
*/
pragma solidity ^0.5.0;
// ----------------------------------------------------------------------------
// ERC Token Standard #20 Interface
//
// ---------------------------------------... | 0x6080604052600436106100cf5763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166306fdde0381146100d4578063095ea7b31461015e57806318160ddd146101ab57806323b872dd146101d2578063313ce567146102155780633eaaf86b1461024057806370a082311461025557806395d89b4114610288578063a293d1e81461029d578063a9059cbb14... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
2692,
22025,
2063,
2692,
21057,
2278,
2683,
2050,
2683,
2497,
12521,
8586,
16932,
2692,
2098,
27421,
2620,
2546,
24087,
2094,
14142,
12879,
2497,
2581,
2094,
2692,
2581,
10790,
2497,
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... |
2,034 | 0x038e7D67Ca6F471b518abcA47bFc966197028F69 | //SPDX-License-Identifier: MIT
pragma solidity ^0.7.0;
interface IERC20 {
function totalSupply() external view returns(uint);
function balanceOf(address account) external view returns(uint);
function transfer(address recipient, uint amount) external returns(bool);
function allowance(address owner, a... | 0x6080604052600436106100dd5760003560e01c806395d89b411161007f578063a9059cbb11610059578063a9059cbb146103dc578063d6d2b6ba14610408578063dd62ed3e146104be578063f2428621146104f9576100dd565b806395d89b4114610282578063964561f514610297578063a0e47bf6146103c7576100dd565b806323b872dd116100bb57806323b872dd146101d3578063313ce567146102... | {"success": true, "error": null, "results": {"detectors": [{"check": "controlled-delegatecall", "impact": "High", "confidence": "Medium"}, {"check": "unchecked-lowlevel", "impact": "Medium", "confidence": "Medium"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'controlled-delegatecall', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'unchecked-lowlevel', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
2692,
22025,
2063,
2581,
2094,
2575,
2581,
3540,
2575,
2546,
22610,
2487,
2497,
22203,
2620,
7875,
3540,
22610,
29292,
2278,
2683,
28756,
16147,
19841,
22407,
2546,
2575,
2683,
1013,
1013,
23772,
2595,
1011,
6105,
1011,
890... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
2,035 | 0x038ee87d74a14adf58eb71075ec9a0910fde353b | pragma solidity ^0.4.24;
/*
* Creator: HDC (HardyCorps)
*/
/*
* Abstract Token Smart Contract
*
*/
/*
* Safe Math Smart Contract.
* https://github.com/OpenZeppelin/zeppelin-solidity/blob/master/contracts/math/SafeMath.sol
*/
contract SafeMath {
function mul(uint256 a, uint256 b) internal pure returns... | 0x6080604052600436106100db576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff16806301502460146100e057806306fdde03146100f7578063095ea7b31461018757806313af4035146101ec57806318160ddd1461022f57806323b872dd1461025a578063313ce567146102df57806331c420d41461031057806370a08231146103275780637e1f2bb8... | {"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,
22025,
4402,
2620,
2581,
2094,
2581,
2549,
27717,
2549,
4215,
2546,
27814,
15878,
2581,
10790,
23352,
8586,
2683,
2050,
2692,
2683,
10790,
2546,
3207,
19481,
2509,
2497,
10975,
8490,
2863,
5024,
3012,
1034,
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... |
2,036 | 0x03906b68f884b449aab2c550a7b217574283c636 | 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) {
// Gas optimization: this is cheaper than a... | 0x60806040526004361061013e576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff16806305d2035b1461014357806306fdde0314610172578063095ea7b31461020257806318160ddd1461026757806323b872dd14610292578063313ce567146103175780633f4ba83a1461034257806340c10f191461035957806342966c68146103be5780634eee966f... | {"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,
23499,
2692,
2575,
2497,
2575,
2620,
2546,
2620,
2620,
2549,
2497,
22932,
2683,
11057,
2497,
2475,
2278,
24087,
2692,
2050,
2581,
2497,
17465,
23352,
2581,
20958,
2620,
2509,
2278,
2575,
21619,
10975,
8490,
2863,
5024... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
2,037 | 0x03907fc9687ef866ceba32739c584f9207ee863b | /**
*Submitted for verification at Etherscan.io on 2022-01-24
*/
// File: @openzeppelin/contracts/utils/cryptography/MerkleProof.sol
// OpenZeppelin Contracts v4.4.1 (utils/cryptography/MerkleProof.sol)
pragma solidity ^0.8.0;
/**
* @dev These functions deal with verification of Merkle Trees proofs.
*
* The pr... | 0x608060405234801561001057600080fd5b506004361061021b5760003560e01c806370a0823111610125578063a9059cbb116100ad578063bf8ebd851161007c578063bf8ebd851461060a578063d3cca9cb1461063a578063d88d200014610658578063dd62ed3e14610688578063f2fde38b146106b85761021b565b8063a9059cbb14610584578063b88a802f146105b4578063b91f2b28146105be5780... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
2692,
23499,
2692,
2581,
11329,
2683,
2575,
2620,
2581,
12879,
20842,
2575,
3401,
3676,
16703,
2581,
23499,
2278,
27814,
2549,
2546,
2683,
11387,
2581,
4402,
20842,
2509,
2497,
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... |
2,038 | 0x03915cfbbda862ee6a97d3dd43e89d841cf3f6f7 | /**
*Submitted for verification at Etherscan.io on 2020-11-16
*/
/**
*Submitted for verification at Etherscan.io on 2020-11-16
*/
/**
*
*
*/
pragma solidity 0.7.0;
interface IERC20 {
function totalSupply() external view returns (uint256);
function balanceOf(address... | 0x608060405234801561001057600080fd5b50600436106100cf5760003560e01c806353f9963f1161008c5780639618b31c116100665780639618b31c1461027c578063a457c2d714610284578063a9059cbb146102b0578063dd62ed3e146102dc576100cf565b806353f9963f1461022b57806370a082311461024e57806395d89b4114610274576100cf565b806306fdde03146100d4578063095ea7b314... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
2692,
23499,
16068,
2278,
26337,
2497,
2850,
20842,
2475,
4402,
2575,
2050,
2683,
2581,
2094,
29097,
2094,
23777,
2063,
2620,
2683,
2094,
2620,
23632,
2278,
2546,
2509,
2546,
2575,
2546,
2581,
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... |
2,039 | 0x039200dceb9bd2cb1da57356b1c0c7220948cfc7 | pragma solidity ^0.4.26;
contract DSValue {
function peek() public view returns (bytes32, bool);
function read() public view returns (bytes32);
}
contract ErrorReporter {
function fail(Error err, FailureInfo info) internal returns (uint) {
emit Failure(uint(err), uint(info), 0);
re... | 0x6080604052600436106101055763ffffffff7c0100000000000000000000000000000000000000000000000000000000600035041662e4768b811461010a57806308f31857146101405780630c9c630114610171578063183f34441461018657806326617c28146101a757806341976e09146101c15780634352fa9f146101e2578063451b1e3a146102c0578063485feabe146102d557806351e59ffb1461... | {"success": true, "error": null, "results": {"detectors": [{"check": "uninitialized-state", "impact": "High", "confidence": "High"}, {"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}, {"check": "uninitialized-local", "impact": "Medium", "confidence": "Medium"}, {"check": "locked-ether", "impact"... | true | null | {'detectors': [{'check': 'uninitialized-state', 'impact': 'High', 'confidence': 'High'}, {'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'uninitialized-local', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'locked-ether', 'impact': 'Medium', 'confidence': 'High'}]} | [
101,
1014,
2595,
2692,
23499,
28332,
16409,
15878,
2683,
2497,
2094,
2475,
27421,
2487,
2850,
28311,
19481,
2575,
2497,
2487,
2278,
2692,
2278,
2581,
19317,
2692,
2683,
18139,
2278,
11329,
2581,
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... |
2,040 | 0x039258B70C6eD6ed558f46B7D1f2EDf97d91151e | /**
*Submitted for verification at Etherscan.io on 2021-12-03
*/
// 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 generally available
* via msg.sen... | 0x6080604052600436106102c65760003560e01c806358a0f225116101795780639b19251a116100d6578063c87b56dd1161008a578063f2e1f50011610064578063f2e1f5001461077b578063f2fde38b1461079a578063f4217648146107ba57600080fd5b8063c87b56dd146106f2578063e825417414610712578063e985e9c51461073257600080fd5b8063b88d4fde116100bb578063b88d4fde146106... | {"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,
23499,
17788,
2620,
2497,
19841,
2278,
2575,
2098,
2575,
2098,
24087,
2620,
2546,
21472,
2497,
2581,
2094,
2487,
2546,
2475,
2098,
2546,
2683,
2581,
2094,
2683,
14526,
22203,
2063,
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... |
2,041 | 0x039284cb579d9e0a7a03e84ac09f26b520b3475a | pragma solidity ^0.4.18;
/**
* @title ERC20Basic
* @dev Simpler version of ERC20 interface
* @dev see https://github.com/ethereum/EIPs/issues/179
*/
contract ERC20Basic {
uint256 public totalSupply;
function balanceOf(address who) public view returns (uint256);
function transfer(address to, uint256 value) pu... | 0x6080604052600436106100e6576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff16806305d2035b146100eb57806306fdde031461011a578063095ea7b3146101aa57806318160ddd1461020f57806323b872dd1461023a578063313ce567146102bf57806340c10f19146102f0578063661884631461035557806370a08231146103ba5780637d64bcb4... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
2692,
23499,
22407,
2549,
27421,
28311,
2683,
2094,
2683,
2063,
2692,
2050,
2581,
2050,
2692,
2509,
2063,
2620,
2549,
6305,
2692,
2683,
2546,
23833,
2497,
25746,
2692,
2497,
22022,
23352,
2050,
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... |
2,042 | 0x039331f0daf060703958fda674534c975e154885 | pragma solidity ^0.4.18;
library SafeMath {
function mul(uint256 a, uint256 b) internal pure returns (uint256) {
uint256 c = a * b;
assert(a == 0 || c / a == b);
return c;
}
function div(uint256 a, uint256 b) internal pure returns (uint256) {
// assert(b > 0); // Solidity a... | 0x608060405260043610610154576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff16806306fdde031461015f578063095ea7b3146101ef57806318160ddd1461025457806323b872dd1461027f578063313ce567146103045780633eaaf86b1461032f5780634783c35b1461035a57806354840c6e146103b15780635b55169c146103e05780635b9b0609... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
2692,
23499,
22394,
2487,
2546,
2692,
2850,
2546,
2692,
16086,
19841,
23499,
27814,
2546,
2850,
2575,
2581,
19961,
22022,
2278,
2683,
23352,
2063,
16068,
18139,
27531,
10975,
8490,
2863,
5024,
3012,
1034,
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... |
2,043 | 0x03940201ba1f353ca418d7ef2d8b38b45529a9d1 | // SPDX-License-Identifier: MIT
//t.me/creeperfinance
pragma solidity 0.7.0;
interface IERC20 {
function totalSupply() external view returns (uint256);
function balanceOf(address who) external view returns (uint256);
function allowance(addre... | 0x608060405234801561001057600080fd5b50600436106100cf5760003560e01c806353f9963f1161008c5780639618b31c116100665780639618b31c1461027c578063a457c2d714610284578063a9059cbb146102b0578063dd62ed3e146102dc576100cf565b806353f9963f1461022b57806370a082311461024e57806395d89b4114610274576100cf565b806306fdde03146100d4578063095ea7b314... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
2692,
23499,
12740,
11387,
2487,
3676,
2487,
2546,
19481,
2509,
3540,
23632,
2620,
2094,
2581,
12879,
2475,
2094,
2620,
2497,
22025,
2497,
19961,
25746,
2683,
2050,
2683,
2094,
2487,
1013,
1013,
23772,
2595,
1011,
6105,
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... |
2,044 | 0x03948ec0d7a677f6767683c4a2cdea43b4bb9fa2 | /**
*Submitted for verification at Etherscan.io on 2021-03-02
*/
pragma solidity 0.8.0;
interface WETHInterace {
function deposit() external payable;
}
interface yWETHInterface {
function deposit(uint256 wad) external;
function balanceOf(address usr) external view returns (uint256 wad);
function t... | 0x60806040526004361061001e5760003560e01c8063f340fa0114610023575b600080fd5b610036610031366004610247565b61004c565b6040516100439190610311565b60405180910390f35b60008060009054906101000a90046001600160a01b03166001600160a01b031663d0e30db0346040518263ffffffff1660e01b81526004016000604051808303818588803b15801561009d57600080fd5b50... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
2692,
23499,
18139,
8586,
2692,
2094,
2581,
2050,
2575,
2581,
2581,
2546,
2575,
2581,
2575,
2581,
2575,
2620,
2509,
2278,
2549,
2050,
2475,
19797,
5243,
23777,
2497,
2549,
10322,
2683,
7011,
2475,
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... |
2,045 | 0x0394d61c526e2fe75113c4941a2a5ca6a147d6ea | /**
*Submitted for verification at Etherscan.io on 2021-05-31
*/
/**
*Submitted for verification at Etherscan.io on 2020-07-18
*/
pragma solidity ^0.4.17;
/**
* @title SafeMath
* @dev Math operations with safety checks that throw on error
*/
library SafeMath {
function mul(uint256 a, uint256 b) internal pur... | 0x608060405260043610610196576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff16806306fdde031461019b5780630753c30c1461022b578063095ea7b31461026e5780630e136b19146102bb5780630ecb93c0146102ea57806318160ddd1461032d57806323b872dd1461035857806326976e3f146103c557806327e235e31461041c578063313ce567... | {"success": true, "error": null, "results": {"detectors": [{"check": "erc20-interface", "impact": "Medium", "confidence": "High"}]}} | true | null | {'detectors': [{'check': 'erc20-interface', 'impact': 'Medium', 'confidence': 'High'}]} | [
101,
1014,
2595,
2692,
23499,
2549,
2094,
2575,
2487,
2278,
25746,
2575,
2063,
2475,
7959,
23352,
14526,
2509,
2278,
26224,
23632,
2050,
2475,
2050,
2629,
3540,
2575,
27717,
22610,
2094,
2575,
5243,
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... |
2,046 | 0x039623b8deb7aec2a83f903bc58752e3260399a4 | /**
*Submitted for verification at Etherscan.io on 2021-07-09
*/
// SPDX-License-Identifier: AGPL-3.0-or-later
pragma solidity 0.7.5;
/**
* @dev Collection of functions related to the address type
*/
library Address {
/**
* @dev Returns true if `account` is a contract.
*
* [IMPORTANT]
* ===... | 0x608060405234801561001057600080fd5b50600436106101c45760003560e01c80636daa9850116100f9578063c901761d11610097578063e8bb5d3411610071578063e8bb5d341461053e578063f3fef3a314610564578063f8ff9a4914610590578063fa43b69c146105bc576101c4565b8063c901761d146104a7578063d710951a146104af578063d8b6d2521461051f576101c4565b8063895a029311... | {"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,
23499,
2575,
21926,
2497,
2620,
3207,
2497,
2581,
6679,
2278,
2475,
2050,
2620,
2509,
2546,
21057,
2509,
9818,
27814,
23352,
2475,
2063,
16703,
16086,
23499,
2683,
2050,
2549,
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... |
2,047 | 0x0399cfea5f0602dff75e7aa670e1f351b98ee763 | /**
*Submitted for verification at Etherscan.io on 2022-04-18
*/
// SPDX-License-Identifier: Unlicensed
/**Baby bird doo doo doo doo doo doo
Baby bird doo doo doo doo doo doo
Mommy bird doo doo doo doo doo doo
Mommy bird doo doo doo doo doo doo
Mommy bird doo doo doo doo doo doo
Daddy bird doo doo doo doo doo d... | 0x6080604052600436106101d05760003560e01c80637d1db4a5116100f7578063a2a957bb11610095578063c492f04611610064578063c492f04614610562578063dd62ed3e14610582578063ea1644d5146105c8578063f2fde38b146105e857600080fd5b8063a2a957bb146104dd578063a9059cbb146104fd578063bfd792841461051d578063c3c8cd801461054d57600080fd5b80638f70ccf7116100... | {"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,
23499,
2683,
2278,
7959,
2050,
2629,
2546,
2692,
16086,
2475,
20952,
2546,
23352,
2063,
2581,
11057,
2575,
19841,
2063,
2487,
2546,
19481,
2487,
2497,
2683,
2620,
4402,
2581,
2575,
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... |
2,048 | 0x039a6cdfd143db5839373d35782b03730ada6da8 | /**
*Submitted for verification at Etherscan.io on 2021-06-29
*/
/**
*Submitted for verification at Etherscan.io on 2021-06-29
*/
// $FlokiMax
// Telegram: https://t.me/FlokiMax
/*
__ _ _
( _`\(_ ) ( ) _ /'\_/`\
| (_(_)| | _ | |/'... | 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,
2692,
23499,
2050,
2575,
19797,
2546,
2094,
16932,
29097,
2497,
27814,
23499,
24434,
29097,
19481,
2581,
2620,
2475,
2497,
2692,
24434,
14142,
8447,
2575,
2850,
2620,
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... |
2,049 | 0x039aa25407d0ce00e87afba994e279606e16922c | /**
*Submitted for verification at Etherscan.io on 2021-03-23
*/
pragma solidity 0.6.11;
// SPDX-License-Identifier: BSD-3-Clause
// File: contracts\GSN\Context.sol
/*
* @dev Provides information about the current execution context, including the
* sender of the transaction and its data. While these are genera... | 0x608060405234801561001057600080fd5b506004361061010b5760003560e01c806379cc6790116100a2578063a9059cbb11610071578063a9059cbb1461052e578063cae9ca5114610594578063d493b9ac1461064f578063dd62ed3e146106bd578063f2fde38b146107355761010b565b806379cc6790146103ad5780638da5cb5b146103fb57806395d89b4114610445578063a457c2d7146104c85761... | {"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,
23499,
11057,
17788,
12740,
2581,
2094,
2692,
3401,
8889,
2063,
2620,
2581,
10354,
3676,
2683,
2683,
2549,
2063,
22907,
2683,
16086,
2575,
2063,
16048,
2683,
19317,
2278,
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... |
2,050 | 0x039c03570a059d6c5e068c7b93984c9a49630232 | /**
*Submitted for verification at Etherscan.io on 2021-11-02
*/
/*
Our Official Links
https://twitter.com/Miyazaki_inu
https://www.miyazaki-inu.com/
*/
pragma solidity ^0.6.12;
interface IERC20 {
function totalSupply() external view returns (uint256);
function balanceOf(address account) e... | 0x608060405234801561001057600080fd5b50600436106100a95760003560e01c806370a082311161007157806370a0823114610258578063715018a6146102b05780638da5cb5b146102ba57806395d89b41146102ee578063a9059cbb14610371578063dd62ed3e146103d5576100a9565b806306fdde03146100ae578063095ea7b31461013157806318160ddd1461019557806323b872dd146101b35780... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
2692,
23499,
2278,
2692,
19481,
19841,
2050,
2692,
28154,
2094,
2575,
2278,
2629,
2063,
2692,
2575,
2620,
2278,
2581,
2497,
2683,
23499,
2620,
2549,
2278,
2683,
2050,
26224,
2575,
14142,
21926,
2475,
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... |
2,051 | 0x039cbc5d80f78aa4708aef80d3cd99dd37953512 | pragma solidity ^0.4.11;
// ERC Token Standard #20 Interface
// https://github.com/ethereum/EIPs/issues/20
contract ERC20Interface {
// Get the total token supply
function totalSupply() constant returns (uint256 totalSupply);
// Get the account balance of another account with address _owner
... | 0x606060405236156100a15763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166306fdde0381146100a6578063095ea7b31461013157806318160ddd1461016757806323b872dd1461018c578063313ce567146101c857806370a08231146101f15780638da5cb5b1461022257806395d89b4114610251578063a9059cbb146102dc578063dd62ed3e146103... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
2692,
23499,
27421,
2278,
2629,
2094,
17914,
2546,
2581,
2620,
11057,
22610,
2692,
2620,
6679,
2546,
17914,
2094,
2509,
19797,
2683,
2683,
14141,
24434,
2683,
22275,
22203,
2475,
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... |
2,052 | 0x039dbff00f2b4b0da89c60a1870cbfbd726b6cb1 | pragma solidity ^0.4.16;
interface tokenRecipient { function receiveApproval(address _from, uint256 _value, address _token, bytes _extraData) public; }
contract TokenERC20 {
string public name; //世界佛福链 WORLD FOFU BLOCKCHAIN
string public symbol;
uint8 public decimals = 18;
uint256 public tot... | 0x606060405236156100b75763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166306fdde0381146100bc578063095ea7b31461014757806318160ddd1461017d57806323b872dd146101a2578063313ce567146101de57806342966c681461020757806370a082311461023157806379cc67901461026257806395d89b4114610298578063a9059cbb146103... | {"success": true, "error": null, "results": {"detectors": [{"check": "erc20-interface", "impact": "Medium", "confidence": "High"}]}} | true | null | {'detectors': [{'check': 'erc20-interface', 'impact': 'Medium', 'confidence': 'High'}]} | [
101,
1014,
2595,
2692,
23499,
18939,
4246,
8889,
2546,
2475,
2497,
2549,
2497,
2692,
2850,
2620,
2683,
2278,
16086,
27717,
2620,
19841,
27421,
26337,
2094,
2581,
23833,
2497,
2575,
27421,
2487,
10975,
8490,
2863,
5024,
3012,
1034,
1014,
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... |
2,053 | 0x039f4e1bce9abd79b2c04f48e4d2268c638e5444 | /**
*Submitted for verification at Etherscan.io on 2022-02-19
*/
// SPDX-License-Identifier: Unlicensed
pragma solidity 0.7.6;
interface ERC20 {
function balanceOf(address account) external view returns (uint256);
function transfer(address recipient, uint256 amount) external returns (bool);
function al... | 0x608060405260043610620000615760003560e01c8063098408ed14620000715780630f0492dc14620001865780633422bd6514620002a6578063690d832014620003525780639d3756c614620003a7578063a522ad251462000453576200006c565b366200006c57600080fd5b600080fd5b6200015a600480360360608110156200008957600080fd5b81019080803573ffffffffffffffffffffffffffff... | {"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,
23499,
2546,
2549,
2063,
2487,
9818,
2063,
2683,
7875,
2094,
2581,
2683,
2497,
2475,
2278,
2692,
2549,
2546,
18139,
2063,
2549,
2094,
19317,
2575,
2620,
2278,
2575,
22025,
2063,
27009,
22932,
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... |
2,054 | 0x039f5050de4908f9b5ddf40a4f3aa3f329086387 | pragma solidity ^0.4.16;
/*-------------------------------------------------------------------------*/
/*
* Website : https://ethernet.cash
* Email : contact(a)ethernet.cash
*/
/*-------------------------------------------------------------------------*/
interface tokenRecipient { function receiveApproval(address... | 0x6080604052600436106101325763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f811461026157806305fefda71461029257806306fdde03146102af578063095ea7b31461033957806318160ddd146103715780631d41161214610398578063313ce567146103ad57806342966c68146103d85780634490efe3146103f05780634b75033414... | {"success": true, "error": null, "results": {"detectors": [{"check": "uninitialized-local", "impact": "Medium", "confidence": "Medium"}, {"check": "erc20-interface", "impact": "Medium", "confidence": "High"}]}} | true | null | {'detectors': [{'check': 'uninitialized-local', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'erc20-interface', 'impact': 'Medium', 'confidence': 'High'}]} | [
101,
1014,
2595,
2692,
23499,
2546,
12376,
12376,
3207,
26224,
2692,
2620,
2546,
2683,
2497,
2629,
14141,
2546,
12740,
2050,
2549,
2546,
2509,
11057,
2509,
2546,
16703,
21057,
20842,
22025,
2581,
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... |
2,055 | 0x039fb002d21c1c5eeb400612aef3d64d49eb0d94 | pragma solidity ^0.4.21;
// File: contracts/Oracle/DSAuth.sol
contract DSAuthority {
function canCall(
address src, address dst, bytes4 sig
) public view returns (bool);
}
contract DSAuthEvents {
event LogSetAuthority (address indexed authority);
event LogSetOwner (address indexed owner);... | 0x6060604052600436106103075763ffffffff60e060020a600035041662599e65811461030c57806301a521d61461035557806302ffc0b0146103de57806304e80e90146103fc57806306d58f2a1461042b5780630e7c0f80146104805780631006a41f146104a557806314584a9d146104ca5780632cef4dac146104ef5780633069046814610504578063377758071461051a578063403fbf541461054957... | {"success": true, "error": null, "results": {"detectors": [{"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "tautology", "impact": "Medium", "confidence": "High"}, {"check": "incorrect-equality", "impac... | true | null | {'detectors': [{'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'tautology', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}, {'check... | [
101,
1014,
2595,
2692,
23499,
26337,
8889,
2475,
2094,
17465,
2278,
2487,
2278,
2629,
4402,
2497,
29537,
2575,
12521,
6679,
2546,
29097,
21084,
2094,
26224,
15878,
2692,
2094,
2683,
2549,
10975,
8490,
2863,
5024,
3012,
1034,
1014,
1012,
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... |
2,056 | 0x03a0d8f58de95757bc5e332a80a70dc1da8a953c | /**
*Submitted for verification at Etherscan.io on 2021-09-06
*/
// Sources flattened with hardhat v2.6.2 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.
*/... | 0x608060405234801561001057600080fd5b50600436106100cf5760003560e01c806342966c681161008c57806395d89b411161006657806395d89b41146101ad578063a457c2d7146101b5578063a9059cbb146101c8578063dd62ed3e146101db57600080fd5b806342966c681461015c57806370a082311461017157806379cc67901461019a57600080fd5b806306fdde03146100d4578063095ea7b314... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
2692,
2509,
2050,
2692,
2094,
2620,
2546,
27814,
3207,
2683,
28311,
28311,
9818,
2629,
2063,
22394,
2475,
2050,
17914,
2050,
19841,
16409,
2487,
2850,
2620,
2050,
2683,
22275,
2278,
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... |
2,057 | 0x03a1347171e3d54449bb504cf23604c9a1484740 | /**
*Submitted for verification at Etherscan.io on 2022-04-30
*/
/******************************
*
* https://shibaninjainu.app/
*
* https://t.me/ShibaNinjaInuERC20
*
* ShibaNinja Inu lauching in ERC20 healthy community, Anti-Dump, Anti-Whale, Automatically burn each transaction.
*
******************************... | 0x6080604052600436106103a65760003560e01c8063751039fc116101e7578063bbc0c7421161010d578063e884f260116100a0578063f63743421161006f578063f637434214610ae7578063f8b45b0514610afd578063fc155d1d14610b13578063fe575a8714610b3357600080fd5b8063e884f26014610a86578063ee40166e14610a9b578063f11a24d314610ab1578063f2fde38b14610ac757600080... | {"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,
2509,
27717,
22022,
2581,
16576,
2487,
2063,
29097,
27009,
22932,
2683,
10322,
12376,
2549,
2278,
2546,
21926,
16086,
2549,
2278,
2683,
27717,
18139,
22610,
12740,
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... |
2,058 | 0x03a2f2eb836fdd6ef462edc65bccd358ba1f2375 | pragma solidity ^0.4.24;
library SafeMath
{
function mul(uint256 a, uint256 b)
internal
pure
returns (uint256)
{
uint256 result = a * b;
assert(a == 0 || result / a == b);
return result;
}
function div(uint256 a, uint256 b)
internal
pur... | 0x60806040526004361061018a576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff16806286969f1461018f57806302af2095146101ea57806306fdde03146102ab5780630784a07f1461033b57806311506970146103665780631249c58b146103915780631602a124146103c057806318160ddd146103d75780631aa7655c1461040257806325068a2814... | {"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,
2509,
2050,
2475,
2546,
2475,
15878,
2620,
21619,
2546,
14141,
2575,
12879,
21472,
2475,
2098,
2278,
26187,
9818,
19797,
19481,
2620,
3676,
2487,
2546,
21926,
23352,
10975,
8490,
2863,
5024,
3012,
1034,
1014,
1012,
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... |
2,059 | 0x03a47C3Ad26E3EC67965C007f596775475D126eA | /**
*Submitted for verification at Etherscan.io on 2021-12-15
*/
/**
*
* Exciting (fair) launch of Mongoose Pup (MPUP) is scheduled 15/12/2021 between 22:00 and 23:00 UTC
*
* Join the community via t.me/MongoosePup
*
* Supply: 69,000,000,000,000,000,000,000
* MaxTx: 990,000,000,000,000,000,000
*
* For all o... | 0x60806040526004361061028c5760003560e01c80635342acb41161015a578063a457c2d7116100c1578063d12a76881161007a578063d12a7688146107f2578063dd46706414610808578063dd62ed3e14610828578063e8c4c43c1461086e578063ea2f0b3714610883578063f2fde38b146108a357600080fd5b8063a457c2d714610753578063a633423114610773578063a69df4b514610788578063a9... | {"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,
2509,
2050,
22610,
2278,
2509,
4215,
23833,
2063,
2509,
8586,
2575,
2581,
2683,
26187,
2278,
8889,
2581,
2546,
28154,
2575,
2581,
23352,
22610,
2629,
2094,
12521,
2575,
5243,
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... |
2,060 | 0x03a51b40e9be0d0e7a3c9d4b4e95a48b4c8abfeb | /**
*Submitted for verification at Etherscan.io on 2021-11-10
*/
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
/**
* @dev Interface of the ERC20 standard as defined in the EIP.
*/
interface IERC20 {
/**
* @dev Returns the amount of tokens in existence.
*/
function totalSupply() external... | 0x60806040526004361061008a5760003560e01c8063810ec23b11610059578063810ec23b1461015257806386d1a69f1461018f57806396132521146101a65780639852595c146101d1578063be9a65551461020e57610091565b80630a17b06b146100965780630fb5a6b4146100d357806319165587146100fe57806338af3eed1461012757610091565b3661009157005b600080fd5b3480156100a25760... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
2692,
2509,
2050,
22203,
2497,
12740,
2063,
2683,
4783,
2692,
2094,
2692,
2063,
2581,
2050,
2509,
2278,
2683,
2094,
2549,
2497,
2549,
2063,
2683,
2629,
2050,
18139,
2497,
2549,
2278,
2620,
7875,
7959,
2497,
1013,
1008,
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... |
2,061 | 0x03a6290b5c0875313422ee003bd323979c8d1ac2 | pragma solidity ^0.4.11;
contract Token {
function transferFrom(address, address, uint256) returns (bool);
}
contract EscrowExchange {
struct courseAndAddress {
uint course;
address tokenContractAddress;
}
mapping(address=>courseAndAddress) public tokenSellData;
function setTokenForS... | 0x606060405263ffffffff7c0100000000000000000000000000000000000000000000000000000000600035041663194dee3281146100505780637e72fb5214610071578063df6da6f914610099575bfe5b341561005857fe5b61006f600435600160a060020a03602435166100d6565b005b610085600160a060020a036004351661011d565b604080519115158252519081900360200190f35b34156100a1... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
2692,
2509,
2050,
2575,
24594,
2692,
2497,
2629,
2278,
2692,
2620,
23352,
21486,
22022,
19317,
4402,
8889,
2509,
2497,
2094,
16703,
23499,
2581,
2683,
2278,
2620,
2094,
2487,
6305,
2475,
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... |
2,062 | 0x03A6ff14efA4Cb4AD51590f0E4C305e8ceC634FF | /**
*Submitted for verification at Etherscan.io on 2022-02-11
*/
// 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,
2509,
2050,
2575,
4246,
16932,
12879,
2050,
2549,
27421,
2549,
4215,
22203,
28154,
2692,
2546,
2692,
2063,
2549,
2278,
14142,
2629,
2063,
2620,
3401,
2278,
2575,
22022,
4246,
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... |
2,063 | 0x03a73053d2c34c4629d821c6f3369f58a05dfef7 | /**
*Submitted for verification at Etherscan.io on 2022-03-13
*/
// File: @openzeppelin/contracts/utils/cryptography/ECDSA.sol
pragma solidity ^0.8.0;
/**
* @dev Elliptic Curve Digital Signature Algorithm (ECDSA) operations.
*
* These functions can be used to verify that a message was signed by the holder
* o... | 0x60806040523480156200001157600080fd5b5060043610620000465760003560e01c8063167ef495146200004b57806346e6358614620000815780637ad3e1cf14620000a3575b600080fd5b6200006960048036038101906200006391906200042c565b620000d9565b6040516200007891906200060d565b60405180910390f35b6200008b62000119565b6040516200009a9190620005e9565b60405180... | {"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,
2509,
2050,
2581,
14142,
22275,
2094,
2475,
2278,
22022,
2278,
21472,
24594,
2094,
2620,
17465,
2278,
2575,
2546,
22394,
2575,
2683,
2546,
27814,
2050,
2692,
2629,
20952,
12879,
2581,
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... |
2,064 | 0x03a76034b6b33011acea6eddbb0423b79540eed7 | pragma solidity ^0.4.24;
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) {
uint256 c = a / b;
... | 0x6080604052600436106100c45763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166306fdde0381146100c9578063095ea7b31461015357806318160ddd1461018b57806323b872dd146101b25780632ff2e9dc146101dc578063313ce567146101f157806342966c681461021c578063661884631461023457806370a082311461025857806395d89b4114... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
2692,
2509,
2050,
2581,
16086,
22022,
2497,
2575,
2497,
22394,
24096,
2487,
10732,
2050,
2575,
22367,
10322,
2692,
20958,
2509,
2497,
2581,
2683,
27009,
2692,
13089,
2581,
10975,
8490,
2863,
5024,
3012,
1034,
1014,
1012,
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... |
2,065 | 0x03a82e40049bcab41f6207a91134f244a56b850c | //This file contains an eRAY token contract along with some other accompanying contracts
//Generally speaking, the difference between plain ERC20 token is in way of generating token via prescribed TGR (Token Generation Rounds)
//and possibility to burn token to receive contributed Ether back
// Authors: Alexander Shev... | 0x608060405260043610610204576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff16806306fdde03146105f5578063095ea7b31461068557806313a1da40146106ea578063163ef5cb1461071557806318160ddd146107405780631bfaf1551461076b5780631e89d545146107c257806323b872dd1461087f57806324b513691461090457806325db6699... | {"success": true, "error": null, "results": {"detectors": [{"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}, {"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'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,
2509,
2050,
2620,
2475,
2063,
29537,
26224,
9818,
7875,
23632,
2546,
2575,
11387,
2581,
2050,
2683,
14526,
22022,
2546,
18827,
2549,
2050,
26976,
2497,
27531,
2692,
2278,
1013,
1013,
2023,
5371,
3397,
2019,
3690,
2100... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
2,066 | 0x03a897c8d7d21688ae0a49ea087836b2667c2cc8 | pragma solidity ^0.4.24;
// produced by the Solididy File Flattener (c) David Appleton 2018
// contact : <span class="__cf_email__" data-cfemail="f591948390b5949e9a989794db969a98">[email protected]</span>
// released under Apache 2.0 licence
contract Ownable {
address public owner;
event OwnershipRenounced(a... | 0x6080604052600436106101ac576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff16806307d78e21146101b75780631515bc2b146101e2578063223b01db1461021157806326b85f0d1461023c5780632b9edee9146102675780632c4e722e146102965780632f379fc8146102c15780634042b66f146102f057806344691f7e1461031b578063454bccd0... | {"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,
2692,
2509,
2050,
2620,
2683,
2581,
2278,
2620,
2094,
2581,
2094,
17465,
2575,
2620,
2620,
6679,
2692,
2050,
26224,
5243,
2692,
2620,
2581,
2620,
21619,
2497,
23833,
2575,
2581,
2278,
2475,
9468,
2620,
10975,
8490,
2863,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
2,067 | 0x03a99dcd4dac4dcf855ca268ae850a14d9901f6d | /**
*Submitted for verification at Etherscan.io on 2021-07-21
*/
pragma solidity 0.5.16;
interface IBEP20 {
/**
* @dev Returns the amount of tokens in existence.
*/
function totalSupply() external view returns (uint256);
/**
* @dev Returns the token decimals.
*/
function decimals() external view... | 0x608060405234801561001057600080fd5b50600436106101005760003560e01c8063893d20e811610097578063a457c2d711610066578063a457c2d7146104db578063a9059cbb14610541578063dd62ed3e146105a7578063f2fde38b1461061f57610100565b8063893d20e81461037e5780638da5cb5b146103c857806395d89b4114610412578063a0712d681461049557610100565b8063313ce56711... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
2692,
2509,
2050,
2683,
2683,
16409,
2094,
2549,
2850,
2278,
2549,
16409,
2546,
27531,
2629,
3540,
23833,
2620,
6679,
27531,
2692,
27717,
2549,
2094,
2683,
21057,
2487,
2546,
2575,
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... |
2,068 | 0x03ab3a2f0125ce10d2760a2e1653f475a2ab0608 | /**
*Submitted for verification at Etherscan.io on 2021-04-27
*/
pragma solidity ^0.5.0;
// ----------------------------------------------------------------------------
// ERC Token Standard #20 Interface
//
// ----------------------------------------------------------------------------
contract ERC20Interface {
... | 0x6080604052600436106100d0576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff16806306fdde03146100d5578063095ea7b31461016557806318160ddd146101d857806323b872dd14610203578063313ce567146102965780633eaaf86b146102c757806370a08231146102f257806395d89b4114610357578063a293d1e8146103e7578063a9059cbb... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
2692,
2509,
7875,
2509,
2050,
2475,
2546,
24096,
17788,
3401,
10790,
2094,
22907,
16086,
2050,
2475,
2063,
16048,
22275,
2546,
22610,
2629,
2050,
2475,
7875,
2692,
16086,
2620,
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... |
2,069 | 0x03ab458634910aad20ef5f1c8ee96f1d6ac54919 | /**
*Submitted for verification at Etherscan.io on 2021-02-14
*/
// Copyright (C) 2017, 2018, 2019 dbrock, rain, mrchico
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published by
// the Free Software Foundation, either versi... | 0x608060405234801561001057600080fd5b506004361061014d5760003560e01c806370a08231116100c35780639dc29fac1161007c5780639dc29fac146103eb578063a9059cbb14610417578063b753a98c14610443578063bb35783b1461046f578063dd62ed3e146104a5578063f2d5d56b146104d35761014d565b806370a082311461030f5780637ecebe00146103355780638fcbaf0c1461035b5780... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
2692,
2509,
7875,
19961,
20842,
22022,
2683,
10790,
11057,
2094,
11387,
12879,
2629,
2546,
2487,
2278,
2620,
4402,
2683,
2575,
2546,
2487,
2094,
2575,
6305,
27009,
2683,
16147,
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... |
2,070 | 0x03ab65aa0a900e4df97ed8f3b316a261cef5affc | pragma solidity ^0.4.24;
interface tokenRecipient { function receiveApproval(address _from, uint256 _value, address _token, bytes _extraData) external; }
contract ICT {
// Public variables of the token
string public name;
string public symbol;
uint8 public decimals = 4;
// 18 decimals is the stron... | 0x6080604052600436106100b95763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166306fdde0381146100be578063095ea7b31461014857806318160ddd1461018057806323b872dd146101a7578063313ce567146101d157806342966c68146101fc57806370a082311461021457806379cc67901461023557806395d89b4114610259578063a9059cbb14... | {"success": true, "error": null, "results": {"detectors": [{"check": "erc20-interface", "impact": "Medium", "confidence": "High"}]}} | true | null | {'detectors': [{'check': 'erc20-interface', 'impact': 'Medium', 'confidence': 'High'}]} | [
101,
1014,
2595,
2692,
2509,
7875,
26187,
11057,
2692,
2050,
21057,
2692,
2063,
2549,
20952,
2683,
2581,
2098,
2620,
2546,
2509,
2497,
21486,
2575,
2050,
23833,
2487,
3401,
2546,
2629,
10354,
11329,
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... |
2,071 | 0x03acb52e9ebf0dcb6c47ce7cc9634159de574e08 | /**
*Submitted for verification at Etherscan.io on 2021-09-28
*/
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.4;
library Strings {
function toString(uint256 value) internal pure returns (string memory) {
if (value == 0) {
return "0";
}
uint256 temp = value;
... | 0x6080604052600436106101d85760003560e01c80636a1b7ecc11610102578063a22cb46511610095578063c87b56dd11610064578063c87b56dd14610579578063d082e38114610599578063d48e638a146105af578063e985e9c5146105e557600080fd5b8063a22cb465146104ec578063aad2b7231461050c578063b88d4fde1461052c578063c57dc2351461054c57600080fd5b80637ea54b6d116100... | {"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,
2509,
6305,
2497,
25746,
2063,
2683,
15878,
2546,
2692,
16409,
2497,
2575,
2278,
22610,
3401,
2581,
9468,
2683,
2575,
22022,
16068,
2683,
3207,
28311,
2549,
2063,
2692,
2620,
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... |
2,072 | 0x03ace9C69E33d6638c179545FF93439f3F591D44 | /**
*Submitted for verification at Etherscan.io on 2021-02-06
*/
// SPDX-License-Identifier: AGPL-3.0-or-later
pragma solidity 0.6.11;
/**
* @dev Interface of the ERC20 standard as defined in the EIP.
*/
interface IERC20 {
/**
* @dev Returns the amount of tokens in existence.
*/
function totalSup... | 0x608060405234801561001057600080fd5b506004361061014d5760003560e01c806370897b23116100c3578063e9fad8ee1161007c578063e9fad8ee146102e3578063f0fa55a9146102eb578063f77c479114610308578063f851a44014610310578063fbfa77cf14610318578063fc7b9c18146103205761014d565b806370897b2314610254578063853828b61461027157806387788782146102795780... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}, {"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'reentrancy-eth', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
2692,
2509,
10732,
2683,
2278,
2575,
2683,
2063,
22394,
2094,
28756,
22025,
2278,
16576,
2683,
27009,
2629,
4246,
2683,
22022,
23499,
2546,
2509,
2546,
28154,
2487,
2094,
22932,
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... |
2,073 | 0x03af37073258b08ffff303e9e07e8a0b7bfc4fd9 | pragma solidity ^0.4.9;
library strings {
struct slice {
uint _len;
uint _ptr;
}
function memcpy(uint dest, uint src, uint len) private {
// Copy word-length chunks while possible
for(; len >= 32; len -= 32) {
assembly {
mstore(dest, mload(src))... | 0x60606040523615610126576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff16806306fdde0314610210578063083c6323146102a9578063095ea7b3146102cf57806318160ddd146103265780631bd951551461034c57806323b872dd146103ba57806327dc297e14610430578063313ce5671461049757806338bbfa50146104c357806348cd4cb11461... | {"success": true, "error": null, "results": {"detectors": [{"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "tautology", "impact": "Medium", "confidence": "High"}, {"check": "constant-function-asm", "impact": "Medium", "confidence": "Medium"}, {"check": "shadowing-abstract", "i... | true | null | {'detectors': [{'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'tautology', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'constant-function-asm', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'shadowing-abstract', 'impact': 'Medium', 'confidence': 'High'}, {'c... | [
101,
1014,
2595,
2692,
2509,
10354,
24434,
2692,
2581,
16703,
27814,
2497,
2692,
2620,
4246,
4246,
14142,
2509,
2063,
2683,
2063,
2692,
2581,
2063,
2620,
2050,
2692,
2497,
2581,
29292,
2278,
2549,
2546,
2094,
2683,
10975,
8490,
2863,
5024,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
2,074 | 0x03af731935d11f1d97b33f6f2bbf516ce0834c41 | /**
*Submitted for verification at Etherscan.io on 2021-02-18
*/
/**FATPIG is a community driven DeFi-project by the people and for the people, the decisions and actions of FATPIG are made by its community through voting to assure equity and fairness for all.
FATPIG.FINANCE is a new form of governance system, a think... | 0x60806040526004361061009c5760003560e01c80633177029f116100645780633177029f1461027357806370a08231146102e657806395d89b411461034b578063a9059cbb146103db578063dd62ed3e14610441578063e8b5b796146104c65761009c565b806306fdde03146100a1578063095ea7b31461013157806318160ddd1461019757806323b872dd146101c2578063313ce56714610248575b6000... | {"success": true, "error": null, "results": {"detectors": [{"check": "uninitialized-state", "impact": "High", "confidence": "High"}, {"check": "locked-ether", "impact": "Medium", "confidence": "High"}]}} | true | null | {'detectors': [{'check': 'uninitialized-state', 'impact': 'High', 'confidence': 'High'}, {'check': 'locked-ether', 'impact': 'Medium', 'confidence': 'High'}]} | [
101,
1014,
2595,
2692,
2509,
10354,
2581,
21486,
2683,
19481,
2094,
14526,
2546,
2487,
2094,
2683,
2581,
2497,
22394,
2546,
2575,
2546,
2475,
10322,
2546,
22203,
2575,
3401,
2692,
2620,
22022,
2278,
23632,
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... |
2,075 | 0x03B14096A295F42FE660589b072DB1479F2B00da | /**
*Submitted for verification at Etherscan.io on 2021-06-14
*/
// SPDX-License-Identifier: MIT
/*
* Token has been generated for FREE using https://vittominacori.github.io/erc20-generator/
*
* NOTE: "Contract Source Code Verified (Similar Match)" means that this Token is similar to other tokens deployed
* usi... | 0x608060405234801561001057600080fd5b50600436106100cf5760003560e01c806354fd4d501161008c57806395d89b411161006657806395d89b4114610195578063a457c2d71461019d578063a9059cbb146101b0578063dd62ed3e146101c357600080fd5b806354fd4d501461015c57806370a08231146101645780637afa1eed1461018d57600080fd5b806306fdde03146100d4578063095ea7b314... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
2692,
2509,
2497,
16932,
2692,
2683,
2575,
2050,
24594,
2629,
2546,
20958,
7959,
28756,
2692,
27814,
2683,
2497,
2692,
2581,
2475,
18939,
16932,
2581,
2683,
2546,
2475,
2497,
8889,
2850,
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... |
2,076 | 0x03b1592e06c167dce7fb757e3af67b570d019e77 | /**
*Submitted for verification at Etherscan.io on 2021-04-27
*/
pragma solidity ^0.5.0;
//
//
// _____ _ ____
// | __|___ ___ _| | | \ ___ ___ ___
// | | | . | . | . | | | | . | . | -_|
// |_____|___|___|___| |____/|___|_ |___|
// ... | 0x608060405234801561001057600080fd5b50600436106100ea5760003560e01c806395d89b411161008c578063b5931f7c11610066578063b5931f7c1461044b578063d05c78da14610497578063dd62ed3e146104e3578063e6cb90131461055b576100ea565b806395d89b4114610316578063a293d1e814610399578063a9059cbb146103e5576100ea565b806323b872dd116100c857806323b872dd14... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
2692,
2509,
2497,
16068,
2683,
2475,
2063,
2692,
2575,
2278,
16048,
2581,
16409,
2063,
2581,
26337,
23352,
2581,
2063,
2509,
10354,
2575,
2581,
2497,
28311,
2692,
2094,
24096,
2683,
2063,
2581,
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... |
2,077 | 0x03b20614AF4079b04de65891A084f583193cEE59 | /**
*Submitted for verification at Etherscan.io on 2022-02-23
*/
// Sources flattened with hardhat v2.8.4 https://hardhat.org
// File @rari-capital/solmate/src/auth/[email protected]
// SPDX-License-Identifier: GNU AGPLv3
pragma solidity >=0.8.0;
/// @notice Provides a flexible and updatable auth pattern which is c... | 0x60806040526004361061039b5760003560e01c80637ce3489b116101dc578063c5d664c611610102578063e9ec2e99116100a0578063eed74e671161006f578063eed74e6714610b5f578063f1a392da14610b7f578063f84d73f414610ba6578063f97d2ed714610bc057600080fd5b8063e9ec2e9914610af4578063ec523afd14610b09578063ecad956514610b29578063ed2c552114610b3f57600080... | {"success": true, "error": null, "results": {"detectors": [{"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "arbitrary-send", "impact": "High", "confidence": "Medium"}, {"check": "incorrect-equality", "... | true | null | {'detectors': [{'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'arbitrary-send', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}, {'... | [
101,
1014,
2595,
2692,
2509,
2497,
11387,
2575,
16932,
10354,
12740,
2581,
2683,
2497,
2692,
2549,
3207,
26187,
2620,
2683,
2487,
2050,
2692,
2620,
2549,
2546,
27814,
21486,
2683,
2509,
3401,
2063,
28154,
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... |
2,078 | 0x03b28a87e53059103cfb72266273ee6235ff363f | /**
*Submitted for verification at Etherscan.io on 2021-07-05
*/
// SPDX-License-Identifier: MIT
pragma solidity 0.8.4;
contract Owned {
address public owner;
address public proposedOwner;
event OwnershipTransferred(
address indexed previousOwner,
address indexed newOwner
);
/**... | 0x608060405234801561001057600080fd5b50600436106101735760003560e01c80635342acb4116100de578063a64e4f8a11610097578063af9549e011610071578063af9549e014610462578063b5ed298a1461047e578063d153b60c1461049a578063dd62ed3e146104b857610173565b8063a64e4f8a146103f8578063a901dd9214610416578063a9059cbb1461043257610173565b80635342acb414... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
2692,
2509,
2497,
22407,
2050,
2620,
2581,
2063,
22275,
2692,
28154,
10790,
2509,
2278,
26337,
2581,
19317,
28756,
22907,
2509,
4402,
2575,
21926,
2629,
4246,
21619,
2509,
2546,
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... |
2,079 | 0x03B2DC629520693e69339BAF84fD74CDcCCB275C | pragma solidity ^0.4.18;
contract ERC20Basic {
function totalSupply() public view returns (uint256);
function balanceOf(address who) public view returns (uint256);
function transfer(address to, uint256 value) public returns (bool);
event Transfer(address indexed from, address indexed to, uint256 value);
}
... | 0x6060604052600436106100fc576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff16806306fdde0314610101578063095ea7b31461018f57806318160ddd146101e957806323b872dd14610212578063313ce5671461028b57806338af3eed146102b45780633f4ba83a146103095780635c975abb1461031e578063661884631461034b57806370a08231... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
2692,
2509,
2497,
2475,
16409,
2575,
24594,
25746,
2692,
2575,
2683,
2509,
2063,
2575,
2683,
22394,
2683,
3676,
2546,
2620,
2549,
2546,
2094,
2581,
2549,
19797,
9468,
27421,
22907,
2629,
2278,
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... |
2,080 | 0x03b3ab9bcbb05779d30a7c38e5cbe6489e7ebac5 | pragma solidity ^0.4.23;
contract Token {
uint8 public decimals;
constructor (uint8 _decimals) public {
decimals = _decimals;
}
} | 0x608060405260043610603f576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff168063313ce567146044575b600080fd5b348015604f57600080fd5b5060566072565b604051808260ff1660ff16815260200191505060405180910390f35b6000809054906101000a900460ff16815600a165627a7a72305820f13f50a97ad50f4a4066ad9fec7368ff9e... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
2692,
2509,
2497,
2509,
7875,
2683,
9818,
10322,
2692,
28311,
2581,
2683,
2094,
14142,
2050,
2581,
2278,
22025,
2063,
2629,
27421,
2063,
21084,
2620,
2683,
2063,
2581,
15878,
6305,
2629,
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... |
2,081 | 0x03b47d1a471ec3872adf315a588badab0bf9865b | /**
*Submitted for verification at Etherscan.io on 2022-03-12
*/
// 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_SYMBOLS = "0123456789abcdef";
... | 0x6080604052600436106102045760003560e01c8063715018a611610118578063a22cb465116100a0578063c87b56dd1161006f578063c87b56dd14610738578063d7224ba014610775578063dc33e681146107a0578063e985e9c5146107dd578063f2fde38b1461081a57610204565b8063a22cb465146106a4578063ab0bcc41146106cd578063ac446002146106f8578063b88d4fde1461070f57610204... | {"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,
2692,
2509,
2497,
22610,
2094,
2487,
2050,
22610,
2487,
8586,
22025,
2581,
2475,
4215,
2546,
21486,
2629,
2050,
27814,
2620,
9024,
7875,
2692,
29292,
2683,
20842,
2629,
2497,
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... |
2,082 | 0x03b47D5603451400f143adC26344d24A235D057B | /**
*Submitted for verification at Etherscan.io on 2021-09-05
*/
// SPDX-License-Identifier: Unlicense
pragma solidity 0.8.7;
// Part: INFTSet
interface INFTSet {
function init(
address owner,
string memory name,
string memory symbol
) external;
}
// Part: OpenZeppelin/[email pro... | 0x608060405234801561001057600080fd5b50600436106100625760003560e01c8063198e2b8a1461006757806345f55b3c146100915780636f46e907146100bc578063715018a6146100d15780638da5cb5b146100d9578063f2fde38b146100ea575b600080fd5b61007a610075366004610712565b6100fd565b6040516100889291906107be565b60405180910390f35b6001546100a4906001600160a0... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
2692,
2509,
2497,
22610,
2094,
26976,
2692,
22022,
22203,
29537,
2546,
16932,
2509,
4215,
2278,
23833,
22022,
2549,
2094,
18827,
2050,
21926,
2629,
2094,
2692,
28311,
2497,
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... |
2,083 | 0x03b670eaa70149968f9192c3c04d129214574c1e | /**
*Submitted for verification at Etherscan.io on 2021-06-07
*/
/**
*Submitted for verification at Etherscan.io on 2021-06-01
*/
pragma solidity ^0.5.0;
// ----------------------------------------------------------------------------
// ERC Token Standard #20 Interface
//
// ---------------------------------------... | 0x6080604052600436106100d0576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff16806306fdde03146100d5578063095ea7b31461016557806318160ddd146101d857806323b872dd14610203578063313ce567146102965780633eaaf86b146102c757806370a08231146102f257806395d89b4114610357578063a293d1e8146103e7578063a9059cbb... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
2692,
2509,
2497,
2575,
19841,
5243,
2050,
19841,
16932,
2683,
2683,
2575,
2620,
2546,
2683,
16147,
2475,
2278,
2509,
2278,
2692,
2549,
2094,
12521,
2683,
17465,
19961,
2581,
2549,
2278,
2487,
2063,
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... |
2,084 | 0x03b9d98a98bf3243f8124b2157a3f4d64d005f28 | /**
*Submitted for verification at Etherscan.io on 2021-07-23
*/
/*
KPOP DOGE ($KDOGE) aims to be ETH and Uniswap's next viral meme token.
Name: KPOP DOGE
Symbol: KDOGE
Total Supply: 1,000,000,000,000
Decimals: 9
No Presale. Developer provides 4 ETH for LP
No Team Tokens. No Dev Tokens.
Locked LP
15% Redistribution... | 0x60806040526004361061010c5760003560e01c80636fc3eaec1161009557806395d89b411161006457806395d89b411461033b578063a9059cbb14610366578063c3c8cd80146103a3578063d543dbeb146103ba578063dd62ed3e146103e357610113565b80636fc3eaec146102a557806370a08231146102bc578063715018a6146102f95780638da5cb5b1461031057610113565b806323b872dd116100... | {"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,
2509,
2497,
2683,
2094,
2683,
2620,
2050,
2683,
2620,
29292,
16703,
23777,
2546,
2620,
12521,
2549,
2497,
17465,
28311,
2050,
2509,
2546,
2549,
2094,
21084,
2094,
8889,
2629,
2546,
22407,
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... |
2,085 | 0x03ba1ee3c82ac59cf4b86300d87f0dd091acc3af | pragma solidity ^0.4.18;
interface whitelist {
function setUserCategory(address user, uint category) external;
}
contract MultiWhitelist {
address public owner;
function MultiWhitelist(address _owner) public {
owner = _owner;
}
function transferOwner(address _owner) public {
req... | 0x6060604052600436106100565763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166348bfe40f811461005b5780634fb2e45d146100bc5780638da5cb5b146100db575b600080fd5b341561006657600080fd5b6100ba6004602481358181019083013580602081810201604051908101604052809392919081815260200183836020028082843750949650... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
2692,
2509,
3676,
2487,
4402,
2509,
2278,
2620,
2475,
6305,
28154,
2278,
2546,
2549,
2497,
20842,
14142,
2692,
2094,
2620,
2581,
2546,
2692,
14141,
2692,
2683,
2487,
6305,
2278,
2509,
10354,
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... |
2,086 | 0x03bb51d14aa8f70f4bee9f43c8d99097a5a98560 | /**
*Submitted for verification at Etherscan.io on 2022-01-15
*/
// IERC165.sol
// 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... | 0x60806040526004361061020f5760003560e01c80635c975abb11610118578063a22cb465116100a0578063d0eb26b01161006f578063d0eb26b0146105c8578063d5034b74146105e8578063d897833e14610608578063e985e9c514610628578063f2fde38b1461067157600080fd5b8063a22cb46514610552578063b88d4fde14610572578063ba7d2c7614610592578063c87b56dd146105a857600080... | {"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,
2509,
10322,
22203,
2094,
16932,
11057,
2620,
2546,
19841,
2546,
2549,
11306,
2683,
2546,
23777,
2278,
2620,
2094,
2683,
21057,
2683,
2581,
2050,
2629,
2050,
2683,
27531,
16086,
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... |
2,087 | 0x03bbeab8d41fbac2477b417b5df7cbc7d939c44a | pragma solidity ^0.5.16;
interface IERC20 {
function totalSupply() external view returns (uint);
function balanceOf(address account) external view returns (uint);
function transfer(address recipient, uint amount) external returns (bool);
function allowance(address owner, address spender) external view ... | 0x608060405234801561001057600080fd5b506004361061010b5760003560e01c80635aa6e675116100a2578063a457c2d711610071578063a457c2d714610522578063a9059cbb14610588578063ab033ea9146105ee578063dd62ed3e14610632578063f46eccc4146106aa5761010b565b80635aa6e675146103b957806370a082311461040357806395d89b411461045b578063983b2d56146104de5761... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
2692,
2509,
19473,
7875,
2620,
2094,
23632,
26337,
6305,
18827,
2581,
2581,
2497,
23632,
2581,
2497,
2629,
20952,
2581,
27421,
2278,
2581,
2094,
2683,
23499,
2278,
22932,
2050,
10975,
8490,
2863,
5024,
3012,
1034,
1014,
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... |
2,088 | 0x03bd7e117bc3c024bddc45144da504265870f440 | pragma solidity ^0.4.19;
contract DummyDaoContract {
string public description1 = "This is just a dummy contract to be assigned the role of `dao` in the DGD token contract";
string public description2 = "The purpose is to seal off the minting function of the DGD token contract forever";
string public description... | 0x608060405260043610610062576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff1680633365aa3b14610067578063612bfae2146100f7578063ccb22e3714610187578063f4eb688914610217575b600080fd5b34801561007357600080fd5b5061007c6102a7565b60405180806020018281038252838181518152602001915080519060200190808383... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
2692,
2509,
2497,
2094,
2581,
2063,
14526,
2581,
9818,
2509,
2278,
2692,
18827,
2497,
14141,
2278,
19961,
16932,
2549,
2850,
12376,
20958,
26187,
2620,
19841,
2546,
22932,
2692,
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... |
2,089 | 0x03bddaf86288b1789fb85026844ce731b00af0f8 | /**
*Submitted for verification at Etherscan.io on 2022-02-13
*/
/**
*Submitted for verification at Etherscan.io on 2022-02-09
*/
// SPDX-License-Identifier: MIT
pragma solidity 0.8.7;
abstract contract Context {
function _msgSender() internal view returns (address payable) {
return payable(msg.send... | 0x6080604052600436106102975760003560e01c8063590f897e1161015a578063a9059cbb116100c1578063dd62ed3e1161007a578063dd62ed3e1461078f578063e79d4160146107d5578063e9dae5ed146107eb578063eafb5a3c1461080b578063eec2744e1461082b578063fb78680d1461084b57600080fd5b8063a9059cbb146106f9578063b1b08f71146103c9578063b3d514fb14610719578063c4... | {"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,
2509,
2497,
25062,
2546,
20842,
22407,
2620,
2497,
16576,
2620,
2683,
26337,
27531,
2692,
23833,
2620,
22932,
3401,
2581,
21486,
2497,
8889,
10354,
2692,
2546,
2620,
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... |
2,090 | 0x03BdDC177b38AD0Ce773c0b334F9e684A40C39bf | pragma solidity 0.5.0;
//import "./SafeMath.sol"; 0x9205C049C231DdA51bAce0ba569f047E3E1e9979
library SafeMath {
function add(uint256 a, uint256 b) internal pure returns (uint256) {
uint256 c = a + b;
require(c >= a, "SafeMath: addition overflow");
return c;
}
function sub(uint256 a, ... | 0x60806040526004361061015f576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff168063032cac341461016457806306fdde03146101c9578063095ea7b3146102595780630a457520146102cc578063111b93ee1461032357806318160ddd1461038c57806321f4856f146103b757806323b872dd14610489578063313ce5671461051c57806339509351... | {"success": true, "error": null, "results": {"detectors": [{"check": "uninitialized-state", "impact": "High", "confidence": "High"}, {"check": "controlled-array-length", "impact": "High", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'uninitialized-state', 'impact': 'High', 'confidence': 'High'}, {'check': 'controlled-array-length', 'impact': 'High', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
2692,
2509,
2497,
14141,
2278,
16576,
2581,
2497,
22025,
4215,
2692,
3401,
2581,
2581,
2509,
2278,
2692,
2497,
22394,
2549,
2546,
2683,
2063,
2575,
2620,
2549,
2050,
12740,
2278,
23499,
29292,
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... |
2,091 | 0x03bdea5c4bf9693a19728fa0778938606e0d3492 | /**
*Submitted for verification at Etherscan.io on 2022-04-21
*/
// SPDX-License-Identifier: UNLICENSED
// we rather freeze then burn
pragma solidity ^0.8.12;
library SafeMath {
function add(uint256 a, uint256 b) internal pure returns (uint256) {
uint256 c = a + b;
require(c >= a, "SafeMath: add... | 0x6080604052600436106102695760003560e01c80637b13f8c811610144578063cec10c11116100b6578063e96fada21161007a578063e96fada214610769578063f0b37c0414610789578063f2fde38b146107a9578063f887ea40146107c9578063fe9fbb80146107e9578063ffb54a991461082257600080fd5b8063cec10c11146106a3578063d7c01032146106c3578063dab84ee7146106e3578063dd... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}, {"check": "uninitialized-local", "impact": "Medium", "confidence": "Medium"}, {"check": "arbitrary-send", "impact": "H... | true | null | {'detectors': [{'check': 'reentrancy-eth', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'uninitialized-local', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'arbitrary-send', 'impact': 'High', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
2692,
2509,
2497,
3207,
2050,
2629,
2278,
2549,
29292,
2683,
2575,
2683,
2509,
27717,
2683,
2581,
22407,
7011,
2692,
2581,
2581,
2620,
2683,
22025,
16086,
2575,
2063,
2692,
2094,
22022,
2683,
2475,
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... |
2,092 | 0x03bebcf3d62c1e7465f8a095bfa08a79ca2892a1 | /**
*Submitted for verification at Etherscan.io on 2022-01-06
*/
// 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_SYMBOLS = "0123456789abcdef";
... | 0x608060405234801561001057600080fd5b506004361061030b5760003560e01c80639436a5b31161019d578063c87b56dd116100e9578063e042e98c116100a2578063f2fde38b1161007c578063f2fde38b146106d7578063f61917c2146106ea578063f67a7ecf146106fe578063fb1fb2ae1461070657600080fd5b8063e042e98c14610675578063e985e9c514610688578063e99df478146106c45760... | {"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,
2509,
4783,
9818,
2546,
29097,
2575,
2475,
2278,
2487,
2063,
2581,
21472,
2629,
2546,
2620,
2050,
2692,
2683,
2629,
29292,
2050,
2692,
2620,
2050,
2581,
2683,
3540,
22407,
2683,
2475,
27717,
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... |
2,093 | 0x03bf97aa8830ab79d6b40f2155210d47fdb5cef5 | /**
*Submitted for verification at Etherscan.io on 2021-10-26
*/
//SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
interface IMISO {
function commitEth(
address payable _beneficiary,
bool readAndAgreedToMarketParticipationAgreement
) external payable ;
function commitTokens(uint25... | 0x6080604052600436106101235760003560e01c80639f645d6f116100a0578063e086e5ec11610064578063e086e5ec1461038e578063e5091cc0146103a5578063e58cf705146103d0578063e67d8c0b146103f9578063fff7480e146104225761012a565b80639f645d6f146102cf578063ac177df1146102fa578063c49662c514610325578063c634d0321461034e578063ca628c78146103775761012a... | {"success": true, "error": null, "results": {"detectors": [{"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}]}} | true | null | {'detectors': [{'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}]} | [
101,
1014,
2595,
2692,
2509,
29292,
2683,
2581,
11057,
2620,
2620,
14142,
7875,
2581,
2683,
2094,
2575,
2497,
12740,
2546,
17465,
24087,
17465,
2692,
2094,
22610,
2546,
18939,
2629,
3401,
2546,
2629,
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... |
2,094 | 0x03bfcdef494b8617d50c1467b516d2676755bf24 | /**
*Submitted for verification at Etherscan.io on 2021-03-09
*/
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.6.7;
library SafeMath {
function add(uint256 a, uint256 b) internal pure returns (uint256) {
uint256 c = a + b;
require(c >= a, "SafeMath: addition overflow");
retur... | 0x6080604052600436106100f35760003560e01c8063957aa58c1161008a578063dd6b8e7611610059578063dd6b8e76146102f7578063efbe1c1c14610338578063f23a6e611461034f578063fc0c546a1461045c576100f3565b8063957aa58c146102495780639ace757d14610276578063a68acc1e146102a1578063af640d0f146102cc576100f3565b8063329eb839116100c6578063329eb839146101... | {"success": true, "error": null, "results": {"detectors": [{"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "arbitrary-send", "impact": "High", "confidence": "Medium"}, {"check": "incorrect-equality", "... | true | null | {'detectors': [{'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'arbitrary-send', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}, {'... | [
101,
1014,
2595,
2692,
2509,
29292,
19797,
12879,
26224,
2549,
2497,
20842,
16576,
2094,
12376,
2278,
16932,
2575,
2581,
2497,
22203,
2575,
2094,
23833,
2581,
2575,
23352,
2629,
29292,
18827,
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... |
2,095 | 0x03c18d649e743ee0b09f28a81d33575f03af9826 | pragma solidity ^0.4.16;
/**
* @title WeBetCrypto
* @author AL_X
* @dev The WBC ERC-223 Token Contract
*/
contract WeBetCrypto {
string public name = "We Bet Crypto";
string public symbol = "WBC";
address public selfAddress;
address public admin;
address[] private users;
uint8 public d... | 0x606060405236156101b15763ffffffff60e060020a60003504166306fdde0381146101b9578063095ea7b31461024457806309df5060146102685780630aa28f09146102895780630d294629146102b057806312e905b0146102c5578063176b866f146102f457806318160ddd1461031d57806323b872dd14610342578063309593ee1461036c578063313ce5671461038157806333eeb147146103aa5780... | {"success": true, "error": null, "results": {"detectors": [{"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "erc20-interface", "impact": "Medium", "confidence": "High"}, {"check": "uninitialized-local", "impact": "Medium", "confidence": "Medium"}, {"check": "unchecked-transfer"... | true | null | {'detectors': [{'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'erc20-interface', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'uninitialized-local', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'unchecked-transfer', 'impact': 'High', 'confidence': 'Medium'},... | [
101,
1014,
2595,
2692,
2509,
2278,
15136,
2094,
21084,
2683,
2063,
2581,
23777,
4402,
2692,
2497,
2692,
2683,
2546,
22407,
2050,
2620,
2487,
2094,
22394,
28311,
2629,
2546,
2692,
2509,
10354,
2683,
2620,
23833,
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... |
2,096 | 0x03c22f7b8753af9d1fde77cb56ff000f29475c81 | /**
*Submitted for verification at Etherscan.io on 2021-06-08
*/
// SPDX-License-Identifier: MIT
pragma solidity 0.6.12;
// File: @openzeppelin/contracts/utils/Context.sol
/*
* @dev Provides information about the current execution context, including the
* sender of the transaction and its data. While these are g... | 0x608060405234801561001057600080fd5b50600436106103d05760003560e01c80638da5cb5b116101ff578063d0e3cd631161011a578063eb7aa7d3116100ad578063f46901ed1161007c578063f46901ed14610cea578063f667526a14610d10578063f887ea4014610d2d578063f8bda66414610d35576103d0565b8063eb7aa7d314610c7c578063f195341e14610c99578063f242862114610cbc5780... | {"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,
2692,
2509,
2278,
19317,
2546,
2581,
2497,
2620,
23352,
2509,
10354,
2683,
2094,
2487,
2546,
3207,
2581,
2581,
27421,
26976,
4246,
8889,
2692,
2546,
24594,
22610,
2629,
2278,
2620,
2487,
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... |
2,097 | 0x03c302f638d6773b40af8d02b563858a49c5cc23 | pragma solidity ^0.6.12;
// SPDX-License-Identifier: MIT
/*
* @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, they should not be accessed in such a direct
* manner, since when de... | 0x608060405234801561001057600080fd5b50600436106100f55760003560e01c806370a0823111610097578063a457c2d711610066578063a457c2d71461046f578063a9059cbb146104d3578063dd62ed3e14610537578063f2fde38b146105af576100f5565b806370a0823114610356578063715018a6146103ae5780638da5cb5b146103b857806395d89b41146103ec576100f5565b806323b872dd11... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
2692,
2509,
2278,
14142,
2475,
2546,
2575,
22025,
2094,
2575,
2581,
2581,
2509,
2497,
12740,
10354,
2620,
2094,
2692,
2475,
2497,
26976,
22025,
27814,
2050,
26224,
2278,
2629,
9468,
21926,
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... |
2,098 | 0x03c5526fb1f3703cdfdbffa4ced004653128e73a | /**
*Submitted for verification at Etherscan.io on 2021-05-16
*/
pragma solidity ^0.5.0;
contract Token {
string public name = "CHIAX Token";
string public symbol = "XCHX";
uint256 public totalSupply;
event Transfer(address indexed _from, address indexed _to, uint256 _value);
event Approval(
... | 0x608060405234801561001057600080fd5b50600436106100885760003560e01c806370a082311161005b57806370a082311461021a57806395d89b4114610272578063a9059cbb146102f5578063dd62ed3e1461035b57610088565b806306fdde031461008d578063095ea7b31461011057806318160ddd1461017657806323b872dd14610194575b600080fd5b6100956103d3565b604051808060200182... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
2692,
2509,
2278,
24087,
23833,
26337,
2487,
2546,
24434,
2692,
2509,
19797,
2546,
18939,
20961,
2549,
11788,
8889,
21472,
22275,
12521,
2620,
2063,
2581,
2509,
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... |
2,099 | 0x03C64A4966845C48D64AA1687c7DCC19B2437C0D | /**
*Submitted for verification at Etherscan.io on 2021-06-07
*/
/**
//////////////////////////////////// LVN ////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////
**/
pragma solidity ^0.6.12;
// SPDX-License-Identifier: Unlicensed
abstract contract Co... | 0x7303c64a4966845c48d64aa1687c7dcc19b2437c0d30146080604052600080fdfea26469706673582212205b0443d449ba5922f2d1285a07ebf204e5d3783e9c3897c382cdd847d9197c6b64736f6c634300060c0033 | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
2692,
2509,
2278,
21084,
2050,
26224,
28756,
2620,
19961,
2278,
18139,
2094,
21084,
11057,
16048,
2620,
2581,
2278,
2581,
16409,
2278,
16147,
2497,
18827,
24434,
2278,
2692,
2094,
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... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.