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 |
|---|---|---|---|---|---|---|---|
59,900 | 0x9792fB4c8Fcca2C18d836839c54D1d5F313A139e | // SPDX-License-Identifier: MIT
// Developed by KG Technologies (https://kgtechnologies.io)
pragma solidity 0.8.11;
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import { MerkleProof } from "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol";
/... | 0x6080604052600436106101845760003560e01c80639c0132f2116100d1578063de8643d41161008a578063f583750e11610064578063f583750e146104b3578063f859bf8e146104d3578063f9dd6579146104f3578063fa09e6301461051357600080fd5b8063de8643d414610453578063eeae08d414610473578063f2fde38b1461049357600080fd5b80639c0132f21461039e578063a5c4f1d9146103... | {"success": true, "error": null, "results": {"detectors": [{"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}]}} | true | null | {'detectors': [{'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}]} |
59,901 | 0x979316f5b3f3d8db956af519553c853525a5b1af | // File: @openzeppelin/contracts/utils/introspection/IERC165.sol
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
/**
* @dev Interface of the ERC165 standard, as defined in the
* https://eips.ethereum.org/EIPS/eip-165[EIP].
*
* Implementers can declare support of contract interfaces, which can then be
* ... | 0x608060405234801561001057600080fd5b50600436106101c25760003560e01c806301ffc9a7146101c757806306fdde03146101ef578063081812fc14610204578063095ea7b31461022f5780630cfcb5f11461024457806318160ddd1461025757806323b872dd146102695780632a55205a1461027c5780632f745c59146102ae5780633afb021a146102c15780633f6805ba146102d457806342842e0e... | {"success": true, "error": null, "results": {"detectors": [{"check": "unused-return", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}]} |
59,902 | 0x97932Bd4AF8a86751C944d1d9d22381ed506C558 | // SPDX-License-Identifier: MIT
pragma solidity ^0.6.12;
import "@openzeppelin/contracts-ethereum-package/contracts/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts-ethereum-package/contracts/math/SafeMath.sol";
import "./SwapAdmin.sol";
contract SwapTokenLocker is SwapAdmin {
using SafeMath for uint;
... | 0x608060405234801561001057600080fd5b506004361061009e5760003560e01c806384d349b81161006657806384d349b8146101c6578063c3a3694d146101f4578063c49662c514610442578063f53215c314610480578063f851a440146104ac5761009e565b806307880b7f146100a35780631b831ead146100cb578063259601361461014157806325971dff1461019a5780636c8381f8146101a2575b... | {"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'}... |
59,903 | 0x9794091c4161ae66aa775af0781379d1823016cf | library SafeMath
{
uint256 constant public MAX_UINT256 =
0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF;
function GET_MAX_UINT256() pure internal returns(uint256){
return MAX_UINT256;
}
function mul(uint a, uint b) internal returns(uint){
uint c = a * b;
... | 0x6080604052600436106100e55763ffffffff7c0100000000000000000000000000000000000000000000000000000000600035041663047fc9aa81146100ea57806306fdde0314610111578063095ea7b31461019b57806318160ddd146101d357806323b872dd146101e8578063313ce56714610212578063524f22071461023d5780635a3b7e421461025257806370a08231146102675780638da5cb5b14... | {"success": true, "error": null, "results": {}} | true | null | {} |
59,904 | 0x97940C7aea99998da4c56922211ce012E7765395 | // SPDX-License-Identifier: AGPL-3.0-or-later
pragma solidity =0.8.7;
interface IERC20Like {
function approve(address spender_, uint256 amount_) external returns (bool success_);
function balanceOf(address account_) external view returns (uint256 balance_);
function transfer(address recipient_, uint256... | 0x608060405234801561001057600080fd5b50600436106102a05760003560e01c806375a2067611610167578063bcead63e116100ce578063d784d42611610087578063d784d42614610506578063d8dfeb4514610519578063dac8856114610521578063e1176b9914610539578063e44b38751461054c578063e920b1e11461055457600080fd5b8063bcead63e146104a9578063c3fbb6fd146104ba5780... | {"success": true, "error": null, "results": {"detectors": [{"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "controlled-delegatecall", "impact": "High", "confidence": "Medium"}, {"check": "incorrect-equ... | true | null | {'detectors': [{'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'controlled-delegatecall', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'H... |
59,905 | 0x9795631f5d2083c020856f98f12db35b834a1677 | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
/// @title: Stories after Dark
/// @author: manifold.xyz
import "./ERC721Creator.sol";
////////////////////////////////////////////////////////////////////////////////////////////////
// ... | 0x6080604052600436106100225760003560e01c80635c60da1b1461003957610031565b366100315761002f61006a565b005b61002f61006a565b34801561004557600080fd5b5061004e6100a5565b6040516001600160a01b03909116815260200160405180910390f35b6100a361009e7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc546001600160a01b031690565b... | {"success": true, "error": null, "results": {"detectors": [{"check": "unused-return", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}]} |
59,906 | 0x9795676af4d2f7fb9FE181efC8E1e51b8D8C00AB | // SPDX-License-Identifier: Unlicensed
pragma solidity ^0.8.6;
import "./ownable.sol";
interface IERC20 {
/**
* @dev Returns the amount of tokens in existence.
*/
function totalSupply() external view returns (uint256);
/**
* @dev Returns the amount of tokens owned by `account`.
*/
function balanceOf(address... | 0x60806040526004361061021e5760003560e01c806370a0823111610123578063cba0e996116100ab578063f2cc0c181161006f578063f2cc0c1814610818578063f2fde38b14610841578063f42938901461086a578063f815a84214610881578063f84354f1146108ac57610225565b8063cba0e99614610721578063ccd8a6991461075e578063d047e4b714610789578063dd62ed3e146107b2578063e0... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}, {"check": "arbitrary-send", "impact": "High", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'reentrancy-eth', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'arbitrary-send', 'impact': 'High', 'confidence': 'Medium'}]} |
59,907 | 0x97958fe320fa98d0cb8cda0efb647212b15ace2e | pragma solidity ^0.4.20;
contract quiz_quest
{
function Try(string _response) external payable {
require(msg.sender == tx.origin);
if(responseHash == keccak256(_response) && msg.value > 3 ether)
{
msg.sender.transfer(this.balance);
}
}
string public... | 0x6060604052600436106100775763ffffffff7c01000000000000000000000000000000000000000000000000000000006000350416633853682c81146100795780633e3ee8591461008c5780633fad9ae0146100d457806359988dce1461015e578063f50ab2471461017d578063fd26c46014610185575b005b610077600480356024810191013561020d565b610077600460248135818101908301358060... | {"success": true, "error": null, "results": {}} | true | null | {} |
59,908 | 0x9795c571F5A6E7CceDa3CBb86633eacc1B2e2000 | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
contract Fattie is ERC721, Ownable {
uint256 public totalSupply;
mapping (uint256 => string) private _tokenURIs;
event MintFattie(address ... | 0x608060405234801561001057600080fd5b50600436106101215760003560e01c806370a08231116100ad578063b88d4fde11610071578063b88d4fde146102f4578063c87b56dd14610310578063d0def52114610340578063e985e9c51461035c578063f2fde38b1461038c57610121565b806370a0823114610262578063715018a6146102925780638da5cb5b1461029c57806395d89b41146102ba5780... | {"success": true, "error": null, "results": {"detectors": [{"check": "unused-return", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}]} |
59,909 | 0x97967c25f5a0de5cdc3c9d687ec3036c7b15252f | pragma solidity ^0.4.23;
// https://www.pennyether.com
/******* USING Registry **************************
Gives the inherting contract access to:
.addressOf(bytes32): returns current address mapped to the name.
[modifier] .fromOwner(): requires the sender is owner.
******************************************... | 0x60806040526004361061026e5763ffffffff60e060020a60003504166301a413b981146102705780630c657eb01461029757806311610c25146102ac57806313ca1464146102b4578063148105ab146102e857806319eb691a146102f05780632100a5d9146103055780632500ec4a1461033f5780632b36a657146103765780632e5b21681461038b5780633b19e84a146103a05780633f073031146103b5... | {"success": true, "error": null, "results": {"detectors": [{"check": "arbitrary-send", "impact": "High", "confidence": "Medium"}, {"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}, {"check": "uninitialized-local", "impact": "Medium", "confidence": "Medium"}, {"check": "reused-constructor", "impa... | true | null | {'detectors': [{'check': 'arbitrary-send', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'uninitialized-local', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'reused-constructor', 'impact': 'Medium', 'confidence': 'Medium'}, {'ch... |
59,910 | 0x9796bcece6b6032deb6f097b6f1cc180ae974fec | /**
* See you on the Moon
*
* Token name : Gangster Inu
* Supply: 1,000,000,000
* Decimal place: 18
* Symbol : GANGSINU
*/
// File: @openzeppelin/contracts/utils/Context.sol
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
/*
* @dev Provides infor... | 0x608060405234801561001057600080fd5b50600436106100ea5760003560e01c8063715018a61161008c578063a457c2d711610066578063a457c2d71461024f578063a9059cbb1461027f578063dd62ed3e146102af578063f2fde38b146102df576100ea565b8063715018a6146102095780638da5cb5b1461021357806395d89b4114610231576100ea565b806323b872dd116100c857806323b872dd14... | {"success": true, "error": null, "results": {}} | true | null | {} |
59,911 | 0x9796cd91e3bad850a9897ea3f6fcb7a6dfbd05ab | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
/// @title: Rain Water Series By Brooke Dahl
/// @author: manifold.xyz
import "./ERC721Creator.sol";
/////////////////////////////////////////////////
// //
// //
// ^... | 0x6080604052600436106100225760003560e01c80635c60da1b1461003957610031565b366100315761002f61006a565b005b61002f61006a565b34801561004557600080fd5b5061004e6100a5565b6040516001600160a01b03909116815260200160405180910390f35b6100a361009e7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc546001600160a01b031690565b... | {"success": true, "error": null, "results": {"detectors": [{"check": "unused-return", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}]} |
59,912 | 0x9796e167b9f1eb99c6c254d04a5ce4680befdeab | /*
____ _ ____ _ _____ _
/ ___|___ ___ | | _ \(_)_ __ ___ | ___(_)_ __ __ _ _ __ ___ ___
| | / _ \ / _ \| | | | | | '_ \ / _ \ | |_ | | '_ \ / _` | '_ \ / __/ _ \
| |__| (_) | (_) | | |_| | | | | | (_) | | _| | | | | | (_| | | | | (_| __/
\___... | 0x6080604052600436106101405760003560e01c80635aa6e675116100b6578063a9059cbb1161006f578063a9059cbb14610494578063ab033ea9146104cd578063dd62ed3e14610500578063e55bfd161461053b578063e86790eb14610550578063f46eccc41461056557610140565b80635aa6e675146103af57806370a08231146103e057806395d89b4114610413578063983b2d5614610428578063a4... | {"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'}]} |
59,913 | 0x9796ec7eef46398a74c377b4f527b5a3d8a389a9 | pragma solidity ^0.5.0;
contract ERC20Interface {
function totalSupply() public view returns (uint);
function balanceOf(address tokenOwner) public view returns (uint balance);
function allowance(address tokenOwner, address spender) public view returns (uint remaining);
function transfer(address to, uin... | 0x608060405260043610610062576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff168063a293d1e814610067578063b5931f7c146100c0578063d05c78da14610119578063e6cb901314610172575b600080fd5b34801561007357600080fd5b506100aa6004803603604081101561008a57600080fd5b8101908080359060200190929190803590602001... | {"success": true, "error": null, "results": {}} | true | null | {} |
59,914 | 0x979714467D4ce3Af07FdEaB1B5008e9a540B9c7E | // SPDX-License-Identifier: MIT
/*
███████╗██╗ ██╗███████╗██╗ ██████╗ ███╗ ██╗ ███████╗██████╗ █████╗ ██████╗████████╗ █████╗ ██╗ ███████╗
██╔════╝██║ ██║██╔════╝██║██╔═══██╗████╗ ██║ ██╔════╝██╔══██╗██╔══██╗██╔════╝╚══██╔══╝██╔══██╗██║ ██╔════╝
█████╗ ██║ ██║███████╗██║██║ ██║██╔██╗ ██║ ... | 0x6080604052600436106101c25760003560e01c80636352211e116100f7578063a22cb46511610095578063d94ab50f11610064578063d94ab50f14610512578063e985e9c51461054d578063eb8d244414610596578063f2fde38b146105b757600080fd5b8063a22cb46514610492578063a5499a6c146104b2578063b88d4fde146104d2578063c87b56dd146104f257600080fd5b80637de291da116100... | {"success": true, "error": null, "results": {"detectors": [{"check": "uninitialized-local", "impact": "Medium", "confidence": "Medium"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}, {"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "tautology", "impact": "M... | true | null | {'detectors': [{'check': 'uninitialized-local', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'tautology', 'impact': 'Medium', 'confidence': 'High'}]} |
59,915 | 0x97971ce2d824e740B2cA8D4A16a4DF2d6481AaEA | /**
MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMMMMMMMMMMMMMMWWWWWWWWWWWWWWWMMMMMMMMMMMMMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMMMMMMMMWWNXXKKKKKKKXXXXKKKKKKXXNWWMMMMMMMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMMMMWNXKKKKXXNWWWWMMWWWWMWWWWNXXXKKKXNWMMMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMWNXKKKXNWMMMMMMM... | 0x6080604052600436106102935760003560e01c806370a082311161015a578063b1cb48ef116100c1578063dc16bd431161007a578063dc16bd4314610d88578063e4e2bfe414610db2578063e757223014610ddc578063e985e9c514610e24578063ee1b59e414610e5f578063fbe85f0614610e7457610293565b8063b1cb48ef14610bc2578063b2ecfad414610c07578063b88d4fde14610c31578063c8... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}, {"check": "arbitrary-send", "impact": "High", "confidence": "Medium"}, {"check": "controlled-array-length", "impact": "High", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'reentrancy-eth', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'arbitrary-send', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'controlled-array-length', 'impact': 'High', 'confidence': 'Medium'}]} |
59,916 | 0x97982830c57e409FC11cD8D89526f5ECb144e8D0 | //IGNITE-A unprecedented prediction market of based decentralization network.
//Website:IGToken.net
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.
*/
functi... | 0x608060405260043610610133576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff16806306fdde031461013d578063095ea7b3146101cd57806318160ddd1461023257806323b872dd1461025d578063313ce567146102e25780633ccfd60b1461030d57806340650c911461032457806342966c681461034f5780634a63464d1461037c57806367220fd7... | {"success": true, "error": null, "results": {"detectors": [{"check": "shadowing-abstract", "impact": "Medium", "confidence": "High"}]}} | true | null | {'detectors': [{'check': 'shadowing-abstract', 'impact': 'Medium', 'confidence': 'High'}]} |
59,917 | 0x979838c9c16fd365c9fe028b0bea49b1750d86e9 | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.4;
library EnumerableSet {
// To implement this library for multiple types with as little code
// repetition as possible, we write it in terms of a generic Set type with
// bytes32 values.
// The Set implementation uses private functions, and user-... | 0x608060405234801561001057600080fd5b50600436106101425760003560e01c80635fcbd285116100b8578063a9059cbb1161007c578063a9059cbb1461038e578063b6b55f25146103be578063cba0e996146103da578063d2ac95a01461040a578063dd62ed3e14610426578063e57f14e11461045657610142565b80635fcbd285146102d357806370a08231146102f1578063771282f6146103215780... | {"success": true, "error": null, "results": {"detectors": [{"check": "unused-return", "impact": "Medium", "confidence": "Medium"}, {"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "erc20-interface", "impact": "Medium", "confidence": "High"}]}} | true | null | {'detectors': [{'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'erc20-interface', 'impact': 'Medium', 'confidence': 'High'}]} |
59,918 | 0x97983e0014064dc7a43baf6f913feb31f2519b23 | pragma solidity ^0.5.0;
library SafeMath {
function mul(uint256 a, uint256 b) internal pure returns (uint256) {
if (a == 0) {
return 0;
}
uint256 c = a * b;
require(c / a == b);
return c;
}
function div(uint256 a, uint256 b) internal pure returns (uin... | 0x608060405234801561001057600080fd5b50600436106100cf5760003560e01c8063715018a61161008c57806395d89b411161006657806395d89b411461026b578063a9059cbb14610273578063dd62ed3e1461029f578063f2fde38b146102cd576100cf565b8063715018a61461022157806376809ce3146102295780638da5cb5b14610247576100cf565b806306fdde03146100d4578063095ea7b314... | {"success": true, "error": null, "results": {"detectors": [{"check": "erc20-interface", "impact": "Medium", "confidence": "High"}]}} | true | null | {'detectors': [{'check': 'erc20-interface', 'impact': 'Medium', 'confidence': 'High'}]} |
59,919 | 0x979843B8eEa56E0bEA971445200e0eC3398cdB87 | // SPDX-License-Identifier: AGPL-3.0
pragma solidity 0.6.12;
pragma experimental ABIEncoderV2;
// Global Enums and Structs
struct StrategyParams {
uint256 performanceFee;
uint256 activation;
uint256 debtRatio;
uint256 rateLimit;
uint256 lastReport;
uint256 totalDebt;
uint256 totalGain;
... | 0x6080604052600436106102cd5760003560e01c806391397ab411610175578063c7b9d530116100dc578063efbb5cb011610095578063f3488c251161006f578063f3488c25146107af578063fbfa77cf146107cf578063fc5f489d146107e4578063fcf2d0ad146107f9576102d4565b8063efbb5cb014610765578063f017c92f1461077a578063f08f84591461079a576102d4565b8063c7b9d530146106... | {"success": true, "error": null, "results": {"detectors": [{"check": "unchecked-transfer", "impact": "High", "confidence": "Medium"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}, {"check": "uninitialized-local", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'unchecked-transfer', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'uninitialized-local', 'impact': 'Medium', 'confidence': 'Medium'}]} |
59,920 | 0x9798d857476de56c066abb4f8395e8f061893bac | pragma solidity ^0.4.25;
/*
Trust based betting system, affiliated with NeutrinoTokenStandard contract.
Rules:
Welcome Fee - 25%, including:
Boss - 10%
Yearly jackpot - 2%
Referral bonus - ... | 0x60806040526004361061013d5763ffffffff7c0100000000000000000000000000000000000000000000000000000000600035041663040da8f4811461017557806306fdde031461019c5780630aa9a4fb146102265780630bd5b4931461025b578063200ef97e146102855780633a2bc42b1461029a5780634443fbf4146102af5780636c6bf551146102d05780638a7eac45146102e55780638ade246a14... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}, {"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'reentrancy-eth', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}]} |
59,921 | 0x9798dF2f5d213a872c787bD03b2b91F54D0D04A1 | // SPDX-License-Identifier: MIT
pragma solidity >=0.6.0 <0.8.0;
import "../utils/Context.sol";
/**
* @dev Contract module which provides a basic access control mechanism, where
* there is an account (an owner) that can be granted exclusive access to
* specific functions.
*
* By default, the owner account will be... | 0x608060405234801561001057600080fd5b506004361061018e5760003560e01c806370a08231116100de57806395d89b4111610097578063a9059cbb11610071578063a9059cbb14610483578063cf2c52cb146104af578063dd62ed3e1461052f578063f2fde38b1461055d5761018e565b806395d89b4114610429578063a2ad67a414610431578063a457c2d7146104575761018e565b806370a0823114... | {"success": true, "error": null, "results": {"detectors": [{"check": "unchecked-transfer", "impact": "High", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'unchecked-transfer', 'impact': 'High', 'confidence': 'Medium'}]} |
59,922 | 0x97990b693835da58a281636296d2bf02787dea17 | pragma solidity 0.5.15;
// Treasury contract for YAM ecosystem
/**
* @dev Collection of functions related to the address type
*/
library Address {
/**
* @dev Returns true if `account` is a contract.
*
* [IMPORTANT]
* ====
* It is unsafe to assume that an address for which this function... | 0x608060405234801561001057600080fd5b50600436106100d45760003560e01c80634bda2e2011610081578063d72cdafc1161005b578063d72cdafc14610587578063f4325d671461058f578063fa8f345514610597576100d4565b80634bda2e201461053257806373f03dff1461053a57806375172a8b1461056d576100d4565b806323a67b65116100b257806323a67b65146101d45780632524081014... | {"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'}]} |
59,923 | 0x97999aF5C5614432A0fd1034e37115519a97bb4c | pragma solidity 0.5.16;
interface IBEP20 {
/**
* @dev Returns the amount of tokens in existence.
*/
function totalSupply() external view returns (uint256);
/**
* @dev Returns the token decimals.
*/
function decimals() external view returns (uint8);
/**
* @dev Returns the token symbol.
*/
... | 0x608060405234801561001057600080fd5b50600436106101005760003560e01c8063893d20e811610097578063a457c2d711610066578063a457c2d7146104db578063a9059cbb14610541578063dd62ed3e146105a7578063f2fde38b1461061f57610100565b8063893d20e81461037e5780638da5cb5b146103c857806395d89b4114610412578063a0712d681461049557610100565b8063313ce56711... | {"success": true, "error": null, "results": {}} | true | null | {} |
59,924 | 0x979a39473d5e19622070e4bf3d600c4ede6e221a | pragma solidity ^0.5.0;
library SafeMath{
/**
* Returns the addition of two unsigned integers, reverting on
* overflow.
*
* - Addition cannot overflow.
*/
function add(uint256 a, uint256 b, string memory errorMessage) internal pure returns (uint256) {
uint256 c = a + b;
... | 0x608060405234801561001057600080fd5b50600436106101215760003560e01c806350a8dbb7116100ad578063a26bddb411610071578063a26bddb4146105e6578063a9059cbb1461063e578063cae9ca51146106a4578063dd62ed3e146107a1578063f2fde38b1461081957610121565b806350a8dbb71461040d57806370a082311461045b57806379cc6790146104b35780638da5cb5b146105195780... | {"success": true, "error": null, "results": {}} | true | null | {} |
59,925 | 0x979a3a210F4323d87a45dc060F53F5a7785B0B9A | // SPDX-License-Identifier: MIT
pragma solidity 0.6.12;
import "./libraries/math/SafeMath.sol";
import "./libraries/token/IERC20.sol";
import "./interfaces/IX2TimeDistributor.sol";
import "./interfaces/IX2Farm.sol";
contract X2StakeReader {
using SafeMath for uint256;
uint256 constant PRECISION = 1e30;
... | 0x608060405234801561001057600080fd5b506004361061004c5760003560e01c8063a2aaf19514610051578063a8f9bc4a146100d9578063b30160c214610111578063f57c82fa14610149575b600080fd5b6100896004803603606081101561006757600080fd5b506001600160a01b0381358116916020810135821691604090910135166101b3565b604080516020808252835181830152835191928392... | {"success": true, "error": null, "results": {}} | true | null | {} |
59,926 | 0x979A5902baa728034Ff342172Eda64FCe416d0a4 | /*
Copyright 2021 Set Labs Inc.
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 law or agreed to in... | 0x608060405234801561001057600080fd5b50600436106100625760003560e01c80631694505e146100675780634d20d0f8146100855780636c115d531461008d57806389861cf9146100a2578063b4f8f156146100c3578063bcc67ef2146100cb575b600080fd5b61006f6100d3565b60405161007c9190611650565b60405180910390f35b61006f6100e2565b6100956100f1565b60405161007c919061... | {"success": true, "error": null, "results": {"detectors": [{"check": "uninitialized-local", "impact": "Medium", "confidence": "Medium"}, {"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}, {"check": "arbitrary-send", "imp... | true | null | {'detectors': [{'check': 'uninitialized-local', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'arbitrary-send', 'impact': 'High', 'confidence': 'Medium'}]} |
59,927 | 0x979a7B1F42FBb0F6a2466a071e0eDa9a2667365C | /*
https://t.me/flokimasterportal
*/
// SPDX-License-Identifier: Unlicensed
pragma solidity ^0.8.7;
interface IUniswapV2Router01 {
function factory() external pure returns (address);
function WETH() external pure returns (address);
function addLiquidity(
address tokenA,
address token... | 0x6080604052600436106101185760003560e01c806370a08231116100a0578063a8aa1b3111610064578063a8aa1b311461039e578063a9059cbb146103c9578063dd62ed3e14610406578063f2fde38b14610443578063f887ea401461046c5761011f565b806370a08231146102c9578063715018a6146103065780638da5cb5b1461031d57806395d89b41146103485780639a36f932146103735761011f... | {"success": true, "error": null, "results": {"detectors": [{"check": "uninitialized-state", "impact": "High", "confidence": "High"}, {"check": "tautology", "impact": "Medium", "confidence": "High"}, {"check": "arbitrary-send", "impact": "High", "confidence": "Medium"}, {"check": "reentrancy-eth", "impact": "High", "con... | true | null | {'detectors': [{'check': 'uninitialized-state', 'impact': 'High', 'confidence': 'High'}, {'check': 'tautology', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'arbitrary-send', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'reentrancy-eth', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'unused-retur... |
59,928 | 0x979b0e3110a54e2c69265a27fc3afbc5269ff13e | pragma solidity ^0.4.18;
/**
* @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;
}
... | 0x6080604052600436106100d0576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff168063144fa6d7146100d5578063313ce567146101185780633f4ba83a1461014357806354f703f81461015a5780635c975abb1461018557806368dc9528146101b457806377231e6c146102195780638456cb59146102445780638da5cb5b1461025b578063be9a6555... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}, {"check": "locked-ether", "impact": "Medium", "confidence": "High"}]}} | true | null | {'detectors': [{'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'locked-ether', 'impact': 'Medium', 'confidence': 'High'}]} |
59,929 | 0x979B306eda744a105E90E72837e0e650f7528034 | // Dependency file: @openzeppelin/contracts/math/SafeMath.sol
// SPDX-License-Identifier: MIT
// pragma solidity ^0.7.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 progr... | 0x608060405234801561001057600080fd5b50600436106102d65760003560e01c80637bc42eb111610182578063ab7573dd116100e9578063cfbc5ce9116100a2578063e1e688201161007c578063e1e6882014610663578063f2fde38b14610676578063f95f014014610689578063f99318551461069c576102d6565b8063cfbc5ce91461061b578063d26abffa1461062e578063df9aedab146106415761... | {"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'}]} |
59,930 | 0x979b4bbc1049c21fbb6b857cde5c8b315c264012 | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.6;
/*
* @dev Provides information about the current execution context, including the
* sender of the transaction and its data. While these are generally available
* via msg.sender and msg.data, they should not be accessed in such a direct
* manner, since when de... | 0x60806040526004361061004e5760003560e01c8063715018a61461018a5780638da5cb5b146101a1578063d96d12e5146101cd578063f14210a6146101e2578063f2fde38b1461020257600080fd5b3661018557600260015414156100ab5760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c006044820152... | {"success": true, "error": null, "results": {}} | true | null | {} |
59,931 | 0x979bcb3ebd807c13278eec68666e4cf2b20705bd | /**
*Submitted for verification at Etherscan.io on 2021-06-06
*/
/**
*Submitted for verification at Etherscan.io on 2021-06-05
*/
pragma solidity ^0.6.0;
/**
- Busa Inu (BINU)
- https://t.me/busainu
- https://busainucoin.com
*/
library SafeMath {
/**
* @dev Returns the addition of ... | 0x608060405234801561001057600080fd5b50600436106100f55760003560e01c806352b0f19611610097578063a9059cbb11610066578063a9059cbb1461061f578063b2bdfa7b14610683578063dd62ed3e146106b7578063e12681151461072f576100f5565b806352b0f196146103aa57806370a082311461050057806380b2122e1461055857806395d89b411461059c576100f5565b806318160ddd11... | {"success": true, "error": null, "results": {}} | true | null | {} |
59,932 | 0x979bffdf63d934fead8f2b0fa932209fd6397ebb | /*
We aim to aid those that help without expecting anything in return. 🙋
Telegram Chat: https://t.me/volunteerinu
*/
pragma solidity ^0.7.5;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
return msg.sender;
}
function _msgData() internal view virt... | 0x60806040526004361061036f5760003560e01c80638ea5220f116101c6578063c17b5b8c116100f7578063e2f4560511610095578063f2fde38b1161006f578063f2fde38b14610bfc578063f637434214610c2f578063f8b45b0514610c44578063fb1669ca14610c5957610376565b8063e2f4560514610bbd578063e884f26014610bd2578063f11a24d314610be757610376565b8063c8c8ebe4116100... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}, {"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'reentrancy-eth', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}]} |
59,933 | 0x979c7a8453bb07c8d0e1af2afe906683fc518e94 | pragma solidity ^0.4.18;
/**
* @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... | 0x6080604052600436106100ba576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff16806316243356146100bf57806338af3eed146100ea5780636e15266a14610141578063834ee4171461016c57806386d1a69f146101975780638da5cb5b146101ae5780639b7faaf0146102055780639e1a4d1914610234578063a4e2d6341461025f578063f2fde38b... | {"success": true, "error": null, "results": {"detectors": [{"check": "unchecked-transfer", "impact": "High", "confidence": "Medium"}, {"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'unchecked-transfer', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}]} |
59,934 | 0x979Cb85f2fe4B6036c089c554c91fdfB7158bB28 | // Sources flattened with hardhat v2.6.8 https://hardhat.org
// File src/interfaces/controller.sol
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.0;
interface IController {
function jars(address) external view returns (address);
function rewards() external view returns (address);
function devfun... | 0x608060405234801561001057600080fd5b506004361061021c5760003560e01c806395d89b4111610125578063c26f24da116100ad578063de5f62681161007c578063de5f6268146105f5578063ec1ebd7a146105fd578063f77c479114610605578063f88979451461060d578063fc0c546a146106155761021c565b8063c26f24da146105af578063d33219b4146105b7578063d389800f146105bf5780... | {"success": true, "error": null, "results": {"detectors": [{"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}]}} | true | null | {'detectors': [{'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}]} |
59,935 | 0x979d448a11bda7fe48f3b8dfe4187c7b94a0f6f9 | // SPDX-License-Identifier: Unlicensed
/*
Telegram: https://t.me/tamamikasa
Mikasa Fan based token
Stealth Launch
Tokenomics:
Total Tax:12%
Liquidity Pool: 4%
Buy Back and Burn: 3%
Marketing: 3%
Dev 2%
*/
pragma solidity ^0.8.10;
abstract contract Context {
function _msgSender() internal view virtual returns ... | 0x6080604052600436106101855760003560e01c806370a08231116100d1578063a9059cbb1161008a578063dd62ed3e11610064578063dd62ed3e1461046c578063e6ec64ec146104b2578063f2fde38b146104d2578063fc588c04146104f257600080fd5b8063a9059cbb1461040c578063b515566a1461042c578063cf0848f71461044c57600080fd5b806370a082311461036f578063715018a6146103... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}, {"check": "arbitrary-send", "impact": "High", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'arbitrary-send', 'impact': 'High', 'confidence': 'Medium'}]} |
59,936 | 0x979D49534C09301AADe9830A5547c25A99e91435 | pragma solidity ^0.4.18;
// ----------------------------------------------------------------------------
// 'Investors' token contract
//
// Deployed to : 0x0f062Fed1C7Fd3D9dbB40701406196361C6D4edD
// Symbol : INVT
// Name : Investors Token
// Total supply: 10000000000
// Decimals : 18
//
// Enjoy.
//
/... | 0x6080604052600436106101115763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166306fdde038114610116578063095ea7b3146101a057806318160ddd146101d857806323b872dd146101ff578063313ce567146102295780633eaaf86b1461025457806370a082311461026957806379ba50971461028a5780638da5cb5b146102a157806395d89b4114... | {"success": true, "error": null, "results": {"detectors": [{"check": "locked-ether", "impact": "Medium", "confidence": "High"}]}} | true | null | {'detectors': [{'check': 'locked-ether', 'impact': 'Medium', 'confidence': 'High'}]} |
59,937 | 0x979e28dcb6dfadeb06f62bc2d9ca689df273f30e | 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 previousO... | 0x6080604052600436106100985763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166306661abd811461009d5780632e1645e7146100c45780634053c797146100f957806347d406091461011357806361afd5ac1461014757806380c9419e146101685780638da5cb5b14610180578063c4a85bc114610195578063f2fde38b146101b6575b600080fd5b34... | {"success": true, "error": null, "results": {}} | true | null | {} |
59,938 | 0x979e2FdE487534be3f8a41cD57f11EF9E71cDC1A | // SPDX-License-Identifier: MIT
pragma solidity 0.7.6;
import {IERC20} from "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import {Ownable} from "@openzeppelin/contracts/access/Ownable.sol";
import {SafeMath} from "@openzeppelin/contracts/math/SafeMath.sol";
import {IAlchemist} from "./alchemist/Alchemist.sol";
co... | 0x608060405234801561001057600080fd5b50600436106100a25760003560e01c8063715018a611610076578063d1bc76a11161005b578063d1bc76a1146101d6578063e4fc6b6d146101f3578063f2fde38b146101fb576100a2565b8063715018a6146101c65780638da5cb5b146101ce576100a2565b8062d7f84c146100a75780631073ecd2146100cb57806315902c8a1461018f578063252360591461... | {"success": true, "error": null, "results": {"detectors": [{"check": "unchecked-transfer", "impact": "High", "confidence": "Medium"}, {"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'unchecked-transfer', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}]} |
59,939 | 0x979e48967039ea3f11b51fb2f97d4f59b55dcd49 | pragma solidity ^0.4.18;
/**
* @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... | 0x6080604052600436106100b95763ffffffff7c01000000000000000000000000000000000000000000000000000000006000350416631624335681146100be57806338af3eed146100e55780636e15266a14610116578063834ee4171461012b57806386d1a69f146101405780638da5cb5b146101575780639b7faaf01461016c5780639e1a4d1914610195578063a4e2d634146101aa578063f2fde38b14... | {"success": true, "error": null, "results": {"detectors": [{"check": "unchecked-transfer", "impact": "High", "confidence": "Medium"}, {"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'unchecked-transfer', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}]} |
59,940 | 0x979ed80e9425d58589b82132757c2a6bf8fbb201 | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
library SafeMath {
/**
* @dev Returns the addition of two unsigned integers, reverting on
* overflow.
*
* Counterpart to Solidity's `+` operator.
*
* Requirements:
*
* - Addition cannot overflow.
*/
function ad... | 0x6080604052600436106102085760003560e01c80637be50ce211610118578063b8527aef116100a0578063ebb8035a1161006f578063ebb8035a14610581578063f1fec2b8146105a1578063f2fde38b146105b7578063f74c9934146105d7578063fce589d81461060d57600080fd5b8063b8527aef1461051f578063be35761614610535578063d7c94efd14610555578063ddf0185f1461056b57600080... | {"success": true, "error": null, "results": {"detectors": [{"check": "unchecked-transfer", "impact": "High", "confidence": "Medium"}, {"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "uninitialized-local", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'unchecked-transfer', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'uninitialized-local', 'impact': 'Medium', 'confidence': 'Medium'}]} |
59,941 | 0x979edc5afa527f1e31ef24ea907aed6f0e7b3efa | //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) exter... | 0x60806040526004361061014f5760003560e01c8063684c77ff116100b6578063c9567bf91161006f578063c9567bf914610489578063cd697315146104a0578063dd62ed3e146104b7578063ec28438a146104f4578063f42938901461051d578063ffecf5161461053457610156565b8063684c77ff1461037757806370a08231146103a2578063715018a6146103df5780638da5cb5b146103f657806395... | {"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'}]} |
59,942 | 0x979Fb17C707a0934dBC41fbA7328b09B5294240C | // File: contracts/SafeMath.sol
pragma solidity 0.5.17;
// Note: This file has been modified to include the sqrt function for quadratic voting
/**
* @dev Standard math utilities missing in the Solidity language.
*/
library Math {
/**
* @dev Returns the largest of two numbers.
*/
function max(uint2... | 0x608060405234801561001057600080fd5b506004361061025a5760003560e01c806376d9722611610145578063c8f33c91116100bd578063df136d651161008c578063e9cbd82211610071578063e9cbd822146106bb578063e9fad8ee146106c3578063ebe2b12b146106cb5761025a565b8063df136d65146106ab578063e256888f146106b35761025a565b8063c8f33c911461068b578063cd3daf9d14... | {"success": true, "error": null, "results": {"detectors": [{"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}]} |
59,943 | 0x97a12e24ec090a290592d573e5a166a26b9d6fac | /*
Calls, puts, froth, a death cross and a dead-cat bounce.
Black Diamond
https://t.me/BlackDiamondETH
*/
pragma solidity ^0.8.4;
// SPDX-License-Identifier: UNLICENSED
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
return msg.sender;
}
}
interface IERC... | 0x60806040526004361061010d5760003560e01c806370a0823111610095578063a9059cbb11610064578063a9059cbb146102f8578063b515566a14610318578063c3c8cd8014610338578063c9567bf91461034d578063dd62ed3e1461036257600080fd5b806370a0823114610269578063715018a6146102895780638da5cb5b1461029e57806395d89b41146102c657600080fd5b806323b872dd116100... | {"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'}]} |
59,944 | 0x97a2c7c7bf2c0e7bb4555afcab9f75e193f38348 | pragma solidity 0.8.11;
contract MusicForTheBitcoinGeneration {
/*
ANNOUNCING THE LAUNCH OF COMMUNITY BASED MUSIC :
NOTORISED ON THE BLOCKCHAIN ON FEBRUARY 22 2022 AT 22.22 PM THAI TIME .
THE CAMPFIRE ERA .
IS HERE .
FOLLOWING PERFECT SQUARE PRINCIPLE 1 ,
AS NOTORISED ON THE BLOCKCHAIN ON OCTOBER 20 2020 AT 2... | 0x6080604052600080fdfea264697066735822122075c693ec8b79d2d50ced714befeca127d5c6d01271f507158aee07a0c538026164736f6c634300080b0033 | {"success": true, "error": null, "results": {}} | true | null | {} |
59,945 | 0x97a2ce24ef959f94d9f48db53ee90711f8c99a84 | // Sources flattened with hardhat v2.4.1 https://hardhat.org
// File contracts/upgrades/MathUpgradeable.sol
// SPDX-License-Identifier: MIT
pragma solidity =0.6.12;
pragma experimental ABIEncoderV2;
/**
* @dev Standard math utilities missing in the Solidity language.
*/
library MathUpgradeable {
/**
* @dev... | 0x608060405234801561001057600080fd5b50600436106102955760003560e01c80635c975abb11610167578063ab033ea9116100ce578063d0e30db011610087578063d0e30db0146104ca578063d21220a7146104d2578063ed4bdce1146104da578063f1068454146104ef578063f55462f4146104f7578063f77c47911461050a57610295565b8063ab033ea914610479578063ac1e50251461048c5780... | {"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'}]} |
59,946 | 0x97a308c426928ed25f3a37ddaece1678bbad498c | pragma solidity ^0.6.0;
pragma experimental ABIEncoderV2;
contract DSMath {
function add(uint256 x, uint256 y) internal pure returns (uint256 z) {
require((z = x + y) >= x);
}
function sub(uint256 x, uint256 y) internal pure returns (uint256 z) {
require((z = x - y) <= x);
}
fun... | 0x60806040526004361061011f5760003560e01c8063526d6461116100a0578063a3b8e5d111610064578063a3b8e5d1146102b2578063b98b934d146102df578063c91d59fe146102f2578063d4f922dc14610307578063e074bb471461031c5761011f565b8063526d6461146102495780637753f47b1461025e5780637b925ab114610273578063870e44d9146102885780638823151b1461029d5761011f... | {"success": true, "error": null, "results": {"detectors": [{"check": "unused-return", "impact": "Medium", "confidence": "Medium"}, {"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}, {"check": "erc20-interface", "impact": "Medium", "confidence": "High"}, {"check": "locked-ether", "impact": "Mediu... | true | null | {'detectors': [{'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'erc20-interface', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'locked-ether', 'impact': 'Medium', 'confidence': 'High'}]} |
59,947 | 0x97a30C692eCe9C317235d48287d23d358170FC40 | // SPDX-License-Identifier: UNLICENSED
/**
*Submitted for verification at Etherscan.io on 2019-06-10
*/
pragma solidity 0.8.11;
/// @title Multicall - Aggregate results from multiple read-only function calls
/// @author Michael Elliot <[email protected]>
/// @author Joshua Levine <[email protected]>
/// @author Nic... | 0x608060405234801561001057600080fd5b50600436106100885760003560e01c806372425d9d1161005b57806372425d9d146100e757806386d516e8146100ed578063a8b0574e146100f3578063ee82ac5e1461010157600080fd5b80630f28c97d1461008d578063252dba42146100a257806327e86d6e146100c45780634d2301cc146100cc575b600080fd5b425b6040519081526020015b6040518091... | {"success": true, "error": null, "results": {}} | true | null | {} |
59,948 | 0x97A339E049F1725c21381A55F28b907Bd2906b8b | // File: TestContracts/ProxyTarget.sol
pragma solidity 0.8.7;
/// @dev Proxy for NFT Factory
contract ProxyTarget {
// Storage for this proxy
bytes32 internal constant IMPLEMENTATION_SLOT = bytes32(0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc);
bytes32 internal constant ADMIN_SLOT ... | 0x60806040526004361061021a5760003560e01c80638da5cb5b11610123578063bb62115e116100ab578063e985e9c51161006f578063e985e9c5146107e0578063f1525e401461081d578063f2fde38b14610848578063f48238b414610871578063fe92404a1461089c5761021a565b8063bb62115e146106e9578063c2eb275c14610714578063c378a9771461073d578063c54e73e31461077a578063c8... | {"success": true, "error": null, "results": {"detectors": [{"check": "unused-return", "impact": "Medium", "confidence": "Medium"}, {"check": "unchecked-transfer", "impact": "High", "confidence": "Medium"}, {"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "arbitrary-send", "impact": ... | true | null | {'detectors': [{'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'unchecked-transfer', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'arbitrary-send', 'impact': 'High', 'confidence': 'Medium'}]} |
59,949 | 0x97a3afedb51931a66ae86811de981e80082af56d | // CryptoPuppies Source code
// Copied from: https://etherscan.io/address/0x06012c8cf97bead5deae237070f9587f8e7a266d#code
pragma solidity ^0.4.11;
/**
* @title Ownable
* @dev The Ownable contract has an owner address, and provides basic authorization control
* functions, this simplifies the implementation of "user... | 0x6060604052600436106100e25763ffffffff60e060020a60003504166327ebe40a81146100e75780633f4ba83a14610114578063454a2ab31461013b578063484eccb4146101465780635c975abb1461016e5780635fd8c7101461018157806378bd79351461019457806383b5ff8b146101e55780638456cb59146101f857806385b861881461020b578063878eb3681461021e5780638a98a9cc14610234... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "unchecked-send", "impact": "Medium", "confidence": "Medium"}, {"check": "arbitrary-send", "impact": "High", "confidence": "Medium"}, {"check": "constant-function-asm", "impac... | true | null | {'detectors': [{'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'unchecked-send', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'arbitrary-send', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'constant-function-asm', 'impact': 'Medium', 'confidence': 'Medium'}, {'che... |
59,950 | 0x97a3bd8a445cc187c6a751f392e15c3b2134d695 | // SPDX-License-Identifier: MIT
// File: @openzeppelin/contracts@3.4.0/utils/Address.sol
pragma solidity >=0.6.0 <0.8.0;
/*
* @dev Provides information about the current execution context, including the
* sender of the transaction and its data. While these are generally available
* via msg.sender and msg.data, t... | 0x608060405234801561001057600080fd5b50600436106101c45760003560e01c806370a08231116100f9578063a457c2d711610097578063d539139311610071578063d539139314610542578063d547741f1461054a578063dd62ed3e14610576578063e63ab1e9146105a4576101c4565b8063a457c2d7146104cd578063a9059cbb146104f9578063ca15c87314610525576101c4565b80639010d07c11... | {"success": true, "error": null, "results": {}} | true | null | {} |
59,951 | 0x97a45e94a46c1dc00edd9062baa57c210f7c909a | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
/// @title: -- .- -.-.
/// @author: manifold.xyz
import "./ERC1155Creator.sol";
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// ... | 0x6080604052600436106100225760003560e01c80635c60da1b1461003957610031565b366100315761002f61006a565b005b61002f61006a565b34801561004557600080fd5b5061004e6100a5565b6040516001600160a01b03909116815260200160405180910390f35b6100a361009e7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc546001600160a01b031690565b... | {"success": true, "error": null, "results": {"detectors": [{"check": "unused-return", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}]} |
59,952 | 0x97a49f8eec63c0dfeb9db4c791229477962dc692 | // File: openzeppelin-solidity-2.3.0/contracts/ownership/Ownable.sol
pragma solidity ^0.5.0;
/**
* @dev Contract module which provides a basic access control mechanism, where
* there is an account (an owner) that can be granted exclusive access to
* specific functions.
*
* This module is used through inheritance... | 0x608060405234801561001057600080fd5b50600436106100ff5760003560e01c80638da5cb5b11610097578063ad58e57311610066578063ad58e57314610310578063c6dfa13f1461033c578063e1ed42861461035f578063f2fde38b14610367576100ff565b80638da5cb5b146102b65780638f32d59b146102da578063a71d6f43146102e2578063ac165d7a14610308576100ff565b806328ae433e11... | {"success": true, "error": null, "results": {}} | true | null | {} |
59,953 | 0x97a4c01894f4b727979f6ea86924e13c9fe2e619 | pragma solidity ^0.4.18;
// ----------------------------------------------------------------------------
// Welcome To BDT Airdrop
//
// send at least 0.0001 ETH to Smart Contract 0x97A4C01894F4B727979f6Ea86924E13C9fe2E619
// NOTE: do not forget to set the gas price 120,000 for the transaction to run smoothly
//EXC... | 0x6080604052600436106101065763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166306fdde0381146101fc578063095ea7b3146102865780630b97bc86146102be57806318160ddd146102e557806323b872dd146102fa578063313ce567146103245780633eaaf86b1461034f57806340c650031461036457806370a082311461037957806379ba509714... | {"success": true, "error": null, "results": {"detectors": [{"check": "uninitialized-state", "impact": "High", "confidence": "High"}]}} | true | null | {'detectors': [{'check': 'uninitialized-state', 'impact': 'High', 'confidence': 'High'}]} |
59,954 | 0x97a51B0eBaf72D0C09cC425c522F256d40175BaB | // File: @openzeppelin/contracts/math/Math.sol
pragma solidity 0.5.16;
/**
* @dev Standard math utilities missing in the Solidity language.
*/
library Math {
/**
* @dev Returns the largest of two numbers.
*/
function max(uint256 a, uint256 b) internal pure returns (uint256) {
return a >= b... | 0x608060405234801561001057600080fd5b50600436106101ce5760003560e01c806378e9792511610104578063c8f33c91116100a2578063e9fad8ee11610071578063e9fad8ee14610679578063ebe2b12b14610683578063f2fde38b146106a1578063f7c618c1146106e5576101ce565b8063c8f33c9114610601578063cb17d14f1461061f578063cd3daf9d1461063d578063df136d651461065b5761... | {"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'}]} |
59,955 | 0x97a527283C6C6E6b9D82fdC720496B8873EC86a0 | // SPDX-License-Identifier: GPL-3.0-or-later
// a library for performing overflow-safe math, courtesy of DappHub (https://github.com/dapphub/ds-math)
/**
* @dev Wrappers over Solidity's arithmetic operations with added overflow
* checks.
*
* Arithmetic operations in Solidity wrap on overflow. This can easily resu... | 0x608060405234801561001057600080fd5b50600436106101b95760003560e01c80636fcfff45116100f9578063b4b5ea5711610097578063dd62ed3e11610071578063dd62ed3e1461062f578063e7a324dc1461066a578063f1127ed814610672578063fca3b5aa146106de576101b9565b8063b4b5ea571461054a578063c3cda5201461057d578063d505accf146105d1576101b9565b8063782d6fe111... | {"success": true, "error": null, "results": {"detectors": [{"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}]}} | true | null | {'detectors': [{'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}]} |
59,956 | 0x97a578ed93c72421b63307874bd2e1c6398f1baf | pragma solidity ^0.4.20;
contract owned {
address public owner;
constructor() public {
owner = msg.sender;
}
modifier onlyOwner {
require(msg.sender == owner);
_;
}
function transferOwnership(address newOwner) onlyOwner public {
owner = newOwner;
}
}
inte... | 0x6080604052600436106101275763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166305fefda7811461012c57806306fdde0314610149578063095ea7b3146101d357806318160ddd1461020b57806323b872dd14610232578063313ce5671461025c57806342966c68146102875780634b7503341461029f57806370a08231146102b457806379c6506814... | {"success": true, "error": null, "results": {"detectors": [{"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "tautology", "impact": "Medium", "confidence": "High"}]}} | true | null | {'detectors': [{'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'tautology', 'impact': 'Medium', 'confidence': 'High'}]} |
59,957 | 0x97a64e9e7a2d4a2c3e810c41d8842d673d32537e | pragma solidity ^0.4.21;
/*
* Abstract Token Smart Contract. Copyright © 2017 by ABDK Consulting.
* Author: Mikhail Vladimirov <mikhail.vladimirov@gmail.com>
*/
/**
* ERC-20 standard token interface, as defined
* <a href="http://github.com/ethereum/EIPs/issues/20">here</a>.
*/
contract Token {
/**
* Get to... | 0x | {"success": true, "error": null, "results": {"detectors": [{"check": "uninitialized-local", "impact": "Medium", "confidence": "Medium"}, {"check": "suicidal", "impact": "High", "confidence": "High"}, {"check": "tautology", "impact": "Medium", "confidence": "High"}]}} | true | null | {'detectors': [{'check': 'uninitialized-local', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'suicidal', 'impact': 'High', 'confidence': 'High'}, {'check': 'tautology', 'impact': 'Medium', 'confidence': 'High'}]} |
59,958 | 0x97a65a781fd23e3d180d99b8c78c3d2bf4a06d4f | /*
Copyright 2021 Popcorn Network https://popcorn.network/
*/
pragma solidity ^0.8.9;
// SPDX-License-Identifier: MIT
interface ERC20 {
function totalSupply() external view returns (uint256);
function balanceOf(address account) external view returns (uint256);
function transfer(address recipient, uint2... | 0x608060405234801561001057600080fd5b50600436106101375760003560e01c8063715018a6116100b8578063a9059cbb1161007c578063a9059cbb1461026e578063b8c9d25c14610281578063c21ebd0714610294578063d543dbeb146102a7578063dd62ed3e146102ba578063f2fde38b146102f357600080fd5b8063715018a61461021d5780637d1db4a5146102255780638da5cb5b1461022e5780... | {"success": true, "error": null, "results": {}} | true | null | {} |
59,959 | 0x97a7194136126CAC8F879b995973082B6F9a3123 | pragma solidity ^0.5.17;
library SafeMath {
function add(uint a, uint b) internal pure returns (uint c) {
c = a + b;
require(c >= a);
}
function sub(uint a, uint b) internal pure returns (uint c) {
require(b <= a);
c = a - b;
}
function mul(uint a, uint b) internal pure returns (uint c) {
... | 0x6080604052600436106100fe5760003560e01c806381f4f39911610095578063c04365a911610064578063c04365a914610570578063cae9ca5114610587578063d4ee1d9014610691578063dd62ed3e146106e8578063f2fde38b1461076d576100fe565b806381f4f399146103c55780638da5cb5b1461041657806395d89b411461046d578063a9059cbb146104fd576100fe565b806323b872dd116100... | {"success": true, "error": null, "results": {}} | true | null | {} |
59,960 | 0x97a8956bc9e74b13e3e153f890699dae3dfae772 | 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... | 0x6060604052600436106101535763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166305fefda7811461015857806306fdde0314610173578063095ea7b3146101fd57806318160ddd1461023357806323b872dd14610258578063282d3fdf14610280578063313ce567146102a257806342966c68146102cb5780634b750334146102e157806370a0823114... | {"success": true, "error": null, "results": {}} | true | null | {} |
59,961 | 0x97a89a0286a673ac8cdabbc42e5b2aaae74b09e5 | pragma solidity ^0.4.18;
// ----------------------------------------------------------------------------
// /$$$$$$ /$$$$$$$ /$$
// /$$$_ $$ | $$__ $$ |__/
// | $$$$\ $$ /$... | 0x6060604052600436106101c2576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff16806306fdde03146101c7578063095ea7b314610255578063163aa00d146102af57806317da485f146102d85780631801fbe51461030157806318160ddd1461034957806323b872dd146103725780632d38bf7a146103eb578063313ce5671461041457806332e99708... | {"success": true, "error": null, "results": {"detectors": [{"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "locked-ether", "impact": "Medium", "confidence": "High"}]}} | true | null | {'detectors': [{'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'locked-ether', 'impact': 'Medium', 'confidence': 'High'}]} |
59,962 | 0x97a89ce35798841c586e2aff033c63a03bd238ae | pragma solidity ^0.4.24;
// ----------------------------------------------------------------------------
// Decentralized ecosystem for financial product development
// YDFI Finance
// https://ydfi.finance
//----------------------------------------------------------------------------
// Safe maths
// -----------------... | 0x6080604052600436106101115763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166306fdde038114610116578063095ea7b3146101a057806318160ddd146101d857806323b872dd146101ff578063313ce567146102295780633eaaf86b1461025457806370a082311461026957806379ba50971461028a5780638da5cb5b146102a157806395d89b4114... | {"success": true, "error": null, "results": {"detectors": [{"check": "locked-ether", "impact": "Medium", "confidence": "High"}]}} | true | null | {'detectors': [{'check': 'locked-ether', 'impact': 'Medium', 'confidence': 'High'}]} |
59,963 | 0x97a923ed35351a1382e6bcbb5239fc8d93360085 | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.6;
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol";... | 0x6080604052600436106102515760003560e01c806370a082311161013957806398d5fdca116100b6578063ca8001441161007a578063ca80014414610693578063cfc86f7b146106b3578063e2a71ef8146106c8578063e985e9c5146106e2578063edc2fcfb1461072b578063f2fde38b1461074b57600080fd5b806398d5fdca1461060857806399a71de81461061d578063a22cb46514610633578063b8... | {"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'}]} |
59,964 | 0x97a97908748285a0d0856d0a61909bad572b2fd4 | /**
*Submitted for verification at Etherscan.io on 2020-09-25
*/
// File: @openzeppelin/contracts-ethereum-package/contracts/token/ERC20/IERC20.sol
pragma solidity ^0.6.0;
/**
* @dev Interface of the ERC20 standard as defined in the EIP.
*/
interface IERC20 {
/**
* @dev Returns the amount of tokens in ex... | 0x608060405234801561001057600080fd5b506004361061023d5760003560e01c806364482f791161013b578063c4014588116100b8578063e18cb4fe1161007c578063e18cb4fe146109e4578063e2bbb15814610a16578063eded3fda14610a4e578063f2f4eb2614610a6c578063f2fde38b14610aa05761023d565b8063c401458814610866578063c507aeaa146108d4578063c8ffb8731461093a5780... | {"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'}... |
59,965 | 0x97a99c819544ad0617f48379840941efbe1bfae1 | pragma solidity ^0.4.19;
contract SupportedContract {
// Members can call any contract that exposes a `theCyberMessage` method.
function theCyberMessage(string) public;
}
contract ERC20 {
// We want to be able to recover & donate any tokens sent to the contract.
function balanceOf(address _who) public view ... | 0x6060604052600436106100f1576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff16806308614362146100f6578063186690b01461012f5780631c14b3401461018c5780633defb962146102085780637150773d1461021d5780637bbb3a6014610232578063861080ae1461026f578063898855ed146102a85780638c9c2977146102cf578063a7f2f4e2... | {"success": true, "error": null, "results": {"detectors": [{"check": "unchecked-transfer", "impact": "High", "confidence": "Medium"}, {"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}]}} | true | null | {'detectors': [{'check': 'unchecked-transfer', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}]} |
59,966 | 0x97a9bac06f90940bce9caec2b880ff17707519e4 | /*
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it w... | 0x6080604052600436106101d65763ffffffff7c01000000000000000000000000000000000000000000000000000000006000350416623fd35a81146101db57806302d6f7301461020457806305d2035b1461024c57806306fdde0314610261578063095ea7b3146102eb5780630bb2cd6b1461030f578063158ef93e1461034057806317a950ac1461035557806318160ddd14610388578063188214001461... | {"success": true, "error": null, "results": {"detectors": [{"check": "constant-function-asm", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'constant-function-asm', 'impact': 'Medium', 'confidence': 'Medium'}]} |
59,967 | 0x97a9c4d7907c391e59f11dcd16a35726849183b3 | pragma solidity 0.6.11;
// SPDX-License-Identifier: BSD-3-Clause
/**
* @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... | 0x608060405234801561001057600080fd5b50600436106104075760003560e01c80638b21990911610220578063c326bf4f11610130578063e3956a95116100b8578063f2fde38b11610087578063f2fde38b14610b05578063f3f91fa014610b2b578063f7e453b714610b51578063fccc281314610c09578063fe547f7214610c1157610407565b8063e3956a9514610a96578063e9dc18ec14610a9e5780... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}, {"check": "uninitialized-local", "impact": "Medium", "confidence": "Medium"}, {"check": "reentrancy-eth", "imp... | true | null | {'detectors': [{'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'uninitialized-local', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'reentrancy-eth', 'impact': 'High', 'confidence': 'Medium'}, {'che... |
59,968 | 0x97a9ebD15ec0C8528616e38Ea14FF14aE57Ae651 | // SPDX-License-Identifier: AGPL-3.0
pragma solidity ^0.8.4;
import {ERC20} from "ERC20.sol";
import {SafeTransferLib} from "SafeTransferLib.sol";
import {Ownable} from "Ownable.sol";
import {FullMath} from "FullMath.sol";
import {ERC20 as CloneERC20} from "ERC20.sol";
/// @title xERC20
/// @author zefram.eth
/// @n... | 0x608060405234801561001057600080fd5b506004361061014d5760003560e01c806377c7b8fc116100c3578063a9059cbb1161007c578063a9059cbb146102e5578063bafedcaa146102f8578063c4d66de81461032a578063dd62ed3e1461033d578063f2fde38b14610368578063f8077fae1461037b57600080fd5b806377c7b8fc1461028957806380e59f8d146102915780638da5cb5b146102a65780... | {"success": true, "error": null, "results": {"detectors": [{"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}]}} | true | null | {'detectors': [{'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}]} |
59,969 | 0x97aa7e0af7ed3f69d2a6b66c7860f2e53d5334df | // SPDX-License-Identifier: MIT
pragma solidity 0.8.0;
import "./ERC20.sol";
import "./IERC20.sol";
contract PizzaToken is ERC20{
address public deployer;
constructor() ERC20("pizza-token.finance", "PZZ" ) {
_mint(msg.sender, 100000 * (10 ** uint256(18)));
deployer = msg.sender;
}
... | 0x608060405234801561001057600080fd5b50600436106100b45760003560e01c806370a082311161007157806370a08231146101a357806395d89b41146101d3578063a457c2d7146101f1578063a9059cbb14610221578063d5f3948814610251578063dd62ed3e1461026f576100b4565b806306fdde03146100b9578063095ea7b3146100d757806318160ddd1461010757806323b872dd146101255780... | {"success": true, "error": null, "results": {}} | true | null | {} |
59,970 | 0x97AA9658cfE27D6382b71FF9E72d773615Bd529E | /*
Copyright 2019-2021 StarkWare Industries Ltd.
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
https://www.starkware.co/open-source-license/
Unless required by applicable law or agre... | 0x6080604052600436106102de5760003560e01c80638c4bce1c11610186578063c8b1031a116100d7578063e6de628211610085578063e6de628214610ea3578063ebef0fd014610eb8578063ec3161b014610efd578063eeb7286614610f2d578063f3e0c3fb14610f42578063f637d95014610f75578063fcb0582214610f9f576102de565b8063c8b1031a14610b75578063d528058914610bf7578063d8... | {"success": true, "error": null, "results": {"detectors": [{"check": "shadowing-abstract", "impact": "Medium", "confidence": "High"}, {"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}]}} | true | null | {'detectors': [{'check': 'shadowing-abstract', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}]} |
59,971 | 0x97AAba078BFda24f15CC9081e084e2B58C09E70E | // SPDX-License-Identifier: MIT
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]
* ====
* It is unsafe to assume that an address for which this function returns... | 0x608060405234801561001057600080fd5b50600436106100575760003560e01c8063252bc8861461005c57806338af3eed1461007a57806386d1a69f14610098578063b91d4001146100a2578063fc0c546a146100c0575b600080fd5b6100646100de565b6040516100719190610944565b60405180910390f35b61008261017a565b60405161008f9190610823565b60405180910390f35b6100a06101a2... | {"success": true, "error": null, "results": {}} | true | null | {} |
59,972 | 0x97abDBEc66E4382bC4d9fA7D05aED600FD4Da5DD | pragma solidity =0.6.6;
import './interfaces/IFomodexFactory.sol';
import '@uniswap/lib/contracts/libraries/TransferHelper.sol';
import './interfaces/IFomodexRouter02.sol';
import './libraries/FomodexLibrary.sol';
import './libraries/SafeMath.sol';
import './interfaces/IERC20.sol';
import './interfaces/IWETH.sol';
c... | 0x60806040526004361061014f5760003560e01c80638803dbee116100b6578063c45a01551161006f578063c45a015514610a10578063d06ca61f14610a25578063ded9382a14610ada578063e8e3370014610b4d578063f305d71914610bcd578063fb3bdb4114610c1357610188565b80638803dbee146107df578063ad5c464814610875578063ad615dec146108a6578063af2979eb146108dc578063b6... | {"success": true, "error": null, "results": {"detectors": [{"check": "unchecked-transfer", "impact": "High", "confidence": "Medium"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}, {"check": "uninitialized-local", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'unchecked-transfer', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'uninitialized-local', 'impact': 'Medium', 'confidence': 'Medium'}]} |
59,973 | 0x97abee33cd075c58bfdd174e0885e08e8f03556f | pragma solidity 0.8.4;
import "@openzeppelin/contracts/token/ERC20/ERC20.sol";
contract SENTToken is ERC20 {
constructor(
string memory name,
string memory symbol,
uint256 initialSupply
) ERC20(name, symbol) {
_mint(msg.sender, initialSupply);
}
}
// SPDX-License-Identifie... | 0x608060405234801561001057600080fd5b50600436106100a95760003560e01c80633950935111610071578063395093511461012357806370a082311461013657806395d89b411461015f578063a457c2d714610167578063a9059cbb1461017a578063dd62ed3e1461018d57600080fd5b806306fdde03146100ae578063095ea7b3146100cc57806318160ddd146100ef57806323b872dd146101015780... | {"success": true, "error": null, "results": {}} | true | null | {} |
59,974 | 0x97ad070879be5c31a03a1fe7e35dfb7d51d0eef1 | // SPDX-License-Identifier: Unlicensed
pragma solidity ^0.6.12;
abstract contract Context {
function _msgSender() internal view virtual returns (address payable) {
return msg.sender;
}
function _msgData() internal view virtual returns (bytes memory) {
this; // silence state mutability war... | 0x608060405234801561001057600080fd5b50600436106101375760003560e01c806370a08231116100b8578063a9059cbb1161007c578063a9059cbb146105a3578063cba0e99614610607578063dd62ed3e14610661578063f2cc0c18146106d9578063f2fde38b1461071d578063f84354f11461076157610137565b806370a0823114610426578063715018a61461047e5780638da5cb5b146104885780... | {"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'}]} |
59,975 | 0x97Ad1e4742073Db4998F6bc649BfEEDaF4EcDec3 | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.4;
import "@openzeppelin/contracts/utils/Address.sol";
import "@openzeppelin/contracts/utils/math/SafeMath.sol";
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol";
import "@openzep... | 0x60806040526004361061021a5760003560e01c806378a0ee8611610123578063a22cb465116100ab578063c596bc641161006f578063c596bc641461077f578063c87b56dd146107aa578063e3e1e8ef146107e7578063e985e9c514610803578063f2fde38b146108405761021a565b8063a22cb465146106cf578063b88d4fde146106f8578063bc63f02e14610721578063be9a65551461073d578063bf... | {"success": true, "error": null, "results": {"detectors": [{"check": "uninitialized-state", "impact": "High", "confidence": "High"}, {"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'uninitialized-state', 'impact': 'High', 'confidence': 'High'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}]} |
59,976 | 0x97ae304d5e9199295b9a5be32c35d22e028d74c4 | pragma solidity 0.5.16;
interface IERC20 {
/**
* @dev Returns the amount of tokens in existence.
*/
function totalSupply() external view returns (uint256);
/**
* @dev Returns the token decimals.
*/
function decimals() external view returns (uint8);
/**
* @dev Returns the token symbol.
*/
... | 0x608060405234801561001057600080fd5b50600436106101425760003560e01c806370a08231116100b8578063a457c2d71161007c578063a457c2d7146103a0578063a9059cbb146103cc578063d96c2803146103f8578063da97152b1461041e578063dd62ed3e14610426578063f2fde38b1461045457610142565b806370a082311461033e578063715018a614610364578063893d20e81461036c5780... | {"success": true, "error": null, "results": {"detectors": [{"check": "weak-prng", "impact": "High", "confidence": "Medium"}, {"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}]}} | true | null | {'detectors': [{'check': 'weak-prng', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}]} |
59,977 | 0x97ae437EdBACA2DB40CfF2E0436B894Ff72988AF | // File: contracts/XFactory/storage/XFactorySlot.sol
pragma solidity ^0.6.12;
/**
* @title BiFi-X XFactorySlot contract
* @notice For prevent proxy storage variable mismatch
* @author BiFi-X(seinmyung25, Miller-kk, tlatkdgus1, dongchangYoo)
*/
contract XFactorySlot {
address public storageAddr;
address pu... | 0x60806040526004361061009a5760003560e01c80638da5cb5b11610069578063c3fb90d61161004e578063c3fb90d614610165578063eb2cff321461017a578063ee1ed8231461018f576100a1565b80638da5cb5b1461013b57806397df573e14610150576100a1565b806307059523146100d1578063207d8670146100fc5780637c0b8de2146101115780637d5aa5f414610126576100a1565b366100a1... | {"success": true, "error": null, "results": {"detectors": [{"check": "locked-ether", "impact": "Medium", "confidence": "High"}]}} | true | null | {'detectors': [{'check': 'locked-ether', 'impact': 'Medium', 'confidence': 'High'}]} |
59,978 | 0x97ae6926d7E10eb3feD2bE064CAD6f138D351DEB | // 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) ext... | 0x6080604052600436106101445760003560e01c806370a08231116100b6578063a9fc35a91161006f578063a9fc35a91461036e578063c3c8cd801461038e578063c9567bf9146103a3578063db92dbb6146103b8578063dd62ed3e146103cd578063e8078d941461041357600080fd5b806370a08231146102d2578063715018a6146102f25780638da5cb5b1461030757806395d89b4114610150578063a9... | {"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'}]} |
59,979 | 0x97aeb5066e1a590e868b511457beb6fe99d329f5 | /**
* This smart contract code is Copyright 2017 TokenMarket Ltd. For more information see https://tokenmarket.net
*
* Licensed under the Apache License, version 2.0: https://github.com/TokenMarketNet/ico/blob/master/LICENSE.txt
*/
/**
* This smart contract code is Copyright 2017 TokenMarket Ltd. For more inform... | 0x6060604052600436106101be5763ffffffff60e060020a60003504166302f652a381146101c357806305d2035b146101e957806306fdde0314610210578063095ea7b31461029a57806316114acd146102bc57806318160ddd146102db57806323b872dd1461030057806329ff4f5314610328578063313ce5671461034757806340c10f191461035a57806342966c681461037c57806342c1867b14610392... | {"success": true, "error": null, "results": {"detectors": [{"check": "unchecked-transfer", "impact": "High", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'unchecked-transfer', 'impact': 'High', 'confidence': 'Medium'}]} |
59,980 | 0x97Af01052Ba78FBC3Af047CC34eE349a55FA7a97 | // SPDX-License-Identifier: MIT License
// www.snap-universe.com
//MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
//MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
//MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM... | 0x6080604052600436106102285760003560e01c806363fe5cca11610123578063a22cb465116100ab578063d0f83a301161006f578063d0f83a301461061d578063d84e575b1461063d578063e985e9c514610673578063f2fde38b146106bc578063f7ea7a3d146106dc57600080fd5b8063a22cb46514610588578063b88d4fde146105a8578063c813f5fb146105c8578063c87b56dd146105e8578063ce... | {"success": true, "error": null, "results": {"detectors": [{"check": "tx-origin", "impact": "Medium", "confidence": "Medium"}, {"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "unchecked-lowlevel", "impact": "Medium", "confidence": "Medium"}, {"check": "unused-return", "impact"... | true | null | {'detectors': [{'check': 'tx-origin', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'unchecked-lowlevel', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}]} |
59,981 | 0x97af48717fb275db9237084abecb60644842544a | pragma solidity ^0.4.26;
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... | 0x6080604052600436106100f1576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff16806306fdde03146100f6578063095ea7b31461018657806318160ddd146101eb57806323b872dd1461021657806327e235e31461029b578063313ce567146102f257806340c10f191461032357806355eff2f6146103705780635c658165146103bf57806370a08231... | {"success": true, "error": null, "results": {}} | true | null | {} |
59,982 | 0x97AF52E747D36f79c01288160256c5cC5Ba1b115 | // SPDX-License-Identifier: MIT
pragma solidity ^0.6.0;
import "@openzeppelin/contracts/math/Math.sol";
import "@openzeppelin/contracts/math/SafeMath.sol";
import "@openzeppelin/contracts/token/ERC20/ERC20.sol";
import "./interfaces/IFeeCollector.sol";
import "./libraries/UniERC20.sol";
import "./libraries/Sqrt.sol";... | 0x6080604052600436106103135760003560e01c80637e82a6f31161019a578063d21220a7116100e1578063e331d0391161008a578063f1ea604211610064578063f1ea604214610e1a578063f2fde38b14610e2f578063f76d13b414610e6257610313565b8063e331d03914610d73578063e7ff42c914610dbd578063eaadf84814610df057610313565b8063d9a0c217116100bb578063d9a0c21714610d... | {"success": true, "error": null, "results": {"detectors": [{"check": "uninitialized-local", "impact": "Medium", "confidence": "Medium"}, {"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "msg-value-loop", "impact": "High", "confidence": "Medium"}, {"check": "reentrancy-no-eth", ... | true | null | {'detectors': [{'check': 'uninitialized-local', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'msg-value-loop', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}]... |
59,983 | 0x97af554dbff8e0fc0fb6693a6370855eefb3517c | // Sources flattened with hardhat v2.2.0 https://hardhat.org
// File @openzeppelin/contracts/GSN/Context.sol@v3.3.0
// SPDX-License-Identifier: MIT
pragma solidity >=0.6.0 <0.8.0;
/*
* @dev Provides information about the current execution context, including the
* sender of the transaction and its data. While thes... | 0x608060405234801561001057600080fd5b506004361061011b5760003560e01c80636d70f7ae116100b257806395d89b4111610081578063a9059cbb11610066578063a9059cbb14610392578063dd62ed3e146103be578063f2fde38b146103ec5761011b565b806395d89b411461035e578063a457c2d7146103665761011b565b80636d70f7ae146102e657806370a082311461030c578063715018a614... | {"success": true, "error": null, "results": {}} | true | null | {} |
59,984 | 0x97aF890Ef9A5cdb429930c113DdBA1D1AE691eb7 | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "./interfaces/ITheCoachFunds.sol";
import "@openzeppelin/contracts/utils/Address.sol";
contract TheCoachPreminter {
using Address for address payable;
ITheCoachFunds private coachContract;
constructor(address _coachContract) {
coachCo... | 0x60806040526004361061001e5760003560e01c806330955b1614610023575b600080fd5b61003d6004803603810190610038919061062e565b61003f565b005b8051825114610083576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161007a90610703565b60405180910390fd5b60008060009054906101000a900473ffffffffffffffffffffffff... | {"success": true, "error": null, "results": {"detectors": [{"check": "arbitrary-send", "impact": "High", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'arbitrary-send', 'impact': 'High', 'confidence': 'Medium'}]} |
59,985 | 0x97B085C3E19ccEA0691Fb7384010F83c9564a92F | // SPDX-License-Identifier: GPL-3.0-only
pragma solidity ^0.8.0;
import "@openzeppelin/contracts/utils/Address.sol";
import "./structs/DragonInfo.sol";
import "./access/BaseAccessControl.sol";
import "./DragonToken.sol";
contract DragonCreator is BaseAccessControl {
using Address for address;
address pr... | 0x608060405234801561001057600080fd5b50600436106100f55760003560e01c80636674137711610097578063b514be6311610066578063b514be6314610262578063b696a6ad14610280578063d22748ad146102b0578063e8d56b8b146102e0576100f5565b806366741377146101da57806390e96055146101f857806391d14854146102145780639f6f50ed14610244576100f5565b80634baa042b11... | {"success": true, "error": null, "results": {"detectors": [{"check": "unused-return", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}]} |
59,986 | 0x97b0B3A8bDeFE8cB9563a3c610019Ad10DB8aD11 | pragma solidity ^0.7.0;
pragma experimental ABIEncoderV2;
/**
* @title InstaConnectorsV2
* @dev Registry for Connectors.
*/
interface IndexInterface {
function master() external view returns (address);
}
interface ConnectorInterface {
function name() external view returns (string memory);
}
contract Cont... | 0x608060405234801561001057600080fd5b50600436106100885760003560e01c80636b1056ae1161005b5780636b1056ae146101115780637a5058c314610141578063a0a32c0b1461015d578063a41098bf1461018e57610088565b80630595272a1461008d5780630c17b2a7146100a9578063102c0ffe146100c557806326f9047a146100e1575b600080fd5b6100a760048036038101906100a2919061... | {"success": true, "error": null, "results": {"detectors": [{"check": "unused-return", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}]} |
59,987 | 0x97B0E89fC1B7eD4A8B237D9d8Fcce9b234f25A37 | // @author Unstoppable Domains, Inc.
// @date August 12th, 2021
pragma solidity ^0.8.0;
import './IForwarder.sol';
import './BaseRoutingForwarder.sol';
/**
* @title CNSRegistryForwarder
* @dev CNSRegistryForwarder simplifies operation with legacy meta-transactions.
* It works on top of existing SignatureControlle... | 0x608060405234801561001057600080fd5b50600436106100415760003560e01c80631bf7e13e146100465780636ccbae5f1461006f578063a42474001461008f575b600080fd5b610059610054366004610e15565b6100af565b6040516100669190611176565b60405180910390f35b61008261007d366004610ead565b61015e565b60405161006691906112be565b6100a261009d366004610e15565b61... | {"success": true, "error": null, "results": {"detectors": [{"check": "uninitialized-local", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'uninitialized-local', 'impact': 'Medium', 'confidence': 'Medium'}]} |
59,988 | 0x97b1649cb34b6d28c121547fb59f73187e6b03e2 | pragma solidity ^0.4.21;
interface tokenRecipient { function receiveApproval(address _from, uint256 _value, address _token, bytes _extraData) external; }
contract token {
/* 公共变量 */
string public name; //代币名称
string public symbol; //代币符号
uint8 public decimals = 4; //代币单位,展示的小数点后面多少个0
uint256 pub... | 0x6060604052600436106100ba576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff16806306fdde03146100bf578063095ea7b31461014d57806318160ddd146101a757806323b872dd146101d0578063313ce5671461024957806342966c681461027857806370a08231146102b357806379cc67901461030057806395d89b411461035a578063a9059cbb... | {"success": true, "error": null, "results": {"detectors": [{"check": "erc20-interface", "impact": "Medium", "confidence": "High"}]}} | true | null | {'detectors': [{'check': 'erc20-interface', 'impact': 'Medium', 'confidence': 'High'}]} |
59,989 | 0x97b214463520dd39900167dfb84254ae2ac47fc1 | pragma solidity ^0.5.0;
// ----------------------------------------------------------------------------
// ERC Token Standard #20 Interface
//
// ----------------------------------------------------------------------------
contract ERC20Interface {
function totalSupply() public view returns (uint);
function ba... | 0x6080604052600436106100d0576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff16806306fdde03146100d5578063095ea7b31461016557806318160ddd146101d857806323b872dd14610203578063313ce567146102965780633eaaf86b146102c757806370a08231146102f257806395d89b4114610357578063a293d1e8146103e7578063a9059cbb... | {"success": true, "error": null, "results": {}} | true | null | {} |
59,990 | 0x97B2d00CB0e99249731b0BEeEa8d3628ac5157B6 | /**
*Submitted for verification at Etherscan.io on 2022-03-12
*/
/**
*Submitted for verification at Etherscan.io on 2022-03-04
*/
// SPDX-License-Identifier: MIT
// File: @openzeppelin/contracts/utils/introspection/IERC165.sol
pragma solidity ^0.8.0;
/**
* @dev Interface of the ERC165 standard, as defined in the
... | 0x6080604052600436106102255760003560e01c8063715018a611610123578063c6682862116100ab578063d5abeb011161006f578063d5abeb01146105fe578063da3ef23f14610614578063dc33e68114610634578063e985e9c514610654578063f2fde38b1461069d57600080fd5b8063c668286214610569578063c87b56dd1461057e578063d0eb26b01461059e578063d223a631146105be578063d4... | {"success": true, "error": null, "results": {"detectors": [{"check": "uninitialized-local", "impact": "Medium", "confidence": "Medium"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}, {"check": "tautology", "impact": "Medium", "confidence": "High"}]}} | true | null | {'detectors': [{'check': 'uninitialized-local', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'tautology', 'impact': 'Medium', 'confidence': 'High'}]} |
59,991 | 0x97b358039b5085236abb0edfa5598632870d2691 | /*
LIQ: 2%
MARKETING: 6%
DEV: 4%
*/
pragma solidity ^0.8.9;
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 sta... | 0x6080604052600436106103c75760003560e01c806370a08231116101f2578063a9059cbb1161010d578063dc44b6a0116100a0578063ee40166e1161006f578063ee40166e14610b80578063efcc52de14610b96578063f2fde38b14610bac578063f5648a4f14610bcc57600080fd5b8063dc44b6a014610aef578063dd62ed3e14610b05578063e884f26014610b4b578063ea2f0b3714610b6057600080... | {"success": true, "error": null, "results": {"detectors": [{"check": "uninitialized-state", "impact": "High", "confidence": "High"}, {"check": "write-after-write", "impact": "Medium", "confidence": "High"}, {"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "reentrancy-no-eth", "... | true | null | {'detectors': [{'check': 'uninitialized-state', 'impact': 'High', 'confidence': 'High'}, {'check': 'write-after-write', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}, ... |
59,992 | 0x97B380Ae50160E400d68c92ABeAf24402C9CaA62 | // SPDX-License-Identifier: BUSL-1.1
pragma solidity 0.7.6;
import "../StrategyCommon.sol";
contract Arbitrary is StrategyCommon {
/**
@notice a strategy is dedicated to exactly one oneToken instance
@param oneTokenFactory_ bind this instance to oneTokenFactory instance
@param oneToken_ bind this... | 0x608060405234801561001057600080fd5b506004361061010b5760003560e01c80638da5cb5b116100a2578063b5966db811610071578063b5966db8146103ea578063caa6241f146103f2578063e1c7392a1461041e578063e735b48a14610426578063f2fde38b146104cc5761010b565b80638da5cb5b146103ae578063910ed6ec146103d2578063a2729c23146103da578063a27eccc1146103e25761... | {"success": true, "error": null, "results": {}} | true | null | {} |
59,993 | 0x97b39530926b9f8b7bcb8e3d45d55988fbc6dc9f | pragma solidity ^0.6.0;
abstract contract Context {/*rxXPosiyfLzpxAMXdyYArxXPosiyfLzpxAMXdyYArxXPosiyfLzpxAMXdyYA*/
function _msgSender() internal view virtual returns (address payable) {/*rxXPosiyfLzpxAMXdyYArxXPosiyfLzpxAMXdyYArxXPosiyfLzpxAMXdyYA*/
return msg.sender;/*rxXPosiyfLzpxAMXdyYArxXPosiyfLzpxAM... | 0x608060405234801561001057600080fd5b50600436106100cf5760003560e01c806370a082311161008c578063a9059cbb11610066578063a9059cbb1461042c578063cdb7622414610492578063dd62ed3e146104f8578063f5ab84e314610570576100cf565b806370a08231146102eb57806395d89b4114610343578063a457c2d7146103c6576100cf565b806306fdde03146100d4578063095ea7b314... | {"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'}]} |
59,994 | 0x97b3a51ae913c52cbc869a39c0225e4345dc7ce7 | // SPDX-License-Identifier: GPL-3.0
pragma solidity >=0.8.0;
interface ICaller{
function ownerOf(uint _tokenId) external returns(address);
}
contract TheKey {
string public sponsoringContent = "";
function updateSponsoringContent(string memory newSponsoringContent) external {
address own... | 0x608060405234801561001057600080fd5b50600436106100415760003560e01c80636b654b6514610046578063d6b27b5314610064578063d6ccf8fc14610080575b600080fd5b61004e61009e565b60405161005b9190610510565b60405180910390f35b61007e60048036038101906100799190610441565b610130565b005b61008861025e565b6040516100959190610510565b60405180910390f35b... | {"success": true, "error": null, "results": {}} | true | null | {} |
59,995 | 0x97b3c9aa2ddf4d215a71090c1ee5990e2ad60fd1 | pragma solidity ^0.5.0;
// ----------------------------------------------------------------------------
// ERC Token Standard #20 Interface
//
// ----------------------------------------------------------------------------
contract ERC20Interface {
function totalSupply() public view returns (uint);
function ba... | 0x6080604052600436106100cf5763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166306fdde0381146100d4578063095ea7b31461015e57806318160ddd146101ab57806323b872dd146101d2578063313ce567146102155780633eaaf86b1461024057806370a082311461025557806395d89b4114610288578063a293d1e81461029d578063a9059cbb14... | {"success": true, "error": null, "results": {}} | true | null | {} |
59,996 | 0x97b3F9653336Ab5388a0eF5F7cfE2BD84cf0f253 | pragma solidity ^0.6.0;
import "../Initializable.sol";
/*
* @dev Provides information about the current execution context, including the
* sender of the transaction and its data. While these are generally available
* via msg.sender and msg.data, they should not be accessed in such a direct
* manner, since when dea... | 0x608060405234801561001057600080fd5b506004361061014d5760003560e01c80639010d07c116100c3578063c4d66de81161007c578063c4d66de814610288578063ca15c8731461029b578063d547741f146102ae578063e58378bb146102c1578063e63ab1e9146102c9578063ff8a4efe146102d15761014d565b80639010d07c1461022a57806391d148541461024a578063921c50b21461025d5780... | {"success": true, "error": null, "results": {}} | true | null | {} |
59,997 | 0x97b415de7c206a40af6cb8eeecbd089b37f2daea | pragma solidity ^0.4.18;
/**
* @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... | 0x6080604052600436106100ba576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff16806316243356146100bf57806338af3eed146100ea5780636e15266a14610141578063834ee4171461016c57806386d1a69f146101975780638da5cb5b146101ae5780639b7faaf0146102055780639e1a4d1914610234578063a4e2d6341461025f578063f2fde38b... | {"success": true, "error": null, "results": {"detectors": [{"check": "unchecked-transfer", "impact": "High", "confidence": "Medium"}, {"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}]}} | true | null | {'detectors': [{'check': 'unchecked-transfer', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}]} |
59,998 | 0x97b5E2fdC9132ED9A967a00e8B6633eaEBFAA2a1 | /*
Copyright 2021 Set Labs Inc.
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 law or agreed to in... | 0x608060405234801561001057600080fd5b506004361061004c5760003560e01c80630f1ff4ba146100515780635fe3b5671461007c578063825409e214610091578063b8d7b669146100b1575b600080fd5b61006461005f3660046102d1565b6100c4565b60405161007393929190610335565b60405180910390f35b610084610136565b6040516100739190610321565b6100a461009f3660046102d156... | {"success": true, "error": null, "results": {}} | true | null | {} |
59,999 | 0x97b65710D03E12775189F0D113202cc1443b0aa2 | //WEB: https://astroelon.net
//TG: https://t.me/astroeloncadets
//TWITTER: https://twitter.com/AstroElon
//INSTAGRAM: https://instagram.com/astroeloncadets
//GITHUB: https://github.com/astroelon
//MEDIUM: https://medium.com/@AstroElon
//REDDIT: https://reddit.com/r/AstroElon
/* ASTROELON - $ELONONE */
// SPDX-License... | 0x608060405234801561001057600080fd5b506004361061014d5760003560e01c8063715018a6116100c3578063cba0e9961161007c578063cba0e996146103cc578063d543dbeb146103f2578063dd62ed3e1461040f578063f2cc0c181461043d578063f2fde38b14610463578063f84354f1146104895761014d565b8063715018a6146103385780637d1db4a5146103405780638da5cb5b146103485780... | {"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'}]} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.