Unnamed: 0 int64 0 60k | address stringlengths 42 42 | source_code stringlengths 52 864k | bytecode stringlengths 2 49.2k | slither stringlengths 47 956 | success bool 1
class | error float64 | results stringlengths 2 911 | input_ids listlengths 128 128 | attention_mask listlengths 128 128 |
|---|---|---|---|---|---|---|---|---|---|
1,200 | 0x0149ba842ff86574953c957abb8d691c2833f8e5 | pragma solidity 0.5.17;
/**
* @title SafeMath
* @dev Math operations with safety checks that throw on error
*/
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) in... | 0x608060405234801561001057600080fd5b50600436106101005760003560e01c80638da5cb5b11610097578063d493b9ac11610066578063d493b9ac1461057a578063d73dd623146105e8578063dd62ed3e1461064e578063f2fde38b146106c657610100565b80638da5cb5b1461038c57806395d89b41146103d6578063a9059cbb14610459578063cae9ca51146104bf57610100565b8063313ce56711... | {"success": true, "error": null, "results": {"detectors": [{"check": "unchecked-transfer", "impact": "High", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'unchecked-transfer', 'impact': 'High', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
24096,
26224,
3676,
2620,
20958,
4246,
20842,
28311,
26224,
22275,
2278,
2683,
28311,
7875,
2497,
2620,
2094,
2575,
2683,
2487,
2278,
22407,
22394,
2546,
2620,
2063,
2629,
10975,
8490,
2863,
5024,
3012,
1014,
1012,
1019,
10... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,201 | 0x014a3a39d01053c3283309c2d2971fa4a13870f3 | /**
*Submitted for verification at Etherscan.io on 2022-03-04
*/
/**
*Submitted for verification at Etherscan.io on 2022-03-01
*/
// File @openzeppelin/contracts/utils/[email protected]
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (utils/Context.sol)
pragma solidity ^0.8.0;
/**
* @dev Provid... | 0x6080604052600436106101ee5760003560e01c80636c0360eb1161010d578063b88d4fde116100a0578063e8a3d4851161006f578063e8a3d48514610565578063e985e9c51461057a578063f2fde38b1461059a578063f43a22dc146105ba578063fa30297e146105cf57600080fd5b8063b88d4fde146104cc578063c6682862146104ec578063c87b56dd1461051d578063cd7c03261461053d57600080... | {"success": true, "error": null, "results": {"detectors": [{"check": "tx-origin", "impact": "Medium", "confidence": "Medium"}, {"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'tx-origin', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
24096,
2549,
2050,
2509,
2050,
23499,
2094,
24096,
2692,
22275,
2278,
16703,
2620,
22394,
2692,
2683,
2278,
2475,
2094,
24594,
2581,
2487,
7011,
2549,
27717,
22025,
19841,
2546,
2509,
1013,
1008,
1008,
1008,
7864,
2005,
226... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,202 | 0x014a7a8eeb61e60e6e35e269304a908605d64f05 | pragma solidity ^0.4.24;
contract Ownable {
address public owner;
event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);
/**
* @dev The Ownable constructor sets the original `owner` of the contract to the sender
* account.
*/
constructor() public {
owner = msg.sen... | 0x6080604052600436106100565763ffffffff7c0100000000000000000000000000000000000000000000000000000000600035041663838dced0811461005b5780638d447e39146100d8578063943814f014610191575b600080fd5b34801561006757600080fd5b50604080516020600460443581810135601f81018490048402850184019095528484526100c4948235600160a060020a03169460248035... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "controlled-array-length", "impact": "High", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'controlled-array-length', 'impact': 'High', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
24096,
2549,
2050,
2581,
2050,
2620,
4402,
2497,
2575,
2487,
2063,
16086,
2063,
2575,
2063,
19481,
2063,
23833,
2683,
14142,
2549,
2050,
21057,
20842,
2692,
2629,
2094,
21084,
2546,
2692,
2629,
10975,
8490,
2863,
5024,
3012... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,203 | 0x014b5dc46658699e2af828c11bc5fe786edebaaa | pragma solidity ^0.4.18;
/**
* @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... | 0x6060604052600436106101a05763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166306fdde0381146101a5578063095ea7b31461022f5780630d9b71cc1461026557806318160ddd1461028957806323b872dd146102ae57806324a6ab0c146102d6578063313ce567146102e957806335d7a052146103125780633b2269cf1461032b5780633f4ba83a14... | {"success": true, "error": null, "results": {"detectors": [{"check": "unused-return", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
24096,
2549,
2497,
2629,
16409,
21472,
26187,
20842,
2683,
2683,
2063,
2475,
10354,
2620,
22407,
2278,
14526,
9818,
2629,
7959,
2581,
20842,
14728,
3676,
11057,
10975,
8490,
2863,
5024,
3012,
1034,
1014,
1012,
1018,
1012,
2... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,204 | 0x014cfd50aec123b053fc39e4724ca0fbf681a8d3 | /**
*Submitted for verification at Etherscan.io on 2021-05-13
*/
// SPDX-License-Identifier: Unlicensed
/*
Website: https://chihuahua-inu.dog
*/
pragma solidity ^0.5.0;
contract ERC20Interface {
function totalSupply() public view returns (uint);
function balanceOf(address tokenOwner) public view returns (u... | 0x608060405234801561001057600080fd5b50600436106100ea5760003560e01c806395d89b411161008c578063b5931f7c11610066578063b5931f7c1461044b578063d05c78da14610497578063dd62ed3e146104e3578063e6cb90131461055b576100ea565b806395d89b4114610316578063a293d1e814610399578063a9059cbb146103e5576100ea565b806323b872dd116100c857806323b872dd14... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
24096,
2549,
2278,
2546,
2094,
12376,
6679,
2278,
12521,
2509,
2497,
2692,
22275,
11329,
23499,
2063,
22610,
18827,
3540,
2692,
26337,
2546,
2575,
2620,
2487,
2050,
2620,
2094,
2509,
1013,
1008,
1008,
1008,
7864,
2005,
2261... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,205 | 0x014d9a527fe5d11c178d70248921db2b735d6e41 | /**
*Submitted for verification at Etherscan.io on 2021-11-22
*/
// SPDX-License-Identifier: MIT
pragma solidity 0.8.9;
abstract contract Context {
function _msgSender() internal vi... | 0x60806040526004361061031e5760003560e01c80637bce5a04116101ab578063c18bc195116100f7578063e2f4560511610095578063f11a24d31161006f578063f11a24d314610977578063f2fde38b1461098d578063f6374342146109ad578063f8b45b05146109c357600080fd5b8063e2f456051461092c578063e37ba8f914610942578063e884f2601461096257600080fd5b8063d257b34f116100... | {"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,
24096,
2549,
2094,
2683,
2050,
25746,
2581,
7959,
2629,
2094,
14526,
2278,
16576,
2620,
2094,
19841,
18827,
2620,
2683,
17465,
18939,
2475,
2497,
2581,
19481,
2094,
2575,
2063,
23632,
1013,
1008,
1008,
1008,
7864,
2005,
226... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,206 | 0x014e42ae89b24738591e2f695e1ef6d95bd38619 | 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) {
if (a == 0) {
return 0;
}
uint2... | 0x608060405260043610610128576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff16806305d2035b1461012d57806306fdde031461015c578063095ea7b3146101ec57806318160ddd1461025157806323b872dd1461027c578063313ce5671461030157806334fd11a314610332578063355274ea1461038d5780633f4ba83a146103b857806340c10f19... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
24096,
2549,
2063,
20958,
6679,
2620,
2683,
2497,
18827,
2581,
22025,
28154,
2487,
2063,
2475,
2546,
2575,
2683,
2629,
2063,
2487,
12879,
2575,
2094,
2683,
2629,
2497,
2094,
22025,
2575,
16147,
10975,
8490,
2863,
5024,
3012... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,207 | 0x014e6BaF42F2048627b1414FB9f980c9f8827909 | /**
*Submitted for verification at Etherscan.io on 2021-09-10
*/
/**
*Submitted for verification at Etherscan.io on 2021-09-10
*/
// SPDX-License-Identifier: MIT
// File: @openzeppelin/contracts/token/ERC20/IERC20.sol
pragma solidity ^0.8.0;
/**
* @dev Interface of the ERC20 standard as defined in the EIP.
*/... | 0x608060405234801561001057600080fd5b50600436106100a95760003560e01c80633950935111610071578063395093511461016857806370a082311461019857806395d89b41146101c8578063a457c2d7146101e6578063a9059cbb14610216578063dd62ed3e14610246576100a9565b806306fdde03146100ae578063095ea7b3146100cc57806318160ddd146100fc57806323b872dd1461011a5780... | {"success": true, "error": null, "results": {"detectors": [{"check": "shadowing-state", "impact": "High", "confidence": "High"}]}} | true | null | {'detectors': [{'check': 'shadowing-state', 'impact': 'High', 'confidence': 'High'}]} | [
101,
1014,
2595,
24096,
2549,
2063,
2575,
3676,
2546,
20958,
2546,
11387,
18139,
2575,
22907,
2497,
16932,
16932,
26337,
2683,
2546,
2683,
17914,
2278,
2683,
2546,
2620,
2620,
22907,
21057,
2683,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
2... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,208 | 0x014e6fed90b3a1aa8ddbe7a674686ae9c9727e41 | /**
*Submitted for verification at Etherscan.io on 2021-12-15
*/
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.4;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
return msg.sender;
}
function _msgData() internal view virtual returns (byte... | 0x6080604052600436106103c35760003560e01c80636f9fb98a116101f2578063be90b6181161010d578063e40d355c116100a0578063f2fde38b1161006f578063f2fde38b14610bad578063f6cd867e14610bcd578063fc68c39214610be0578063fd087b8714610bf557600080fd5b8063e40d355c14610ae4578063e7d5fcaf14610b17578063e985e9c514610b44578063ee54cf6414610b8d57600080... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'reentrancy-eth', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
24096,
2549,
2063,
2575,
25031,
21057,
2497,
2509,
27717,
11057,
2620,
14141,
4783,
2581,
2050,
2575,
2581,
21472,
20842,
6679,
2683,
2278,
2683,
2581,
22907,
2063,
23632,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
2012,
28... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,209 | 0x0153bf940229745680f883364366eac3c6330a38 | /**
*Submitted for verification at Etherscan.io on 2021-10-05
*/
/*
Diamond Shib for Diamond Hands
Telegram: https://t.me/DiamondShibOfficial
Twitter: https://twitter.com/DiamondShib
*/
// SPDX-License-Identifier: Unlicensed
pragma solidity ^0.8.4;
abstract contract Context {
function _msgSender() internal v... | 0x6080604052600436106101125760003560e01c806370a08231116100a5578063a9059cbb11610074578063c3c8cd8011610059578063c3c8cd8014610323578063c9567bf914610338578063dd62ed3e1461034d57600080fd5b8063a9059cbb146102e3578063b515566a1461030357600080fd5b806370a0823114610233578063715018a6146102535780638da5cb5b1461026857806395d89b41146102... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'reentrancy-eth', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
24096,
22275,
29292,
2683,
12740,
19317,
2683,
2581,
19961,
2575,
17914,
2546,
2620,
2620,
22394,
21084,
21619,
2575,
5243,
2278,
2509,
2278,
2575,
22394,
2692,
2050,
22025,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
2012,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,210 | 0x015520eD3Eae702EC05F09B6402EA5830A43CE14 | // File: @openzeppelin/contracts/token/ERC20/IERC20.sol
pragma solidity ^0.5.0;
/**
* @dev Interface of the ERC20 standard as defined in the EIP. Does not include
* the optional functions; to access them see {ERC20Detailed}.
*/
interface IERC20 {
/**
* @dev Returns the amount of tokens in existence.
... | 0x608060405234801561001057600080fd5b50600436106100575760003560e01c80633e413bee1461005c5780633fc8cef3146100805780637dc0d1d014610088578063939acd88146100905780639432eaf3146100c8575b600080fd5b610064610112565b604080516001600160a01b039092168252519081900360200190f35b61006461012a565b610064610142565b6100b66004803603602081101561... | {"success": true, "error": null, "results": {"detectors": [{"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
24096,
24087,
11387,
2098,
2509,
5243,
2063,
19841,
2475,
8586,
2692,
2629,
2546,
2692,
2683,
2497,
21084,
2692,
2475,
5243,
27814,
14142,
2050,
23777,
3401,
16932,
1013,
1013,
5371,
1024,
1030,
2330,
4371,
27877,
2378,
101... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,211 | 0x015531a044bae03bf4dab1ceabfc232a969b7175 | pragma solidity 0.4.24;
contract Governable {
event Pause();
event Unpause();
address public governor;
bool public paused = false;
constructor() public {
governor = msg.sender;
}
function setGovernor(address _gov) public onlyGovernor {
governor = _gov;
}
modifie... | 0x608060405260043610610128576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff16806306a628d41461012d57806313af40351461015e57806317634514146101a15780632b85ed9c146101cc57806334eafb11146101f7578063379607f514610222578063396c82281461024f5780633ccfd60b146102935780633f4ba83a146102aa5780635c975abb... | {"success": true, "error": null, "results": {"detectors": [{"check": "uninitialized-state", "impact": "High", "confidence": "High"}, {"check": "tautology", "impact": "Medium", "confidence": "High"}, {"check": "constant-function-asm", "impact": "Medium", "confidence": "Medium"}, {"check": "incorrect-equality", "impact":... | true | null | {'detectors': [{'check': 'uninitialized-state', 'impact': 'High', 'confidence': 'High'}, {'check': 'tautology', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'constant-function-asm', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}, {'check': ... | [
101,
1014,
2595,
24096,
24087,
21486,
2050,
2692,
22932,
3676,
2063,
2692,
2509,
29292,
2549,
2850,
2497,
2487,
21456,
29292,
2278,
21926,
2475,
2050,
2683,
2575,
2683,
2497,
2581,
16576,
2629,
10975,
8490,
2863,
5024,
3012,
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... |
1,212 | 0x01556aae0e59821b680ec725ffb0c965501a3eb1 | /**
*Submitted for verification at Etherscan.io on 2019-07-07
*/
// ----------------------------------------------------------------------------
// 'ViewPlus' Contract
//
// Deployed to : 0xEf448011Dac23d3afe7c534FcbF73fDADBFca172
// Symbol : VEP
// Name : ViewPlus
// Total supply: 185000000
// De... | 0x6080604052600436106100e0576000357c01000000000000000000000000000000000000000000000000000000009004806306fdde03146100e5578063095ea7b31461017557806318160ddd146101e85780631e89d5451461021357806323b872dd1461036c578063313ce567146103ff578063395093511461043057806342966c68146104a357806370a08231146104de57806379cc6790146105435780... | {"success": true, "error": null, "results": {"detectors": [{"check": "locked-ether", "impact": "Medium", "confidence": "High"}]}} | true | null | {'detectors': [{'check': 'locked-ether', 'impact': 'Medium', 'confidence': 'High'}]} | [
101,
1014,
2595,
24096,
24087,
2575,
11057,
2063,
2692,
2063,
28154,
2620,
17465,
2497,
2575,
17914,
8586,
2581,
17788,
4246,
2497,
2692,
2278,
2683,
26187,
12376,
2487,
2050,
2509,
15878,
2487,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
20... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,213 | 0x0155729EbCd47Cb1fBa02bF5a8DA20FaF3860535 | /**
*Submitted for verification at Etherscan.io on 2021-05-14
*/
// SPDX-License-Identifier: AGPL-3.0-or-later // hevm: flattened sources of contracts/MplRewardsFactory.sol
pragma solidity =0.6.11 >=0.6.0 <0.8.0 >=0.6.2 <0.8.0;
////// contracts/interfaces/IERC2258.sol
/* pragma solidity 0.6.11; */
interface IERC22... | 0x608060405234801561001057600080fd5b506004361061004c5760003560e01c80634dd5ba3b14610051578063c31245251461009b578063cc2e0a26146100a3578063e291968e146100cb575b600080fd5b61007f6004803603604081101561006757600080fd5b506001600160a01b0381358116916020013516610105565b604080516001600160a01b039092168252519081900360200190f35b61007f... | {"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,
24096,
24087,
2581,
24594,
15878,
19797,
22610,
27421,
2487,
26337,
2050,
2692,
2475,
29292,
2629,
2050,
2620,
2850,
11387,
7011,
2546,
22025,
16086,
22275,
2629,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
2012,
28855,
29378,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,214 | 0x015687d443c7c33324166a724c2d822e37b012b4 | /**
*Submitted for verification at Etherscan.io on 2021-11-03
*/
// SPDX-License-Identifier: MIT
/**
* ████─█───███─███─███─█─█─████──████
* █──█─█────█───█───█──█─█─█──██─█──█
* ████─█────█───█───█──█─█─█──██─█──█
* █──█─█────█───█───█──█─█─█──██─█──█
* █──█─███──█──███──█──███─████──████
*/
... | 0x6080604052600436106101025760003560e01c80636fc3eaec1161009557806395d89b411161006457806395d89b41146102b5578063a9059cbb146102e3578063c3c8cd8014610303578063c9567bf914610318578063dd62ed3e1461032d57600080fd5b80636fc3eaec1461024357806370a0823114610258578063715018a6146102785780638da5cb5b1461028d57600080fd5b806323b872dd116100... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'reentrancy-eth', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
24096,
26976,
2620,
2581,
2094,
22932,
2509,
2278,
2581,
2278,
22394,
16703,
23632,
28756,
2050,
2581,
18827,
2278,
2475,
2094,
2620,
19317,
2063,
24434,
2497,
24096,
2475,
2497,
2549,
1013,
1008,
1008,
1008,
7864,
2005,
22... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,215 | 0x0156888f51d68f858ac88aba45df699e2af2e4cc | pragma solidity ^0.4.18;
interface tokenRecipient { function receiveApproval(address _from, uint256 _value, address _token, bytes _extraData) public; }
contract Token {
/// total amount of tokens
uint256 public totalSupply;
/// @param _owner The address from which the balance will be retrieved
/// ... | 0x6060604052600436106100a35763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166306fdde0381146100a8578063095ea7b31461013257806318160ddd1461016857806323b872dd1461018d578063313ce567146101b557806370a08231146101de57806395d89b41146101fd578063a9059cbb14610210578063cae9ca5114610232578063dd62ed3e14... | {"success": true, "error": null, "results": {"detectors": [{"check": "shadowing-abstract", "impact": "Medium", "confidence": "High"}, {"check": "locked-ether", "impact": "Medium", "confidence": "High"}]}} | true | null | {'detectors': [{'check': 'shadowing-abstract', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'locked-ether', 'impact': 'Medium', 'confidence': 'High'}]} | [
101,
1014,
2595,
24096,
26976,
2620,
2620,
2620,
2546,
22203,
2094,
2575,
2620,
2546,
27531,
2620,
6305,
2620,
2620,
19736,
19961,
20952,
2575,
2683,
2683,
2063,
2475,
10354,
2475,
2063,
2549,
9468,
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,216 | 0x01575b27d027838301c62b24a40ae896327a34cc | pragma solidity ^0.5.0;
// ----------------------------------------------------------------------------
// Safe maths
// ----------------------------------------------------------------------------
library SafeMath {
function add(uint a, uint b) internal pure returns (uint c) {
c = a + b;
require(... | 0x6080604052600436106100e85760003560e01c80638da5cb5b1161008a578063d4ee1d9011610059578063d4ee1d90146105bf578063dc39d06d14610616578063dd62ed3e14610689578063f2fde38b1461070e576100e8565b80638da5cb5b1461035b57806395d89b41146103b2578063a9059cbb14610442578063cae9ca51146104b5576100e8565b806323b872dd116100c657806323b872dd146102... | {"success": true, "error": null, "results": {"detectors": [{"check": "locked-ether", "impact": "Medium", "confidence": "High"}]}} | true | null | {'detectors': [{'check': 'locked-ether', 'impact': 'Medium', 'confidence': 'High'}]} | [
101,
1014,
2595,
24096,
28311,
2629,
2497,
22907,
2094,
2692,
22907,
2620,
22025,
14142,
2487,
2278,
2575,
2475,
2497,
18827,
2050,
12740,
6679,
2620,
2683,
2575,
16703,
2581,
2050,
22022,
9468,
10975,
8490,
2863,
5024,
3012,
1034,
1014,
10... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,217 | 0x015AaD288957BBD0811432D47123ec7cc8c13531 | /**
*Submitted for verification at Etherscan.io on 2022-04-01
*/
// SPDX-License-Identifier: agpl-3.0
pragma solidity 0.8.0;
interface IERC165 {
/**
* @dev Returns true if this contract implements the interface defined by
* `interfaceId`. See the corresponding
* https://eips.ethereum.org/EIPS/eip-16... | 0x6080604052600436106102675760003560e01c80637267bcb711610144578063a46ada16116100b6578063ca9883991161007a578063ca988399146106d5578063d4f761d5146106f5578063df8bf26614610715578063e985e9c51461072a578063ef8aadae1461074a578063f2fde38b1461075f57610267565b8063a46ada1614610640578063a747c1b714610660578063b88d4fde14610680578063be... | {"success": true, "error": null, "results": {"detectors": [{"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "incorrect-shift", "impact": "High", "confidence": "High"}, {"check": "uninitialized-local", "... | true | null | {'detectors': [{'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'incorrect-shift', 'impact': 'High', 'confidence': 'High'}, {'check': 'uninitialized-local', 'impact': 'Medium', 'confidence': 'Medium'}, ... | [
101,
1014,
2595,
24096,
2629,
11057,
2094,
22407,
2620,
2683,
28311,
10322,
2094,
2692,
2620,
14526,
23777,
2475,
2094,
22610,
12521,
2509,
8586,
2581,
9468,
2620,
2278,
17134,
22275,
2487,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
2012,
2... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,218 | 0x015c7c7a7d65bbdb117c573007219107bd7486f9 | /**
*Submitted for verification at Etherscan.io on 2021-02-03
*/
pragma solidity 0.6.2;
pragma experimental ABIEncoderV2;
/*
* @dev Provides information about the current execution context, including the
* sender of the transaction and its data. While these are generally available
* via msg.sender and msg.data, t... | 0x6080604052600436106100ec5760003560e01c80638da5cb5b1161008a578063e539a02711610059578063e539a027146102e7578063e775716214610307578063eed75f6d14610329578063f2fde38b146103495761018b565b80638da5cb5b1461027d5780638f32d59b1461029f5780639f1d9267146102b4578063aa67c919146102d45761018b565b80635300f841116100c65780635300f841146101... | {"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,
24096,
2629,
2278,
2581,
2278,
2581,
2050,
2581,
2094,
26187,
10322,
18939,
14526,
2581,
2278,
28311,
14142,
2692,
2581,
17465,
2683,
10790,
2581,
2497,
2094,
2581,
18139,
2575,
2546,
2683,
1013,
1008,
1008,
1008,
7864,
200... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,219 | 0x015c802654b62c76556da67d232d5a0602789fe2 | /**
*Submitted for verification at Etherscan.io on 2021-05-22
*/
pragma solidity ^0.4.24;
// ----------------------------------------------------------------------------
// Sample token contract
//
// Symbol : SFC
// Name : SOFICOIN
// Total supply : 100000000000000000000000000
// Decimals : 18... | 0x6080604052600436106100db576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff16806306fdde03146100e0578063095ea7b31461017057806318160ddd146101d557806323b872dd14610200578063313ce567146102855780633eaaf86b146102b657806370a08231146102e157806395d89b4114610338578063a293d1e8146103c8578063a9059cbb... | {"success": true, "error": null, "results": {"detectors": [{"check": "locked-ether", "impact": "Medium", "confidence": "High"}]}} | true | null | {'detectors': [{'check': 'locked-ether', 'impact': 'Medium', 'confidence': 'High'}]} | [
101,
1014,
2595,
24096,
2629,
2278,
17914,
23833,
27009,
2497,
2575,
2475,
2278,
2581,
26187,
26976,
2850,
2575,
2581,
2094,
21926,
2475,
2094,
2629,
2050,
2692,
16086,
22907,
2620,
2683,
7959,
2475,
1013,
1008,
1008,
1008,
7864,
2005,
2261... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,220 | 0x015c898ff5d4a8f7e46da6ee9360a4bb4d4fa4ae | /**
*Submitted for verification at Etherscan.io on 2022-04-07
*/
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (utils/introspection/IERC165.sol)
pragma solidity ^0.8.0;
// CowFrankFrankMoo
... | 0x6080604052600436106101cd5760003560e01c806370a08231116100f7578063a0712d6811610095578063d685b64511610064578063d685b64514610665578063d7224ba014610690578063e985e9c5146106bb578063f2fde38b146106f8576101cd565b8063a0712d68146105ba578063a22cb465146105d6578063b88d4fde146105ff578063c87b56dd14610628576101cd565b80638da5cb5b116100... | {"success": true, "error": null, "results": {"detectors": [{"check": "unused-return", "impact": "Medium", "confidence": "Medium"}, {"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}, {"check": "uninitialized-local", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'uninitialized-local', 'impact': 'Medium', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
24096,
2629,
2278,
2620,
2683,
2620,
4246,
2629,
2094,
2549,
2050,
2620,
2546,
2581,
2063,
21472,
2850,
2575,
4402,
2683,
21619,
2692,
2050,
2549,
10322,
2549,
2094,
2549,
7011,
2549,
6679,
1013,
1008,
1008,
1008,
7864,
2... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,221 | 0x015ccd5ad83e95b5cb91b920f689ea329d096190 | pragma solidity ^0.4.21;
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;
r... | 0x608060405260043610610099576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff168063291681b51461009e5780633e80cbc614610104578063429b62e514610147578063521eb273146101a25780638da5cb5b146101f9578063c721cfe214610250578063cbed156814610267578063cdfbea58146102aa578063fc0c546a1461035f575b600080fd5b... | {"success": true, "error": null, "results": {"detectors": [{"check": "unchecked-transfer", "impact": "High", "confidence": "Medium"}, {"check": "locked-ether", "impact": "Medium", "confidence": "High"}]}} | true | null | {'detectors': [{'check': 'unchecked-transfer', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'locked-ether', 'impact': 'Medium', 'confidence': 'High'}]} | [
101,
1014,
2595,
24096,
2629,
9468,
2094,
2629,
4215,
2620,
2509,
2063,
2683,
2629,
2497,
2629,
27421,
2683,
2487,
2497,
2683,
11387,
2546,
2575,
2620,
2683,
5243,
16703,
2683,
2094,
2692,
2683,
2575,
16147,
2692,
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... |
1,222 | 0x015cea338ce68bd912b3c704620c6000ee9f4ab9 | /**
*Submitted for verification at Etherscan.io on 2021-11-25
*/
/**
*Submitted for verification at BscScan.com on 2021-06-15
*/
/**
*Submitted for verification at BscScan.com on 2021-06-11
*/
/**
*Submitted for verification at polygonscan.com on 2021-06-11
*/
/**
*Submitted for verification at Etherscan.io on... | 0x608060405234801561001057600080fd5b506004361061033f5760003560e01c80637ecebe00116101b8578063bebbf4d011610104578063d93f2445116100a2578063f75c26641161007c578063f75c266414610774578063f954734e1461077c578063fbfa77cf1461078f578063fca3b5aa146107a25761033f565b8063d93f24451461072e578063dd62ed3e14610736578063ec126c77146107615761... | {"success": true, "error": null, "results": {"detectors": [{"check": "unused-return", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
24096,
2629,
21456,
22394,
2620,
3401,
2575,
2620,
2497,
2094,
2683,
12521,
2497,
2509,
2278,
19841,
21472,
11387,
2278,
16086,
8889,
4402,
2683,
2546,
2549,
7875,
2683,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
2012,
2885... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,223 | 0x015d0dae38cbb4c808260e79bd17c5b34f71aae2 | /**
*Submitted for verification at Etherscan.io on 2022-04-29
*/
/*
https://twitter.com/KiyomasaInuERC
Lets moon this APE MEME token on DaDDY Elon's TWITTER
JOIN our Twitter AND SHILLLL!!!
TAG UR FAV INFLUENCER LET EM KNOW $KINU IS LIVE. LET THEM KNOW 3% tax buy 3% sell
NEXT DESTINATION.......MARS
@ (influencers ... | 0x6080604052600436106101d05760003560e01c80637d1db4a5116100f7578063a2a957bb11610095578063c492f04611610064578063c492f04614610558578063dd62ed3e14610578578063ea1644d5146105be578063f2fde38b146105de57600080fd5b8063a2a957bb146104d3578063a9059cbb146104f3578063bfd7928414610513578063c3c8cd801461054357600080fd5b80638f70ccf7116100... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'reentrancy-eth', 'impact': 'High', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
24096,
2629,
2094,
2692,
6858,
22025,
27421,
2497,
2549,
2278,
17914,
2620,
23833,
2692,
2063,
2581,
2683,
2497,
2094,
16576,
2278,
2629,
2497,
22022,
2546,
2581,
2487,
11057,
2063,
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... |
1,224 | 0x015f2cb68d6dfc29365a688ea143fc35cdf4b022 | pragma solidity ^0.4.11;
//------------------------------------------------------------------------------------------------
// ERC20 Standard Token Implementation, based on ERC Standard:
// https://github.com/ethereum/EIPs/issues/20
// With some inspiration from ConsenSys HumanStandardToken as well
// Copyright 2017 B... | 0x6080604052600436106100ba576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff16806306fdde03146100bf578063095ea7b31461014f57806318160ddd1461019c57806323b872dd146101c7578063313ce567146102345780634bf365df1461025f57806370a082311461028e5780638da5cb5b146102e557806395d89b411461033c578063a0712d68... | {"success": true, "error": null, "results": {"detectors": [{"check": "tautology", "impact": "Medium", "confidence": "High"}, {"check": "erc20-interface", "impact": "Medium", "confidence": "High"}]}} | true | null | {'detectors': [{'check': 'tautology', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'erc20-interface', 'impact': 'Medium', 'confidence': 'High'}]} | [
101,
1014,
2595,
24096,
2629,
2546,
2475,
27421,
2575,
2620,
2094,
2575,
20952,
2278,
24594,
21619,
2629,
2050,
2575,
2620,
2620,
5243,
16932,
2509,
11329,
19481,
19797,
2546,
2549,
2497,
2692,
19317,
10975,
8490,
2863,
5024,
3012,
1034,
10... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,225 | 0x016181Fd975106f70D9B2A96bA74cd4eCC175e9D | /**
*Submitted for verification at Etherscan.io on 2022-03-24
*/
// https://t.me/alexanderinu
// SPDX-License-Identifier: Unlicensed
pragma solidity ^0.8.7;
abstract contract Context {
function _msgSender() internal view virtual returns (address payable) {
return payable(msg.sender);
}
functi... | 0x6080604052600436106103035760003560e01c8063715018a611610190578063b00ec853116100dc578063dd62ed3e11610095578063e59cf95c1161006f578063e59cf95c14610ba5578063eab2f7ec14610bce578063f2fde38b14610bf9578063f872858a14610c225761030a565b8063dd62ed3e14610b02578063e47b3c1514610b3f578063e52d648714610b685761030a565b8063b00ec85314610a... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}, {"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "arbitrary-send", "impact":... | true | null | {'detectors': [{'check': 'reentrancy-eth', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'arbitrary-send', 'impact': 'High', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
24096,
2575,
15136,
2487,
2546,
2094,
2683,
23352,
10790,
2575,
2546,
19841,
2094,
2683,
2497,
2475,
2050,
2683,
2575,
3676,
2581,
2549,
19797,
2549,
8586,
2278,
16576,
2629,
2063,
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... |
1,226 | 0x01638e1618131c3cc7601bd73fc5ef0880b0cd70 | /**
*Submitted for verification at Etherscan.io on 2022-05-03
*/
/*
######
# # ###### # # ####
# # # # # #
# # ##### # # ####
# # # # # #
# # # # # # #
###### ###### ## ####
@website https://devs.finance ... | 0x608060405234801561001057600080fd5b50600436106101a95760003560e01c8063782d6fe1116100f9578063a9059cbb11610097578063dd62ed3e11610071578063dd62ed3e1461055c578063e7a324dc1461058a578063f1127ed814610592578063f2fde38b146105e4576101a9565b8063a9059cbb146104c3578063b4b5ea57146104ef578063c3cda52014610515576101a9565b80638da5cb5b11... | {"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,
24096,
2575,
22025,
2063,
16048,
15136,
17134,
2487,
2278,
2509,
9468,
2581,
16086,
2487,
2497,
2094,
2581,
2509,
11329,
2629,
12879,
2692,
2620,
17914,
2497,
2692,
19797,
19841,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
2... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,227 | 0x0163a834076e542d6962100de6fe23e7cecd9172 | /**
*Submitted for verification at Etherscan.io on 2022-02-17
*/
// https://twitter.com/freejebus
// SPDX-License-Identifier: MIT
pragma solidity 0.8.11;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
return msg.sender;
}
function _msgData() internal... | 0x60806040526004361061026b5760003560e01c8063892ba40811610144578063c18bc195116100b6578063dd62ed3e1161007a578063dd62ed3e14610793578063e2f45605146107d9578063e884f260146107ef578063f25f4b5614610804578063f2fde38b14610824578063f8b45b051461084457600080fd5b8063c18bc1951461070d578063c876d0b91461072d578063c8c8ebe414610747578063d2... | {"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": "arbitrary-send", "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': 'arbitrary-send', 'impact': 'High', 'confidence': 'Medium'}, {'check':... | [
101,
1014,
2595,
24096,
2575,
2509,
2050,
2620,
22022,
2692,
2581,
2575,
2063,
27009,
2475,
2094,
2575,
2683,
2575,
17465,
8889,
3207,
2575,
7959,
21926,
2063,
2581,
3401,
19797,
2683,
16576,
2475,
1013,
1008,
1008,
1008,
7864,
2005,
22616,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,228 | 0x0163fadfa5c45a4c2b22175dcc680f384c21cde8 | /*
Check our barista at: https://espresso.farm
Telegram: t.me/espressofarm
___ ___ _ __ _ __ ___ ___ ___ ___
/ _ \/ __| '_ \| '__/ _ \/ __/ __|/ _ \
| __/\__ \ |_) | | | __/\__ \__ \ (_) |
\___||___/ .__/|_| \___||___/___/\___/
| |
|_|
A bad... | 0x608060405234801561001057600080fd5b506004361061010b5760003560e01c806370a08231116100a257806395d89b411161007157806395d89b4114610330578063a457c2d714610338578063a9059cbb14610364578063dd62ed3e14610390578063f2fde38b146103be5761010b565b806370a08231146102b2578063715018a6146102d857806379cc6790146102e05780638da5cb5b1461030c5761... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
24096,
2575,
2509,
7011,
20952,
2050,
2629,
2278,
19961,
2050,
2549,
2278,
2475,
2497,
19317,
16576,
2629,
16409,
2278,
2575,
17914,
2546,
22025,
2549,
2278,
17465,
19797,
2063,
2620,
1013,
1008,
4638,
2256,
22466,
9153,
20... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,229 | 0x0164c0d18bc6a444d506bb20ca4ed6a59ab15319 | pragma solidity ^0.4.21;
library SafeMath {
function mul(uint256 a, uint256 b) internal pure returns (uint256) {
if (a == 0) {
return 0;
}
uint256 c = a * b;
assert(c / a == b);
return c;
}
function div(uint256 a, uint256 b) internal pure returns (uint256) {
// assert(b > 0); // S... | 0x606060405260043610610099576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff16806306fdde031461009e57806318160ddd1461012c578063313ce5671461015557806370a08231146101845780638da5cb5b146101d157806395d89b4114610226578063a9059cbb146102b4578063ddca3f431461030e578063f2fde38b14610337575b600080fd5b... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
24096,
21084,
2278,
2692,
2094,
15136,
9818,
2575,
2050,
22932,
2549,
2094,
12376,
2575,
10322,
11387,
3540,
2549,
2098,
2575,
2050,
28154,
7875,
16068,
21486,
2683,
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... |
1,230 | 0x0164F85A0D4EA7C2f938cc06d7FA38C69047BF75 | /**
*Submitted for verification at Etherscan.io on 2021-05-16
*/
// 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,
24096,
21084,
2546,
27531,
2050,
2692,
2094,
2549,
5243,
2581,
2278,
2475,
2546,
2683,
22025,
9468,
2692,
2575,
2094,
2581,
7011,
22025,
2278,
2575,
21057,
22610,
29292,
23352,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
201... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,231 | 0x0164fb48891b891e748244b8ae931f2318b0c25b | /**
*Submitted for verification at Etherscan.io on 2022-04-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";
... | 0x608060405234801561001057600080fd5b50600436106100ff5760003560e01c8063715018a611610097578063c502284711610066578063c50228471461029a578063e985e9c5146102b8578063f242432a146102e8578063f2fde38b14610304576100ff565b8063715018a6146102385780638da5cb5b1461024257806395d89b4114610260578063a22cb4651461027e576100ff565b80631b2ef1ca11... | {"success": true, "error": null, "results": {"detectors": [{"check": "unused-return", "impact": "Medium", "confidence": "Medium"}, {"check": "uninitialized-local", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'uninitialized-local', 'impact': 'Medium', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
24096,
21084,
26337,
18139,
2620,
2683,
2487,
2497,
2620,
2683,
2487,
2063,
2581,
18139,
18827,
2549,
2497,
2620,
6679,
2683,
21486,
2546,
21926,
15136,
2497,
2692,
2278,
17788,
2497,
1013,
1008,
1008,
1008,
7864,
2005,
226... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,232 | 0x016563F5EB22cF84fA0Ff8B593DdC5343ca15856 | /**
*Submitted for verification at Etherscan.io on 2022-02-02
*/
// SPDX-License-Identifier: GPL-2.0-or-later
pragma solidity >=0.8.0;
// Sources flattened with hardhat v2.8.3 https://hardhat.org
// File contracts/Math/Math.sol
/**
* @dev Standard math utilities missing in the Solidity language.
*/
library Math... | 0x608060405234801561001057600080fd5b50600436106103985760003560e01c8063941d9f65116101e9578063d9f96e8d1161010f578063ebe2b12b116100ad578063f2caeb1e1161007c578063f2caeb1e14610887578063f77e34d11461089a578063facefb64146108ad578063fff6cae9146108c057600080fd5b8063ebe2b12b14610864578063ee7c263d1461086d578063f288baf6146108755780... | {"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": "unchecked-transfer", "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': 'unchecked-transfer', 'impact': 'High', 'confidence': 'Medium'}, {'check... | [
101,
1014,
2595,
24096,
26187,
2575,
2509,
2546,
2629,
15878,
19317,
2278,
2546,
2620,
2549,
7011,
2692,
4246,
2620,
2497,
28154,
29097,
16409,
22275,
23777,
3540,
16068,
27531,
2575,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
2012,
28855,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,233 | 0x01660482c3cf38dc293632e247d3854224fbfb73 | /**
*Submitted for verification at Etherscan.io on 2022-03-29
*/
// File: ChiChiToken.sol
/**
https://chichitoken.io
https://t.me/chichieth1
**/
pragma solidity ^0.8.12;
//SPDX-License-Identifier: None
interface IUniswapV2Factory {
function createPair(address tokenA, address tokenB) external ret... | 0x60806040526004361061010d5760003560e01c8063715018a6116100955780639a024c1a116100645780639a024c1a146102ee578063a9059cbb1461030e578063dd62ed3e1461032e578063e8078d9414610374578063f42938901461038957600080fd5b8063715018a61461026e5780637d1db4a5146102835780638da5cb5b1461029957806395d89b41146102c157600080fd5b8063313ce567116100... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}, {"check": "arbitrary-send", "impact": "High", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'reentrancy-eth', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'arbitrary-send', 'impact': 'High', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
24096,
28756,
2692,
18139,
2475,
2278,
2509,
2278,
2546,
22025,
16409,
24594,
21619,
16703,
2063,
18827,
2581,
2094,
22025,
27009,
19317,
2549,
26337,
26337,
2581,
2509,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
2012,
28855,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,234 | 0x01672cadad43980353758c6a000e92a53cd101d5 | /**
*Submitted for verification at Etherscan.io on 2021-05-11
*/
/**
* I am MAT Inu [MAMMOTH Inu]
* BUILT-IN Automated Rewards Farming (ARF)
* Just hold KEANU in your wallet, and watch your balance grow!
* My Url is http://matinu.fund
* SPDX-License-Identifier: MIT
*/
pragma solidity 0.8.4;
abstract contrac... | 0x608060405234801561001057600080fd5b50600436106101375760003560e01c806370a08231116100b8578063a9059cbb1161007c578063a9059cbb14610366578063cba0e99614610396578063dd62ed3e146103c6578063f2cc0c18146103f6578063f2fde38b14610412578063f84354f11461042e57610137565b806370a08231146102c0578063715018a6146102f05780638da5cb5b146102fa5780... | {"success": true, "error": null, "results": {"detectors": [{"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
24096,
2575,
2581,
2475,
3540,
14697,
23777,
2683,
17914,
19481,
24434,
27814,
2278,
2575,
2050,
8889,
2692,
2063,
2683,
2475,
2050,
22275,
19797,
10790,
2487,
2094,
2629,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
2012,
28... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,235 | 0x0167e9bcc26d02bf71113bbd1b6ea8c9549cd52c | /**
*Submitted for verification at Etherscan.io on 2021-12-07
*/
// File: contracts/ISaleContract.sol
pragma solidity >=0.4.22 <0.9.0;
abstract contract ISaleContract {
function sale(uint256 tokenId, uint256[] memory _settings, address[] memory _addrs) public virtual;
function offload(uint256 tokenId) pu... | 0x60806040526004361061020f5760003560e01c80636aea5f1b1161011857806395d89b41116100a0578063c87b56dd1161006f578063c87b56dd146105dd578063d6febde8146105fd578063e985e9c514610610578063f2fde38b14610659578063fe9080611461067957600080fd5b806395d89b4114610572578063a035b1fe14610587578063a22cb4651461059d578063b88d4fde146105bd57600080... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
24096,
2575,
2581,
2063,
2683,
9818,
2278,
23833,
2094,
2692,
2475,
29292,
2581,
14526,
17134,
10322,
2094,
2487,
2497,
2575,
5243,
2620,
2278,
2683,
27009,
2683,
19797,
25746,
2278,
1013,
1008,
1008,
1008,
7864,
2005,
2261... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,236 | 0x0167ea36024d646ee38062cd07f041e1e1d3a89a | /*
Copyright 2017 Loopring Project Ltd (Loopring Foundation).
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable ... | 0x606060405236156100d55763ffffffff60e060020a6000350416630ebb172a811461012c5780630fc33bb71461015157806336d43c24146101765780634aa66b281461019b5780634c0a6532146101c3578063587419d5146101f2578063677342ce146102175780636c8250351461023f57806373c4942a146102495780638da5cb5b1461026e5780639852099c1461029d578063a8c499a0146102c25780... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}, {"check": "tautology", "impact": "Medium", "confidence": "High"}, {"check": "locked-ether", "impact": "Medium"... | true | null | {'detectors': [{'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'tautology', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'locked-ether', 'impact': 'Medium', 'confidence': 'High'}]} | [
101,
1014,
2595,
24096,
2575,
2581,
5243,
21619,
2692,
18827,
2094,
21084,
2575,
4402,
22025,
2692,
2575,
2475,
19797,
2692,
2581,
2546,
2692,
23632,
2063,
2487,
2063,
2487,
2094,
2509,
2050,
2620,
2683,
2050,
1013,
1008,
9385,
2418,
7077,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,237 | 0x01680af31961fb47ad92e32218a5d8cbd036f6ba | /**
*Submitted for verification at Etherscan.io on 2021-10-09
*/
/**
//SPDX-License-Identifier: UNLICENSED
*/
pragma solidity ^0.8.4;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
return msg.sender;
}
}
interface IERC20 {
function totalSupply() e... | 0x6080604052600436106101025760003560e01c806370a0823111610095578063a9059cbb11610064578063a9059cbb1461031c578063b515566a14610359578063c3c8cd8014610382578063c9567bf914610399578063dd62ed3e146103b057610109565b806370a0823114610272578063715018a6146102af5780638da5cb5b146102c657806395d89b41146102f157610109565b8063273123b7116100... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'reentrancy-eth', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
24096,
2575,
17914,
10354,
21486,
2683,
2575,
2487,
26337,
22610,
4215,
2683,
2475,
2063,
16703,
17465,
2620,
2050,
2629,
2094,
2620,
27421,
2094,
2692,
21619,
2546,
2575,
3676,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
20... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,238 | 0x0168c8dfbdfa63464360fbb68024e7648105a8f9 | /*
*
* Docs: https://docs.synthetix.io/
*
*
* MIT License
* ===========
*
* Copyright (c) 2020 Synthetix
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including with... | 0x608060405234801561001057600080fd5b50600436106101ef5760003560e01c806381d25c1e1161010f578063c8f33c91116100a2578063e68e035b11610071578063e68e035b146103ee578063e9fad8ee146103f6578063ebe2b12b146103fe578063f2fde38b14610406576101ef565b8063c8f33c91146103ce578063cd3daf9d146103d6578063d3b64457146103de578063df136d65146103e65761... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
24096,
2575,
2620,
2278,
2620,
20952,
2497,
20952,
2050,
2575,
22022,
21084,
21619,
2692,
26337,
2497,
2575,
17914,
18827,
2063,
2581,
21084,
2620,
10790,
2629,
2050,
2620,
2546,
2683,
1013,
1008,
1008,
1008,
9986,
2015,
10... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,239 | 0x0169Af6a48b13c19a614df9Af863D2C55E6b5b48 | /**
*Submitted for verification at Etherscan.io on 2021-12-22
*/
// SPDX-License-Identifier: MIT
// Birman Cat Capital is going to be listed on Uniswap, SushiSwap and Shibaswap
// Coinmarketcap.com fast-track confirmed
// Safety analysis: https://thebittimes.com/token-BCC-ETH-0x0169af6a48b13c19a614df9af863d2c55e6b5b4... | 0x60806040526004361061012e5760003560e01c8063715018a6116100ab578063a9059cbb1161006f578063a9059cbb14610352578063c204642c14610372578063d49b55d614610392578063dd62ed3e146103a7578063e43252d7146103ed578063e8078d941461040d57600080fd5b8063715018a6146102a95780638ab1d681146102be5780638da5cb5b146102de57806395d89b41146103065780639e... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}, {"check": "tautology", "impact": "Medium", "confidence": "High"}, {"check": "arbitrary-send", "impact": "High", "confi... | true | null | {'detectors': [{'check': 'reentrancy-eth', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'tautology', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'arbitrary-send', 'impact': 'High', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
24096,
2575,
2683,
10354,
2575,
2050,
18139,
2497,
17134,
2278,
16147,
2050,
2575,
16932,
20952,
2683,
10354,
20842,
29097,
2475,
2278,
24087,
2063,
2575,
2497,
2629,
2497,
18139,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,240 | 0x016a1ceca7b04efb966d96fdb5934a9f04bace49 | pragma solidity 0.5.4;
/**
* @title SafeMath
* @dev Math operations with safety checks that throw on error
*/
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... | 0x73016a1ceca7b04efb966d96fdb5934a9f04bace4930146080604052600080fdfea165627a7a72305820253428c757e86d4a243798af2c0e1846572a1f88268c208bcc49f0645da523e10029 | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
24096,
2575,
27717,
3401,
3540,
2581,
2497,
2692,
2549,
12879,
2497,
2683,
28756,
2094,
2683,
2575,
2546,
18939,
28154,
22022,
2050,
2683,
2546,
2692,
2549,
3676,
3401,
26224,
10975,
8490,
2863,
5024,
3012,
1014,
1012,
1019... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,241 | 0x016c3d49698bdfa3d58d603a17e5ee31985021a0 | pragma solidity ^0.5.17;
/**
********************************************************************
*
_____ _____ _____
/\ \ |\ \ /\ \
/::\____\ |:\____\ /::\ \
... | 0x608060405234801561001057600080fd5b506004361061010b5760003560e01c80635aa6e675116100a2578063a457c2d711610071578063a457c2d714610333578063a9059cbb1461035f578063ab033ea91461038b578063dd62ed3e146103b1578063f46eccc4146103df5761010b565b80635aa6e675146102bb57806370a08231146102df57806395d89b4114610305578063983b2d561461030d5761... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
24096,
2575,
2278,
29097,
26224,
2575,
2683,
2620,
2497,
20952,
2050,
29097,
27814,
2094,
16086,
2509,
27717,
2581,
2063,
2629,
4402,
21486,
2683,
27531,
2692,
17465,
2050,
2692,
10975,
8490,
2863,
5024,
3012,
1034,
1014,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,242 | 0x016c40ae9347ef44328fdab467a268025dead390 | /**
*Submitted for verification at Etherscan.io on 2022-03-16
*/
/**
Telegram : https://t.me/Catopiatoken
Website : https://www.catopiatoken.com/
Twitter : https://twitter.com/CatopiaToken
*/
// SPDX-License-Identifier: MIT
pragma solidity 0.8.9;
abstract contract Context {
function _msgSender() ... | 0x6080604052600436106103b15760003560e01c80638ea5220f116101e7578063c17b5b8c1161010d578063e2f45605116100a0578063f63743421161006f578063f637434214610adf578063f8b45b0514610af5578063fa852a2114610b0b578063fe72b27a14610b2057600080fd5b8063e2f4560514610a7e578063e884f26014610a94578063f11a24d314610aa9578063f2fde38b14610abf57600080... | {"success": true, "error": null, "results": {"detectors": [{"check": "tx-origin", "impact": "Medium", "confidence": "Medium"}, {"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "tautology", "impact": "Me... | true | null | {'detectors': [{'check': 'tx-origin', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'tautology', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'inc... | [
101,
1014,
2595,
24096,
2575,
2278,
12740,
6679,
2683,
22022,
2581,
12879,
22932,
16703,
2620,
2546,
2850,
2497,
21472,
2581,
2050,
23833,
17914,
17788,
3207,
4215,
23499,
2692,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
2012,
28855,
29378,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,243 | 0x016ca8d0993d1a7073b01802a2e22fd0df7e633a | /**
*Submitted for verification at Etherscan.io on 2021-05-04
*/
pragma solidity ^0.6.0;
pragma experimental ABIEncoderV2;
interface ManagerLike {
function collateralTypes(uint) external view returns (bytes32);
function ownsSAFE(uint) external view returns (address);
function safes(uint) external view re... | 0x608060405234801561001057600080fd5b50600436106100625760003560e01c806306fdde03146100675780632b11551a14610085578063611209291461009a57806381f8a0e3146100ba578063890c7dc9146100da578063cd80efbd146100ef575b600080fd5b61006f61010f565b60405161007c919061197e565b60405180910390f35b61008d61013f565b60405161007c919061195e565b6100ad61... | {"success": true, "error": null, "results": {"detectors": [{"check": "uninitialized-local", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'uninitialized-local', 'impact': 'Medium', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
24096,
2575,
3540,
2620,
2094,
2692,
2683,
2683,
29097,
2487,
2050,
19841,
2581,
2509,
2497,
24096,
17914,
2475,
2050,
2475,
2063,
19317,
2546,
2094,
2692,
20952,
2581,
2063,
2575,
22394,
2050,
1013,
1008,
1008,
1008,
7864,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,244 | 0x0170227514a274826685bf81aed06e4218175572 | /**
*Submitted for verification at Etherscan.io on 2022-01-05
*/
// File: @openzeppelin/contracts/utils/Address.sol
pragma solidity ^0.8.0;
/**
* @dev Collection of functions related to the address type
*/
library Address {
/**
* @dev Returns true if `account` is a contract.
*
* [IMPORTANT]
... | 0x6080604052600436106101805760003560e01c8063715018a6116100d1578063c2ea31441161008a578063f242432a11610064578063f242432a1461041f578063f25b477b1461043f578063f2fde38b14610454578063f8cfe0b11461047457610180565b8063c2ea3144146103d7578063e1bc2967146103df578063e985e9c5146103ff57610180565b8063715018a61461033a5780637c62290f146103... | {"success": true, "error": null, "results": {"detectors": [{"check": "unused-return", "impact": "Medium", "confidence": "Medium"}, {"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "uninitialized-local", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'uninitialized-local', 'impact': 'Medium', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
24096,
19841,
19317,
23352,
16932,
2050,
22907,
18139,
23833,
2575,
27531,
29292,
2620,
2487,
6679,
2094,
2692,
2575,
2063,
20958,
15136,
16576,
24087,
2581,
2475,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
2012,
28855,
29378... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,245 | 0x0170a0914f00ec23f7d7a73162988fbbb5dc1f89 | /**
*Submitted for verification at Etherscan.io on 2022-04-04
*/
pragma solidity ^0.8.9;
/**
* @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 suc... | 0x608060405234801561001057600080fd5b50600436106101165760003560e01c80635c975abb116100a257806395d89b411161007157806395d89b41146102e3578063a457c2d714610301578063a9059cbb14610331578063dd62ed3e14610361578063f2fde38b1461039157610116565b80635c975abb1461025b57806370a082311461027957806379cc6790146102a95780638da5cb5b146102c55761... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
24096,
19841,
2050,
2692,
2683,
16932,
2546,
8889,
8586,
21926,
2546,
2581,
2094,
2581,
2050,
2581,
21486,
2575,
24594,
2620,
2620,
26337,
10322,
2629,
16409,
2487,
2546,
2620,
2683,
1013,
1008,
1008,
1008,
7864,
2005,
2261... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,246 | 0x0170e7cefb07fa283471cf8d1b17584145010529 | /**
*Submitted for verification at Etherscan.io on 2021-11-12
*/
/**
#feelingood means waking with #GM, going to bed with #GN and believing #WAGMI!
twitter: @feelingoodeth
telegram: @feelingoodeth
website: feelingood.io
**/
pragma solidity ^0.6.12;
interface IERC20 {
function totalSupply() external view ret... | 0x6080604052600436106102345760003560e01c80636bc87c3a1161012e578063a69df4b5116100ab578063d543dbeb1161006f578063d543dbeb14610c53578063dd46706414610c8e578063dd62ed3e14610cc9578063ea2f0b3714610d4e578063f2fde38b14610d9f5761023b565b8063a69df4b514610b12578063a9059cbb14610b29578063b6c5232414610b9a578063c49b9a8014610bc5578063d0... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}, {"check": "arbitrary-send", "impact": "High", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'reentrancy-eth', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'arbitrary-send', 'impact': 'High', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
24096,
19841,
2063,
2581,
3401,
26337,
2692,
2581,
7011,
22407,
22022,
2581,
2487,
2278,
2546,
2620,
2094,
2487,
2497,
16576,
27814,
23632,
19961,
24096,
2692,
25746,
2683,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
2012,
2... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,247 | 0x017137adc85e1e4ba30cea964da1e45e1d785afc | /**
*Submitted for verification at Etherscan.io on 2021-10-13
*/
// SPDX-License-Identifier: Unlicensed
pragma solidity ^0.8.4;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
return msg.sender;
}
}
interface IERC20 {
function totalSupply() external v... | 0x6080604052600436106101025760003560e01c806370a0823111610095578063a9059cbb11610064578063a9059cbb1461031c578063b515566a14610359578063c3c8cd8014610382578063c9567bf914610399578063dd62ed3e146103b057610109565b806370a0823114610272578063715018a6146102af5780638da5cb5b146102c657806395d89b41146102f157610109565b8063273123b7116100... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'reentrancy-eth', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
24096,
2581,
17134,
2581,
4215,
2278,
27531,
2063,
2487,
2063,
2549,
3676,
14142,
21456,
2683,
21084,
2850,
2487,
2063,
19961,
2063,
2487,
2094,
2581,
27531,
10354,
2278,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
2012,
288... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,248 | 0x0172602c7c8e07267bd58454dbf1016469b19a8d | // SPDX-License-Identifier: MIT
pragma solidity ^0.6.11;
interface PoolInterface {
function swapExactAmountIn(address, uint, address, uint, uint) external returns (uint, uint);
function swapExactAmountOut(address, uint, address, uint, uint) external returns (uint, uint);
}
interface TokenInterface {
funct... | 0x60806040526004361061004e5760003560e01c80632052e29d1461006e5780637535d2461461009f57806398f30ee8146100b4578063a216a072146100f0578063ad5c46481461011357610069565b36610069576000546001600160a01b0316331461006757fe5b005b600080fd5b34801561007a57600080fd5b50610083610128565b604080516001600160a01b039092168252519081900360200190f3... | {"success": true, "error": null, "results": {"detectors": [{"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
24096,
2581,
23833,
2692,
2475,
2278,
2581,
2278,
2620,
2063,
2692,
2581,
23833,
2581,
2497,
2094,
27814,
19961,
2549,
18939,
2546,
10790,
16048,
21472,
2683,
2497,
16147,
2050,
2620,
2094,
1013,
1013,
23772,
2595,
1011,
61... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,249 | 0x0172b8110b47448e32ea9e4f291db461ee82d1d9 | /**
*Submitted for verification at Etherscan.io on 2021-07-07
*/
// Sources flattened with hardhat v2.4.1 https://hardhat.org
// File deps/@openzeppelin/contracts-upgradeable/token/ERC20/IERC20Upgradeable.sol
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.0;
/**
* @dev Interface of the ERC20 standard as de... | 0x608060405234801561001057600080fd5b506004361061038e5760003560e01c80637e744eea116101de578063aced16611161010f578063d704ba9b116100ad578063ed4bdce11161007c578063ed4bdce11461060c578063f55462f414610614578063f77c479114610627578063fb883d0c1461062f5761038e565b8063d704ba9b146105de578063dd4adfbc146104f4578063e066ca13146105f15780... | {"success": true, "error": null, "results": {"detectors": [{"check": "unused-return", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
24096,
2581,
2475,
2497,
2620,
14526,
2692,
2497,
22610,
22932,
2620,
2063,
16703,
5243,
2683,
2063,
2549,
2546,
24594,
2487,
18939,
21472,
2487,
4402,
2620,
2475,
2094,
2487,
2094,
2683,
1013,
1008,
1008,
1008,
7864,
2005,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,250 | 0x0173661769325565d4f011b2e5cda688689cc87c | /**
*Submitted for verification at Etherscan.io on 2022-02-15
*/
// Sources flattened with hardhat v2.8.0 https://hardhat.org
// File contracts/interfaces/IUniswapV3Factory.sol
// SPDX-License-Identifier: GPL-2.0-or-later
pragma solidity ^0.8.0;
/// @title The interface for the Uniswap V3 Factory
/// @notice The U... | 0x608060405234801561001057600080fd5b50600436106101215760003560e01c80635f710f5c116100ad578063a457c2d711610071578063a457c2d714610264578063a9059cbb14610277578063aa2fe91b1461028a578063dd62ed3e146102ad578063f2fde38b146102e657600080fd5b80635f710f5c146101ef57806370a0823114610202578063715018a61461022b5780638da5cb5b146102335780... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
24096,
2581,
21619,
2575,
16576,
2575,
2683,
16703,
24087,
26187,
2094,
2549,
2546,
24096,
2487,
2497,
2475,
2063,
2629,
19797,
2050,
2575,
2620,
20842,
2620,
2683,
9468,
2620,
2581,
2278,
1013,
1008,
1008,
1008,
7864,
2005... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,251 | 0x017413445e227106fd198cb64547c615f4f13522 | /**
*Submitted for verification at Etherscan.io on 2021-12-10
*/
/**
TG: https://t.me/NoViolins4Me
*/
pragma solidity ^0.8.4;
// SPDX-License-Identifier: UNLICENSED
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
return msg.sender;
}
}
interface IERC20 {
... | 0x6080604052600436106101025760003560e01c806370a0823111610095578063a9059cbb11610064578063a9059cbb146102ca578063b515566a146102ea578063c3c8cd801461030a578063c9567bf91461031f578063dd62ed3e1461033457600080fd5b806370a0823114610240578063715018a6146102605780638da5cb5b1461027557806395d89b411461029d57600080fd5b8063273123b7116100... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'reentrancy-eth', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
24096,
2581,
23632,
22022,
19961,
2063,
19317,
2581,
10790,
2575,
2546,
2094,
16147,
2620,
27421,
21084,
27009,
2581,
2278,
2575,
16068,
2546,
2549,
2546,
17134,
25746,
2475,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
2012,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,252 | 0x017429367D6E4f9FA7B673bDb2247887Bd9233e8 | /**
*Submitted for verification at Etherscan.io on 2021-06-12
*/
// 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,
24096,
2581,
20958,
2683,
21619,
2581,
2094,
2575,
2063,
2549,
2546,
2683,
7011,
2581,
2497,
2575,
2581,
2509,
2497,
18939,
19317,
22610,
2620,
2620,
2581,
2497,
2094,
2683,
21926,
2509,
2063,
2620,
1013,
1008,
1008,
1008,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,253 | 0x0174312e4Aef436606ffdEb4D05d22fB68f36Ba0 | pragma solidity ^0.4.13;
contract Latium {
string public constant name = "Latium";
string public constant symbol = "LAT";
uint8 public constant decimals = 16;
uint256 public constant totalSupply =
30000000 * 10 ** uint256(decimals);
// owner of this contract
address public owner;
... | 0x606060405236156100515763ffffffff60e060020a6000350416633bed33ce81146101d55780637ff9b596146101ed5780638da5cb5b14610212578063aa2de6c314610241578063f22513a714610266575b6101d35b600254600090819033600160a060020a0390811691161480159061008b575030600160a060020a031633600160a060020a031614155b151561009657600080fd5b61009e61027e565b... | {"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,
24096,
2581,
23777,
12521,
2063,
2549,
6679,
2546,
23777,
28756,
2692,
2575,
4246,
3207,
2497,
2549,
2094,
2692,
2629,
2094,
19317,
26337,
2575,
2620,
2546,
21619,
3676,
2692,
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,254 | 0x017621c26121e9b04e06f7b8ff48d2ecc4400255 | /**
*Submitted for verification at Etherscan.io on 2022-04-27
*/
// @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
// @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
// @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@... | 0x608060405234801561001057600080fd5b50600436106102325760003560e01c806376e9dd1811610130578063b88d4fde116100b8578063df6ec4711161007c578063df6ec4711461052a578063e985e9c51461054d578063f43f63c514610589578063f71359091461059c578063fa4ed5a3146105af57600080fd5b8063b88d4fde146104be578063ba41b0c6146104d1578063c87b56dd146104e45780... | {"success": true, "error": null, "results": {"detectors": [{"check": "unused-return", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
24096,
2581,
2575,
17465,
2278,
23833,
12521,
2487,
2063,
2683,
2497,
2692,
2549,
2063,
2692,
2575,
2546,
2581,
2497,
2620,
4246,
18139,
2094,
2475,
8586,
2278,
22932,
8889,
17788,
2629,
1013,
1008,
1008,
1008,
7864,
2005,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,255 | 0x0176d6746520dd73c2db032348530520d64e074e | /* ==================================================================== */
/* Copyright (c) 2018 The ether.online Project. All rights reserved.
/*
/* https://ether.online The first RPG game of blockchain
/*
/* authors <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="4a38232921223f243e2f386... | 0x6060604052600436106100ed5763ffffffff60e060020a6000350416630d66881881146100ef57806330efb8d31461011e578063336c6d391461013157806355a373d61461015057806367d0661d14610163578063704b6c021461017657806382cb9df91461019557806391702ddc146101a8578063976f37fd146101b95780639b8d3064146101c7578063b187bd26146101e6578063ba112d501461020d... | {"success": true, "error": null, "results": {"detectors": [{"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "arbitrary-send", "impact": "High", "confidence": "Medium"}, {"check": "weak-prng", "impact": "High", "confidence": "Medium"}, {"check": "unused-return", "impact": "Mediu... | true | null | {'detectors': [{'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'arbitrary-send', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'weak-prng', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'cont... | [
101,
1014,
2595,
24096,
2581,
2575,
2094,
2575,
2581,
21472,
25746,
2692,
14141,
2581,
2509,
2278,
2475,
18939,
2692,
16703,
22022,
27531,
14142,
25746,
2692,
2094,
21084,
2063,
2692,
2581,
2549,
2063,
1013,
1008,
1027,
1027,
1027,
1027,
10... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,256 | 0x017788dded30fdd859d295b90d4e41a19393f423 | /**
*Submitted for verification at Etherscan.io on 2020-02-28
*/
/**
*Submitted for verification at Etherscan.io on 2020-01-11
*/
pragma solidity ^0.5.0;
/**
* @dev Wrappers over Solidity's arithmetic operations with added overflow
* checks.
*
* Arithmetic operations in Solidity wrap on overflow. This can easi... | 0x6080604052600436106101295760003560e01c80638afaff02116100ab578063c72c4d101161006f578063c72c4d1014610664578063c858f5f914610679578063cd112382146106c2578063d0fc81d2146106fd578063d2d0e06614610712578063f2f4eb261461074857610129565b80638afaff02146105385780639895e3d81461055f578063b334ed86146105a8578063bf92857c146105bd578063c4... | {"success": true, "error": null, "results": {"detectors": [{"check": "uninitialized-state", "impact": "High", "confidence": "High"}, {"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "controlled-delegate... | true | null | {'detectors': [{'check': 'uninitialized-state', 'impact': 'High', 'confidence': 'High'}, {'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'controlled-delegatecall', 'impact': 'High', 'confidence': 'Medi... | [
101,
1014,
2595,
24096,
2581,
2581,
2620,
2620,
19520,
14142,
2546,
14141,
27531,
2683,
2094,
24594,
2629,
2497,
21057,
2094,
2549,
2063,
23632,
27717,
2683,
23499,
2509,
2546,
20958,
2509,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
2012,
2... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,257 | 0x017800245b2a33Fb061f2D9E8888F8766eEb1Ff4 | /**
* Telegram: https://t.me/AnonApeToken
*
* ANONAPE - Anonape
*
* We Are ANONAPE
*
* https://www.anonape.org/
* https://t.me/AnonApeToken
* https://twitter.com/AnonApeToken ... | 0x6080604052600436106103545760003560e01c806360d48489116101c6578063a69df4b5116100f7578063d4a3883f11610095578063dd62ed3e1161006f578063dd62ed3e146109dc578063ea2f0b3714610a22578063ec28438a14610a42578063f2fde38b14610a6257600080fd5b8063d4a3883f14610986578063da6fa55c146109a6578063dd467064146109bc57600080fd5b8063b6c52324116100... | {"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,
24096,
2581,
17914,
2692,
18827,
2629,
2497,
2475,
2050,
22394,
26337,
2692,
2575,
2487,
2546,
2475,
2094,
2683,
2063,
2620,
2620,
2620,
2620,
2546,
2620,
2581,
28756,
4402,
2497,
2487,
4246,
2549,
1013,
1008,
1008,
1008,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,258 | 0x01788f22bc0b685eed38a39df43b1ed5e4cb72aa | pragma solidity ^0.4.24;
interface tokenRecipient { function receiveApproval(address _from, uint256 _value, address _token, bytes _extraData) external; }
contract ZZC {
// 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,
24096,
2581,
2620,
2620,
2546,
19317,
9818,
2692,
2497,
2575,
27531,
13089,
22025,
2050,
23499,
20952,
23777,
2497,
2487,
2098,
2629,
2063,
2549,
27421,
2581,
2475,
11057,
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... |
1,259 | 0x017925fdb447544da8ed671b5305461cfc6c6e1d | 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, ... | 0x6080604052600436106100e6576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff1680631d0373ad146100eb57806339069d8c146101465780633dcbf7eb1461018957806344d0afbc1461028657806349c462d7146102dd5780636661a51e14610346578063726802a41461038957806374c16b23146104665780637b103999146104bd5780638da5cb5b... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
24096,
2581,
2683,
17788,
2546,
18939,
22932,
23352,
22932,
2850,
2620,
2098,
2575,
2581,
2487,
2497,
22275,
2692,
27009,
2575,
2487,
2278,
11329,
2575,
2278,
2575,
2063,
2487,
2094,
10975,
8490,
2863,
5024,
3012,
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... |
1,260 | 0x0179fd23b5df2a2d22232455859da081aca6a8d1 | /**
*Submitted for verification at Etherscan.io on 2021-04-26
*/
pragma solidity ^0.5.0;
contract FilxToken {
string public name = "CHA Token"; //Optional
string public symbol = "CHA"; //Optional
uint256 public totalSupply;
event Transfer(address indexed _from, address indexed _to, uint256 _value);
... | 0x608060405234801561001057600080fd5b50600436106100885760003560e01c806370a082311161005b57806370a082311461019a57806395d89b41146101c0578063a9059cbb146101c8578063dd62ed3e146101f457610088565b806306fdde031461008d578063095ea7b31461010a57806318160ddd1461014a57806323b872dd14610164575b600080fd5b610095610222565b604080516020808252... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
24096,
2581,
2683,
2546,
2094,
21926,
2497,
2629,
20952,
2475,
2050,
2475,
2094,
19317,
21926,
18827,
24087,
27531,
2683,
2850,
2692,
2620,
2487,
19629,
2575,
2050,
2620,
2094,
2487,
1013,
1008,
1008,
1008,
7864,
2005,
2261... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,261 | 0x017a5d8d82afaa22bc29d75013d6ff3656e90851 | pragma solidity ^0.4.11;
contract ScamStampToken {
//The Scam Stamp Token is intended to mark an address as SCAM.
//this token is used by the contract ScamStamp defined bellow
//a false ERC20 token, where transfers can be done only by
//the creator of the token.
string public constant name = "SC... | 0x606060405236156100ca5763ffffffff60e060020a6000350416630b901c82811461014b5780632104cdd21461017057806339ecc94f146101955780634a3e4f90146101c457806364801da1146101f55780637739ad701461021a5780638da5cb5b146102305780639293eb2f1461025f578063963c11df14610290578063a3c1d83d146102c1578063bbee1ab7146102e9578063d650cb2e1461030a5780... | {"success": true, "error": null, "results": {"detectors": [{"check": "unchecked-transfer", "impact": "High", "confidence": "Medium"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}, {"check": "tautology", "impact": "Medium", "confidence": "High"}, {"check": "controlled-array-length", "impact": "... | true | null | {'detectors': [{'check': 'unchecked-transfer', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'tautology', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'controlled-array-length', 'impact': 'High', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
24096,
2581,
2050,
2629,
2094,
2620,
2094,
2620,
2475,
10354,
11057,
19317,
9818,
24594,
2094,
23352,
24096,
29097,
2575,
4246,
21619,
26976,
2063,
21057,
27531,
2487,
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... |
1,262 | 0x017Ac001D0AE7941A31456Bb25ebd946C92451Ce | /**
*Submitted for verification at Etherscan.io on 2021-07-25
*/
pragma solidity ^0.4.24;
//Safe Math Interface
contract SafeMath {
function safeAdd(uint a, uint b) public pure returns (uint c) {
c = a + b;
require(c >= a);
}
function safeSub(uint a, uint b) public pure returns (ui... | 0x6080604052600436106100db576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff16806306fdde03146100e0578063095ea7b31461017057806318160ddd146101d557806323b872dd14610200578063313ce567146102855780633eaaf86b146102b657806370a08231146102e157806395d89b4114610338578063a293d1e8146103c8578063a9059cbb... | {"success": true, "error": null, "results": {"detectors": [{"check": "locked-ether", "impact": "Medium", "confidence": "High"}]}} | true | null | {'detectors': [{'check': 'locked-ether', 'impact': 'Medium', 'confidence': 'High'}]} | [
101,
1014,
2595,
24096,
2581,
6305,
8889,
2487,
2094,
2692,
6679,
2581,
2683,
23632,
2050,
21486,
19961,
2575,
10322,
17788,
15878,
2094,
2683,
21472,
2278,
2683,
18827,
22203,
3401,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
2012,
28855,
2... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,263 | 0x017c89ca4bda3d66cc65e3d20dd95432258201ca | /**
*Submitted for verification at Etherscan.io on 2021-08-02
*/
// File: openzeppelin-solidity/contracts/token/ERC20/IERC20.sol
pragma solidity ^0.5.2;
/**
* @title ERC20 interface
* @dev see https://eips.ethereum.org/EIPS/eip-20
*/
interface IERC20 {
function transfer(address to, uint256 value) external re... | 0x6080604052600436106200013a5760003560e01c80639145e6df11620000af578063d11f045c116200006d578063d11f045c1462000571578063d931a86914620005a8578063ed4a0be81462000609578063edeca09b1462000621578063f2fde38b1462000639576200013a565b80639145e6df146200035d5780639492b0b8146200039457806396cbd812146200042d578063ad1d8069146200045e5780... | {"success": true, "error": null, "results": {"detectors": [{"check": "uninitialized-state", "impact": "High", "confidence": "High"}, {"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "controlled-array-length", "impact": "High", "confidence": "Medium"}, {"check": "unchecked-send", "im... | true | null | {'detectors': [{'check': 'uninitialized-state', 'impact': 'High', 'confidence': 'High'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'controlled-array-length', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'unchecked-send', 'impact': 'Medium', 'confidence': 'Medium'}, {'... | [
101,
1014,
2595,
24096,
2581,
2278,
2620,
2683,
3540,
2549,
2497,
2850,
29097,
28756,
9468,
26187,
2063,
29097,
11387,
14141,
2683,
27009,
16703,
17788,
2620,
11387,
2487,
3540,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
2012,
28855,
29378,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,264 | 0x017e5df199013ae76acbb76dc1a3781939a2fc1e | /**
*Submitted for verification at Etherscan.io on 2021-02-04
*/
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.6.0;
// ----------------------------------------------------------------------------
// ERC Token Standard #20 Interface
// https://github.com/ethereum/EIPs/blob/master/EIPS/eip-20-token-standar... | 0x608060405234801561001057600080fd5b50600436106100885760003560e01c80638da5cb5b1161005b5780638da5cb5b14610139578063c8773af214610141578063d914cd4b1461016d578063f2fde38b1461019357610088565b80631ac3d7e21461008d57806326a4e8d2146100c75780633b7d0946146100ef57806374935f1114610115575b600080fd5b6100b3600480360360208110156100a357... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
24096,
2581,
2063,
2629,
20952,
16147,
21057,
17134,
6679,
2581,
2575,
6305,
10322,
2581,
2575,
16409,
2487,
2050,
24434,
2620,
16147,
23499,
2050,
2475,
11329,
2487,
2063,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
2012,
2... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,265 | 0x017eC1772A45d2cf68c429A820eF374f0662C57c | /**
*Submitted for verification at Etherscan.io on 2020-10-29
*/
// File: contracts/Storage.sol
pragma solidity 0.5.16;
contract Storage {
address public governance;
address public controller;
constructor() public {
governance = msg.sender;
}
modifier onlyGovernance() {
require(isGovernance(msg... | 0x608060405234801561001057600080fd5b50600436106102105760003560e01c80638da5cb5b11610125578063ce970630116100ad578063ebe2b12b1161007c578063ebe2b12b14610453578063f2fde38b1461045b578063f77c479114610481578063f7c618c114610489578063fa9389a21461049157610210565b8063ce97063014610433578063df136d651461043b578063e5e3a9b0146104435780... | {"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,
24096,
2581,
8586,
16576,
2581,
2475,
2050,
19961,
2094,
2475,
2278,
2546,
2575,
2620,
2278,
20958,
2683,
2050,
2620,
11387,
12879,
24434,
2549,
2546,
2692,
28756,
2475,
2278,
28311,
2278,
1013,
1008,
1008,
1008,
7864,
2005... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,266 | 0x017ef86cd05a9f1cc869f0eb2e5d3b4612880732 | /**
*Submitted for verification at Etherscan.io on 2021-03-02
*/
/*
Copyright 2019 The Hydro Protocol Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://ww... | 0x608060405234801561001057600080fd5b506004361061002b5760003560e01c806341976e0914610030575b600080fd5b6100566004803603602081101561004657600080fd5b50356001600160a01b0316610068565b60408051918252519081900360200190f35b600080546001600160a01b038381169116146100bd576040805162461bcd60e51b815260206004820152600f60248201526e082a6a68... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
24096,
2581,
12879,
20842,
19797,
2692,
2629,
2050,
2683,
2546,
2487,
9468,
20842,
2683,
2546,
2692,
15878,
2475,
2063,
2629,
2094,
2509,
2497,
21472,
12521,
2620,
17914,
2581,
16703,
1013,
1008,
1008,
1008,
7864,
2005,
226... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,267 | 0x01805590991328db7f1ef0e8e4b071ad8f58c8ce | // Unattributed material copyright New Alchemy Limited, 2017. All rights reserved.
pragma solidity >=0.4.10;
// from Zeppelin
contract SafeMath {
function safeMul(uint a, uint b) internal returns (uint) {
uint c = a * b;
require(a == 0 || c / a == b);
return c;
}
function safeSub(u... | 0x6060604052600436106101035763ffffffff60e060020a60003504166315dacbea811461010857806318160ddd1461014a5780633e3e0b121461016f5780634bb278f31461018457806369ffa08a1461019757806370a08231146101bc57806379ba5097146101db57806388df13fa146101ee5780638da5cb5b1461021057806392eefe9b1461023f5780639dc29fac1461025e578063a6f9dae114610280... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
24096,
17914,
24087,
21057,
2683,
2683,
17134,
22407,
18939,
2581,
2546,
2487,
12879,
2692,
2063,
2620,
2063,
2549,
2497,
2692,
2581,
2487,
4215,
2620,
2546,
27814,
2278,
2620,
3401,
1013,
1013,
14477,
4779,
3089,
8569,
306... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,268 | 0x018215b52c4ebd2d6dc28099da746e9f2ccccb65 | /**
*Submitted for verification at Etherscan.io on 2022-04-04
*/
// SPDX-License-Identifier: AGPL-3.0-or-later
pragma solidity ^0.8.4;
// Copyright (C) 2018 Rain <[email protected]>
interface ICodex {
function init(address vault) external;
function setParam(bytes32 param, uint256 data) external;
funct... | 0x608060405234801561001057600080fd5b50600436106100df5760003560e01c8063914321551161008c578063a7d0758811610066578063a7d0758814610216578063db26e34d14610229578063e177246e1461023c578063ebe215011461024f57600080fd5b806391432155146101bc57806393b72f95146101cf578063a04a0908146101f657600080fd5b80637c10dea6116100bd5780637c10dea614... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
24096,
2620,
17465,
2629,
2497,
25746,
2278,
2549,
15878,
2094,
2475,
2094,
2575,
16409,
22407,
2692,
2683,
2683,
2850,
2581,
21472,
2063,
2683,
2546,
2475,
9468,
9468,
2497,
26187,
1013,
1008,
1008,
1008,
7864,
2005,
22616... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,269 | 0x01824357d7d7eaf4677bc17786abd26cbdec9ad7 | /**
*Submitted for verification at Etherscan.io on 2021-12-06
*/
// SPDX-License-Identifier: MIT
// File: @openzeppelin/contracts/utils/StorageSlot.sol
// OpenZeppelin Contracts v4.4.0 (utils/StorageSlot.sol)
pragma solidity ^0.8.0;
/**
* @dev Library for reading and writing primitive types to specific storage s... | 0x60806040526004361061004e5760003560e01c80633659cfe6146100675780634f1ef286146100905780635c60da1b146100ac5780638f283970146100d7578063f851a440146101005761005d565b3661005d5761005b61012b565b005b61006561012b565b005b34801561007357600080fd5b5061008e600480360381019061008991906108f2565b610145565b005b6100aa60048036038101906100a5... | {"success": true, "error": null, "results": {"detectors": [{"check": "unused-return", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
24096,
2620,
18827,
19481,
2581,
2094,
2581,
2094,
2581,
5243,
2546,
21472,
2581,
2581,
9818,
16576,
2581,
20842,
7875,
2094,
23833,
27421,
3207,
2278,
2683,
4215,
2581,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
2012,
2885... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,270 | 0x01862e4046da10d3c4f838819957892ad8192f74 | /**
*Submitted for verification at Etherscan.io on 2022-02-11
*/
/*
Willow Biden
https://t.me/Willowbiden
MEET Willow! Willow is settling into the White House with her favorite toys, treats, and plenty of room to smell and explore
*/
// SPDX-License-Identifier: Unlicensed
pragma solidity ^0.8.9;
abstract con... | 0x6080604052600436106101d05760003560e01c80637d1db4a5116100f7578063a2a957bb11610095578063c492f04611610064578063c492f0461461055a578063dd62ed3e1461057a578063ea1644d5146105c0578063f2fde38b146105e057600080fd5b8063a2a957bb146104d5578063a9059cbb146104f5578063bfd7928414610515578063c3c8cd801461054557600080fd5b80638f70ccf7116100... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}, {"check": "tautology", "impact": "Medium", "confidence": "High"}]}} | true | null | {'detectors': [{'check': 'reentrancy-eth', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'tautology', 'impact': 'Medium', 'confidence': 'High'}]} | [
101,
1014,
2595,
24096,
20842,
2475,
2063,
12740,
21472,
2850,
10790,
2094,
2509,
2278,
2549,
2546,
2620,
22025,
2620,
16147,
2683,
28311,
2620,
2683,
2475,
4215,
2620,
16147,
2475,
2546,
2581,
2549,
1013,
1008,
1008,
1008,
7864,
2005,
2261... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,271 | 0x0186efe16d1b68d87d52cd7bbe9d202484b6f786 | /**
*Submitted for verification at Etherscan.io on 2022-01-11
*/
pragma solidity 0.6.0;
interface ERC721 {
function safeTransferFrom(address from,address to,uint256 tokenId) external;
}
interface ERC20 {
function transferFrom(address src, address dst, uint wad)
external
returns (bool);
}
contr... | 0x6080604052600436106100dd5760003560e01c80638d14b2a81161007f578063efecedef11610059578063efecedef146106b9578063f1aa5681146107a2578063f1c3c2e914610809578063fb8a5ab91461084f576100dd565b80638d14b2a8146105b9578063de5c2a54146105ff578063e347dcb014610666576100dd565b80634b6d334e116100bb5780634b6d334e146102ed57806351e292b8146103... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
24096,
20842,
27235,
16048,
2094,
2487,
2497,
2575,
2620,
2094,
2620,
2581,
2094,
25746,
19797,
2581,
19473,
2683,
2094,
11387,
18827,
2620,
2549,
2497,
2575,
2546,
2581,
20842,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
20... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,272 | 0x0187dba7384a88a0c08991c87bb5016c319e61b6 | /**
*Submitted for verification at Etherscan.io on 2022-03-17
*/
/**
*Submitted for verification at Etherscan.io on 2022-02-18
*/
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
library Strings {
bytes16 private constant _HEX_SYMBOLS = "0123456789abcdef";
function toString(uint256 value) intern... | 0x6080604052600436106102515760003560e01c8063715018a611610139578063a475b5dd116100b6578063cd85cdb51161007a578063cd85cdb51461067b578063dee6dd4114610695578063e985e9c5146106b5578063f2fde38b146106fe578063f7b188a51461071e578063fb107a4f1461073357600080fd5b8063a475b5dd146105eb578063b5077f4414610605578063b88d4fde1461061b578063bf... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
24096,
2620,
2581,
18939,
2050,
2581,
22025,
2549,
2050,
2620,
2620,
2050,
2692,
2278,
2692,
2620,
2683,
2683,
2487,
2278,
2620,
2581,
10322,
12376,
16048,
2278,
21486,
2683,
2063,
2575,
2487,
2497,
2575,
1013,
1008,
1008,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,273 | 0x01886cABb4a19A89Fad686810F2EE60459452CF3 | /**
*Submitted for verification at Etherscan.io on 2022-04-08
*/
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
pragma experimental ABIEncoderV2;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
return msg.sender;
}
function _msgData() internal... | 0x60806040526004361061041f5760003560e01c8063744d15911161021e578063b80b6e8911610123578063dd62ed3e116100ab578063ebbf1ace1161007a578063ebbf1ace14610cf3578063f017ecfc14610d09578063f1b234ad14610d29578063f2fde38b14610d49578063f69e204614610d6957600080fd5b8063dd62ed3e14610c57578063e01af92c14610c9d578063e2f4560514610cbd578063e4... | {"success": true, "error": null, "results": {"detectors": [{"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "arbitrary-send", "impact": "High", "confidence": "Medium"}, {"check": "uninitialized-local", "impact": "Medium", "confidence": "Medium"}, {"check": "reentrancy-eth", "im... | true | null | {'detectors': [{'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'arbitrary-send', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'uninitialized-local', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'reentrancy-eth', 'impact': 'High', 'confidence': 'Medium'}, {'ch... | [
101,
1014,
2595,
24096,
2620,
20842,
3540,
10322,
2549,
27717,
2683,
2050,
2620,
2683,
7011,
2094,
2575,
20842,
2620,
10790,
2546,
2475,
4402,
16086,
19961,
2683,
19961,
2475,
2278,
2546,
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... |
1,274 | 0x01893dafc8fb232b86401f1143f3b81591238bed | /**
*Submitted for verification at Etherscan.io on 2022-04-07
*/
// SPDX-License-Identifier: MIT
pragma solidity 0.7.5;
interface IOwnable {
function policy() external view returns (address);
function renounceManagement() external;
function pushManagement( address newOwner_ ) external;
function pullMana... | 0x608060405234801561001057600080fd5b50600436106102115760003560e01c806377b8189511610125578063cea55f57116100ad578063d7ccfb0b1161007c578063d7ccfb0b14610571578063e0176de814610579578063e392a26214610581578063f5c2ab5b14610589578063fc7b9c181461059157610211565b8063cea55f57146104f8578063d4d863ce14610500578063d50256251461052e5780... | {"success": true, "error": null, "results": {"detectors": [{"check": "unused-return", "impact": "Medium", "confidence": "Medium"}, {"check": "unchecked-transfer", "impact": "High", "confidence": "Medium"}, {"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "reentrancy-no-eth", "i... | true | null | {'detectors': [{'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'unchecked-transfer', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
24096,
2620,
2683,
29097,
10354,
2278,
2620,
26337,
21926,
2475,
2497,
20842,
12740,
2487,
2546,
14526,
23777,
2546,
2509,
2497,
2620,
16068,
2683,
12521,
22025,
8270,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
2012,
28855,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,275 | 0x018948fa12e4d760725d58af80cf02cc63baab8c | /**
*Submitted for verification at Etherscan.io on 2022-01-26
*/
/**
Telegram: https://t.me/BabyGrimaceERC20
*/
// SPDX-License-Identifier: unlicense
pragma solidity ^0.8.4;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
return msg.sender;
}
}
int... | 0x6080604052600436106101d05760003560e01c80637d1db4a5116100f7578063a9059cbb11610095578063d00efb2f11610064578063d00efb2f1461054a578063dd62ed3e14610560578063ea1644d5146105a6578063f2fde38b146105c657600080fd5b8063a9059cbb146104c5578063bfd79284146104e5578063c3c8cd8014610515578063c492f0461461052a57600080fd5b80638f9a55c0116100... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'reentrancy-eth', 'impact': 'High', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
24096,
2620,
2683,
18139,
7011,
12521,
2063,
2549,
2094,
2581,
16086,
2581,
17788,
2094,
27814,
10354,
17914,
2278,
2546,
2692,
2475,
9468,
2575,
2509,
3676,
7875,
2620,
2278,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
2012... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,276 | 0x018955A148DBB50B66B27F9C0c83Fe9981365Df1 | /**
*Submitted for verification at Etherscan.io on 2021-05-21
*/
// File: @openzeppelin/contracts/token/ERC20/IERC20.sol
pragma solidity ^0.8.0;
/**
* @dev Interface of the ERC20 standard as defined in the EIP.
*/
interface IERC20 {
/**
* @dev Returns the amount of tokens in existence.
*/
func... | 0x608060405234801561001057600080fd5b506004361061031c576000357c0100000000000000000000000000000000000000000000000000000000900480638da5cb5b116101b9578063ab4951a51161010b578063dd62ed3e116100b4578063f0f5d3f21161008e578063f0f5d3f2146106ae578063f2fde38b146106c1578063fe9440d7146106d457600080fd5b8063dd62ed3e14610645578063ddca3f... | {"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": "unchecked-transfer... | 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': 'unchecked-transfer', 'impact': 'High', 'confidence': 'Medium'}... | [
101,
1014,
2595,
24096,
2620,
2683,
24087,
27717,
18139,
18939,
2497,
12376,
2497,
28756,
2497,
22907,
2546,
2683,
2278,
2692,
2278,
2620,
2509,
7959,
2683,
2683,
2620,
17134,
26187,
20952,
2487,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
2... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,277 | 0x018990f3109f70afe696542f348e6dad8647cb97 | // Forked from SUSHI.
// Thx for providing everything transparent!
pragma solidity 0.6.12;
/**
* @dev Interface of the ERC20 standard as defined in the EIP.
*/
interface IERC20 {
/**
* @dev Returns the amount of tokens in existence.
*/
function totalSupply() external view returns (uint256);
/... | 0x608060405234801561001057600080fd5b50600436106101a95760003560e01c80635a0f83e6116100f957806393f1a40b11610097578063d49e77cd11610071578063d49e77cd1461044e578063e2bbb15814610456578063f2fde38b14610479578063fc8bad251461049f576101a9565b806393f1a40b146103e4578063b3b459a414610429578063d3c6144414610431576101a9565b8063715018a611... | {"success": true, "error": null, "results": {"detectors": [{"check": "unchecked-transfer", "impact": "High", "confidence": "Medium"}, {"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}, {"check": "reentrancy-no-eth",... | true | null | {'detectors': [{'check': 'unchecked-transfer', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}... | [
101,
1014,
2595,
24096,
2620,
2683,
21057,
2546,
21486,
2692,
2683,
2546,
19841,
10354,
2063,
2575,
2683,
26187,
20958,
2546,
22022,
2620,
2063,
2575,
14697,
20842,
22610,
27421,
2683,
2581,
1013,
1013,
9292,
2098,
2013,
10514,
6182,
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,278 | 0x018995ae3c8b1aa9a144fe4e3cf1390efe46e844 | /**
*Submitted for verification at Etherscan.io on 2020-12-12
*/
//"SPDX-License-Identifier: UNLICENSED"
pragma solidity ^0.6.0;
abstract contract Context {
function _msgSender() internal view virtual returns (address payable) {
return msg.sender;}
function _msgData() internal ... | 0x608060405234801561001057600080fd5b50600436106100cf5760003560e01c806342966c681161008c57806395d89b411161006657806395d89b41146103bf578063a457c2d714610442578063a9059cbb146104a8578063dd62ed3e1461050e576100cf565b806342966c68146102eb57806370a082311461031957806379cc679014610371576100cf565b806306fdde03146100d4578063095ea7b314... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
24096,
2620,
2683,
2683,
2629,
6679,
2509,
2278,
2620,
2497,
2487,
11057,
2683,
27717,
22932,
7959,
2549,
2063,
2509,
2278,
2546,
17134,
21057,
27235,
21472,
2063,
2620,
22932,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
201... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,279 | 0x018A06bF0B1550e2dBB693AAE68d60D4D951012d | /**
*Submitted for verification at Etherscan.io on 2021-07-05
*/
/*
⚠⚠⚠ WARNING WARNING WARNING ⚠⚠⚠
This is a TARGET contract - DO NOT CONNECT TO IT DIRECTLY IN YOUR CONTRACTS or DAPPS!
This contract has an associated PROXY that MUST be used for all integrations - this TARGET will be REPLACED in an upcoming Peri F... | 0x608060405234801561001057600080fd5b50600436106104755760003560e01c8063899ffef411610257578063c9a2f3ad11610146578063e6203ed1116100c3578063f084219e11610087578063f084219e14610901578063f1dffc001461057c578063f5adc4f514610909578063f9a3a4bf14610911578063f9eea80c1461092457610475565b8063e6203ed1146108cb578063e90dd9e2146108de5780... | {"success": true, "error": null, "results": {"detectors": [{"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}, {"check": "locked-ether", "impact": "Medium", "confidence": "High"}]}} | true | null | {'detectors': [{'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'locked-ether', 'impact': 'Medium', 'confidence': 'High'}]} | [
101,
1014,
2595,
24096,
2620,
2050,
2692,
2575,
29292,
2692,
2497,
16068,
12376,
2063,
2475,
18939,
2497,
2575,
2683,
2509,
11057,
2063,
2575,
2620,
2094,
16086,
2094,
2549,
2094,
2683,
22203,
24096,
2475,
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... |
1,280 | 0x018a0e714eef9761ba6a3454246eb1d521f84de4 | /**
*Submitted for verification at Etherscan.io on 2022-04-05
*/
/*
By popular demand, we are reviving Goku as part of our DAO.
Suprise Launch, Enjoy Friends.
Etherscan for messages.
*/
pragma solidity ^0.8.4;
// SPDX-License-Identifier: UNLICENSED
abstract contract Context {
function _msgSender() internal v... | 0x6080604052600436106101185760003560e01c806370a08231116100a0578063c3c8cd8011610064578063c3c8cd8014610317578063c9567bf91461032c578063dc1052e214610341578063dd62ed3e14610361578063efc46262146103a757600080fd5b806370a082311461026f578063715018a61461028f5780638da5cb5b146102a457806395d89b41146102cc578063a9059cbb146102f757600080... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'reentrancy-eth', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
24096,
2620,
2050,
2692,
2063,
2581,
16932,
4402,
2546,
2683,
2581,
2575,
2487,
3676,
2575,
2050,
22022,
27009,
18827,
2575,
15878,
2487,
2094,
25746,
2487,
2546,
2620,
2549,
3207,
2549,
1013,
1008,
1008,
1008,
7864,
2005,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,281 | 0x018AA2fADAB45A6b572F23791F90a0e5454CD748 | /**
*Submitted for verification at Etherscan.io on 2021-06-01
*/
// SPDX-License-Identifier: MIT
// File: @openzeppelin/contracts/token/ERC20/IERC20.sol
pragma solidity ^0.8.0;
/**
* @dev Interface of the ERC20 standard as defined in the EIP.
*/
interface IERC20 {
/**
* @dev Returns the amount of toke... | 0x608060405234801561001057600080fd5b50600436106100a95760003560e01c80633950935111610071578063395093511461014557806370a082311461015857806395d89b4114610181578063a457c2d714610189578063a9059cbb1461019c578063dd62ed3e146101af57600080fd5b806306fdde03146100ae578063095ea7b3146100cc57806318160ddd146100ef57806323b872dd146101015780... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
24096,
2620,
11057,
2475,
7011,
2850,
2497,
19961,
2050,
2575,
2497,
28311,
2475,
2546,
21926,
2581,
2683,
2487,
2546,
21057,
2050,
2692,
2063,
27009,
27009,
19797,
2581,
18139,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
20... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,282 | 0x018b655a274c8acc45750f5173fa4dc127df7c69 | pragma solidity ^0.4.24;
// File: open-zeppelin/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;
event OwnershipRenoun... | 0x6080604052600436106100fb5763ffffffff7c01000000000000000000000000000000000000000000000000000000006000350416631515bc2b81146101065780632c4e722e1461012f578063355274ea146101565780634042b66f1461016b5780634b6753bc146101805780634bb278f3146101955780634f935945146101aa578063521eb273146101bf578063715018a6146101f05780638d4e408314... | {"success": true, "error": null, "results": {"detectors": [{"check": "unchecked-transfer", "impact": "High", "confidence": "Medium"}, {"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'unchecked-transfer', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
24096,
2620,
2497,
26187,
2629,
2050,
22907,
2549,
2278,
2620,
6305,
2278,
19961,
23352,
2692,
2546,
22203,
2581,
2509,
7011,
2549,
16409,
12521,
2581,
20952,
2581,
2278,
2575,
2683,
10975,
8490,
2863,
5024,
3012,
1034,
101... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,283 | 0x018eae36092379453f3234a1e282662ba8a19067 | /**
*Submitted for verification at Etherscan.io on 2021-06-12
*/
pragma solidity ^0.6.12;
// SPDX-License-Identifier: MIT
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
return msg.sender;
}
}
interface IERC20 {
function totalSupply() external view re... | 0x6080604052600436106101185760003560e01c8063715018a6116100a0578063c3c8cd8011610064578063c3c8cd8014610637578063c9567bf91461064e578063d543dbeb14610665578063dd62ed3e146106a0578063fe598ba1146107255761011f565b8063715018a6146104195780638da5cb5b1461043057806395d89b4114610471578063a9059cbb14610501578063b515566a146105725761011f... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}, {"check": "arbitrary-send", "impact": "High", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'reentrancy-eth', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'arbitrary-send', 'impact': 'High', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
24096,
2620,
5243,
2063,
21619,
2692,
2683,
21926,
2581,
2683,
19961,
2509,
2546,
16703,
22022,
27717,
2063,
22407,
23833,
2575,
2475,
3676,
2620,
27717,
21057,
2575,
2581,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
2012,
2... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,284 | 0x018f23e7c5410c8aa0916e9ae9ea7493b895fbf0 | /**
*Submitted for verification at Etherscan.io on 2022-01-30
*/
/**
🐅 Golden Tiger 🐅 - $TIGER
TELEGRAM - https://t.me/GoldenTigerToken
WEBSITE - www.goldentiger.io
TWITTER - twitter.com/Goldentigerd
*/
// SPDX-License-Identifier: MIT ... | 0x6080604052600436106103b15760003560e01c80638da5cb5b116101e7578063bbc0c7421161010d578063dd62ed3e116100a0578063f2fde38b1161006f578063f2fde38b14610ac9578063f637434214610ae9578063f8b45b0514610aff578063fe72b27a14610b1557600080fd5b8063dd62ed3e14610a42578063e2f4560514610a88578063e884f26014610a9e578063f11a24d314610ab357600080... | {"success": true, "error": null, "results": {"detectors": [{"check": "tx-origin", "impact": "Medium", "confidence": "Medium"}, {"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "tautology", "impact": "Me... | true | null | {'detectors': [{'check': 'tx-origin', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'tautology', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'inc... | [
101,
1014,
2595,
24096,
2620,
2546,
21926,
2063,
2581,
2278,
27009,
10790,
2278,
2620,
11057,
2692,
2683,
16048,
2063,
2683,
6679,
2683,
5243,
2581,
26224,
2509,
2497,
2620,
2683,
2629,
26337,
2546,
2692,
1013,
1008,
1008,
1008,
7864,
2005,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,285 | 0x018f4176879419c467170b41620bdb4da40845e8 | /**
*Submitted for verification at Etherscan.io on 2021-11-12
*/
/**
*
* A game of musical chairs, of fools.
*
*/
// SPDX-License-Identifier: MIT
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 ... | 0x608060405234801561001057600080fd5b50600436106100ea5760003560e01c806378051f4d1161008c57806395d89b411161006657806395d89b411461025f578063a457c2d71461027d578063a9059cbb146102ad578063dd62ed3e146102dd576100ea565b806378051f4d146102095780638da5cb5b146102255780638f5db67514610243576100ea565b806323b872dd116100c857806323b872dd14... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
24096,
2620,
2546,
23632,
2581,
2575,
2620,
2581,
2683,
23632,
2683,
2278,
21472,
2581,
16576,
2692,
2497,
23632,
2575,
11387,
2497,
18939,
2549,
2850,
12740,
2620,
19961,
2063,
2620,
1013,
1008,
1008,
1008,
7864,
2005,
226... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,286 | 0x01914e3234b7f4807cc07458994e7c48ed844b11 | /**
*Submitted for verification at Etherscan.io on 2021-06-11
*/
//TG: https://t.me/shibafire
// SPDX-License-Identifier: Unlicensed
pragma solidity >=0.6.2;
abstract contract Context {
function _msgSender() internal view virtual returns (address payable) {
return msg.sender;
}
function _msgDat... | 0x608060405234801561001057600080fd5b50600436106101da5760003560e01c806370a0823111610104578063a9059cbb116100a2578063dd62ed3e11610071578063dd62ed3e146108af578063f2cc0c1814610927578063f2fde38b1461096b578063f84354f1146109af576101da565b8063a9059cbb146107a1578063b6c5232414610807578063cba0e99614610825578063dd467064146108815761... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
24096,
2683,
16932,
2063,
16703,
22022,
2497,
2581,
2546,
18139,
2692,
2581,
9468,
2692,
2581,
19961,
2620,
2683,
2683,
2549,
2063,
2581,
2278,
18139,
2098,
2620,
22932,
2497,
14526,
1013,
1008,
1008,
1008,
7864,
2005,
2261... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,287 | 0x019182d1d3fd2965c3a89569d78883e146b9f213 | /**
*Submitted for verification at Etherscan.io on 2022-03-28
*/
// SPDX-License-Identifier: Unlicensed
pragma solidity 0.8.9;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
return msg.sender;
}
function _msgData() internal view virtual returns (by... | 0x6080604052600436106103bc5760003560e01c80638a8c523c116101f2578063bbc0c7421161010d578063d85ba063116100a0578063f11a24d31161006f578063f11a24d314610af7578063f2fde38b14610b0d578063f637434214610b2d578063f8b45b0514610b4357600080fd5b8063d85ba06314610a70578063dd62ed3e14610a86578063e2f4560514610acc578063e884f26014610ae257600080... | {"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,
24096,
2683,
15136,
2475,
2094,
2487,
2094,
2509,
2546,
2094,
24594,
26187,
2278,
2509,
2050,
2620,
2683,
26976,
2683,
2094,
2581,
2620,
2620,
2620,
2509,
2063,
16932,
2575,
2497,
2683,
2546,
17465,
2509,
1013,
1008,
1008,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,288 | 0x0191c41DBceB20a612b25137133ca719E84f7933 | /**
*Submitted for verification at Etherscan.io on 2022-01-25
*/
// SPDX-License-Identifier: MIT
pragma solidity 0.8.7;
// File @openzeppelin/contracts/utils/introspection/[email protected]
/**
* @dev Interface of the ERC165 standard, as defined in the
* https://eips.ethereum.org/EIPS/eip-165[EIP].
*
* Impleme... | 0x6080604052600436106102465760003560e01c8063715018a611610139578063b88d4fde116100b6578063e82541741161007a578063e82541741461066f578063e985e9c51461068f578063e9be0f3f146106d8578063ebf0c717146106ee578063f2f5a7e514610704578063f2fde38b1461072457600080fd5b8063b88d4fde146105e4578063c151a5f814610604578063c87b56dd14610624578063d1... | {"success": true, "error": null, "results": {"detectors": [{"check": "unused-return", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
24096,
2683,
2487,
2278,
23632,
18939,
3401,
2497,
11387,
2050,
2575,
12521,
2497,
17788,
17134,
2581,
17134,
2509,
3540,
2581,
16147,
2063,
2620,
2549,
2546,
2581,
2683,
22394,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
20... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,289 | 0x0192e49b16090fb626873f18670eed36d69d27dc | /**
*Submitted for verification at Etherscan.io on 2021-06-09
*/
/**
*Submitted for verification at Etherscan.io on 2021-06-07
*/
//https://t.me/geraldinu
//SPDX-License-Identifier: GPL-3.0-or-later
pragma solidity ^0.6.12;
abstract contract Context {
function _msgSender() internal view virtual returns (addres... | 0x6080604052600436106102555760003560e01c80635342acb411610139578063a69df4b5116100b6578063dd4670641161007a578063dd46706414610896578063dd62ed3e146108c0578063e01af92c146108fb578063f2fde38b14610927578063f42938901461095a578063f815a8421461096f5761025c565b8063a69df4b5146107ce578063a9059cbb146107e3578063af9549e01461081c578063b6... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}, {"check": "tx-origin", "impact": "Medium", "confidence": "Medium"}, {"check": "tautology", "impact": "Medium", "confidence": "High"}, {"check": "arbitrary-send", "impact": "High", "confidenc... | true | null | {'detectors': [{'check': 'reentrancy-eth', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'tx-origin', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'tautology', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'arbitrary-send', 'impact': 'High', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
24096,
2683,
2475,
2063,
26224,
2497,
16048,
2692,
21057,
26337,
2575,
23833,
2620,
2581,
2509,
2546,
15136,
2575,
19841,
13089,
21619,
2094,
2575,
2683,
2094,
22907,
16409,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
2012,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,290 | 0x019317a471ba529b59f288569b8885ca9a900fc7 | /**
*Submitted for verification at Etherscan.io on 2021-05-12
*/
// SPDX-License-Identifier: SEE LICENSE IN LICENSE
pragma solidity 0.6.12;
interface IERC20Token {
function allowance(address _owner, address _spender) external view returns (uint256);
function transferFrom(address _from, address _to, uint256 _... | 0x608060405234801561001057600080fd5b50600436106100365760003560e01c806383f52b4d1461003b5780638da5cb5b146100df575b600080fd5b6100c76004803603608081101561005157600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffff... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
24096,
2683,
21486,
2581,
2050,
22610,
2487,
3676,
25746,
2683,
2497,
28154,
2546,
22407,
27531,
2575,
2683,
2497,
2620,
2620,
27531,
3540,
2683,
2050,
21057,
2692,
11329,
2581,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
20... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,291 | 0x0194512e77d798e4871973d9cb9d7ddfc0ffd801 | /**
*Submitted for verification at Etherscan.io on 2020-11-18
*/
// ,,---.
// .-^^,_ `.
// ;`, / 3 ( o\ ... | 0x6080604052600436106100b15760003560e01c80638456cb5911610069578063c82655b71161004e578063c82655b7146101c8578063ddca3f431461032e578063f2fde38b14610355576100b1565b80638456cb59146101755780638da5cb5b1461018a576100b1565b80635c975abb1161009a5780635c975abb1461010d5780636a1db1bf14610136578063715018a614610160576100b1565b80633f4b... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
24096,
2683,
19961,
12521,
2063,
2581,
2581,
2094,
2581,
2683,
2620,
2063,
18139,
2581,
16147,
2581,
29097,
2683,
27421,
2683,
2094,
2581,
14141,
11329,
2692,
4246,
2094,
17914,
2487,
1013,
1008,
1008,
1008,
7864,
2005,
226... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,292 | 0x0195522030df301be7ac0f6c755c979165100fb2 | /**
*Submitted for verification at Etherscan.io on 2021-02-17
*/
// Dependency file: @openzeppelin/contracts/utils/Address.sol
// pragma solidity >=0.6.2 <0.8.0;
/**
* @dev Collection of functions related to the address type
*/
library Address {
/**
* @dev Returns true if `account` is a contract.
... | 0x608060405234801561001057600080fd5b50600436106100ea5760003560e01c80636abab3e61161008c578063b3ab15fb11610066578063b3ab15fb146101bc578063b82e16e3146101cf578063d0ebdbe7146101e4578063ed9cf58c146101f7576100ea565b80636abab3e61461018e5780639f8e67bf146101a1578063a0632461146101a9576100ea565b8063585cd34b116100c8578063585cd34b14... | {"success": true, "error": null, "results": {"detectors": [{"check": "unused-return", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
24096,
2683,
24087,
19317,
2692,
14142,
20952,
14142,
2487,
4783,
2581,
6305,
2692,
2546,
2575,
2278,
23352,
2629,
2278,
2683,
2581,
2683,
16048,
22203,
8889,
26337,
2475,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
2012,
28... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,293 | 0x0196377310eb85383a2bb3a8d5eeb4141988f71a | /**
*Submitted for verification at Etherscan.io on 2022-01-26
*/
/*
TouhouInu - $TOUHOU
Telegram : https://Touhouinutoken
Website : https://Touhouinu.com
Twitter : https://twitter.com/Touhouinutoken
*/
// SPDX-License-Identifier: Unlicensed ... | 0x6080604052600436106103035760003560e01c806360d4848911610190578063a6334231116100dc578063d4a3883f11610095578063e8c4c43c1161006f578063e8c4c43c14610965578063ea2f0b371461097a578063ec28438a1461099a578063f2fde38b146109ba57600080fd5b8063d4a3883f146108df578063dd467064146108ff578063dd62ed3e1461091f57600080fd5b8063a6334231146108... | {"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,
24096,
2683,
2575,
24434,
2581,
21486,
2692,
15878,
27531,
22025,
2509,
2050,
2475,
10322,
2509,
2050,
2620,
2094,
2629,
4402,
2497,
23632,
23632,
2683,
2620,
2620,
2546,
2581,
2487,
2050,
1013,
1008,
1008,
1008,
7864,
2005... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,294 | 0x0196aa23c1da3d8e3759fd2326d339ba1390b562 | /**
*Submitted for verification at Etherscan.io on 2022-03-08
*/
/**
*Submitted for verification at Etherscan.io on 2022-03-08
*/
pragma solidity ^0.4.24;
contract ERC20Basic {
function totalSupply() public view returns (uint256);
function balanceOf(address who) public view returns (uint256);
function transf... | 0x6080604052600436106101745763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166306fdde038114610179578063095ea7b31461020357806318160ddd1461023b5780631eee6a8d146102625780632292952c1461028b57806323b872dd146102ac57806326d111f5146102d657806329ba3177146102eb5780632a7806e41461030f578063313ce56714... | {"success": true, "error": null, "results": {"detectors": [{"check": "locked-ether", "impact": "Medium", "confidence": "High"}, {"check": "shadowing-state", "impact": "High", "confidence": "High"}, {"check": "tautology", "impact": "Medium", "confidence": "High"}, {"check": "controlled-array-length", "impact": "High", "... | true | null | {'detectors': [{'check': 'locked-ether', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'shadowing-state', 'impact': 'High', 'confidence': 'High'}, {'check': 'tautology', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'controlled-array-length', 'impact': 'High', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
24096,
2683,
2575,
11057,
21926,
2278,
2487,
2850,
29097,
2620,
2063,
24434,
28154,
2546,
2094,
21926,
23833,
2094,
22394,
2683,
3676,
17134,
21057,
2497,
26976,
2475,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
2012,
28855,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,295 | 0x019706204ae32c45579da65d5f1e39ed757d806a | /**
*Submitted for verification at Etherscan.io on 2022-03-08
*/
// @MetalToken
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 calldata) {
t... | 0x608060405234801561001057600080fd5b50600436106101005760003560e01c8063715018a611610097578063a8aa1b3111610066578063a8aa1b3114610213578063a9059cbb14610226578063c9567bf914610239578063dd62ed3e1461024157600080fd5b8063715018a6146101c95780638da5cb5b146101d357806395d89b41146101f8578063a457c2d71461020057600080fd5b8063313ce56711... | {"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,
24096,
2683,
19841,
2575,
11387,
2549,
6679,
16703,
2278,
19961,
28311,
2683,
2850,
26187,
2094,
2629,
2546,
2487,
2063,
23499,
2098,
23352,
2581,
2094,
17914,
2575,
2050,
1013,
1008,
1008,
1008,
7864,
2005,
22616,
2012,
28... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,296 | 0x0197374b08702ee7bd26112abd8b174c068051bb | /**
*Submitted for verification at Etherscan.io on 2021-11-01
*/
/**
*Submitted for verification at Etherscan.io on 2021-10-02
*/
/**
*Submitted for verification at Etherscan.io on 2021-09-30
*/
// SPDX-License-Identifier: MIT
pragma solidity 0.8.7;
// Part: Address
// Part: Address
// Part: Address
/**
*... | 0x6080604052600436106101d85760003560e01c806370a0823111610102578063aa46a40011610095578063c87b56dd11610064578063c87b56dd146104f1578063cfc86f7b14610511578063e985e9c514610526578063f2fde38b1461056f57600080fd5b8063aa46a40014610490578063b88d4fde146104a7578063bd3e19d4146104c7578063c6336728146104dc57600080fd5b8063941ada0e116100... | {"success": true, "error": null, "results": {"detectors": [{"check": "unused-return", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}]} | [
101,
1014,
2595,
24096,
2683,
2581,
24434,
2549,
2497,
2692,
2620,
19841,
2475,
4402,
2581,
2497,
2094,
23833,
14526,
2475,
7875,
2094,
2620,
2497,
16576,
2549,
2278,
2692,
2575,
17914,
22203,
10322,
1013,
1008,
1008,
1008,
7864,
2005,
2261... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,297 | 0x019739e288973f92bdd3c1d87178e206e51fd911 | /**
*Submitted for verification at Etherscan.io on 2020-06-23
*/
pragma solidity ^0.6.0;
contract AdminAuth {
address public owner;
address public admin;
modifier onlyOwner() {
require(owner == msg.sender);
_;
}
constructor() public {
owner = msg.sender;
}
/// ... | 0x608060405234801561001057600080fd5b50600436106100885760003560e01c8063a7304bf71161005b578063a7304bf714610139578063c283f7ba1461015f578063deca5f881461018d578063f851a440146101b357610088565b806305eb98f21461008d5780631e48907b146100c75780635598f542146100ef5780638da5cb5b14610115575b600080fd5b6100b3600480360360208110156100a357... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
24096,
2683,
2581,
23499,
2063,
22407,
2620,
2683,
2581,
2509,
2546,
2683,
2475,
2497,
14141,
2509,
2278,
2487,
2094,
2620,
2581,
16576,
2620,
2063,
11387,
2575,
2063,
22203,
2546,
2094,
2683,
14526,
1013,
1008,
1008,
1008,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,298 | 0x01977983a85804f17835f5eA8232bBd9FBeeaC38 | // File: contracts/libraries/SafeMath256.sol
// SPDX-License-Identifier: MIT
pragma solidity 0.6.12;
library SafeMath256 {
/**
* @dev Returns the addition of two unsigned integers, reverting on
* overflow.
*
* Counterpart to Solidity's `+` operator.
*
* Requirements:
*
* - ... | 0x608060405234801561001057600080fd5b50600436106100415760003560e01c806304536c2f146100465780631c9a7d6b1461008b5780634399bff6146100cc575b600080fd5b6100896004803603608081101561005c57600080fd5b5080356001600160a01b03908116916020810135821691604082013516906060013563ffffffff166100fb565b005b610089600480360360808110156100a1576000... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
24096,
2683,
2581,
2581,
2683,
2620,
2509,
2050,
27531,
17914,
2549,
2546,
16576,
2620,
19481,
2546,
2629,
5243,
2620,
21926,
2475,
10322,
2094,
2683,
26337,
4402,
6305,
22025,
1013,
1013,
5371,
1024,
8311,
1013,
8860,
1013... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
1,299 | 0x0197E6c839925CdCb701F9F4e98198B4E39f42C2 | pragma solidity ^0.4.16;
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) {
// assert(b > 0); // Solidity automatically t... | 0x606060405236156100b8576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff16806306fdde03146100bd578063095ea7b31461014c57806318160ddd146101a657806323b872dd146101cf5780632ff2e9dc14610248578063313ce5671461027157806366188463146102a057806370a08231146102fa57806395d89b4114610347578063a9059cbb1461... | {"success": true, "error": null, "results": {}} | true | null | {} | [
101,
1014,
2595,
24096,
2683,
2581,
2063,
2575,
2278,
2620,
23499,
2683,
17788,
19797,
27421,
19841,
2487,
2546,
2683,
2546,
2549,
2063,
2683,
2620,
16147,
2620,
2497,
2549,
2063,
23499,
2546,
20958,
2278,
2475,
10975,
8490,
2863,
5024,
301... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.