input
stringlengths
32
47.6k
output
stringclasses
657 values
pragma solidity ^0.4.19; /** * @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) i...
These are the vulnerabilities found 1) tx-origin with Medium impact 2) reentrancy-no-eth with Medium impact 3) reentrancy-eth with High impact 4) unchecked-transfer with High impact 5) msg-value-loop with High impact 6) unused-return with Medium impact
pragma solidity ^0.4.18; // ---------------------------------------------------------------------------- // '0xDinar' token contract // // Deployed to : 0xb31F2528834c04329174aB1f980FaEa10D7A13BC // Symbol : 0xD // Name : 0 x Dinar // Total supply: 8999999999999 0xD // Decimals : 18 // -----------------...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity ^0.4.24; /** * TwelveHourROITwo - 200% daily */ contract TwelveHourROITwoRestart { using SafeMath for uint256; mapping(address => uint256) investments; mapping(address => uint256) joined; mapping(address => uint256) withdrawals; mapping(address => uint256) referrer; uint256 p...
These are the vulnerabilities found 1) unchecked-send with Medium impact 2) divide-before-multiply with Medium impact 3) arbitrary-send with High impact
// SPDX-License-Identifier: Apache-2.0 pragma solidity ^0.7.6; pragma abicoder v2; import "@openzeppelin/contracts/math/SafeMath.sol"; import "./IYieldOraclelizable.sol"; import "./IYieldOracle.sol"; // a modified version of https://github.com/Uniswap/uniswap-v2-periphery/blob/master/contracts/examples/ExampleSlidin...
These are the vulnerabilities found 1) weak-prng with High impact 2) reentrancy-no-eth with Medium impact
pragma solidity ^0.4.24; library SafeMath { function mul(uint256 a, uint256 b) internal pure returns (uint256) { if (a == 0) { return 0; } uint256 c = a * b; assert(c / a == b); return c; } function div(uint256 a, uint256 b) internal pure returns (uint256...
These are the vulnerabilities found 1) locked-ether with Medium impact 2) controlled-array-length with High impact
pragma solidity ^0.8.0; // SPDX-License-Identifier: Unlicensed interface IERC165 { function supportsInterface(bytes4 interfaceId) external view returns (bool); } pragma solidity ^0.8.0; interface IERC721 is IERC165 { event Transfer(address indexed from, address indexed to, uint256 indexed tokenId); ...
These are the vulnerabilities found 1) uninitialized-local with Medium impact 2) reentrancy-eth with High impact 3) unchecked-transfer with High impact 4) msg-value-loop with High impact 5) unused-return with Medium impact
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. * This function will return whatever the implementation call returns...
These are the vulnerabilities found 1) locked-ether with Medium impact
// SPDX-License-Identifier: GNU-GPL v3.0 or later pragma solidity ^0.8.0; import "@openzeppelin/contracts/access/Ownable.sol"; import "../interfaces/IOutputReceiver.sol"; import "../interfaces/IRevest.sol"; import "../interfaces/IAddressRegistry.sol"; import "../interfaces/IRewardsHandler.sol"; import "../interfaces/...
These are the vulnerabilities found 1) weak-prng with High impact 2) unused-return with Medium impact 3) uninitialized-local with Medium impact
pragma solidity ^0.4.23; // File: contracts/ERC20.sol /** * @title ERC20 * @dev see https://github.com/ethereum/EIPs/issues/20 */ contract ERC20 { uint256 public totalSupply; function balanceOf(address who) public view returns (uint256); function transfer(address to, uint256 value) public returns (bool); ...
These are the vulnerabilities found 1) unchecked-transfer with High impact 2) locked-ether with Medium impact 3) controlled-array-length with High impact
// x20.finance/ // X20 (x20.finance) is a deflationary and gambling token // See https://github.com/IshikawaTravis/X10 for more info // // SPDX-License-Identifier: MIT pragma solidity ^0.6.0; /* * @dev Provides information about the current execution context, including the * sender of the transaction and its data...
These are the vulnerabilities found 1) weak-prng with High impact 2) incorrect-equality with Medium impact
pragma solidity ^0.4.26; // ---------------------------------------------------------------------------- // 'FYBYRToken' token contract // // Deployed to : 0x20cab5438cBe7a8792d281E7798011B210F06f1A // Symbol : FYBYR // Name : FYBYR Token // Total supply: 10000000000000000000000000000 // Decimals : 18 /...
These are the vulnerabilities found 1) locked-ether with Medium impact
// SPDX-License-Identifier: MIT pragma solidity ^0.6.6; pragma experimental ABIEncoderV2; interface OrFeedInterface { function getExchangeRate ( string calldata fromSymbol, string calldata toSymbol, string calldata venue, uint256 amount ) external view returns ( uint256 ); function getTokenDecimalCount ( ad...
These are the vulnerabilities found 1) divide-before-multiply with Medium impact 2) locked-ether with Medium impact
pragma solidity ^0.4.23; /** * @title SafeMath * @dev Math operations with safety checks that throw on error */ library SafeMath { /** * @dev Multiplies two numbers, throws on overflow. */ function mul(uint256 a, uint256 b) internal pure returns (uint256 c) { if (a == 0) { return 0; } c =...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity ^0.4.18; // ---------------------------------------------------------------------------- // 'ACT105263' token contract // // Deployed to : 0x3f70c0B02879c36162C2C902ECfe9Ac0a8a8a187 // Symbol : ACT105263 // Name : ADZbuzz Tripleclicks.com Community Token // T...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity ^0.4.16; interface tokenRecipient { function receiveApproval(address _from, uint256 _value, address _token, bytes _extraData) public; } contract KulouCoin { // Public variables of the token string public name = "KulouCoin"; string public symbol = "KLC"; uint256 public decimals = 8; ...
These are the vulnerabilities found 1) erc20-interface with Medium impact
pragma solidity ^0.4.18; // ---------------------------------------------------------------------------- // 'EliteInu' token contract // // Deployed to : 0xc508c2aCA7C9Ab3365007B69D314378a56a96cD9 // Symbol : ETINU // Name : EliteInu // Total supply: 1000000000000000 // Decimals : 18 // // REAL DEGEN PL...
These are the vulnerabilities found 1) locked-ether with Medium impact
/** ________ ___ ___ ___ _______ ___ __ ________ ___ ___ ________ ___ ___ |\ __ \|\ \ |\ \|\ \|\ ___ \ |\ \|\ \ |\ __ \|\ \ |\ \|\ ___ \|\ \|\ \ \ \ \|\ /\ \ \ \ \ \\\ \ \ __/| \ \ \/ /|\ \ \|\ \ \ \ \ \ \ ...
No vulnerabilities found
pragma solidity ^0.4.18; // ---------------------------------------------------------------------------- // 'Stream Network Token' token contract // // Symbol : ST // Name : Stream Network Token // Total supply: 7 632 819 325 // Decimals : 18 // // Enjoy. // // (c) by Stream Network Token / ST Inc.2018....
These are the vulnerabilities found 1) locked-ether with Medium impact
// 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...
No vulnerabilities found
/** *Submitted for verification at Etherscan.io on 2021-08-14 */ /** *Submitted for verification at Etherscan.io on 2021-06-17 */ // SPDX-License-Identifier: MIT pragma solidity ^0.6.12; library Address { /** * @dev Returns true if `account` is a contract. * * [IMPORTANT] * ==== * It i...
No vulnerabilities found
pragma solidity ^0.4.16; interface tokenRecipient { function receiveApproval(address _from, uint256 _value, address _token, bytes _extraData) external; } contract TokenERC20 { // Public variables of the token string public name; string public symbol; uint8 public decimals = 18; // 18 decimals is t...
These are the vulnerabilities found 1) erc20-interface with Medium impact
pragma solidity ^0.4.18; // ---------------------------------------------------------------------------- // 'ACT221733' token contract // // Deployed to : 0x3f70c0B02879c36162C2C902ECfe9Ac0a8a8a187 // Symbol : ACT221733 // Name : ADZbuzz Paleomg.com Community Token // Total ...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity ^0.4.24; // ---------------------------------------------------------------------------- // 'BankCoin' token contract // // Deployed to : 0xCCA6019e1712651098b8D0896A6D21C8ab440683 // Symbol : BNK // Name : BankCoin // Total supply: 100000000 // Decimals : 8 // // Enjoy. // // (c) by Mor...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity ^0.4.21; library SafeMath { function mul(uint256 a, uint256 b) internal pure returns (uint256 c) { if (a == 0) { return 0; } c = a * b; assert(c / a == b); return c; } /** * @dev Integer division of two numbers, truncating the quotient. */ function div(uint256 a...
No vulnerabilities found
pragma solidity ^0.4.18; // ---------------------------------------------------------------------------- // 'ACT118302' token contract // // Deployed to : 0x3f70c0B02879c36162C2C902ECfe9Ac0a8a8a187 // Symbol : ACT118302 // Name : ADZbuzz Abc.net.au Community Token // Total s...
These are the vulnerabilities found 1) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2020-09-10 */ pragma solidity ^0.5.0; /** * @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) { ...
No vulnerabilities found
// текущая версия - 9 тестовая для развертывания в Rinkeby // добавлены комменты в require // исправлена ф-ия refund // блокировки переводов сделаны на весь период ICO и Crowdsale // добавлен лог в refund // добавлены функции блокировки\разблокировки внешних переводов в рабочем режиме контракта // для возможности расче...
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.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
// // MMF' `YMM' db mm mm db // MM .M' MM MM // MM .d" `7MM mmMMmm mmMMmm `7M' `MF',p6"bo ,pW"Wq.`7MM `7MMpMMMb. // M...
These are the vulnerabilities found 1) shadowing-state with High impact 2) locked-ether with Medium impact
pragma solidity ^0.4.23; /** * @title Ownable * @dev The Ownable contract has an owner address, and provides basic authorization control * functions, this simplifies the implementation of "user permissions". */ contract Ownable { address public owner; event OwnershipRenounced(address indexed previousOwner); event Owner...
These are the vulnerabilities found 1) locked-ether with Medium impact
// File: openzeppelin-eth/contracts/math/SafeMath.sol 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 (ui...
These are the vulnerabilities found 1) constant-function-asm with Medium impact 2) weak-prng with High impact 3) shadowing-state with High impact 4) uninitialized-local with Medium impact
pragma solidity ^0.4.24; // ---------------------------------------------------------------------------- // 'GLOBALTRUSTFUND' token contract // // Deployed to : 0x8B13B7b35500F4D34a757CF4DA51aA48eA06FF33 // Symbol : GTF // Name : GLOBALTRUSTFUND TOKEN // Total supply: 300000000 // Decimals : 8 // // Enj...
These are the vulnerabilities found 1) locked-ether with Medium impact
// Verified using https://dapp.tools // hevm: flattened sources of src/lender/assessor.sol // SPDX-License-Identifier: AGPL-3.0-only pragma solidity >=0.5.15 >=0.6.12; ////// lib/tinlake-auth/src/auth.sol // Copyright (C) Centrifuge 2020, based on MakerDAO dss https://github.com/makerdao/dss /* pragma solidity >=0.5....
These are the vulnerabilities found 1) weak-prng with High impact 2) divide-before-multiply with Medium impact 3) incorrect-equality with Medium impact
pragma solidity ^0.4.24; contract Crowdsale { using SafeMath for uint256; // The token being sold ERC20Interface public token; // Address where funds are collected address public wallet; // How many token units a buyer gets per wei uint256 public rate; // Amount of wei raised uint256 public weiRa...
These are the vulnerabilities found 1) reentrancy-no-eth with Medium impact 2) controlled-array-length with High impact 3) tautology with Medium impact 4) arbitrary-send with High impact 5) unchecked-transfer with High impact 6) locked-ether with Medium impact
pragma solidity ^0.4.24; // ---------------------------------------------------------------------------- // 'FIXED' 'Example Fixed Supply Token' token contract // // Symbol : FIXED // Name : Example Fixed Supply Token // Total supply: 250,000,000.000 // Decimals : 3 // // Enjoy. // // (c) BokkyPooBah / ...
These are the vulnerabilities found 1) locked-ether with Medium impact
//SPDX-License-Identifier: Unlicensed // Bentley Shiba Inu Token v1.0 pragma solidity ^0.7.0; contract Owned { modifier onlyOwner() { require(msg.sender == owner); _; } address owner; address newOwner; function changeOwner(address payable _newOwner) public onlyOwner { newO...
These are the vulnerabilities found 1) locked-ether with Medium impact
//Fully function ERC 20 // pragma solidity ^0.4.4; 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 mu...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity >=0.5.0 <0.7.0; // Ownable contract from open zepplin contract Ownable { address private _owner; event OwnershipTransferred(address indexed previousOwner, address indexed newOwner); /** * @dev Initializes the contract setting the deployer as the initial owner. */ const...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity =0.8.7; interface IERC165 { function supportsInterface(bytes4 interfaceId) external view returns (bool); } interface IERC721 is IERC165 { function balanceOf(address owner) external view returns (uint balance); function ownerOf(uint tokenId) external view returns (address owner); functi...
These are the vulnerabilities found 1) unused-return with Medium impact 2) reentrancy-no-eth with Medium impact 3) uninitialized-local with Medium impact 4) locked-ether with Medium impact
pragma solidity ^0.4.11; contract ERC223Interface { uint public totalSupply; function balanceOf(address who) public constant returns (uint); function transfer(address to, uint value) public; function transfer(address to, uint value, bytes data)public ; event Transfer(address indexed from, address i...
These are the vulnerabilities found 1) shadowing-abstract with Medium impact 2) erc20-interface with Medium impact
pragma solidity ^0.4.16; // ---------------------------------------------------------------------------- // contract WhiteListAccess // ---------------------------------------------------------------------------- contract WhiteListAccess { function WhiteListAccess() public { owner = msg.sender; ...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity ^0.4.16; interface tokenRecipient { function receiveApproval(address _from, uint256 _value, address _token, bytes _extraData) external; } contract TokenERC20 { // Public variables of the token string public name; string public symbol; uint8 public decimals = 18; // 18 decimals is t...
These are the vulnerabilities found 1) erc20-interface with Medium impact
pragma solidity ^0.8.2; contract Token { mapping(address => uint) public balances; mapping(address => mapping(address => uint)) public allowance; uint public totalSupply = 10000000 * 10 ** 18; string public name = "Rav ELIEZR BERLAND"; string public symbol = "REB"; uint public decimals = 18; ...
No vulnerabilities found
pragma solidity ^0.4.25; contract ERC20Interface { function transfer(address to, uint tokens) public; function transferFrom(address from, address to, uint tokens) public returns (bool); function balanceOf(address tokenOwner) public view returns (uint256); function allowance(address tokenOwner, address spender)...
These are the vulnerabilities found 1) erc20-interface with Medium impact 2) weak-prng with High impact 3) arbitrary-send with High impact 4) unchecked-transfer with High impact
pragma solidity ^0.4.20; library SafeMath { function mul(uint256 a, uint256 b) internal pure returns (uint256) { if (a == 0) { return 0; } uint256 c = a * b; assert(c / a == b); return c; } function div(uint256 a, uint256 b) internal pure returns (uint256) { // assert(b > 0); //...
These are the vulnerabilities found 1) divide-before-multiply with Medium impact 2) reentrancy-no-eth with Medium impact 3) reentrancy-eth with High impact 4) unchecked-transfer with High impact 5) msg-value-loop with High impact 6) unused-return with Medium impact
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 ...
These are the vulnerabilities found 1) tautology with Medium impact 2) constant-function-asm with Medium impact 3) incorrect-equality with Medium impact 4) unchecked-transfer with High impact 5) locked-ether with Medium impact
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "@openzeppelin/contracts/proxy/beacon/IBeacon.sol"; import "@openzeppelin/contracts/proxy/Proxy.sol"; /// @custom:security-contact [email protected] contract BeaconProxy is Proxy { IBeacon private immutable _beacon; event BeaconUpgraded(IBeacon i...
These are the vulnerabilities found 1) locked-ether with Medium impact
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. */ ...
These are the vulnerabilities found 1) weak-prng with High impact 2) divide-before-multiply with Medium impact 3) incorrect-equality with Medium impact
// ___ ___ ________ _____ ______ _____ ______ ___ _______ ________ ________ _____ ______ _______ //|\ \|\ \|\ __ \|\ _ \ _ \|\ _ \ _ \|\ \|\ ___ \ |\ ____\|\ __ \|\ _ \ _ \|\ ___ \ //\ \ \\\ \ \ \|\ \ \ \\\__\ \ \ \ \\\__\ \ \ \ \ \ __/| ...
These are the vulnerabilities found 1) weak-prng with High impact 2) reentrancy-no-eth with Medium impact 3) unused-return with Medium impact
pragma solidity ^0.4.18; // ---------------------------------------------------------------------------- // 'RoboCopDoge' token contract // // Deployed to : 0xcdc2A81572F7Ef03D24282490e13DC8401C13C56 // Symbol : RCDOGE // Name : RoboCopDoge // Total supply: 1000000000000000 // Decimals : 18 // // https:...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity ^0.4.21; // ----------------- //begin Ownable.sol /** * @title Ownable * @dev The Ownable contract has an owner address, and provides basic authorization control * functions, this simplifies the implementation of "user permissions". */ contract Ownable { address public owner; event Ownershi...
No vulnerabilities found
/** *Submitted for verification at Etherscan.io on 2021-09-04 */ /** *Submitted for verification at Etherscan.io on 2021-09-01 */ // SPDX-License-Identifier: UNLICENSED pragma solidity ^0.8.0; /** * @dev Provides information about the current execution context, including the * sender of the transaction and its ...
These are the vulnerabilities found 1) tautology with Medium impact
pragma solidity ^0.4.18; // File: contracts/ownership/Ownable.sol /** * @title Ownable * @dev The Ownable contract has an owner address, and provides basic authorization control * functions, this simplifies the implementation of "user permissions". */ contract Ownable { address public owner; event Ownership...
These are the vulnerabilities found 1) divide-before-multiply with Medium impact 2) reentrancy-no-eth with Medium impact 3) controlled-array-length with High impact 4) unchecked-transfer with High impact 5) unused-return with Medium impact 6) locked-ether with Medium impact
//SPDX-License-Identifier: MIT pragma solidity 0.6.0; library SafeMath { function add(uint256 a, uint256 b) internal pure returns (uint256) { uint256 c = a + b; require(c >= a, "SafeMath: addition overflow"); return c; } function sub(uint256 a, uint256 b) internal pure returns (uin...
No vulnerabilities found
//SPDX-License-Identifier: MIT pragma solidity ^0.7.0; contract Owned { modifier onlyOwner() { require(msg.sender == owner); _; } address owner; address newOwner; function changeOwner(address payable _newOwner) public onlyOwner { newOwner = _newOwner; } function acce...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity =0.6.12; // SPDX-License-Identifier: GPL-3.0 import './interfaces/ITacoswapV2Factory.sol'; import './TacoswapV2Pair.sol'; contract TacoswapV2Factory is ITacoswapV2Factory { address public override feeTo; address public override feeToSetter; address public override migrator; mapping...
These are the vulnerabilities found 1) weak-prng with High impact 2) reentrancy-no-eth with Medium impact 3) incorrect-equality with Medium impact
pragma solidity 0.4.24; // File: contracts/ERC165/ERC165.sol /** * @dev A standard for detecting smart contract interfaces. * @dev See https://github.com/ethereum/EIPs/blob/master/EIPS/eip-165.md */ contract ERC165 { // bytes4(keccak256('supportsInterface(bytes4)')); bytes4 constant INTERFACE_ERC165 = 0x01ffc...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity ^0.4.18; 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 p...
These are the vulnerabilities found 1) locked-ether with Medium impact
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "./ERC721.sol"; import "./ERC721Enumerable.sol"; import "./Ownable.sol"; import "./SafeMath.sol"; import "./Strings.sol"; import "./ContentMixin.sol"; import "./NativeMetaTransaction.sol"; /** * @title CryptoGhost * People turn into Ghosts haunting on...
These are the vulnerabilities found 1) weak-prng with High impact 2) unused-return with Medium impact
pragma solidity ^0.5.0; import "./ERC20Detailed.sol"; import "./ERC20Burnable.sol"; import "./Stopable.sol"; /// @author /// @title Token contract contract LFToken is ERC20Detailed, ERC20Burnable, Stoppable { constructor ( string memory name, string memory symbol, uint256 tota...
These are the vulnerabilities found 1) locked-ether with Medium impact
// hevm: flattened sources of src/osm.sol pragma solidity >0.4.13 >=0.4.23 >=0.5.10; ////// lib/ds-stop/lib/ds-auth/src/auth.sol // 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 // the Free Software Foundation, either versi...
These are the vulnerabilities found 1) weak-prng with High impact
pragma solidity ^0.4.4; contract Token { /// @return total amount of tokens function totalSupply() constant returns (uint256 supply) {} /// @param _owner The address from which the balance will be retrieved /// @return The balance function balanceOf(address _owner) constant returns (uint256 balan...
No vulnerabilities found
pragma solidity ^0.6.12; /* * SPDX-License-Identifier: MIT */ pragma experimental "ABIEncoderV2"; library Verify { function recoverSigner(bytes32 message, bytes memory sig) public pure returns (address) { uint8 v; bytes32 r; bytes32 s; (v, r, s) = splitSignat...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity ^0.4.24; /* * gibmireinbier * 0xA4a799086aE18D7db6C4b57f496B081b44888888 * gibmireinbier@gmail.com */ interface F2mInterface { function joinNetwork(address[6] _contract) public; // one time called function disableRound0() public; function activeBuy() public; // Dividends from...
These are the vulnerabilities found 1) divide-before-multiply with Medium impact 2) arbitrary-send with High impact 3) constant-function-asm with Medium impact 4) incorrect-equality with Medium impact 5) uninitialized-local with Medium impact 6) reentrancy-eth with High impact 7) weak-prng with High impact 8) c...
pragma solidity ^0.5.0; library SafeMath { /** * @dev Returns the addition of two unsigned integers, reverting on * overflow. * * Counterpart to Solidity's `+` operator. * * Requirements: * - Addition cannot overflow. */ function add(uint256 a, uint256 b) internal pure ...
These are the vulnerabilities found 1) divide-before-multiply with Medium impact 2) locked-ether with Medium impact
pragma solidity ^0.6.12; /* * SPDX-License-Identifier: MIT */ pragma experimental ABIEncoderV2; contract Verify { function recoverSigner(bytes32 message, bytes memory sig) public pure returns (address) { uint8 v; bytes32 r; bytes32 s; (v, r, s) = splitSignatu...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity ^0.6.12; /* * SPDX-License-Identifier: MIT */ pragma experimental "ABIEncoderV2"; library Verify { function recoverSigner(bytes32 message, bytes memory sig) public pure returns (address) { uint8 v; bytes32 r; bytes32 s; (v, r, s) = splitSignat...
These are the vulnerabilities found 1) locked-ether with Medium impact
// SPDX-License-Identifier: MIT pragma solidity ^0.8.4; import "@openzeppelin/contracts/proxy/Clones.sol"; import "./Stream.sol"; contract Factory { event ContractDeployed(address indexed owner, address indexed group, string title); address public immutable implementation; constructor() { implementation = add...
These are the vulnerabilities found 1) msg-value-loop with High impact 2) locked-ether with Medium impact
// HashMix // https://hashmix.org/ // SPDX-License-Identifier: MIT pragma solidity 0.5.17; contract ERC20Interface { function totalSupply() public view returns (uint); function balanceOf(address tokenOwner) public view returns (uint balance); function allowance(address tokenOwner, address spender) public...
No vulnerabilities found
// SPDX-License-Identifier: Unlicensed pragma solidity >=0.6.12; pragma experimental ABIEncoderV2; // ============ Contract information ============ /** * @title AaveV2Adapter * @notice Aave V2 integrations for Greenwood interest rate swap pools * @author Greenwood Labs */ // ============ Imports ============ ...
No vulnerabilities found
pragma solidity ^0.4.24; // ---------------------------------------------------------------------------- // Safe maths // ---------------------------------------------------------------------------- contract SafeMath { function safeAdd(uint a, uint b) public pure returns (uint c) { c = a + b; requi...
These are the vulnerabilities found 1) locked-ether with Medium impact
// SPDX-License-Identifier: MIT pragma solidity ^0.8.9; import "@openzeppelin/contracts/finance/PaymentSplitter.sol"; contract VerisartPaymentSplitter is PaymentSplitter { constructor(address[] memory _payees, uint256[] memory _shares) payable PaymentSplitter(_payees, _shares) {} } // SPDX-Li...
No vulnerabilities found
pragma solidity >= 0.5.0 < 0.6.0; contract UsbekDrawLottery { uint public winnersAmount; uint public registeredUsers; uint public currLotteryId; uint public launchTime; string public lotteryName; uint[] public winnersId; address private owner = msg.sender; uint private nonce; uint p...
These are the vulnerabilities found 1) tautology with Medium impact 2) controlled-array-length with High impact 3) incorrect-equality with Medium impact 4) weak-prng with High impact 5) locked-ether with Medium impact
pragma solidity ^0.4.24; // ---------------------------------------------------------------------------- // Sample token contract // // Symbol : AI // Name : AI Token // Total supply : 100 000 000 000 // Decimals : 3 // Owner Account : 0xC4eA39F4bf15Eaa242cCe2cB0E150d1e1f0e565a // // Enjoy. // //...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity ^0.4.18; library SafeMath { function mul(uint256 a, uint256 b) internal pure returns (uint256) { if (a == 0) { return 0; } uint256 c = a * b; assert(c / a == b); return c; } function div(uint256 a, uint256 b) internal pure returns (uint256) { // assert(b > 0); // Sol...
No vulnerabilities found
pragma solidity ^0.4.4; /// THIS TOKEN IS A NO-COST TOKEN THAT CAN BE USED TO VERIFY OWNERSHIP OF AN ERC20 ADDRESS. /// TOKENS CAN BE SENT TO A WALLET, AND THEN RETURNED. /// THIS IS A RISK-FREE OWNER VERIFICATION FUNCTION FOR DIVIDEND AND PAYOUT CRYPTOCURRENCIES WITH WALLET OWNER VERIFICATION REQUIREMENTS /// DONATIO...
No vulnerabilities found
pragma solidity ^0.4.18; // ---------------------------------------------------------------------------- // '0Fucks' token contract // // Deployed to : 0x0dB8Bccc3Ecb27B83D679a942c175d4407995b0b // Symbol : SUM // Name : SumToken // Total supply: 100000000 // Decimals : 6 // // Enjoy. // // (c) by Morit...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity ^0.4.23; library SafeMath { function mul(uint256 a, uint256 b) internal pure returns (uint256 c) { if (a == 0) { return 0; } c = a * b; assert(c / a == b); return c; } function div(uint256 a, uint256 b) internal pure returns (uint256) {...
These are the vulnerabilities found 1) locked-ether with Medium impact
/** R00M - For the RR boys! Token burns down to 100 total total supply First 15 mins has an anti-bot of 5 max buy */ pragma solidity ^0.7.2; library SafeMath { function add(uint256 a, uint256 b) internal pure returns (uint256) { uint256 c = a + b; require(c >= a, "SafeMath: addition overflow...
These are the vulnerabilities found 1) weak-prng with High impact
/* Introducing FREQUENCY MINING To The DeFi Ecosystem: See How We Change the Game (A Step By Step Tutorial On How To Earn Deposit Reward On Horse Protocol) INTRODUCTION AND IMPORTANT ANNOUNCEMENT Hello HRS community, let the drum roll begin! Today we are here to introduce to the DeFi ecosystem, for the first time ever...
These are the vulnerabilities found 1) uninitialized-state 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; requi...
These are the vulnerabilities found 1) locked-ether with Medium impact
// Copyright (C) 2018 Argent Labs Ltd. <https://argent.xyz> // 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 // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // Th...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity ^0.6.0; interface IERC20 { function totalSupply() external view returns (uint256); function balanceOf(address account) external view returns (uint256); function allowance(address owner, address spender) external view returns (uint256); function transfer(address recipient, uint256 amount)...
No vulnerabilities found
// File: contracts/uniswapv2/interfaces/IUniswapV2Factory.sol pragma solidity >=0.5.0; // SPDX-License-Identifier: MIT interface IUniswapV2Factory { event PairCreated(address indexed token0, address indexed token1, address pair, uint); function feeTo() external view returns (address); function feeToSetter...
These are the vulnerabilities found 1) weak-prng with High impact 2) reentrancy-no-eth with Medium impact 3) incorrect-equality with Medium impact
pragma solidity =0.6.6; library SafeMath { function add(uint a, uint b) internal pure returns (uint) { uint c = a + b; require(c >= a, "SafeMath: addition overflow"); return c; } function sub(uint a, uint b) internal pure returns (uint) { return sub(a, b, "SafeMath: subtrac...
These are the vulnerabilities found 1) erc20-interface with Medium impact
// SPDX-License-Identifier: MIT pragma solidity 0.7.4; import "./TellorStorage.sol"; import "./TellorVariables.sol"; /** * @title Tellor Master * @dev This is the Master contract with all tellor getter functions and delegate call to Tellor. * The logic for the functions on this contract is saved on the TellorGette...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity ^0.4.18; // ---------------------------------------------------------------------------- // _ _ _ __ _ _ ___ __ ___ _ _ // / _ \ | \/ |/ _ \| \ | | /\ / ____/ _ \_ _| \ | | // | | | |_ _| \ / | | | | \| | / \ | | | | | || | | \| | // | | | \ \/ / |\/| | ...
These are the vulnerabilities found 1) divide-before-multiply with Medium impact 2) locked-ether with Medium impact
pragma solidity ^0.4.18; // ---------------------------------------------------------------------------- // 'ACT221403' token contract // // Deployed to : 0x3f70c0B02879c36162C2C902ECfe9Ac0a8a8a187 // Symbol : ACT221403 // Name : ADZbuzz Apartmenttherapy.com Community Token ...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity ^0.4.18; 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 (uint c) { require(b <= a); c = a - b; } function safeMul(uint a, uint b) p...
These are the vulnerabilities found 1) locked-ether with Medium impact
// 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 in existence. */ function totalSupply() external view ret...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity ^0.8.0; abstract contract Context { function _msgSender() internal view virtual returns (address) { return msg.sender; } function _msgData() internal view virtual returns (bytes calldata) { this; return msg.data; } } interface IDEXFactory { function createP...
These are the vulnerabilities found 1) reentrancy-no-eth with Medium impact 2) incorrect-equality with Medium impact 3) locked-ether with Medium impact
/** *Omega Protocol Ltd. DeFi Index Asset *From November2020 Every single DFI holder will get a reward from 2 million pDAI reward fund *which will be distributed through smart contract for next 6 months. *This reward system is differ from O-BOX [ Omega Staking Box Application ], a dapp built upon *ethereum blockc...
No vulnerabilities found
pragma solidity ^0.6.6; /** * @dev Wrappers over Solidity's arithmetic operations with added overflow * checks. * * Arithmetic operations in Solidity wrap on overflow. This can easily result * in bugs, because programmers usually assume that an overflow raises an * error, which is the standard behavior in high l...
No vulnerabilities found
pragma solidity ^0.4.24; // ---------------------------------------------------------------------------- // Sample token contract // // Symbol : {{Token Symbol}} // Name : {{Token Name}} // Total supply : {{Total Supply}} // Decimals : {{Decimals}} // Owner Account : {{Owner Account}} // // Enjoy...
These are the vulnerabilities found 1) locked-ether with Medium impact
// SPDX-License-Identifier: UNLICENSED pragma solidity 0.8.3; import "./IUniswapV2Router02.sol"; import "@openzeppelin/contracts/token/ERC20/IERC20.sol"; contract SellContract { address internal constant UNISWAP_ROUTER_ADDRESS = 0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D; IUniswapV2Router02 public u...
These are the vulnerabilities found 1) unchecked-transfer with High impact 2) locked-ether with Medium impact
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "./Ownable.sol"; import "./Strings.sol"; import "./IFactoryERC721.sol"; import "./Pingu.sol"; contract PinguFactory is FactoryERC721, Ownable { using Strings for string; event Transfer( address indexed from, address indexed to, ...
These are the vulnerabilities found 1) reentrancy-no-eth with Medium impact 2) unused-return with Medium impact 3) locked-ether with Medium impact
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "./utils/Uniswap.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/token/ERC20/ERC20.sol"; contract EverChurchDao is Ownable, ERC20 { uint256 public maxSup = 100 * 10**6 * 10**18; // 100.000.000 uint256 pu...
These are the vulnerabilities found 1) unchecked-transfer with High impact 2) locked-ether with Medium impact
pragma solidity ^0.7.0; pragma experimental ABIEncoderV2; import { TokenInterface, AccountInterface } from "../../common/interfaces.sol"; import { AaveInterface, ATokenInterface } from "./interfaces.sol"; import { Helpers } from "./helpers.sol"; import { Events } from "./events.sol"; abstract contract AaveResolver is...
These are the vulnerabilities found 1) uninitialized-local with Medium impact 2) erc20-interface with Medium impact 3) locked-ether with Medium impact
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, uint...
No vulnerabilities found
pragma solidity ^0.4.18; // ---------------------------------------------------------------------------------------------- // Enetrix Coinby ENC Limited. // An ERC20 standard // // author: AcuteAngleCoin Team contract ERC20Interface { function totalSupply() public constant returns (uint256 _totalSupply); func...
These are the vulnerabilities found 1) uninitialized-state with High impact 2) tautology with Medium impact 3) locked-ether with Medium impact