address stringlengths 42 42 | source_code stringlengths 6.9k 125k | bytecode stringlengths 2 49k | slither stringclasses 664
values | id int64 0 10.7k |
|---|---|---|---|---|
0x50cd66a8008becd0b108cea3147f27eef78fd0a3 | /**
*Submitted for verification at Etherscan.io on 2022-04-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 vi... | 0x60806040526004361061012e5760003560e01c8063715018a6116100ab578063b515566a1161006f578063b515566a14610316578063c3c8cd8014610336578063c9567bf91461034b578063dbe8272c14610360578063dc1052e214610380578063dd62ed3e146103a057600080fd5b8063715018a6146102a45780638da5cb5b146102b957806395d89b411461013a5780639e78fb4f146102e1578063a9... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}]}} | 0 |
0xe5c4a238c7c80c1c312e8f36e21d5f0aba40c5b7 | /**
*Submitted for verification at Etherscan.io on 2020-10-30
*/
/**
*Submitted for verification at Etherscan.io on 2020-03-04
*/
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.12;
pragma experimental ABIEncoderV2;
contract AMPT {
/// @notice EIP-20 token name for this token
string public constant n... | 0x608060405234801561001057600080fd5b50600436106101215760003560e01c806370a08231116100ad578063b4b5ea5711610071578063b4b5ea5714610358578063c3cda52014610388578063dd62ed3e146103a4578063e7a324dc146103d4578063f1127ed8146103f257610121565b806370a082311461027a578063782d6fe1146102aa5780637ecebe00146102da57806395d89b411461030a5780... | {"success": true, "error": null, "results": {"detectors": [{"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}]}} | 1 |
0x3ddd6a5dc87798285d43515832c17cbff141ad28 | pragma solidity ^0.4.16;
contract owned {
address public owner;
function owned() public {
owner = msg.sender;
}
modifier onlyOwner {
require(msg.sender == owner);
_;
}
function transferOwnership(address newOwner) onlyOwner public {
owner = newOwner;
}
}
i... | 0x6060604052600436106101275763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166305fefda7811461012c57806306fdde0314610147578063095ea7b3146101d157806318160ddd1461020757806323b872dd1461022c578063313ce5671461025457806342966c681461027d5780634b7503341461029357806370a08231146102a657806379c6506814... | {"success": true, "error": null, "results": {"detectors": [{"check": "erc20-interface", "impact": "Medium", "confidence": "High"}]}} | 2 |
0xef3288934A34AdCB5D31A9dA66aa44d56A2D4309 | 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 OwnershipRenounced(address indexed previousOwner);... | 0x6080604052600436106100f1576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff16806305d2035b146100f657806306fdde0314610125578063095ea7b3146101b557806318160ddd1461021a57806323b872dd14610245578063313ce567146102ca57806340c10f19146102fb578063661884631461036057806370a08231146103c5578063715018a6... | {"success": true, "error": null, "results": {}} | 3 |
0x4ebbead673d51a82b4387e5f9dbdfb8efc1c9c7b | pragma solidity ^0.4.16;
/**
* @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;
/**
* @dev The Ownable constructor sets the original `... | 0x606060405236156100b45763ffffffff60e060020a6000350416632c4e722e81146100c15780634042b66f146100e65780637366e3ff1461010b5780637d64bcb4146101305780638da5cb5b14610145578063a85adeab14610174578063aaffadf314610199578063b071cbe6146101be578063e6fd48bc146101e3578063e9edf4cd14610208578063ec8ac4d814610237578063ecb70fb71461024d5780... | {"success": true, "error": null, "results": {"detectors": [{"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}]}} | 4 |
0x198cf24375eccdf599c624d10f0c6fb9b75ec215 | pragma solidity ^0.4.18;
/**
* @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 previousOwne... | 0x6060604052600436106101025763ffffffff60e060020a60003504166245626f811461010457806312065fe01461011757806314f796ca1461013c57806318369a2a1461014f578063244f489414610162578063278ecde114610195578063465105f0146101ab5780634783c35b146101be57806349e4b3e5146101ed5780635bf5d54c1461020c5780638da5cb5b1461023557806394d9c9c71461024857... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}, {"check": "constant-function-asm", "impact": "Medium", "confidence": "Medium"}, {"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "uninitialized-loca... | 5 |
0x507ae33c5a059cb22217bad9fb2a9d929908866e | pragma solidity 0.6.6;
abstract contract Context {
function _msgSender() internal view virtual returns (address payable) {
return msg.sender;
}
function _msgData() internal view virtual returns (bytes memory) {
this; // silence state mutability warning without generating bytecode - s... | 0x608060405234801561001057600080fd5b50600436106100a95760003560e01c8063b6301ba411610071578063b6301ba414610156578063c430074b146101ae578063da861c78146101cc578063e7b64fe314610224578063e7d5062f14610242578063fe8787dd1461024c576100a9565b8063072e6de4146100ae5780632cc54d6f146101065780633a4c15311461012457806368ac9d031461012e5780... | {"success": true, "error": null, "results": {"detectors": [{"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}]}} | 6 |
0x03380c491c5051edc4e1a89352c28aa383dee7f0 | /**
*Submitted for verification at Etherscan.io on 2022-03-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... | 0x6080604052600436106102295760003560e01c806374010ece1161012357806398a5c315116100ab578063dd62ed3e1161006f578063dd62ed3e146107da578063e0f9f6a014610817578063ea1644d514610840578063f2fde38b14610869578063fe72c3c11461089257610230565b806398a5c315146106f95780639ec350ed146107225780639f1315711461074b578063a9059cbb14610774578063c5... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}, {"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}, {"check": "tautology", "impact": "Medium", "confidence": "High"}]}} | 7 |
0x2df514a060bbd105ea428182e8b140454f426d15 | pragma solidity ^0.4.24;
contract IERC20Token {
// these functions aren't abstract since the compiler emits automatically generated getter functions as external
function name() public constant returns (string) {}
function symbol() public constant returns (string) {}
function decimals() public const... | 0x60806040526004361061006c5763ffffffff7c01000000000000000000000000000000000000000000000000000000006000350416631d9082c48114610071578063521eb273146100a15780639219baa4146100eb578063b3423eec1461010c578063fe35530c14610121575b600080fd5b34801561007d57600080fd5b5061009f600160a060020a03600435811690602435906044351660643561014256... | {"success": true, "error": null, "results": {"detectors": [{"check": "unchecked-transfer", "impact": "High", "confidence": "Medium"}, {"check": "tautology", "impact": "Medium", "confidence": "High"}]}} | 8 |
0x1e232f3074e6b9eadf18aad92844eee2b4b33744 | /**
*Submitted for verification at Etherscan.io on 2020-11-21
*/
// SPDX-License-Identifier: MIT
pragma solidity ^0.7.0;
interface IERC20 {
function totalSupply() external view returns (uint256);
function balanceOf(address account) external view returns (uint256);
function transfer(address recipient, ui... | 0x608060405234801561001057600080fd5b50600436106101f05760003560e01c8063adc3b31b1161010f578063c6e426bd116100a2578063d86e1ef711610071578063d86e1ef714610579578063e2aa2a851461059c578063e4186aa6146105a4578063fab980b7146105ca576101f0565b8063c6e426bd1461050f578063c78b6dea14610535578063cbeb7ef214610552578063d21220a7146105715761... | {"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"}]}} | 9 |
0x58d06d7def3ef3d525a39b98081af9aa6ac6de5e | /**
*Submitted for verification at Etherscan.io on 2021-12-20
*/
/**
_ _____ ____ ___ ___ _____ ___
| T | | / T / \ / \ / ___/ / _]
| | | __jY __jY YY Y( \_ / [_
| l___ | l_ | T || O || O | \__ TY _]
| T| _] | l_ || || | / \ || [_... | 0x608060405234801561001057600080fd5b50600436106100a95760003560e01c806370a082311161007157806370a08231146101d9578063715018a6146101ff5780638da5cb5b1461020957806395d89b411461022d578063a9059cbb14610235578063dd62ed3e14610261576100a9565b806306fdde03146100ae578063095ea7b31461012b57806318160ddd1461016b57806323b872dd146101855780... | {"success": true, "error": null, "results": {}} | 10 |
0xdc34864c97846113231829ad8fa4c7cdb5861202 | /*
Telegram: https://t.me/BogInuToken
Website: www.BogInu.com
Twitter: https://twitter.com/bog_inu
Fees
5% Redist
5% Dev
~PUMP IT uwaa~
*/
// SPDX-License-Identifier: Unlicensed
pragma solidity ^0.8.4;
interface eeAREceeTwenty {
function totalSupply() external view returns (uint... | 0x6080604052600436106101bb5760003560e01c806395d89b41116100ec578063c9567bf91161008a578063d543dbeb11610064578063d543dbeb146105c3578063dd62ed3e146105ec578063f237c1fd14610629578063fb1eb14b14610654576101c2565b8063c9567bf914610556578063d28d88521461056d578063d49d518114610598576101c2565b8063af465a27116100c6578063af465a27146104... | {"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"}]}} | 11 |
0xc3b23ea6b1bd46668311cd7a757acaf5aab76d12 | /**
██╗ ██╗ █████╗ ██████╗██╗ ██╗███████╗██████╗ ██╗███╗ ██╗██╗ ██╗
██║ ██║██╔══██╗██╔════╝██║ ██╔╝██╔════╝██╔══██╗ ██║████╗ ██║██║ ██║
███████║███████║██║ █████╔╝ █████╗ ██████╔╝ ██║██╔██╗ ██║██║ ██║
██╔══██║██╔══██║██║ ██╔═██╗ ██╔══╝ ██╔══██╗ ██║██║╚██╗██║██║ ██║
██║ ██║██║ █... | 0x60806040526004361061021e5760003560e01c806374010ece11610123578063a9059cbb116100ab578063e01af92c1161006f578063e01af92c14610693578063e7800536146106b3578063ea1644d5146106d3578063f16f07ae146106f3578063f9f92be41461070957600080fd5b8063a9059cbb146105d3578063a985ceef146105f3578063af9549e01461060d578063bd9a3b6d1461062d578063dd... | {"success": true, "error": null, "results": {"detectors": [{"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "arbitrary-send", "impact": "High", "confidence": "Medium"}, {"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}, {"check": "weak-prng", "impact": "High... | 12 |
0xb628ca43cdb92695b84b4c54bea50fd16f24093b | /*
██████╗░██╗░░░██╗███╗░░░███╗██████╗░████████╗░█████╗░░██████╗████████╗██╗░█████╗░
██╔══██╗██║░░░██║████╗░████║██╔══██╗╚══██╔══╝██╔══██╗██╔════╝╚══██╔══╝██║██╔══██╗
██████╔╝██║░░░██║██╔████╔██║██████╔╝░░░██║░░░███████║╚█████╗░░░░██║░░░██║██║░░╚═╝
██╔═══╝░██║░░░██║██║╚██╔╝██║██╔═══╝░░░░██║░░░██╔══██║░╚═══██╗░░░██║░░░█... | 0x6080604052600436106101c55760003560e01c806374010ece116100f7578063a2a957bb11610095578063c492f04611610064578063c492f0461461051f578063dd62ed3e1461053f578063ea1644d514610585578063f2fde38b146105a557600080fd5b8063a2a957bb1461049a578063a9059cbb146104ba578063bfd79284146104da578063c3c8cd801461050a57600080fd5b80638f70ccf7116100... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}]}} | 13 |
0xbf735e81778b5d6cea611bd95961aab11e648346 | pragma solidity ^0.4.19;
/**
* @title ERC20Basic
* @dev Simpler version of ERC20 interface
* @dev see https://github.com/ethereum/EIPs/issues/179
*/
contract ERC20Basic {
function totalSupply() public view returns (uint256);
function balanceOf(address who) public view returns (uint256);
function transfer(add... | 0x6060604052600436106100f1576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff16806306fdde03146100fc578063095ea7b31461018a57806318160ddd146101e45780631de250bf1461020d57806323b872dd1461028b5780632ff2e9dc14610304578063313ce5671461032d578063661884631461035c57806370a08231146103b65780638da5cb5b... | {"success": true, "error": null, "results": {}} | 14 |
0x620bfbb0a05c3771110fbfbff94beb641cdb09f3 | /**
*Submitted for verification at Etherscan.io on 2020-08-11
*/
/**
*Submitted for verification at Etherscan.io on 2020-07-26
*/
// SPDX-License-Identifier: MIT
pragma solidity ^0.5.16;
interface IERC20 {
function totalSupply() external view returns (uint256);
function balanceOf(address account) external... | 0x608060405234801561001057600080fd5b50600436106101c45760003560e01c8063a1578b6a116100f9578063ccd0631811610097578063f3fef3a311610071578063f3fef3a314610a87578063f712adbb14610ad5578063f765417614610b1f578063fa09e63014610b3d576101c4565b8063ccd063181461091b578063e4f2494d1461099f578063ec38a86214610a43576101c4565b8063b02bf4b911... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}]}} | 15 |
0xf1a2a19eec4d57c2410606fb02e5c2b930530f1c | // SPDX-License-Identifier: MIT
pragma solidity ^0.6.0;
library Math {
function max(uint256 a, uint256 b) internal pure returns (uint256) {
return a >= b ? a : b;
}
function min(uint256 a, uint256 b) internal pure returns (uint256) {
return a < b ? a : b;
}
functio... | 0x60806040526004361061031d5760003560e01c80639ca423b3116101ab578063cfbeb83e116100f7578063e5d6c33a11610095578063f340fa011161006f578063f340fa011461101c578063f60cdcf614611060578063f7620b161461108b578063ff50abdc146110da57610391565b8063e5d6c33a14610f73578063eeb851a214610fa0578063f2fde38b14610fcb57610391565b8063dec107d1116100... | {"success": true, "error": null, "results": {"detectors": [{"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}]}} | 16 |
0x3cb6fb749a1fd088e1c524cba27f25b5fdd105c8 | pragma solidity ^0.6.9;
//:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
//::::::::::: @#::::::::::: @#:::::::::::: #@j:::::::::::::::::::::::::
//::::::::::: ##::::::::::: @#:::::::::::: #@j:::::::::::::::::::::::::
//::::::::::: ##::::::::::: @#:::::::::::: #@j:::::::::::::::::::::::::
//:::::... | 0x6080604052600436106101185760003560e01c806379ba5097116100a0578063d4ee1d9011610064578063d4ee1d9014610378578063dc39d06d1461038d578063de0946af146103c6578063f2fde38b146103f9578063f952cc001461042c57610122565b806379ba5097146102fb5780638da5cb5b146103105780638f32d59b14610325578063c58097801461034e578063ccdb3f451461036357610122... | {"success": true, "error": null, "results": {"detectors": [{"check": "unchecked-transfer", "impact": "High", "confidence": "Medium"}]}} | 17 |
0x221b9e453391c24d52c551542d791206f5747c57 | pragma solidity ^0.4.15;
/**
* @title SafeMath
* @dev Math operations with safety checks that throw on error
*/
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 ... | 0x60606040523615610126576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff16806306fdde031461014a578063083c6323146101d957806318886657146102025780632b9edee91461022b57806338af3eed146102585780633ccfd60b146102ad57806348cd4cb1146102c2578063518ab2a8146102eb578063590e1ae3146103145780635da89ac01461... | {"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": "reentrancy-eth", "... | 18 |
0x60184dab1a359ccbb8a791785db22dd9c9514e13 | pragma solidity ^0.4.20;
/**
* @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)... | 0x606060405260043610610204576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff16806306fdde031461020e578063095ea7b31461029c57806314ffbafc146102f657806318160ddd146103235780631d3795e81461034c578063227a79111461037957806323b872dd146103a2578063313ce5671461041b57806342966c681461044a578063502dadb0... | {"success": true, "error": null, "results": {"detectors": [{"check": "uninitialized-local", "impact": "Medium", "confidence": "Medium"}, {"check": "constant-function-asm", "impact": "Medium", "confidence": "Medium"}, {"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "tautology",... | 19 |
0xb90f18eE111537b68B6787706Ca8e8838af11eea | /***
*
* Launching Friday the 13th... $FRIDAY13TH (Freddy’s Coin)
* Superstitious? Better skip this one!
*
* Join community via t.me/friday13th_xyz
* www.friday13th.xyz
*
* 100% secured by a proven team. Fair launch, locked liquidity and ownership renounced!
*
*/
/*
SPDX-License-Identifier: UNLICENSED
*/
p... | 0x6080604052600436106101395760003560e01c8063715018a6116100ab578063a9fc35a91161006f578063a9fc35a91461035d578063c3c8cd801461037d578063c9567bf914610392578063db92dbb6146103a7578063dd62ed3e146103bc578063e8078d941461040257600080fd5b8063715018a6146102ae5780638da5cb5b146102c357806395d89b41146102eb578063a9059cbb1461031e578063a9... | {"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"}]}} | 20 |
0x498503a581c98fb4eb404242f10349d88063926b | /**
*Submitted for verification at Etherscan.io on 2021-11-11
*/
pragma solidity ^0.8.4;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
return msg.sender;
}
}
interface IERC20 {
function totalSupply() external view returns (uint256);
function bala... | 0x60806040526004361061016a5760003560e01c806370a08231116100d1578063c3c8cd801161008a578063cf0848f711610064578063cf0848f714610442578063db92dbb614610462578063dd62ed3e14610477578063e6ec64ec146104bd57600080fd5b8063c3c8cd80146103f8578063c4081a4c1461040d578063c9567bf91461042d57600080fd5b806370a0823114610330578063715018a6146103... | {"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"}]}} | 21 |
0x10d81a916d1dce6652e001e793083ad0d314fa9d | /**
*Submitted for verification at Etherscan.io on 2022-05-01
*/
pragma solidity ^0.8.4;
// SPDX-License-Identifier: UNLICENSED
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
return msg.sender;
}
}
interface IERC20 {
function totalSupply() external vie... | 0x6080604052600436106101395760003560e01c80636fc3eaec116100ab57806395d89b411161006f57806395d89b41146103e3578063a9059cbb1461040e578063b87f137a1461044b578063c3c8cd8014610474578063c9567bf91461048b578063dd62ed3e146104a257610140565b80636fc3eaec1461033657806370a082311461034d578063715018a61461038a578063751039fc146103a15780638d... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}]}} | 22 |
0x36ae0099755ab01421be232fceed1a0dbe5a04fb | /**
*Submitted for verification at Etherscan.io on 2021-07-12
*/
/*
Strawberry Inu ^-^
Join our telegram! t.me/strawberryinu
Follow our twitter: twitter.com/StrawberryInuS
Last but not least, check out our website: StrawberryInu.com
*/
// SPDX-License-Identifier: Unlicensed
pragma solidity ^0.6.12;
... | 0x60806040526004361061010d5760003560e01c8063715018a611610095578063b515566a11610064578063b515566a14610567578063c3c8cd801461062c578063c9567bf914610643578063d543dbeb1461065a578063dd62ed3e1461069557610114565b8063715018a61461040e5780638da5cb5b1461042557806395d89b4114610466578063a9059cbb146104f657610114565b8063273123b7116100... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}, {"check": "uninitialized-state", "impact": "High", "confidence": "High"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}, {"check": "arbitrary-send", "impact": "High"... | 23 |
0x7f41e4311357c6aee87746620c3d17fe1d57a1f7 | /**
*Submitted for verification at Etherscan.io on 2020-11-30
*/
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.7.4;
// ----------------------------------------------------------------------------
// 'Hype.Bet' Staking smart contract.
// -------------------------------------------------------------------... | 0x608060405234801561001057600080fd5b506004361061012c5760003560e01c80638da5cb5b116100ad578063ca39967111610071578063ca399671146102bb578063ca84d591146102c3578063e5c42fd1146102e0578063ef037b9014610306578063f2fde38b1461032c5761012c565b80638da5cb5b14610260578063951ef20214610268578063997664d71461028e578063b53d6c24146102965780... | {"success": true, "error": null, "results": {"detectors": [{"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}]}} | 24 |
0x0dD196d3EDA3716F4094A8a06c4c6D8FBF15120C | /**
*Submitted for verification at Etherscan.io on 2021-11-06
*/
//SPDX-License-Identifier: MIT
// Telegram: t.me/inosukeinu
pragma solidity ^0.8.4;
address constant ROUTER_ADDRESS=0x690f08828a4013351DB74e916ACC16f558ED1579; // mainnet
uint256 constant TOTAL_SUPPLY=100000000000 * 10**8;
address constant UNISWAP_A... | 0x6080604052600436106100e15760003560e01c8063715018a61161007f578063a9059cbb11610059578063a9059cbb146102a9578063c9567bf9146102e6578063dd62ed3e146102fd578063f42938901461033a576100e8565b8063715018a61461023c5780638da5cb5b1461025357806395d89b411461027e576100e8565b806323b872dd116100bb57806323b872dd14610180578063313ce567146101... | {"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... | 25 |
0xa2ddff59c5ab639df6cb2de88de61faccbbf8ebf | /**
APEOSHI
Degen Play For The Apes By The Apes!
*/
// 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 view returns (... | 0x6080604052600436106101c55760003560e01c806374010ece116100f7578063a2a957bb11610095578063c492f04611610064578063c492f04614610519578063dd62ed3e14610539578063ea1644d51461057f578063f2fde38b1461059f57600080fd5b8063a2a957bb14610494578063a9059cbb146104b4578063bfd79284146104d4578063c3c8cd801461050457600080fd5b80638f70ccf7116100... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}]}} | 26 |
0xa2688932bad3c10ff3354e65790fe1081e5f2bf2 | // SPDX-License-Identifier: No License
pragma solidity 0.6.12;
// ----------------------------------------------------------------------------
// 'yearnfamily.finance' token contract
//
// Symbol : YFF
// Name : yearnfamily.finance
// Total supply: 50 000
// Decimals : 18
// ----------------------------... | 0x608060405234801561001057600080fd5b50600436106100f55760003560e01c80636618846311610097578063a9059cbb11610066578063a9059cbb14610460578063d73dd623146104c4578063dd62ed3e14610528578063f2fde38b146105a0576100f5565b806366188463146102ed57806370a08231146103515780638da5cb5b146103a957806395d89b41146103dd576100f5565b806323b872dd11... | {"success": true, "error": null, "results": {}} | 27 |
0x8ff777cf27abc3740d3ebfe51d8f9a23fcff6b01 | pragma solidity ^0.4.21;
/**
* @title SafeMath
* @dev Math operations with safety checks that throw on error
*/
library SafeMath {
/**
* @dev Multiplies two numbers, throws on overflow.
*/
function mul(uint256 a, uint256 b) internal pure returns (uint256 c) {
if (a == 0) {
return 0;
}
c =... | 0x6080604052600436106100f1576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff16806306fdde03146100f6578063095ea7b31461018657806318160ddd146101eb57806323b872dd146102165780632ff2e9dc1461029b578063313ce567146102c657806342966c68146102f7578063661884631461032457806370a082311461038957806379c65068... | {"success": true, "error": null, "results": {"detectors": [{"check": "shadowing-state", "impact": "High", "confidence": "High"}]}} | 28 |
0xd1ba9BAC957322D6e8c07a160a3A8dA11A0d2867 | // SPDX-License-Identifier: MIT
pragma solidity ^0.6.2;
/**
* @dev Wrappers over Solidity's arithmetic operations with added overflow
* checks.
*
* Arithmetic operations in Solidity wrap on overflow. This can easily result
* in bugs, because programmers usually assume that an overflow raises an
* error, which i... | 0x608060405234801561001057600080fd5b50600436106100cf5760003560e01c806370a082311161008c578063d73dd62311610066578063d73dd62314610285578063dd62ed3e146102b1578063e816d8d8146102df578063e8f71d1b14610404576100cf565b806370a082311461022b57806395d89b4114610251578063a9059cbb14610259576100cf565b806306fdde03146100d4578063095ea7b314... | {"success": true, "error": null, "results": {}} | 29 |
0xc19f837a02991a01f7456503ab28a19b64f17607 | /**
*Submitted for verification at Etherscan.io on
*/
/**
* @dev Intended to update the TWAP for a token based on accepting an update call from that token.
* expectation is to have this happen in the _beforeTokenTransfer function of ERC20.
* Provides a method for a token to register its price sourve adaptor.
*... | 0x6080604052600436106100f35760003560e01c806381f4f3991161008a578063cae9ca5111610059578063cae9ca5114610568578063d4ee1d9014610672578063dd62ed3e146106c9578063f2fde38b1461074e576100f3565b806381f4f399146103bd5780638da5cb5b1461040e57806395d89b4114610465578063a9059cbb146104f5576100f3565b806323b872dd116100c657806323b872dd146102... | {"success": true, "error": null, "results": {}} | 30 |
0x361a4a9e3d35def6444e2ee105720a5995aa740f | /**
*Submitted for verification at Etherscan.io on 2021-08-23
*/
// SPDX-License-Identifier: GPL-2.0-or-later
pragma solidity ^0.8.0;
pragma abicoder v2;
interface genesisCalls {
function AllowAddressToDestroyGenesis ( address _from, address _address ) external;
function AllowReceiveGenesisTransfers ( addres... | 0x60806040526004361061011f5760003560e01c806370a08231116100a0578063a457c2d711610064578063a457c2d7146102cd578063a5500c30146102ed578063a9059cbb1461030d578063dd62ed3e1461032d578063f2fde38b1461037357600080fd5b806370a0823114610248578063715018a6146102685780638da5cb5b1461027d57806395d89b41146102a55780639dc29fac146102ba57600080... | {"success": true, "error": null, "results": {"detectors": [{"check": "unchecked-transfer", "impact": "High", "confidence": "Medium"}]}} | 31 |
0x358f5897b62a48304fC697bE0E79552640b018a7 | /*
We Pump Token -> $WEPUMP
Telegram: https://t.me/wepumptoken
Twitter: https://twitter.com/wepumptoken
________________________________█████_____█████
______________________________███____██_██_____███
_____________________________██________██__________██
____________________________██__________█____________██
_____... | 0x60806040526004361061010d5760003560e01c8063715018a611610095578063b515566a11610064578063b515566a146102f6578063c3c8cd8014610316578063c9567bf91461032b578063d543dbeb14610340578063dd62ed3e1461036057600080fd5b8063715018a61461026d5780638da5cb5b1461028257806395d89b41146102aa578063a9059cbb146102d657600080fd5b8063273123b7116100... | {"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"}]}} | 32 |
0x15861C321A98B06e747e165D66AFe7Da311D4544 | /**
*Submitted for verification at Etherscan.io on 2021-11-13
*/
//SPDX-License-Identifier: MIT
// Telegram: t.me/spidercatinu
pragma solidity ^0.8.4;
address constant ROUTER_ADDRESS=0xC6866Ce931d4B765d66080dd6a47566cCb99F62f; // new mainnet
uint256 constant TOTAL_SUPPLY=100000000 * 10**8;
address constant UNISWAP... | 0x6080604052600436106100e15760003560e01c8063715018a61161007f578063a9059cbb11610059578063a9059cbb146102a9578063c9567bf9146102e6578063dd62ed3e146102fd578063f42938901461033a576100e8565b8063715018a61461023c5780638da5cb5b1461025357806395d89b411461027e576100e8565b806323b872dd116100bb57806323b872dd14610180578063313ce567146101... | {"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... | 33 |
0x6d95a3169dc371dd09a7c50a4dd8fe77c67cc673 | /**
*Submitted for verification at Etherscan.io on 2021-07-08
*/
/**
*
KingDoge Inu is going to launch in the Uniswap at July 8.
This is fair launch and going to launch without any presale.
tg: https://t.me/KingDogeX
All crypto babies will become a KingDoge in here.
Let's enjoy our launch!
* SPDX-License-Identi... | 0x6080604052600436106101855760003560e01c8063715018a6116100d1578063b8755fe21161008a578063db92dbb611610064578063db92dbb61461057d578063dc8867e6146105a8578063dd62ed3e146105d1578063e8078d941461060e5761018c565b8063b8755fe214610526578063c3c8cd801461054f578063c9567bf9146105665761018c565b8063715018a6146104145780638da5cb5b146104... | {"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"}]}} | 34 |
0x8fd3164207ab543508480b4d66d0e1eb678b7143 | // SPDX-License-Identifier: Unlicensed
pragma solidity ^0.8.11;
abstract contract Context {
function _msgSender() internal view virtual returns (address payable) {
return payable(msg.sender);
}
function _msgData() internal view virtual returns (bytes memory) {
this; // silence state mutab... | 0x608060405234801561001057600080fd5b50600436106102065760003560e01c80635342acb41161011a578063a457c2d7116100ad578063dd4670641161007c578063dd46706414610404578063dd62ed3e14610417578063ea2f0b3714610450578063ec28438a14610463578063f2fde38b1461047657600080fd5b8063a457c2d7146103cd578063a69df4b5146103e0578063a9059cbb146103e85780... | {"success": true, "error": null, "results": {"detectors": [{"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}]}} | 35 |
0x02afD7FD5B1C190506F538B36e7741a2F33D715d | /**
*Submitted for verification at Etherscan.io on 2021-09-24
*/
// SPDX-License-Identifier: MIT
pragma solidity 0.8.7;
// Part: IERC165
interface IERC165 {
function supportsInterface(bytes4 interfaceId) external view returns (bool);
}
// Part: IKongNaming
interface IKongNaming {
event SetName(uint256 ... | 0x6080604052600436106100f35760003560e01c8063947e18bc1161008a578063aa9f452111610059578063aa9f45211461025c578063b4e0908214610290578063eeec6999146102bd578063f851a440146102d057600080fd5b8063947e18bc14610203578063a0e4820914610216578063a22a8b2914610229578063a505349e1461024957600080fd5b80634622ab03116100c65780634622ab03146101... | {"success": true, "error": null, "results": {}} | 36 |
0x1cb8fda29dfb91508552e5c127789e7a34680112 | // SPDX-License-Identifier: MIT
pragma solidity ^0.6.8;
// File: @openzeppelin/contracts/math/SafeMath.sol
/**
* @dev Wrappers over Solidity's arithmetic operations with added overflow
* checks.
*
* Arithmetic operations in Solidity wrap on overflow. This can easily result
* in bugs, because programmers usua... | 0x608060405234801561001057600080fd5b50600436106100575760003560e01c8063158ef93e1461005c5780634225b7031461007c578063485cc955146100de578063751c1e3314610142578063eb488a7714610184575b600080fd5b6100646101e6565b60405180821515815260200191505060405180910390f35b6100c86004803603604081101561009257600080fd5b81019080803573ffffffffff... | {"success": true, "error": null, "results": {}} | 37 |
0x1273C54Cc3A7d5320B210437906eDA3ea1AA1a36 | // SPDX-License-Identifier: MIT
pragma solidity ^0.6.0;
//
/**
* @dev Wrappers over Solidity's arithmetic operations with added overflow
* checks.
*
* Arithmetic operations in Solidity wrap on overflow. This can easily result
* in bugs, because programmers usually assume that an overflow raises an
* error, wh... | 0x608060405234801561001057600080fd5b50600436106100b45760003560e01c8063a3d272ce11610071578063a3d272ce146101f2578063a8660a7814610236578063c4b6c5fa14610254578063ec715a311461030c578063efca2eed14610316578063f2fde38b14610334576100b4565b80631db87be8146100b95780631f8db268146101035780633a05f0d814610121578063715018a6146101805780... | {"success": true, "error": null, "results": {"detectors": [{"check": "unchecked-transfer", "impact": "High", "confidence": "Medium"}, {"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}]}} | 38 |
0x0114289efe38186b732d12c07a1ce4341e266513 | pragma solidity ^0.4.18;
/**
* @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 previousOwn... | 0x60606040526004361061015f576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff16806308d4073d1461016a57806327e235e3146101a85780632c4e722e146101f5578063328c0ec01461021e57806334358c011461024757806339885b2314610294578063481c6a75146102a9578063521eb273146102fe578063590e1ae3146103535780636857cb06... | {"success": true, "error": null, "results": {"detectors": [{"check": "unused-return", "impact": "Medium", "confidence": "Medium"}]}} | 39 |
0x878e3fbc58103a4e71cacaac034091341114e600 | pragma solidity ^0.4.18;
// ----------------------------------------------------------------------------
// CompositCoin Presale. version 1.0
//
// Enjoy. (c) Slava Brall / Begemot-Begemot Ltd 2017. The MIT Licence.
// ----------------------------------------------------------------------------
/**
* @title SafeMath... | 0x6080604052600436106100db576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff1680632c4e722e146100e55780633197cbb61461011057806334fcf4371461013b5780634042b66f146101685780636de9f32b1461019357806378e97925146101be5780637b352962146101e95780637ede036d146102185780638da5cb5b14610243578063974654c6... | {"success": true, "error": null, "results": {"detectors": [{"check": "unused-return", "impact": "Medium", "confidence": "Medium"}, {"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}]}} | 40 |
0x0db027b592402e5a11df7a272485794222baccf3 | /**
*Submitted for verification at Etherscan.io on 2021-04-29
*/
pragma solidity ^0.5.2;
// File: contracts/token/ERC20/IERC20.sol
// @title ERC20 interface
// @dev see https://eips.ethereum.org/EIPS/eip-20
interface IERC20 {
function transfer(address to, uint256 value) external returns (bool);
function a... | 0x608060405234801561001057600080fd5b506004361061004c5760003560e01c806338af3eed1461005157806386d1a69f1461009b578063b91d4001146100a5578063fc0c546a146100c3575b600080fd5b61005961010d565b604051808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b6100a3... | {"success": true, "error": null, "results": {}} | 41 |
0x8a5d3f4fde7c385cce186b59c532b1d5828f2690 | //SPDX-License-Identifier: MIT
pragma solidity ^0.8.4;
interface IERC20 {
function totalSupply() external view returns (uint);
function balanceOf(address account) external view returns (uint);
function transfer(address recipient, uint amount) external returns (bool);
function allowance(address owner, ... | 0x608060405234801561001057600080fd5b50600436106101005760003560e01c8063715018a611610097578063a9059cbb11610066578063a9059cbb14610219578063b2bdfa7b1461022c578063dd62ed3e14610244578063f2fde38b1461027d57600080fd5b8063715018a6146101d15780638da5cb5b146101d957806395d89b41146101fe578063a457c2d71461020657600080fd5b806330e0789e11... | {"success": true, "error": null, "results": {"detectors": [{"check": "shadowing-state", "impact": "High", "confidence": "High"}]}} | 42 |
0x2e74525c491954be67e8847b087ed1c3c988635d | // SPDX-License-Identifier: UNLICENSED
pragma solidity 0.6.8;
pragma experimental ABIEncoderV2;
interface iERC20 {
function name() external view returns (string memory);
function symbol() external view returns (string memory);
function decimals() external view returns (uint);
function totalSupply() ext... | 0x608060405234801561001057600080fd5b50600436106102485760003560e01c806388aa8bee1161013b578063bbe4f6db116100b8578063c9650a331161007c578063c9650a331461051a578063cef7a09b1461052f578063db39dc7914610346578063ec342ad014610542578063f01e3e201461054a57610248565b8063bbe4f6db146104d1578063bd9caa58146104e4578063c0c4a724146104f75780... | {"success": true, "error": null, "results": {"detectors": [{"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "locked-ether", "impact": "Medium", "confidence": "High"}]}} | 43 |
0x0e76db27202b8724c6b050ae9dfdaa4077e9d54c | /**
*Submitted for verification at Etherscan.io on 2022-02-09
*/
/*
███ ███ ██████ ███ ██ ██████ ██████ ██████ ██ ██ ██ ██ ███ ██ ██ ██
████ ████ ██ ██ ████ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ████ ██ ██ ██
██ ████ ██ ██ ██ ██ ██ ██ ██ ██ ██████ ██ █... | 0x60806040526004361061012e5760003560e01c8063715018a6116100ab578063b21d41841161006f578063b21d41841461034f578063c3c8cd801461036f578063c9567bf914610384578063dbe8272c14610399578063dc1052e2146103b9578063dd62ed3e146103d957600080fd5b8063715018a6146102a95780638da5cb5b146102be57806395d89b41146102e65780639e78fb4f1461031a578063a9... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}]}} | 44 |
0x6f640bbff975a6ca6f99d99175730c716a3a35a9 | /**
*Submitted for verification at Etherscan.io on 2022-04-24
*/
pragma solidity ^0.8.0;
library SafeMath {
function tryAdd(uint256 a, uint256 b) internal pure returns (bool, uint256) {
unchecked {
uint256 c = a + b;
if (c < a) return (false, 0);
return (true, c);
... | 0x6080604052600436106101395760003560e01c806370a08231116100ab578063a9059cbb1161006f578063a9059cbb14610339578063b09f126614610359578063ba3ac4a51461036e578063c9567bf91461038e578063d28d8852146103a3578063dd62ed3e146103b857610140565b806370a08231146102a25780638da5cb5b146102c257806395d89b41146102e45780639dc29fac146102f9578063a6... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}, {"check": "uninitialized-state", "impact": "High", "confidence": "High"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}]}} | 45 |
0xff8c0721328d42625b7b226cb638dc5ba2bd92ab | // SPDX-License-Identifier: Unlicensed
/*
$APEER is the king of the future apes. $APEER is a community based token to grow the future ape kingdom with the token holders.
Kingdom is built and based by the community. All of the token holders have obligations to shill and market the project to grow our kingdom of a... | 0x6080604052600436106101db5760003560e01c80637d1db4a511610102578063a2a957bb11610095578063c492f04611610064578063c492f04614610540578063dd62ed3e14610560578063ea1644d5146105a6578063f2fde38b146105c657600080fd5b8063a2a957bb146104bb578063a9059cbb146104db578063bfd79284146104fb578063c3c8cd801461052b57600080fd5b80638f70ccf7116100... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}, {"check": "arbitrary-send", "impact": "High", "confidence": "Medium"}]}} | 46 |
0xbd125bF92b3766fBCA5C9F019934d47F5768E051 | // SPDX-License-Identifier: AGPL-3.0-or-later
pragma solidity 0.7.5;
library SafeERC20 {
using SafeMath for uint256;
using Address for address;
function safeTransfer(
IERC20 token,
address to,
uint256 value
) internal {
_callOptionalReturn(
token,
abi.encodeWithSelector(token.tran... | 0x608060405234801561001057600080fd5b50600436106100ff5760003560e01c80636d7e9a0811610097578063c9fa8b2a11610066578063c9fa8b2a14610264578063e4fc6b6d14610281578063f79822431461029d578063fe3fbbad146102c9576100ff565b80636d7e9a08146101f1578063a15ad077146101f9578063a4b239801461021f578063bc3b2b1214610227576100ff565b806357d775f811... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "uninitialized-local", "impact": "Medium", "confidence": "Medium"}]}} | 47 |
0x75D2C794935e4d7A6616Cc0E220010731318b0E5 | /**
*Submitted for verification at Etherscan.io on 2021-05-03
*/
// SPDX-License-Identifier: Unlicensed
pragma solidity ^0.6.12;
abstract contract Context {
function _msgSender() internal view virtual returns (address payable) {
return msg.sender;
}
}
interface IERC20 {
/**
* @dev Returns t... | 0x608060405234801561001057600080fd5b50600436106100f55760003560e01c8063313ce5671161009757806395d89b411161006657806395d89b411461043c578063a457c2d7146104bf578063a9059cbb14610523578063dd62ed3e14610587576100f5565b8063313ce5671461031157806339509351146103325780634549b0391461039657806370a08231146103e4576100f5565b806313114a9d11... | {"success": true, "error": null, "results": {"detectors": [{"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}]}} | 48 |
0xad43ad0a98579f92bdf1727a79ee10063864b15a | pragma solidity ^0.6.0;
interface IMVDProxy {
function init(address votingTokenAddress, address functionalityProposalManagerAddress, address stateHolderAddress, address functionalityModelsManagerAddress, address functionalitiesManagerAddress, address walletAddress, address doubleProxyAddress) external;
funct... | 0x6080604052600436106100f75760003560e01c806370a082311161008a578063a0712d6811610059578063a0712d68146104c9578063a457c2d7146104f3578063a9059cbb1461052c578063dd62ed3e146105655761013c565b806370a082311461031157806387c8046414610344578063933a9ce81461048357806395d89b41146104b45761013c565b8063313ce567116100c6578063313ce567146102... | {"success": true, "error": null, "results": {"detectors": [{"check": "locked-ether", "impact": "Medium", "confidence": "High"}]}} | 49 |
0x8b29b70b2cd8fdd891c1d0cd5808fb92781ba90b | pragma solidity ^0.4.20;
/*
/ J.I.G.G.S / SAW3D
/
/ https://www.jiggs.io
/
/ This is the ONLY OFFICIAL WEBSITE of the The Jigsaw Games!
/ If you want to play, be sure to play through this website!
*/
contract Jiggs {
/*=================================
= MODIFIERS =
===============... | 0x6060604052600436106101315763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166265318b811461013f57806306fdde031461017057806310d0ffdd146101fa57806318160ddd146102105780632260937314610223578063313ce567146102395780633ccfd60b146102625780634b7503341461027757806356d399e81461028a578063688abbf71461... | {"success": true, "error": null, "results": {"detectors": [{"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}]}} | 50 |
0x6f968fc93c23a877f0c3415534a8246fdeeeb09f | pragma solidity ^0.5.16;
/**
Get profit every month with a contract Shareholder VOMER!
*
* - OBTAINING 20%, 15% or 10% PER 1 MONTH. (percentages are charged in equal parts every 1 sec)
* - lifetime payments
* - unprecedentedly reliable
* - bring luck
* - first minimum contribution from 2 eth, all next from 0.01 eth
* ... | 0x6080604052600436106100fe5760003560e01c80638129fc1c11610095578063bff1f9e111610064578063bff1f9e1146106b3578063d091b550146106c8578063ebbc4965146106dd578063f6707508146106f2578063ffdd5cf114610707576100fe565b80638129fc1c146106135780638da5cb5b14610628578063a64b6e5f1461063d578063b63e6b1714610680576100fe565b8063561a01b8116100... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}, {"check": "erc20-interface", "impact": "Medium", "confidence": "High"}, {"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "arbitrary-send", "impact":... | 51 |
0x92374a6956656ac50d3f067a8c9100a6227c6ba0 | /**
*/
/**
Telegram: https://t.me/iloveuINU
/**
*/
// SPDX-License-Identifier: Unlicensed
pragma solidity ^0.8.9;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
return msg.sender;
}
}
interface IERC20 {
function totalSupply() external view returns (... | 0x6080604052600436106101d05760003560e01c80637d1db4a5116100f7578063a2a957bb11610095578063c492f04611610064578063c492f04614610523578063dd62ed3e14610543578063ea1644d514610589578063f2fde38b146105a957600080fd5b8063a2a957bb1461049e578063a9059cbb146104be578063bfd79284146104de578063c3c8cd801461050e57600080fd5b80638f70ccf7116100... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}]}} | 52 |
0x2b116abbc5353435b0fcebf9e0fcabfc39c47c20 | /**
*Submitted for verification at Etherscan.io on 2021-06-26
*/
// SPDX-License-Identifier: Unlicensed
// Welcome to Gothic Cathedral :DDDD where all your desires become reality
// https://twitter.com/gothicathedral_
// https://t.me/gothiccathedral
pragma solidity ^0.6.12;
abstract contract Context {
function... | 0x6080604052600436106101235760003560e01c80638da5cb5b116100a0578063c3c8cd8011610064578063c3c8cd80146106d2578063c9567bf9146106e9578063d28d885214610700578063d543dbeb14610790578063dd62ed3e146107cb5761012a565b80638da5cb5b1461043b57806395d89b411461047c578063a9059cbb1461050c578063b09f12661461057d578063b515566a1461060d5761012a... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}, {"check": "uninitialized-state", "impact": "High", "confidence": "High"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}, {"check": "arbitrary-send", "impact": "High"... | 53 |
0x81524411e3c463e3486b02068ad787069e5a7759 | /**
*Submitted for verification at Etherscan.io on 2021-12-12
*/
//SPDX-License-Identifier: GPL-3.0
pragma solidity ^0.8.10;
// ----------------------------------------------------------------------------
// EIP-20: ERC-20 Token Standard
// https://eips.ethereum.org/EIPS/eip-20
// ------------------------------------... | 0x60806040526004361061016e5760003560e01c8063881dce60116100cb578063a9059cbb1161007f578063dd62ed3e11610059578063dd62ed3e146103e7578063e6ec64ec1461042d578063fdcbea4a1461044d57600080fd5b8063a9059cbb14610392578063c9567bf9146103b2578063d93db24f146103c757600080fd5b806395d89b41116100b057806395d89b411461032557806398e02e1c146103... | {"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"}]}} | 54 |
0x84d7df86f2ff3450f395f6b5aeff88907a73ce19 | pragma solidity ^0.6.0;
library SafeMath {
function add(uint256 a, uint256 b) internal pure returns (uint256) {
uint256 c = a + b;
require(c >= a, "SafeMath: addition overflow");
return c;
}
function sub(uint256 a, uint256 b) internal pure returns (uint256) {
return sub(a, ... | 0x608060405234801561001057600080fd5b50600436106100f55760003560e01c8063540410e511610097578063a9059cbb11610066578063a9059cbb146104c7578063b952390d1461052d578063ba03cda514610686578063dd62ed3e146106d7576100f5565b8063540410e51461035557806370a082311461038657806395d89b41146103de578063a457c2d714610461576100f5565b806323b872dd11... | {"success": true, "error": null, "results": {}} | 55 |
0x18f34dfdeafa65bb59a94c2250f09d34c68dc15f | /**
*Submitted for verification at Etherscan.io on 2022-04-08
*/
// SPDX-License-Identifier: Unlicensed
pragma solidity ^0.8.9;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
return msg.sender;
}
}
interface IERC20 {
function totalSupply() external vi... | 0x6080604052600436106101d05760003560e01c80637d1db4a5116100f7578063a2a957bb11610095578063c492f04611610064578063c492f04614610520578063dd62ed3e14610540578063ea1644d514610586578063f2fde38b146105a657600080fd5b8063a2a957bb1461049b578063a9059cbb146104bb578063bfd79284146104db578063c3c8cd801461050b57600080fd5b80638f70ccf7116100... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}]}} | 56 |
0xb7f0b13bb546ca63655ccbdcc3f21dc2a80bce85 | /// This code was taken from: https://github.com/ConsenSys. Please do not change or refactor.
pragma solidity ^0.4.15;
/// @title Multisignature wallet - Allows multiple parties to agree on transactions before execution.
/// @author Stefan George - <stefan.george@consensys.net>
contract MultiSigWallet {
uint con... | 0x60606040526004361061011d576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff168063025e7c2714610177578063173825d9146101da57806320ea8d86146102135780632f54bf6e146102365780633411c81c1461028757806354741525146102e15780637065cb4814610325578063784547a71461035e5780638b51d13f146103995780639ace38c2... | {"success": true, "error": null, "results": {}} | 57 |
0x91E039B07D003dc737d1414BF2AC27496c213Cc5 | pragma solidity >=0.5.0 <0.6.0;
/**
* @dev Wrappers over Solidity's arithmetic operations with added overflow
* checks.
*
* Arithmetic operations in Solidity wrap on overflow. This can easily result
* in bugs, because programmers usually assume that an overflow raises an
* error, which is the standard behavior i... | 0x608060405234801561001057600080fd5b506004361061011d576000357c0100000000000000000000000000000000000000000000000000000000900480635c975abb116100b457806395d89b411161008357806395d89b4114610351578063a457c2d714610359578063a9059cbb14610392578063dd62ed3e146103cb5761011d565b80635c975abb146103065780636985a0221461030e57806370a082... | {"success": true, "error": null, "results": {}} | 58 |
0x952e9a7814702d7a39d3bac0f3ec6f5ebe92a23e | // SPDX-License-Identifier: Unlicensed
pragma solidity ^0.8.7;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
return msg.sender;
}
}
interface IERC20 {
function totalSupply() external view returns (uint256);
function balanceOf(address account) exte... | 0x6080604052600436106101025760003560e01c806370a0823111610095578063a9059cbb11610064578063a9059cbb146102dd578063b515566a146102fd578063c3c8cd801461031d578063c9567bf914610332578063dd62ed3e1461034757600080fd5b806370a082311461024f578063715018a61461026f5780638da5cb5b1461028457806395d89b41146102ac57600080fd5b80632634e5e8116100... | {"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"}]}} | 59 |
0xd9acf2e31a3c7e70c31f23b88ffa595dcd8e5977 | // "SPDX-License-Identifier: MIT"
pragma solidity >=0.4.22 <0.8.0;
/**
* @dev Wrappers over Solidity's arithmetic operations with added overflow
* checks.
*
* Arithmetic operations in Solidity wrap on overflow. This can easily result
* in bugs, because programmers usually assume that an overflow raises an
* erro... | 0x6080604052600436106100955760003560e01c80638da5cb5b116100595780638da5cb5b146101ef5780638e01bfe714610230578063ce75058114610389578063f2fde38b146103b4578063f851a44014610405576100eb565b8063046ff0d3146100f0578063372500ab1461015557806366666aa91461016c578063715018a6146101975780637662e219146101ae576100eb565b366100eb576040517f... | {"success": true, "error": null, "results": {"detectors": [{"check": "unchecked-transfer", "impact": "High", "confidence": "Medium"}, {"check": "locked-ether", "impact": "Medium", "confidence": "High"}]}} | 60 |
0xec88ba505bc341cd590dced6001c29f3b267970a | pragma solidity 0.5.14;
/**
* @title Proxy
* @dev Implements delegation of calls to other contracts, with proper
* forwarding of return values and bubbling of failures.
* It defines a fallback function that delegates all calls to the address
* returned by the abstract _implementation() internal function.
*/
con... | 0x6080604052600436106100705760003560e01c80638f2839701161004e5780638f2839701461015e578063cf7a1d7714610191578063d1f5789414610250578063f851a4401461030657610070565b80633659cfe61461007a5780634f1ef286146100ad5780635c60da1b1461012d575b61007861031b565b005b34801561008657600080fd5b506100786004803603602081101561009d57600080fd5b50... | {"success": true, "error": null, "results": {"detectors": [{"check": "controlled-delegatecall", "impact": "High", "confidence": "Medium"}]}} | 61 |
0x723437FAdE99e15A33a0355189e0a00eCE23A7D6 | pragma solidity ^0.4.19;
/**
* @title SafeMath
* @dev Math operations with safety checks that throw on error
*/
library SafeMath {
/**
* @dev Multiplies two numbers, throws on overflow.
*/
function mul(uint256 a, uint256 b) internal pure returns (uint256) {
if (a == 0) {
return 0;
}
uint... | 0x606060405260043610610175576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff16806306fdde031461017a578063095ea7b3146102085780631283d0a01461026257806318160ddd146103a35780631c85ee51146103cc57806321e2933a146103e157806323b872dd146104045780632f4c0b081461047d578063313ce567146105265780633ccfd60b... | {"success": true, "error": null, "results": {"detectors": [{"check": "erc20-interface", "impact": "Medium", "confidence": "High"}]}} | 62 |
0x0c6df9bb12b32aeec1e117936457ed83ad8a1c70 | pragma solidity ^0.4.18;
/**
* @title ERC20Basic
* @dev Simpler version of ERC20 interface
* @dev see https://github.com/ethereum/EIPs/issues/179
*/
contract ERC20Basic {
function totalSupply() public view returns (uint256);
function balanceOf(address who) public view returns (uint256);
function transfer(add... | 0x6060604052600436106100f1576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff16806306fdde03146100f6578063095ea7b31461018457806318160ddd146101de57806323b872dd14610207578063313ce5671461028057806366188463146102af57806370a0823114610309578063860838a5146103565780638da5cb5b146103a757806395d89b41... | {"success": true, "error": null, "results": {}} | 63 |
0xe58b65d1c0c8e8b2a0e3a3acec633271531084ed | pragma solidity ^0.4.21;
/**
*
*
* __________
* \______ \ ____ ____ _____ ________________ ____ ____
* | | _// _ \ / _ \ / \_/ __ \_ __ \__ \ / \ / ___\
* | | ( <_> | <_> ) Y Y \ ___/| | \// __ \| ... | 0x608060405260043610610133576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff1680630a44b9cf146101355780631b3ed722146101605780633151ecfc1461018b57806335c1d349146101b657806339af05131461022a5780633ccfd60b146102555780633febb0701461026c5780635f504a821461029757806363bd1d4a146102ee5780636cff6f9d... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}, {"check": "controlled-array-length", "impact": "High", "confidence": "Medium"}]}} | 64 |
0xcad10033c86b0c1ed6bfccaa2ff6779938558e9f | // SPDX-License-Identifier: MIT
pragma solidity 0.8.11;
/**
* @title Library for working with strings
* @author yearn.finance
*/
library String {
/**
* @notice Search for a needle in a haystack
* @param haystack The string to search
* @param needle The string to search for
*/
function s... | 0x73cad10033c86b0c1ed6bfccaa2ff6779938558e9f301460806040526004361061006c5760003560e01c80631465a32d1461007157806329c34b6a146100a157806346bdca9a146100d15780635d183719146101015780639201de5514610131578063adf069ea14610161575b600080fd5b61008b60048036038101906100869190610b18565b610191565b6040516100989190610ba9565b604051809103... | {"success": true, "error": null, "results": {"detectors": [{"check": "uninitialized-local", "impact": "Medium", "confidence": "Medium"}]}} | 65 |
0x7113ed85c7cb31991c110a9406e1a70fa5df8d06 | pragma solidity ^0.4.21;
/// This Multisignature wallet is based on Gnosis implementation: https://github.com/Gnosis/MultiSigWallet
/// @title Multisignature wallet - Allows multiple parties to agree on transactions before execution.
/// @author Stefan George - <stefan.george@consensys.net>
contract MultiSigWallet {
... | 0x6060604052600436106101535763ffffffff7c0100000000000000000000000000000000000000000000000000000000600035041663025e7c27811461019c578063173825d9146101ce57806320ea8d86146101ed5780632f54bf6e146102035780633411c81c146102365780634bc9fdc214610258578063547415251461027d57806367eeba0c1461029a5780636b0c932d146102ad5780637065cb4814... | {"success": true, "error": null, "results": {}} | 66 |
0x7917ff6b73bd9df5435d299cd2ae35732048c078 | /**
*Submitted for verification at Etherscan.io on 2021-04-19
*/
// SPDX-License-Identifier: AGPL-3.0-or-later
/// DssDeploy.sol
// Copyright (C) 2018-2020 Maker Ecosystem Growth Holdings, INC.
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General P... | 0x608060405234801561001057600080fd5b506004361061002b5760003560e01c80636812273414610030575b600080fd5b6100726004803603602081101561004657600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919050505061009e565b604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}]}} | 67 |
0x8c768f4a062bbc37ebc5b0497b56bdc62d2245f0 | //SPDX-License-Identifier: Unlicensed
// https://t.me/gokuinutoken
pragma solidity ^0.8.4;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
return msg.sender;
}
}
interface IERC20 {
function totalSupply() external view returns (uint256);
fun... | 0x60806040526004361061014f5760003560e01c806395d89b41116100b6578063c2d0ffca1161006f578063c2d0ffca146103b9578063c3c8cd80146103d9578063cc653b44146103ee578063dd62ed3e14610424578063e8078d941461046a578063ff8726021461047f57600080fd5b806395d89b41146103145780639e78fb4f14610344578063a9059cbb14610359578063b515566a14610379578063b7... | {"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"}]}} | 68 |
0x1d26f62cfad7e6b64aac06859a8e76224cb1a8f4 | /**
*Submitted for verification at Etherscan.io on 2022-03-06
*/
/*
https://t.me/KryptoInuCoin
https://KryptoInu.info
Kryptomics :
- 1,000,000,000,000 Total Supply
- 0,5% transaction limit on launch
- Sells limited to 5% of the Liquidity Pool, <4.9% price impact
Taxes & fees :
Buys :
- 2% redistribution to h... | 0x60806040526004361061010d5760003560e01c80638da5cb5b11610095578063c552849011610064578063c5528490146102e8578063c9567bf914610308578063d543dbeb1461031d578063dd62ed3e1461033d578063e8078d941461038357600080fd5b80638da5cb5b1461025c57806395d89b4114610284578063a9059cbb146102b3578063c3c8cd80146102d357600080fd5b8063313ce567116100... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}, {"check": "uninitialized-state", "impact": "High", "confidence": "High"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}, {"check": "arbitrary-send", "impact": "High"... | 69 |
0x4f3e152f24d8d9966c239b408ecd29d75f5b3061 | /**
*Submitted for verification at Etherscan.io on 2020-11-18
*/
pragma solidity 0.6.12;
// SPDX-License-Identifier: BSD-3-Clause
/**
* @title SafeMath
* @dev Math operations with safety checks that throw on error
*/
library SafeMath {
function mul(uint256 a, uint256 b) internal pure returns (uint256) {
ui... | 0x608060405234801561001057600080fd5b50600436106101cf5760003560e01c80636a395ccb11610104578063c326bf4f116100a2578063f2fde38b11610071578063f2fde38b14610445578063f3073ee71461046b578063f3f91fa01461048a578063f851a440146104b0576101cf565b8063c326bf4f14610407578063d578ceab1461042d578063d816c7d514610435578063f1587ea11461043d5761... | {"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"}]}} | 70 |
0x99fD3A3d4Cea62954B2f1A6C6C91c77e89E09C04 | // SPDX-License-Identifier: MIT
pragma solidity 0.7.6;
pragma abicoder v2;
library Strings {
function toString(uint256 value) internal pure returns (string memory) {
if (value == 0) {
return "0";
}
uint256 temp = value;
uint256 digits;
while (temp != 0) {
... | 0x6080604052600436106102885760003560e01c8063951e92d81161015a578063b88d4fde116100c1578063e2c432771161007a578063e2c43277146107a3578063e985e9c5146107c3578063ec04dc3c146107e3578063edc3bc3f14610803578063f3f4370314610823578063f938cc201461084357610288565b8063b88d4fde146106de578063bdf83132146106fe578063c87b56dd1461072e578063ce... | {"success": true, "error": null, "results": {}} | 71 |
0xc890b3450f273209cd19a11d4027e968bdd6f04e | pragma solidity ^0.4.18;
interface Game {
event GameStarted(uint betAmount);
event NewPlayerAdded(uint numPlayers, uint prizeAmount);
event GameFinished(address winner);
function () public payable; //Participate in game. Proxy for play method
function getPrizeAmou... | 0x6060604052600436106100b65763ffffffff60e060020a6000350416630ccf5af481146100d85780631865c57d146100fd57806320835e8c146101345780632b71b0e514610147578063396248471461017e5780634e989a5b146101a95780638b5b9ccc1461020657806398db173f1461026c578063b6549f751461027f578063c8dd6ce714610292578063d56b2889146102b1578063dae7a13c146102c4... | {"success": true, "error": null, "results": {"detectors": [{"check": "uninitialized-state", "impact": "High", "confidence": "High"}, {"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "shadowing-state", "impact": "High", "confidence": "High"}, {"check": "uninitialized-local", "im... | 72 |
0xddac9c604ba6bc4acec0fbb485b83f390ecf2f31 | // 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 view returns (uint256);
function balanceOf(address account) exte... | 0x6080604052600436106101e75760003560e01c80638c0b5e2211610102578063bc9323c311610095578063ea2f0b3711610064578063ea2f0b37146105c8578063f2fde38b146105e8578063f771cb6514610608578063fc24e8f21461062957600080fd5b8063bc9323c31461052c578063d2a09c7114610542578063dd62ed3e14610562578063e5d1d260146105a857600080fd5b8063a9059cbb116100... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}, {"check": "uninitialized-state", "impact": "High", "confidence": "High"}, {"check": "arbitrary-send", "impact": "High", "confidence": "Medium"}]}} | 73 |
0x20b2EC1fe89c6977f6c1f9E5b7D5475F588186BD | pragma solidity ^0.4.18;
/* ==================================================================== */
/* Copyright (c) 2018 The MagicAcademy Project. All rights reserved.
/*
/* https://www.magicacademy.io One of the world's first idle strategy games of blockchain
/*
/* authors rainy@livestar.com/fanny.zheng@live... | 0x6060604052600436106100f85763ffffffff60e060020a6000350416630865dadc81146100fd5780633702ab031461012357806341c0e1b51461013c57806350baa6221461014f57806355a373d61461016557806358a4903f1461019457806363c78e87146101a75780636bb7b7a4146101bd5780636cdb1b75146101d05780636fb642de146101ef578063727b42761461021357806376f2ccb914610232... | {"success": true, "error": null, "results": {"detectors": [{"check": "unchecked-transfer", "impact": "High", "confidence": "Medium"}, {"check": "uninitialized-local", "impact": "Medium", "confidence": "Medium"}]}} | 74 |
0xf1a14C92a5eBB846A88705eC3A153E88ac7ea8be | pragma solidity ^0.6.12;
// SPDX-License-Identifier: Unlicensed
interface IERC20 {
function totalSupply() external view returns (uint256);
function balanceOf(address account) external view returns (uint256);
function transfer(address recipient, uint256 amount) external returns (bool);
function allowanc... | 0x608060405234801561001057600080fd5b506004361061014d5760003560e01c806370a08231116100c3578063a457c2d71161007c578063a457c2d7146105e9578063a9059cbb1461064d578063dd62ed3e146106b1578063ea2f0b3714610729578063f05966221461076d578063f2fde38b1461078b5761014d565b806370a0823114610468578063715018a6146104c05780638c85476f146104ca5780... | {"success": true, "error": null, "results": {}} | 75 |
0x3Cd09cF0170B0302Df863DaF48c66FB6B8c9A883 | /**
*Submitted for verification at Etherscan.io on 2022-04-24
*/
// SPDX-License-Identifier: None
/**
GOOSECAW - Goose Caw - The only one who caws and lays golden eggs
TG https://t.me/goosecaw
Max Tx 20,000 (2%)
Total 1,000,000
Tax 10%
Slippage 40%
Auto Anti-bot jeet tax protection enabled
Selling in the first 30 b... | 0x60806040526004361061016a5760003560e01c80637d1db4a5116100d1578063a9059cbb1161008a578063d4d5d32a11610064578063d4d5d32a14610462578063dd62ed3e14610477578063e678e491146104bd578063e8078d94146104d257600080fd5b8063a9059cbb146103f2578063b515566a14610412578063bfd792841461043257600080fd5b80637d1db4a51461033857806382247ec0146103... | {"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... | 76 |
0x4a6e0c442394154e00c55ee985a9e9593db3fa64 | /**
*Submitted for verification at Etherscan.io on 2022-02-04
*/
/*
Website: https://www.gorillasquad.finance/
Discord : https://discord.gg/uXKsWeSCWN
Telegram: https://t.me/GorillaSquadPortal
Twitter: https://twitter.com/gsquadtoken
Github: https://github.com/GorillaSquadToken
... | 0x6080604052600436106101395760003560e01c806370a08231116100ab578063b515566a1161006f578063b515566a146103fb578063c3c8cd8014610424578063c9567bf91461043b578063cb2f17b114610452578063d543dbeb14610469578063dd62ed3e1461049257610140565b806370a0823114610314578063715018a6146103515780638da5cb5b1461036857806395d89b4114610393578063a9... | {"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"}]}} | 77 |
0xfa12091b688b419a9b133772049501999b53824a | // 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 view returns (uint256);
function balanceOf(address account) exte... | 0x60806040526004361061010d5760003560e01c8063715018a611610095578063b515566a11610064578063b515566a14610364578063c3c8cd801461038d578063c9567bf9146103a4578063d543dbeb146103bb578063dd62ed3e146103e457610114565b8063715018a6146102ba5780638da5cb5b146102d157806395d89b41146102fc578063a9059cbb1461032757610114565b8063273123b7116100... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}, {"check": "arbitrary-send", "impact": "High", "confidence": "Medium"}]}} | 78 |
0xa7a8d4b626a0b097279c7f2d696af65fe3dc6f70 | pragma solidity ^0.4.16;
contract owned {
address public owner;
function owned() public {
owner = msg.sender;
}
modifier onlyOwner {
require(msg.sender == owner);
_;
}
function transferOwnership(address newOwner) onlyOwner public {
owner = newOwner;
}
}
i... | 0x6080604052600436106100f1576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff16806306fdde03146100f6578063095ea7b31461018657806318160ddd146101eb57806323b872dd14610216578063313ce5671461029b57806342966c68146102cc57806370a082311461031157806379c650681461036857806379cc6790146103b55780638da5cb5b... | {"success": true, "error": null, "results": {}} | 79 |
0x1ffd205d11b2e200fcc8908afd649cff256f16d0 | pragma solidity ^0.4.20;
contract ContractReceiver {
struct TKN {
address sender;
uint value;
bytes data;
bytes4 sig;
}
function tokenFallback(address _from, uint _value, bytes _data) public pure {
TKN memory tkn;
tkn.sender = _from;
tkn.value = _value;
tkn.data = _data;
uint... | 0x60606040526004361061013e576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff16806305d2035b1461014857806306fdde031461017557806318160ddd14610203578063256fa2411461022c578063313ce567146102a7578063378dc3dc146102d657806340c10f19146102ff5780634f25eced1461035957806364ddc6051461038257806370a08231... | {"success": true, "error": null, "results": {"detectors": [{"check": "constant-function-asm", "impact": "Medium", "confidence": "Medium"}, {"check": "shadowing-abstract", "impact": "Medium", "confidence": "High"}, {"check": "uninitialized-local", "impact": "Medium", "confidence": "Medium"}]}} | 80 |
0xfe98e11068bd867dd5f6c0159988080a129b18f3 | // SPDX-License-Identifier: MIT
pragma solidity >=0.6.0 <0.8.0;
abstract contract Context {
function _msgSender() internal view virtual returns (address payable) {
return msg.sender;
}
function _msgData() internal view virtual returns (bytes memory) {
this; // silence state mutability warn... | 0x6080604052600436106101e75760003560e01c80638a1fcd6011610102578063c5ac0ded11610095578063dcd9d7b111610064578063dcd9d7b11461141e578063dd62ed3e14611435578063ee39190e146114ba578063f2fde38b1461157f57610b93565b8063c5ac0ded1461134c578063c7876ea414611377578063cbcb3171146113a2578063d89f17ef146113cd57610b93565b8063a457c2d7116100... | {"success": true, "error": null, "results": {"detectors": [{"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "arbitrary-send", "impact": "High", "confidence": "Medium"}]}} | 81 |
0x5989879aa5886f2c18ee994b01fb01675d592b0d | /**
*Submitted for verification at Etherscan.io on 2021-09-13
*/
/***
*
* GAFI is launching at Uniswap September 13, 21:00 UTC.
*
* Join community via t.me/GAFI_Token
*
* Fair launch, locked liquidity, ownership renounced.
*
*/
/*
SPDX-License-Identifier: UNLICENSED
*/
pragma solidity ^0.8.4;
abstract con... | 0x6080604052600436106101395760003560e01c8063715018a6116100ab578063a9fc35a91161006f578063a9fc35a91461037d578063c3c8cd801461039d578063c9567bf9146103b2578063db92dbb6146103c7578063dd62ed3e146103dc578063e8078d941461042257600080fd5b8063715018a6146102d45780638da5cb5b146102e957806395d89b4114610311578063a9059cbb1461033e578063a9... | {"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"}]}} | 82 |
0xa4a99dd9daa2ef8dcc4e3f1e7a409961b81f314d | /**
*Submitted for verification at Etherscan.io on 2022-03-27
*/
/**
What is royalty? Who is royalty? Royalty to us is abstract. No figure behind the scenes should control the masses. Let there be lightly shown upon those who act holier than thou. Let the public rejoice at the cries of those who have disdain for them... | 0x6080604052600436106101d05760003560e01c80637d1db4a5116100f7578063a2a957bb11610095578063c492f04611610064578063c492f04614610559578063dd62ed3e14610579578063ea1644d5146105bf578063f2fde38b146105df57600080fd5b8063a2a957bb146104d4578063a9059cbb146104f4578063bfd7928414610514578063c3c8cd801461054457600080fd5b80638f70ccf7116100... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}]}} | 83 |
0x2332fE1a1499511dE4475FA9bA61651c16682DdF | // https://t.me/dogecocaine_eth
// SPDX-License-Identifier: Unlicense
pragma solidity ^0.8.1;
// OpenZeppelin Contracts v4.4.1 (utils/Context.sol)
/**
* @dev Provides information about the current execution context, including the
* sender of the transaction and its data. While these are generally available
* via... | 0x6080604052600436106100f35760003560e01c80638da5cb5b1161008a578063dd62ed3e11610059578063dd62ed3e14610330578063e753858a1461036d578063f2fde38b14610389578063f887ea40146103b2576100f3565b80638da5cb5b1461027257806395d89b411461029d578063a9059cbb146102c8578063c5b37c2214610305576100f3565b8063313ce567116100c6578063313ce567146101... | {"success": true, "error": null, "results": {"detectors": [{"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "arbitrary-send", "impact": "High", "confidence": "Medium"}]}} | 84 |
0xc7eec2c723b6fad28290e0755ca4e3d75c0d6958 | pragma solidity 0.5.17;
library SafeMath {
/**
* @dev Returns the addition of two unsigned integers, reverting on overflow.
*
* Counterpart to Solidity's `+` operator.
*
* Requirements:
* - Addition cannot overflow.
*/
function add(uint256 a, uint256 b) internal pure... | 0x6080604052600436106100c25760003560e01c80636a42b8f81161007f578063c1a287e211610059578063c1a287e2146105dd578063e177246e146105f2578063f2b065371461061c578063f851a4401461065a576100c2565b80636a42b8f81461059e5780637d645fab146105b3578063b1b43ae5146105c8576100c2565b80630825f38f146100c45780630e18b6811461027957806326782247146102... | {"success": true, "error": null, "results": {}} | 85 |
0xb6b917e14835b23314ffe456ce20cd8579c4eb80 | /*
Welcome to $DogeCola
inspired by our friend Elon Musk's latest tweet
https://twitter.com/elonmusk/status/1519480761749016577?s=20&t=7DPaBmouKwr7f2HKdmB0kA
░░░░░░░░░▄░░░░░░░░░░░░░░▄░░░░
░░░░░░░░▌▒█░░░░░░░░░░░▄▀▒▌░░░
░░░░░░░░▌▒▒█░░░░░░░░▄▀▒▒▒▐░░░
░░░░░░░▐▄▀▒▒▀▀▀▀▄▄▄▀▒▒▒▒▒▐░░░
░░░░░▄▄▀▒░▒▒▒▒▒▒▒▒▒█▒▒▄█▒▐░░░
░░░▄▀▒▒▒░░░... | 0x6080604052600436106101c55760003560e01c806374010ece116100f7578063a2a957bb11610095578063c492f04611610064578063c492f046146104ec578063dd62ed3e1461050c578063ea1644d514610552578063f2fde38b1461057257600080fd5b8063a2a957bb14610467578063a9059cbb14610487578063bfd79284146104a7578063c3c8cd80146104d757600080fd5b80638f70ccf7116100... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}]}} | 86 |
0x9d4e3d4d7108c70358a5bec90e9eae5e3b60007f | /*
▒▒░░░░░░░░▒▒
░░▒▒▒▒▒▒▒▒▒▒▒▒░░ ... | 0x608060405234801561001057600080fd5b50600436106101005760003560e01c80637b47ec1a11610097578063b4a99a4e11610066578063b4a99a4e146104b7578063c5398cfd14610501578063dd62ed3e1461052f578063f2fde38b146105a757610100565b80637b47ec1a1461035c57806395d89b411461038a57806396bfcd231461040d578063a9059cbb1461045157610100565b8063313ce56711... | {"success": true, "error": null, "results": {}} | 87 |
0x0be5e8f107279cc2d9c3a537ed4ea669b45e443d | pragma solidity ^0.4.20;
contract POMDA {
/*=================================
= MODIFIERS =
=================================*/
// only people with tokens
modifier onlyBagholders() {
require(myTokens() > 0);
_;
}
// only people with profits
modifier onlyStronghands() {
require(myDividends(true) >... | 0x608060405260043610610111576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff16806265318b1461011f57806306fdde031461017657806310d0ffdd1461020657806318160ddd146102475780632260937314610272578063313ce567146102b35780633ccfd60b146102e45780634b750334146102fb57806356d399e814610326578063688abbf714... | {"success": true, "error": null, "results": {"detectors": [{"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}]}} | 88 |
0x7ea6b937fe5c8734e057c9e86784f734392eb344 | pragma solidity ^0.4.24;
// Zethr Token Bankroll interface
contract ZethrTokenBankroll{
// Game request token transfer to player
function gameRequestTokens(address target, uint tokens) public;
}
// Zether Main Bankroll interface
contract ZethrMainBankroll{
function gameGetTokenBankrollList() public view ... | 0x6080604052600436106101c15763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166304fcadf181146101c65780630bb954c9146101ed5780630d42555914610204578063172ff8d61461021c57806323214fab146102455780633a4f69991461025a5780633ba064521461026f57806343c1598d1461028757806343db53241461029c5780634f44728d14... | {"success": true, "error": null, "results": {"detectors": [{"check": "weak-prng", "impact": "High", "confidence": "Medium"}, {"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "uninitialized-local", "impact": "Medium", "confidence": "Medium"}]}} | 89 |
0xD610708ff8700bB2D886253db7CF6965D97AAb46 | /**
TG: https://t.me/etymology_token
*/
// SPDX-License-Identifier: unlicense
pragma solidity ^0.8.7;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
return msg.sender;
}
}
interface IERC20 {
function totalSupply() external view returns (uint256);
... | 0x6080604052600436106101d05760003560e01c80637d1db4a5116100f7578063a9059cbb11610095578063d00efb2f11610064578063d00efb2f14610648578063dd62ed3e14610673578063ea1644d5146106b0578063f2fde38b146106d9576101d7565b8063a9059cbb1461058e578063bfd79284146105cb578063c3c8cd8014610608578063c492f0461461061f576101d7565b80638f9a55c0116100... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}]}} | 90 |
0x4d4a8a496e9648466aaa6283bbaa20d524b51fe8 | /**
*Submitted for verification at Etherscan.io on 2022-04-19
*/
/*
* Contract written by Obsidium Team
* Name - Obsidium ETH Miner
* Daily Return - 8%
* APR - 2,920%
* Obsidium Fee - 5%
*/
// SPDX-License-Identifier: MIT
library SafeMath {
/**
* Obsidium Returns the addition of two unsigned integers, w... | 0x6080604052600436106100e85760003560e01c806368ea23221161008a578063f2fde38b11610059578063f2fde38b14610238578063f509e07614610258578063f747680d14610278578063fd3d75511461029857600080fd5b806368ea2322146101c6578063715018a6146101e65780638da5cb5b146101fb578063dd3951551461022357600080fd5b80633c5f07cb116100c65780633c5f07cb146101... | {"success": true, "error": null, "results": {}} | 91 |
0xfae9cd03c11e15cf611fd935bd66026fe6611d39 | pragma solidity 0.4.21;
/**
* TOKEN Contract
* ERC-20 Token Standard Compliant
* @author Fares A. Akel C. f.antonio.akel@gmail.com
*/
/**
* @title SafeMath by OpenZeppelin
* @dev Math operations with safety checks that throw on error
*/
library SafeMath {
function sub(uint256 a, uint256 b) internal pure return... | 0x60606040526004361061011c5763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166306fdde03811461012c578063095ea7b3146101b657806318160ddd146101ec5780631a9aea0a146102115780631b8fc2f01461022457806323b872dd14610245578063313ce5671461026d5780634cf781701461029657806354fd4d50146102c55780635be7cc1614... | {"success": true, "error": null, "results": {}} | 92 |
0xbf662fb1c4ab0657bda2fbfec620f3a2e0589abf | pragma solidity ^0.4.24;
/*
https://dragoneth.com
*/
contract DragonsETH {
function createDragon(
address _to,
uint256 _timeToBorn,
uint256 _parentOne,
uint256 _parentTwo,
uint256 _gen1,
uint240 _gen2
)
external;
}
library AddressUtils {
/**... | 0x6080604052600436106101325763ffffffff7c01000000000000000000000000000000000000000000000000000000006000350416630988ca8c81146105105780630dd66c751461057957806314b1e1f8146105ae578063217fe6c6146105cf5780632da0c25c1461063657806331c911171461065d5780633f4ba83a146106725780634256fa5a14610687578063474923521461069c5780635c975abb14... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}, {"check": "constant-function-asm", "impact": "Medium", "confidence": "Medium"}, {"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}]}} | 93 |
0x5050ced4edb03d14b5dd849c0735eb6f71aba433 | /**
*Submitted for verification at Etherscan.io on 2021-02-19
*/
pragma solidity 0.7.6;
// SPDX-License-Identifier: MIT
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, uint... | 0x608060405234801561001057600080fd5b50600436106101e55760003560e01c80637e1c0c091161010f578063b6b55f25116100a2578063e027c61f11610071578063e027c61f146107d7578063f2fde38b146107f5578063f3f91fa014610839578063fe547f7214610891576101e5565b8063b6b55f2514610715578063c326bf4f14610743578063d1b965f31461079b578063d578ceab146107b95761... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}]}} | 94 |
0x9c700cc475da09c005136090d26f903256315718 | /**
BabyWHACKD - Honoring his legacy
telegram: https://t.me/BabyWhackd
*/
pragma solidity ^0.6.12;
abstract contract Context {
function _msgSender() internal view virtual returns (address payable) {
return msg.sender;
}
function _msgData() internal view virtual returns (by... | 0x6080604052600436106101235760003560e01c80638da5cb5b116100a0578063c3c8cd8011610064578063c3c8cd80146106d2578063c9567bf9146106e9578063d28d885214610700578063d543dbeb14610790578063dd62ed3e146107cb5761012a565b80638da5cb5b1461043b57806395d89b411461047c578063a9059cbb1461050c578063b09f12661461057d578063b515566a1461060d5761012a... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}, {"check": "uninitialized-state", "impact": "High", "confidence": "High"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}, {"check": "arbitrary-send", "impact": "High"... | 95 |
0x8edbc572144ddce43f6bece96688879336aa8b7d | pragma solidity ^0.4.24;
library SafeMath {
function mul(uint256 a, uint256 b) internal pure returns (uint256) {
if (a == 0) {
return 0;
}
uint256 c = a * b;
assert(c / a == b);
return c;
}
function div(uint256 a, uint256 b) internal pure returns (uint25... | 0x60806040526004361061016a576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff16806305d2035b1461016f57806306fdde031461019e578063095ea7b31461022e57806318160ddd1461029357806323b872dd146102be578063313ce5671461034357806340c10f19146103745780634d853ee5146103d95780634f25eced14610430578063624ecda9... | {"success": true, "error": null, "results": {"detectors": [{"check": "constant-function-asm", "impact": "Medium", "confidence": "Medium"}, {"check": "shadowing-abstract", "impact": "Medium", "confidence": "High"}, {"check": "uninitialized-local", "impact": "Medium", "confidence": "Medium"}]}} | 96 |
0xCd214bE756DE93Ab6Ac9De75c0971C6F0220ee29 | /**
*
**/
//SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.4;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
return msg.sender;
}
}
library SafeMath {
function add(uint256 a, uint256 b) internal pure returns (uint256) {
uint256 c ... | 0x6080604052600436106101185760003560e01c8063715018a6116100a0578063b515566a11610064578063b515566a14610398578063c3c8cd80146103c1578063c9567bf9146103d8578063cfe81ba0146103ef578063dd62ed3e146104185761011f565b8063715018a6146102c5578063842b7c08146102dc5780638da5cb5b1461030557806395d89b4114610330578063a9059cbb1461035b5761011f... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}]}} | 97 |
0x20dddec6f8a7ecb0b7ede3b9f92d4a6062a264d4 | /**
*Submitted for verification at Etherscan.io on 2022-03-27
*/
pragma solidity ^0.8.4;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
return msg.sender;
}
}
interface IERC20 {
function totalSupply() external view returns (uint256);
function ... | 0x6080604052600436106101d05760003560e01c80637d1db4a5116100f7578063a9059cbb11610095578063d00efb2f11610064578063d00efb2f14610648578063dd62ed3e14610673578063ea1644d5146106b0578063f2fde38b146106d9576101d7565b8063a9059cbb1461058e578063bfd79284146105cb578063c3c8cd8014610608578063c492f0461461061f576101d7565b80638f9a55c0116100... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}]}} | 98 |
0xf6ee143e32cd7cd2661ba4d62fc68967f3863673 | /*
https://t.me/ravenclawinuportal
"Wit beyond measure is man's greatest treasure."
— Rowena Ravenclaw
As far as we are concerned, the admission to Hogwarts is selective. However Hogwarts is now providing us the second opportunity for you to become an official wizard in the cryptoword. Embrace yourself, here comes th... | 0x60806040526004361061012e5760003560e01c8063733ec069116100ab578063b515566a1161006f578063b515566a14610314578063c3c8cd8014610334578063c9567bf914610349578063dbe8272c1461035e578063dc1052e21461037e578063dd62ed3e1461039e57600080fd5b8063733ec069146102975780638da5cb5b146102b757806395d89b411461013a5780639e78fb4f146102df578063a9... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}]}} | 99 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.