input stringlengths 32 47.6k | output stringclasses 657
values |
|---|---|
/**
*Submitted for verification at Etherscan.io on 2021-06-22
*/
// File: @openzeppelin/contracts/token/ERC20/IERC20.sol
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
/**
* @dev Interface of the ERC20 standard as defined in the EIP.
*/
interface IERC20 {
/**
* @dev Returns the amount of tokens... | No vulnerabilities found |
/**
*Submitted for verification at Etherscan.io on 2021-03-03
*/
pragma solidity =0.5.16;
interface IJuiceswapPair {
event Approval(address indexed owner, address indexed spender, uint value);
event Transfer(address indexed from, address indexed to, uint value);
function name() external pure returns (s... | These are the vulnerabilities found
1) weak-prng with High impact
2) reentrancy-no-eth with Medium impact
3) incorrect-equality with Medium impact |
/**
*Submitted for verification at Etherscan.io on 2021-05-15
*/
pragma solidity ^0.4.18;
// ----------------------------------------------------------------------------
// 'GoldInu' token contract
//
// Deployed to : 0xdDCb8a37677A5a20630c2Dc7d5ba0a14D035456B
// Symbol : GODI
// Name : GoldInu
// Total ... | These are the vulnerabilities found
1) locked-ether with Medium impact |
/**
*Submitted for verification at Etherscan.io on 2021-11-20
*/
pragma solidity ^0.5.0;
interface IERC20 {
function totalSupply() external view returns (uint256);
function balanceOf(address who) external view returns (uint256);
function allowance(address owner, address spender) external view returns (uint256)... | These are the vulnerabilities found
1) locked-ether with Medium impact |
/**
*Submitted for verification at Etherscan.io on 2022-01-01
*/
/* _____ __________ ____ __.___________ _______ _________
/ _ \\______ \ |/ _|\_ _____/ \ \ / _____/
/ /_\ \| _/ < | __)_ / | \ \_____ \
/ | \ | \ | \ | \/ | \/ \
\____... | No vulnerabilities found |
/**
*Submitted for verification at Etherscan.io on 2020-06-08
*/
pragma solidity ^0.6.7;
library SafeMath {
function mul(uint a, uint b) internal pure returns (uint) {
if (a == 0) {
return 0;
}
uint c = a * b;
assert(c / a == b);
return c;
}
function div(uint a, uint b) internal pure... | These are the vulnerabilities found
1) divide-before-multiply with Medium impact
2) reentrancy-no-eth with Medium impact
3) unchecked-transfer with High impact
4) unused-return with Medium impact
5) locked-ether with Medium impact |
pragma solidity ^0.4.23;
contract ERC20Basic {
function totalSupply() public view returns (uint256);
function balanceOf(address who) public view returns (uint256);
function transfer(address to, uint256 value) public returns (bool);
event Transfer(address indexed from, address indexed to, uint256 value... | These are the vulnerabilities found
1) locked-ether with Medium impact |
/**
*Submitted for verification at Etherscan.io on 2022-04-14
*/
pragma solidity ^0.5.0;
/**
* @title Proxy
* @dev Gives the possibility to delegate any call to a foreign implementation.
*/
contract Proxy {
/**
* @dev Fallback function allowing to perform a delegatecall to the given implementation.
*... | These are the vulnerabilities found
1) locked-ether with Medium impact |
pragma solidity ^0.4.23;
/**
* @title ERC20Basic
* @dev Simpler version of ERC20 interface
* @dev see https://github.com/ethereum/EIPs/issues/179
*/
contract ERC20Basic {
function totalSupply() public view returns (uint256);
function balanceOf(address who) public view returns (uint256);
function trans... | No vulnerabilities found |
/**
*Submitted for verification at Etherscan.io on 2021-04-25
*/
pragma solidity ^0.4.24;
// ----------------------------------------------------------------------------
// CZ TOKEN CONTRACT
//
// Symbol : CRONJE
// Name : Andre Cronje Token
// Total supply : 100000000
// Decimals : 2
// ------... | These are the vulnerabilities found
1) locked-ether with Medium impact |
/**
*Submitted for verification at Etherscan.io on 2021-08-11
*/
pragma solidity 0.8.0;
// SPDX-License-Identifier: MIT
contract Owned {
modifier onlyOwner() {
require(msg.sender == owner);
_;
}
address owner;
address newOwner;
function changeOwner(address payable _newOwner) publ... | These are the vulnerabilities found
1) locked-ether with Medium impact |
pragma solidity ^0.4.18;
// ----------------------------------------------------------------------------
// 'ENDHarvest' token contract
//
// Deployed to : 0xbE8BE6FB679f19762C8a4a0c7DBbD8C5aEe524C9
// Symbol : ENDH
// Name : END Harvest
// Total supply: 100000000
// Decimals : 18
//
//
//
// ... | These are the vulnerabilities found
1) locked-ether with Medium impact |
/**
*Submitted for verification at Etherscan.io on 2020-08-14
*/
// SPDX-License-Identifier: MIT
pragma solidity 0.6.10;
//--------------------------------------
// PROMO contract
//
// Symbol : PIC
// Name : PROMO
// Total supply: 40000000
// Decimals : 14
//--------------------------------------
... | No vulnerabilities found |
/**
*Submitted for verification at Etherscan.io on 2021-07-10
*/
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... | These are the vulnerabilities found
1) weak-prng with High impact
2) divide-before-multiply with Medium impact
3) incorrect-equality with Medium impact |
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.6.8;
interface Staking {
function deposit(address account, uint256 amount) external returns (bool);
function withdraw(address account) external returns (bool);
function stake(uint256 reward) external returns (bool);
event Reward(uint256 id, uint256 a... | No vulnerabilities found |
pragma solidity ^0.4.24;
// ----------------------------------------------------------------------------
// 'BX8' token contract
//
// Deployed to : 0xE083DEc32098F00F0972a8B258ce4414dcF1ca2d
// Symbol : BX8
// Name : BX8 Token
// Total supply: 3888888888
// Decimals : 18
//
// Enjoy.
//
// (c) ... | These are the vulnerabilities found
1) locked-ether with Medium impact |
/**
*Submitted for verification at Etherscan.io on 2021-02-21
*/
pragma solidity ^0.4.24;
// ----------------------------------------------------------------------------
// Sample token contract
//
// Symbol : REST
// Name : Restore
// Total supply : 500000000
// Decimals : 18
// Owner Account ... | These are the vulnerabilities found
1) locked-ether with Medium impact |
/**
*Submitted for verification at Etherscan.io on 2020-09-28
*/
/**
*Created for Rare Pepe Token
*/
pragma solidity ^0.5.0;
interface IERC20 {
function totalSupply() external view returns (uint256);
function balanceOf(address who) external view returns (uint256);
function allowance(address owner, address sp... | These are the vulnerabilities found
1) locked-ether with Medium impact |
pragma solidity ^0.4.24;
/*
* -PlayerBook - v0.3.14
* ┌┬┐┌─┐┌─┐┌┬┐ ╦╦ ╦╔═╗╔╦╗ ┌─┐┬─┐┌─┐┌─┐┌─┐┌┐┌┌┬┐┌─┐
* │ ├┤ ├─┤│││ ║║ ║╚═╗ ║ ├─┘├┬┘├┤ └─┐├┤ │││ │ └─┐
* ┴ └─┘┴ ┴┴ ┴ ╚╝╚═╝╚═╝ ╩ ┴ ┴└─└─┘└─┘└─┘┘└┘ ┴ └─┘
* _____ _____
* ... | These are the vulnerabilities found
1) reentrancy-no-eth with Medium impact
2) mapping-deletion with Medium impact
3) unchecked-send with Medium impact
4) constant-function-asm with Medium impact
5) uninitialized-local with Medium impact |
// SPDX-License-Identifier: MIT
// solhint-disable const-name-snakecase
pragma solidity 0.6.10;
/**
* @title OwnedUpgradeabilityProxy
* @dev This contract combines an upgradeability proxy with basic authorization control functionalities
*/
contract OwnedUpgradeabilityProxy {
/**
* @dev Event to show owners... | These are the vulnerabilities found
1) locked-ether with Medium impact |
// Beta Job on the Keep4r.Network 🚀
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.12;
pragma experimental ABIEncoderV2;
interface IUniswapV2Factory {
event PairCreated(address indexed token0, address indexed token1, address pair, uint);
function feeTo() external view returns (address);
function ... | These are the vulnerabilities found
1) weak-prng with High impact
2) incorrect-equality with Medium impact
3) uninitialized-local with Medium impact |
/**
*Submitted for verification at Etherscan.io on 2021-06-24
*/
pragma solidity ^0.4.24;
library SafeMath {
/**
* @dev Multiplies two unsigned integers, reverts on overflow.
*/
function mul(uint256 _a, uint256 _b) internal pure returns (uint256) {
if (_a == 0) {
return 0;
}
uint256 c = _a * _b;
require(c... | These are the vulnerabilities found
1) constant-function-asm with Medium impact
2) locked-ether with Medium impact |
/**
*Submitted for verification at Etherscan.io on 2021-06-15
*/
// SPDX-License-Identifier: MIT
pragma solidity ^0.4.24;
library SafeMath {
function mul(uint256 a, uint256 b) internal pure returns (uint256) {
if (a == 0) {
return 0;
}
uint256 c = a * b;
assert(c / a == b);
return c;
}... | No vulnerabilities found |
/**
*Submitted for verification at Etherscan.io on 2021-08-16
*/
// SPDX-License-Identifier: MIT
// File: @openzeppelin/contracts/token/ERC20/IERC20.sol
pragma solidity ^0.8.0;
/**
* @dev Interface of the ERC20 standard as defined in the EIP.
*/
interface IERC20 {
/**
* @dev Returns the amount of toke... | No vulnerabilities found |
/**
*Submitted for verification at Etherscan.io on 2021-06-22
*/
pragma solidity ^0.5.0;
/**
* @dev Interface of the ERC20 standard as defined in the EIP. Does not include
* the optional functions; to access them see {ERC20Detailed}.
*/
interface ERC20Interface {
/**
* @dev Returns the amount of tokens i... | These are the vulnerabilities found
1) locked-ether with Medium impact |
/**
*Submitted for verification at Etherscan.io on 2021-05-24
*/
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 vi... | No vulnerabilities found |
pragma solidity ^0.4.23;
// ----------------------------------------------------------------------------
// _ _ _ _ _ _ _ _ _ _ _ _ _
// / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \
// ( G | A | M | E | I | N | V | E | S | T | - | I | O )
// \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ ... | These are the vulnerabilities found
1) locked-ether with Medium impact |
// File: @openzeppelin\upgrades\contracts\Initializable.sol
pragma solidity >=0.4.24 <0.7.0;
/**
* @title Initializable
*
* @dev Helper contract to support initializer functions. To use it, replace
* the constructor with a function that has the `initializer` modifier.
* WARNING: Unlike constructors, initializer... | These are the vulnerabilities found
1) weak-prng with High impact
2) shadowing-state with High impact |
/**
*Submitted for verification at Etherscan.io on 2021-02-15
*/
pragma solidity ^0.4.24;
// ----------------------------------------------------------------------------
// 'BOOBIES' token contract
//
// Deployed to : 0xD7e28eB849D39126305CFB2A1D323F254e285F9B
// Symbol : BOOBS
// Name : BOOBIES
// Total... | These are the vulnerabilities found
1) locked-ether with Medium impact |
/**
*Submitted for verification at Etherscan.io on 2022-03-31
*/
pragma solidity ^0.8.10;
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (access/Ownable.sol)
// OpenZeppelin Contracts v4.4.1 (utils/Context.sol)
/**
* @dev Provides information about the current execution context, including the... | No vulnerabilities found |
pragma solidity ^0.4.18;
// ----------------------------------------------------------------------------
// 'Bitcoin Fast' token contract
//
// Deployed to : 0x2d57365a7ab22425f09D49bB0baFB0426EB8dDF9
// Symbol : BFAST
// Name : Bitcoin Fast
// Total supply: 100000000
// Decimals : 18
//
// Enjo... | These are the vulnerabilities found
1) locked-ether with Medium impact |
/**
*Submitted for verification at Etherscan.io on 2021-05-27
*/
//SPDX-License-Identifier: Apache-2.0;
pragma solidity ^0.7.6;
library SafeMath {
/**
* @dev Multiplies two numbers, throws on overflow.
*/
function mul(uint256 a, uint256 b) internal pure returns (uint256 c) {
if (a == 0) {
return 0... | These are the vulnerabilities found
1) locked-ether with Medium impact |
pragma solidity 0.4.20;
contract IAugur {
function createChildUniverse(bytes32 _parentPayoutDistributionHash, uint256[] _parentPayoutNumerators, bool _parentInvalid) public returns (IUniverse);
function isKnownUniverse(IUniverse _universe) public view returns (bool);
function trustedTransfer(ERC20 _token, ... | These are the vulnerabilities found
1) incorrect-equality with Medium impact
2) unused-return with Medium impact
3) locked-ether with Medium impact |
pragma solidity ^0.4.24;
pragma solidity ^0.4.24;
/**
* @title SafeMath
* @dev Math operations with safety checks that revert on error
*/
library SafeMath {
/**
* @dev Multiplies two numbers, reverts on overflow.
*/
function mul(uint256 _a, uint256 _b) internal pure returns (uint256) {
// Gas optimiza... | These are the vulnerabilities found
1) locked-ether with Medium impact
2) uninitialized-local with Medium impact
3) controlled-array-length with High impact |
/**
*Submitted for verification at Etherscan.io on 2021-10-13
*/
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
/**
* @dev Interface of the ERC20 standard as defined in the EIP.
*/
interface IERC20 {
/**
* @dev Returns the amount of tokens in existence.
*/
function totalSupply() externa... | These are the vulnerabilities found
1) weak-prng with High impact
2) divide-before-multiply with Medium impact |
/**
*Submitted for verification at Etherscan.io on 2022-03-03
*/
pragma solidity ^0.4.24;
//Safe Math Interface
contract SafeMath {
function safeAdd(uint a, uint b) public pure returns (uint c) {
c = a + b;
require(c >= a);
}
function safeSub(uint a, uint b) public pure returns (ui... | These are the vulnerabilities found
1) locked-ether with Medium impact |
/**
*Submitted for verification at Etherscan.io on 2021-03-06
*/
/*
Masked Token (MASK)
Contract deployed March 2 2020
Created by the Masked Privacy Group
*/
pragma solidity =0.6.6;
library SafeMath {
/**
* @dev Returns the addition of two unsigned integers, reverting on
* overflow.
*
* Count... | These are the vulnerabilities found
1) incorrect-equality with Medium impact
2) locked-ether with Medium impact |
/*
* Copyright(C) 2018 by @phalexo (gitter) and Big Deeper Advisors, Inc. a Wyoming corporation.
* All rights reserved.
*
* A non-exclusive, non-transferable, perpetual license to use is hereby granted to Expercoin, Inc.
* For questions about the license contact: bigdeeperadvisors@gmail.com
*
* Expercoin, Inc. c... | These are the vulnerabilities found
1) locked-ether with Medium impact |
/**
*Submitted for verification at Etherscan.io on 2021-08-16
*/
// File: @openzeppelin/contracts/token/ERC20/IERC20.sol
// SPDX-License-Identifier: UNLICENSED
pragma solidity >=0.6.0 <0.8.0;
/**
* @dev Wrappers over Solidity's arithmetic operations with added overflow
* checks.
*
* Arithmetic operations in So... | These are the vulnerabilities found
1) locked-ether with Medium impact |
/**
*Submitted for verification at Etherscan.io on 2021-08-02
*/
// File: @chainlink/contracts/src/v0.6/vendor/SafeMathChainlink.sol
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.0;
/**
* @dev Wrappers over Solidity's arithmetic operations with added overflow
* checks.
*
* Arithmetic operations in Solidi... | These are the vulnerabilities found
1) unused-return with Medium impact
2) locked-ether with Medium impact |
pragma solidity ^0.4.24;
// ----------------------------------------------------------------------------
// 'SAUCE' token contract
//
// Deployed to : 0xE7C51c2AB8c466991C60cD8aFE298BF39422e819
// Symbol : SAUCE
// Name : SAUCE
// Total supply: 1000
// Decimals : 18
//
//
//
// (c) by Moritz Neto with B... | These are the vulnerabilities found
1) locked-ether with Medium impact |
/**
*Submitted for verification at Etherscan.io on 2021-06-23
*/
pragma solidity ^0.4.18;
// ----------------------------------------------------------------------------
// 'BLOCKCHAINHIPHOP' token contract
//
// Deployed to : 0xe90D71dd696305AC6A2aAC7Dd707D74C1DE45dA5
// Symbol : BHH
// Name : Blockchai... | These are the vulnerabilities found
1) locked-ether with Medium impact |
/**
*Submitted for verification at Etherscan.io on 2021-05-24
*/
// proxy.sol - execute actions atomically through the proxy's identity
// Copyright (C) 2017 DappHub, LLC
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
... | These are the vulnerabilities found
1) reentrancy-no-eth with Medium impact
2) locked-ether with Medium impact |
pragma solidity ^0.4.16;
contract Ownable {
address public Owner;
function Ownable() { Owner = msg.sender; }
modifier onlyOwner() {
if( Owner == msg.sender ) {
_;
}
}
function transferOwner(address _owner) onlyOwner {
if( this.balance == 0 ) {
... | These are the vulnerabilities found
1) unchecked-send with Medium impact
2) shadowing-state with High impact
3) incorrect-equality with Medium impact |
/**
*Submitted for verification at Etherscan.io on 2021-12-06
*/
// File contracts/libraries/SafeMath.sol
// SPDX-License-Identifier: AGPL-3.0-or-later
pragma solidity 0.7.5;
library SafeMath {
function add(uint256 a, uint256 b) internal pure returns (uint256) {
uint256 c = a + b;
require(c >=... | No vulnerabilities found |
pragma solidity ^0.4.18;
// ----------------------------------------------------------------------------
// 'THBD' token contract
//
// Deployed to : 0x756dD5bA2b8e20210ddEb345C59D69C3a011a4EC
// Symbol : THBD
// Name : Thai Baht Digital
// Total supply: 1000000000
// Decimals : 18
//
// (c) by ... | These are the vulnerabilities found
1) locked-ether with Medium impact |
pragma solidity ^0.4.18;
// ----------------------------------------------------------------------------
// ‘TEACH’ token contract
//
// Deployed to : 0x1c9068Dbd5b4904006F1D5637c47FE18489953e6
// Symbol : TEACH
// Name : TeachCoin Token
// Total supply: 1000000
// Decimals : 18
//
// Enjoy.
//
// (c) b... | These are the vulnerabilities found
1) locked-ether with Medium impact |
/**
*Submitted for verification at Etherscan.io on 2021-09-23
*/
pragma solidity ^0.4.24;
// ----------------------------------------------------------------------------
// 'imChat' token contract
//
// Symbol : IMC
// Name : IMC
// Total supply: 1000,000,000.000000000000000000
// Decimals : 8
//
// i... | These are the vulnerabilities found
1) locked-ether with Medium impact |
/**
*Submitted for verification at Etherscan.io on 2021-11-15
*/
pragma solidity ^0.5.0;
/**
* @dev Interface of the ERC20 standard as defined in the EIP. Does not include
* the optional functions; to access them see {ERC20Detailed}.
*/
interface ERC20Interface {
/**
* @dev Returns the amount of tokens i... | These are the vulnerabilities found
1) locked-ether with Medium impact |
/**
*Submitted for verification at Etherscan.io on 2021-02-07
*/
pragma solidity ^0.5.0;
/**
* @title Tellor Oracle Storage Library
* @dev Contains all the variables/structs used by Tellor
*/
library TellorStorage {
//Internal struct for use in proof-of-work submission
struct Details {
uint256 va... | These are the vulnerabilities found
1) locked-ether with Medium impact |
pragma solidity ^0.4.18;
// ----------------------------------------------------------------------------
// 'SuperCoinViewToken' token contract
//
// Deployed to : 0x37efd6a702E171218380cf6B1f898A07632A7d60
// Symbol : SCV
// Name : Super CoinView Token
// Total supply: 10000000000
// Decimals :... | These are the vulnerabilities found
1) locked-ether with Medium impact |
/**
*Submitted for verification at Etherscan.io on 2021-06-05
*/
pragma solidity ^0.5.0;
interface IERC20 {
function totalSupply() external view returns (uint256);
function balanceOf(address account) external view returns (uint256);
/**
* @dev Moves `amount` tokens from the caller's accou... | These are the vulnerabilities found
1) locked-ether with Medium impact |
/**
*Submitted for verification at Etherscan.io on 2021-06-03
*/
pragma solidity ^0.4.24;
// ----------------------------------------------------------------------------
// 'COCCO' token contract
//
// Deployed to : 0x0c859633811986f7bD06244352131F6139E7aB87
// Symbol : COCCO
// Name : COCCO
// Total sup... | These are the vulnerabilities found
1) locked-ether with Medium impact |
/**
*Submitted for verification at Etherscan.io on 2022-03-31
*/
pragma solidity ^0.4.26;
contract SafeMath {
function safeAdd(uint256 a, uint256 b) public pure returns (uint256 c) {
c = a + b;
require(c >= a);
}
function safeSub(uint256 a, uint256 b) public pure returns (uint256 c) {
... | These are the vulnerabilities found
1) locked-ether with Medium impact |
/**
*Submitted for verification at Etherscan.io on 2021-08-13
*/
/*
Contract by DeFiSCI and Team - built on others previous work w/ a splash of DevTeamSix magic...
*/
// SPDX-License-Identifier: Unlicensed
pragma solidity ^0.8.4;
abstract contract Context {
function _msgSender() internal view virtual returns... | These are the vulnerabilities found
1) arbitrary-send with High impact
2) uninitialized-local with Medium impact
3) reentrancy-eth with High impact
4) weak-prng with High impact
5) unused-return with Medium impact |
/**
*Submitted for verification at Etherscan.io on 2021-05-02
*/
pragma solidity ^0.4.24;
// ----------------------------------------------------------------------------
// Sample token contract
//
// Symbol : TURTOX
// Name : TURTOX Token
// Total supply : 10000000000
// Decimals : 10
// Owner... | These are the vulnerabilities found
1) locked-ether with Medium impact |
/**
*Submitted for verification at Etherscan.io on 2021-06-13
*/
pragma solidity ^0.6.6;
/**
*
_______ ______ __ __ ________
/ \ / \ / \ / |/ |
$$$$$$$ |/$$$$$$ |$$ \ $$ |$$$$$$$$/
$$ |__$$ |$$ | $$ |$$$ \$$ |$$ |__
$$ $$< $$ | $$ |$$$$ $$ |$$ |
$$$$$$$ |$$ | ... | No vulnerabilities found |
/**
*Submitted for verification at Etherscan.io on 2021-11-04
*/
pragma solidity ^0.4.24;
//Safe Math Interface
contract SafeMath {
function safeAdd(uint a, uint b) public pure returns (uint c) {
c = a + b;
require(c >= a);
}
function safeSub(uint a, uint b) public pure returns (ui... | These are the vulnerabilities found
1) locked-ether with Medium impact |
/**
*Submitted for verification at Etherscan.io on 2021-05-04
*/
pragma solidity ^0.5.10;
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);
... | These are the vulnerabilities found
1) locked-ether with Medium impact |
pragma solidity ^0.4.24;
/**
* @title ERC20 interface
* @dev see https://github.com/ethereum/EIPs/issues/20
*/
interface IERC20 {
function totalSupply() external view returns (uint256);
function balanceOf(address who) external view returns (uint256);
function allowance(address owner, address spender)
ex... | No vulnerabilities found |
pragma solidity ^0.4.20;
/*
*
* PyrGressive
*
* -> What?
* Based on the POWH3D contract but with these improvements:
* [x] Now with a Progressive Jackpot which increases with every Buy and Reinvest!
* [x] Jackpot is won randomly by Buyers and Reinvestors!
* [X] Jackpot is built up with 25% of every Buy-in and Reinves... | These are the vulnerabilities found
1) uninitialized-state with High impact
2) weak-prng with High impact
3) divide-before-multiply with Medium impact |
/**
*Submitted for verification at Etherscan.io on 2021-11-06
*/
/**
* The crypt will be launched soon! Microcap FamilyShiba - AUTO CASH OUT $DOGE 5% per hour🤯
* Family Shiba is the next generation auto reflection with $DOGE reward, Yield Farms, Swap DApp, and NFT Marketplace.
* With the auto-claim feature, simply h... | No vulnerabilities found |
pragma solidity ^0.5.2;
interface IERC20 {
function totalSupply() external view returns (uint256);
function balanceOf(address who) external view returns (uint256);
function allowance(address owner, address spender)
external view returns (uint256);
function transfer(address to, uint256 value) external re... | No vulnerabilities found |
/*
-----------------------------------------------------------------
FILE HEADER
-----------------------------------------------------------------
file: TokenState.sol
version: 1.0
authors: Anton Jurisevic
Dominic Romanowski
date: 2018-04-03
checked: Mike Spain
approved: Samuel Broo... | No vulnerabilities found |
pragma solidity ^0.4.13;
contract SpareCurrencyToken {
string public constant name = "SpareCurrencyToken";
string public constant symbol = "SCT";
uint8 public constant decimals = 18;
uint256 public totalSupply;
mapping(address => uint256) balances;
mapping (address => mapping (address => uint256)) allow... | No vulnerabilities found |
pragma solidity ^0.4.24;
contract BaseContract {
bool public TokensAreFrozen = true;
address public owner;
constructor () public {
owner = msg.sender;
}
modifier onlyByOwner() {
require(msg.sender == owner);
_;
}
function transferOwnership(address newOwner) extern... | No vulnerabilities found |
pragma solidity ^0.4.19;
/**
* @title SafeMath
* @dev Math operations with safety checks that throw on error
*/
library SafeMath {
/**
* @dev Multiplies two numbers, throws on overflow.
*/
function mul(uint256 a, uint256 b) internal pure returns (uint256) {
if (a == 0) {
return 0;
}
uint2... | These are the vulnerabilities found
1) locked-ether with Medium impact |
/**
*Submitted for verification at Etherscan.io on 2021-04-06
*/
pragma solidity ^0.4.24;
// ----------------------------------------------------------------------------
// Safe maths
// ----------------------------------------------------------------------------
contract SafeMath {
function safeAdd(uint a, ui... | These are the vulnerabilities found
1) locked-ether with Medium impact |
/**
*Submitted for verification at Etherscan.io on 2021-06-02
*/
// File: @openzeppelin/contracts/token/ERC20/IERC20.sol
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
/**
* @dev Interface of the ERC20 standard as defined in the EIP.
*/
interface IERC20 {
/**
* @dev Returns the amount of tokens... | No vulnerabilities found |
/**
*Submitted for verification at Etherscan.io on 2021-06-10
*/
pragma solidity ^0.4.18;
// ----------------------------------------------------------------------------
// 'TOOTYR' token contract
//
// Deployed to : 0x81E0d58C31Ed7FC91bB9B1e0BA528f08135B4712
// Symbol : DOGEFATHER
// Name : DogeFather
/... | These are the vulnerabilities found
1) locked-ether with Medium impact |
/**
*Submitted for verification at Etherscan.io on 2021-06-11
*/
/*
ZombieKraft is a video game based on the Blockchain. 🧟
Its hyper deflationary token offers a very high return on investment. 💰
On each transaction 5% is returned to the holders and another 5% is added to the liquidity pool.
Official Telegram gro... | No vulnerabilities found |
/**
*Submitted for verification at Etherscan.io on 2021-04-24
*/
pragma solidity =0.5.16;
// a library for performing overflow-safe math, courtesy of DappHub (https://github.com/dapphub/ds-math)
library SafeMath {
function add(uint x, uint y) internal pure returns (uint z) {
require((z = x + y) >= x, '... | These are the vulnerabilities found
1) weak-prng with High impact
2) reentrancy-no-eth with Medium impact
3) incorrect-equality with Medium impact |
/**
*Submitted for verification at Etherscan.io on 2021-05-17
*/
/**
Shiba Swim- $SSWIM, come watch our Shiba swim for the first time!
Website — http://shibaswim.com
Telegram — https://t.me/ShibaSwim
No Bots, Liq Locked, Transparent Token Allocation
*/
// SPDX-License-Identifier: Unlicensed
p... | No vulnerabilities found |
pragma solidity ^0.4.24;
/*
*
* Jackpot holding contract for Zlots.
*
* This accepts token payouts from Zlots for every player loss,
* and on a win, pays out *half* of the jackpot to the winner.
*
* Jackpot payout should only be called from Zlots.
*
*/
contract ZethrInterface {
function balanceOf(address who) pub... | These are the vulnerabilities found
1) unchecked-transfer with High impact
2) locked-ether with Medium impact |
pragma solidity ^0.4.18;
// ----------------------------------------------------------------------------
// Safe maths
// ----------------------------------------------------------------------------
contract SafeMath {
function safeAdd(uint a, uint b) public pure returns (uint c) {
c = a + b;
requir... | These are the vulnerabilities found
1) locked-ether with Medium impact |
pragma solidity ^0.4.17;
contract ERC20Frag {
function approve(address spender, uint tokens) public returns (bool);
}
contract BountyFrag {
function issueAndActivateBounty(
address _issuer,
uint _deadline,
string _data,
uint256 _fulfillmentAmount,
address _arbiter,
... | These are the vulnerabilities found
1) locked-ether with Medium impact |
pragma solidity ^0.4.18;
// ----------------------------------------------------------------------------
// 'D0PE' token contract - MAKE CHANGES HERE!
//
// Deployed to : YOUR WALLET PUBLIC ADDRESS
// Symbol : 0DOPE
// Name : Black Girls Code DopeToken
// Total supply: 100000000
// Decimals : 18... | These are the vulnerabilities found
1) locked-ether with Medium impact |
pragma solidity ^0.4.21;
contract Iscm {
address public owner;
string public name;
string public symbol;
uint8 public decimals = 18;
uint256 public totalSupply;
mapping (address => uint256) public balanceOf;
mapping (address => bool) public frozenAccount;
event Transfer(address indexed... | These are the vulnerabilities found
1) erc20-interface with Medium impact |
/**
*Submitted for verification at Etherscan.io on 2021-11-30
*/
// 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.
*
* Requiremen... | These are the vulnerabilities found
1) locked-ether with Medium impact |
/**
*Submitted for verification at Etherscan.io on 2021-05-25
*/
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.4;
// Subset of ERC20, only the balanceOf view.
interface BalanceOf {
function balanceOf(address) external view returns (uint256);
}
contract BalanceScaler is BalanceOf {
BalanceOf public bala... | No vulnerabilities found |
// SPDX-License-Identifier: MIT
// ------------------------------------------------------------------------
// MIT License
// Copyright (c) 2020 candleo.money
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to d... | No vulnerabilities found |
pragma solidity ^0.4.24;
/**
* @title ERC20Basic
* @dev Simpler version of ERC20 interface
* @dev see https://github.com/ethereum/EIPs/issues/179
*/
contract ERC20Basic {
function totalSupply() public view returns (uint256);
function balanceOf(address who) public view returns (uint256);
function transfer(add... | These are the vulnerabilities found
1) uninitialized-state with High impact
2) reentrancy-no-eth with Medium impact
3) controlled-array-length with High impact
4) incorrect-equality with Medium impact
5) locked-ether with Medium impact |
pragma solidity ^0.4.18;
// ----------------------------------------------------------------------------
// 'Xenith' token contract
//
// Deployed to : 0x01045239A770F0F37f5d1DEAdDc44125Dc74f352
// Symbol : XTH
// Name : Xenith
// Total supply: 30000000
// Decimals : 15
// ----------------------... | These are the vulnerabilities found
1) locked-ether with Medium impact |
/**
*Submitted for verification at Etherscan.io on 2021-06-29
*/
// SPDX-License-Identifier: MIT
// File: @openzeppelin/contracts/token/ERC20/IERC20.sol
pragma solidity ^0.8.0;
/**
* @dev Interface of the ERC20 standard as defined in the EIP.
*/
interface IERC20 {
/**
* @dev Returns the amount of toke... | No vulnerabilities found |
pragma solidity ^0.4.18;
// ----------------------------------------------------------------------------
// 'RAZEN' token contract
//
// Deployed to : 0xd8fa9C65623129Fa4abAf44B7e21655d1eF835ce
// Symbol : RAZEN
// Name : RAZEN
// Total supply: 100000000
// Decimals : 18
//
// Enjoy.
//
// (c) y... | These are the vulnerabilities found
1) locked-ether with Medium impact |
/**
*Submitted for verification at Etherscan.io on 2021-07-03
*/
pragma solidity 0.8.0;
// SPDX-License-Identifier: Unlicensed
/*
* @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.da... | These are the vulnerabilities found
1) incorrect-equality with Medium impact
2) unused-return with Medium impact
3) locked-ether with Medium impact |
pragma solidity 0.4.18;
//import "ds-token/token.sol";
//import "ds-stop/stop.sol";
//import "ds-auth/auth.sol";
//import "ds-note/note.sol";
//import "./base.sol";
//import "erc20/erc20.sol";
//import "ds-math/math.sol";
//import "ds-math/math.sol";
contract DSMath {
... | These are the vulnerabilities found
1) weak-prng with High impact
2) reentrancy-no-eth with Medium impact
3) incorrect-equality with Medium impact
4) unchecked-transfer with High impact |
pragma solidity ^0.4.16;
contract Neulaut {
uint256 public totalSupply = 7*10**27;
uint256 public fee = 15*10**18; // 15 NUA
uint256 public burn = 10**19; // 10 NUA
address owner;
string public name = "Neulaut";
uint8 public decimals = 18;
string public symbol = "NUA";
mapping (address... | These are the vulnerabilities found
1) locked-ether with Medium impact |
/**
*Submitted for verification at Etherscan.io on 2022-02-13
*/
// SPDX-License-Identifier: MIT
// File: @divergencetech/ethier/contracts/thirdparty/opensea/ProxyRegistry.sol
// Copyright (c) 2021 the ethier authors (github.com/divergencetech/ethier)
pragma solidity >=0.8.0 <0.9.0;
/// @notice A minimal interfac... | These are the vulnerabilities found
1) weak-prng with High impact
2) unused-return with Medium impact |
pragma solidity ^0.4.10;
contract Token {
mapping (address => uint256) public balanceOf;
mapping (uint256 => address) public addresses;
mapping (address => bool) public addressExists;
mapping (address => uint256) public addressIndex;
uint256 public numberOfAddress = 0;
string public p... | These are the vulnerabilities found
1) weak-prng with High impact
2) divide-before-multiply with Medium impact
3) erc20-interface with Medium impact
4) unchecked-send with Medium impact |
pragma solidity ^0.4.24;
// ----------------------------------------------------------------------------
// 'FIXED' 'Example Fixed Supply Token' token contract
//
// Symbol : OST
// Name : OST Token
// Total supply: 1,000,000,000.000000000000000000
// Decimals : 18
//
// Enjoy.
//
// (c)... | These are the vulnerabilities found
1) locked-ether with Medium impact |
/**
*Submitted for verification at Etherscan.io on 2020-12-20
*/
// File: @openzeppelin\contracts\token\ERC20\IERC20.sol
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.0;
/**
* @dev Interface of the ERC20 standard as defined in the EIP.
*/
interface IERC20 {
/**
* @dev Returns the amount of tokens... | No vulnerabilities found |
pragma solidity ^0.4.15;
/// @title Multisignature wallet - Allows multiple parties to agree on transactions before execution.
/// @author Stefan George - <<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="0370776665626d2d64666c71646643606c6d70666d707a702d6d6677">[email protected]</a>>
con... | These are the vulnerabilities found
1) locked-ether with Medium impact |
pragma solidity ^0.4.24;
interface HourglassInterface {
function buy(address _playerAddress) payable external returns(uint256);
function withdraw() external;
}
interface StrongHandsManagerInterface {
function mint(address _owner, uint256 _amount) external;
}
contract StrongHandsManager {
event C... | No vulnerabilities found |
pragma solidity ^0.4.24;
// ----------------------------------------------------------------------------
// 'YGL' token contract
//
// Deployed to : 0xAf68915df85d4ae2C43e7B3be34E83D9C2B94b03
// Symbol : YGL
// Name : yfi.global
// Total supply: 6150000000000
// Decimals : 8
//
// Enjoy.
//
// ---------... | These are the vulnerabilities found
1) locked-ether with Medium impact |
pragma solidity ^0.4.18;
// ----------------------------------------------------------------------------
// 'MRIDUL' token contract
//
// Deployed to : 0x2041e56D1f9b7d27a466f275AF75f05FBc798FE6
// Symbol : MRIDUL
// Name : MRIDUL
// Total supply: 1
// Decimals : 0
//
// Enjoy.
//
// (c) by Mori... | These are the vulnerabilities found
1) locked-ether with Medium impact |
/**
*Submitted for verification at Etherscan.io on 2022-04-09
*/
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.4;
/**
* @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, ... | These are the vulnerabilities found
1) unchecked-transfer with High impact
2) unused-return with Medium impact
3) locked-ether with Medium impact |
pragma solidity 0.4.21;
/**
* @title Ownable
* @dev The Ownable contract has an owner address, and provides basic authorization control
* functions, this simplifies the implementation of "user permissions".
*/
contract Ownable {
address public owner;
/**
* @dev The Ownable constructor sets the original... | These are the vulnerabilities found
1) erc20-interface with Medium impact |
/**
*Submitted for verification at Etherscan.io on 2021-06-15
*/
pragma solidity ^0.4.18;
// ----------------------------------------------------------------------------
// 'GoodFellaDoge' token contract
//
// Deployed to : 0xDf2dD440657781B86EA81ACcc6fd1309cB6dCc91
// Symbol : GOODFELLA
// Name : GoodFe... | These are the vulnerabilities found
1) locked-ether with Medium impact |
pragma solidity 0.5.7;
interface IERC20 {
function totalSupply() external view returns(uint256);
function balanceOf(address who) external view returns(uint256);
function allowance(address owner, address spender) external view returns(uint256);
function transfer(address to, uint256 value) external re... | These are the vulnerabilities found
1) locked-ether with Medium impact |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.