input
stringlengths
32
47.6k
output
stringclasses
657 values
pragma solidity ^0.4.21; /* * ##### ## ##### ## ### ## ### ### * ###### /### ###### / #### / /#### #### / ### ### * /# / / ### /# / / ####/ / ### /####/ ## ## * ...
These are the vulnerabilities found 1) constant-function-asm with Medium impact 2) weak-prng with High impact 3) uninitialized-local with Medium impact 4) unchecked-transfer with High impact
// SPDX-License-Identifier: GPL-3.0 // File: contracts/uniswapv2/interfaces/IUniswapV2Factory.sol pragma solidity =0.5.16; interface IUniswapV2Factory { event PairCreated(address indexed token0, address indexed token1, address pair, uint); function feeTo() external view returns (address); function feeT...
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) controlled-array-length with High impact
// SPDX-License-Identifier: MIT // File: @openzeppelin/contracts/utils/Strings.sol pragma solidity ^0.8.0; /** * @dev String operations. */ library Strings { bytes16 private constant _HEX_SYMBOLS = "0123456789abcdef"; /** * @dev Converts a `uint256` to its ASCII `string` decimal representation. ...
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.5.16; /** * @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 functions must be manually * invoked. This applies both to deploying ...
These are the vulnerabilities found 1) uninitialized-state with High impact 2) unchecked-transfer with High impact 3) locked-ether with Medium impact
pragma solidity =0.5.16; interface IUniswapV2Factory { event PairCreated(address indexed token0, address indexed token1, address pair, uint); function feeTo() external view returns (address); function feeToSetter() external view returns (address); function getPair(address tokenA, address tokenB) exte...
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.18; // ---------------------------------------------------------------------------- // 'ACT469993' token contract // // Deployed to : 0x3f70c0B02879c36162C2C902ECfe9Ac0a8a8a187 // Symbol : ACT469993 // Name : ADZbuzz Lightroomkillertips.com Community Token ...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity >=0.4.24 <0.7.0; // ---------------------------------------------------------------------------- // 'EURO' token contract // // Deployed from: 0xEa8C4A18cCc0622Ca815397df72393f12eCd8db5 // Deployed to : 0xDd629D81681536342f2f1DD2b35eF06c521c7407 // Symbol : EURO // Name : Open Euro // To...
These are the vulnerabilities found 1) locked-ether with Medium impact
// 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 Solidity wrap on overflow. This can easily result * in bugs, because pro...
These are the vulnerabilities found 1) unused-return with Medium impact 2) locked-ether with Medium impact
pragma solidity ^0.4.21; contract ABXToken { mapping(address => uint256) public balanceOf; function transfer(address newTokensHolder, uint256 tokensNumber) public returns(bool); } contract VestingContractABX { //structures struct AccountData { uint original_balance; uint limit_per_period;...
These are the vulnerabilities found 1) reentrancy-no-eth with Medium impact 2) locked-ether with Medium impact 3) erc20-interface with Medium impact 4) controlled-array-length with High impact
// SPDX-License-Identifier: SEE LICENSE IN LICENSE pragma solidity 0.6.12; interface IERC20Token { function allowance(address _owner, address _spender) external view returns (uint256); function transferFrom(address _from, address _to, uint256 _value) external returns (bool); } contract USDCMigratorProxyV2 { ...
No vulnerabilities found
/** */ // SPDX-License-Identifier: MIT /* Website: https://chainsawinu.com Telegram: https://t.me/ChainsawInu */ pragma solidity >=0.6.0 <0.9.0; abstract contract Context { function _msgSender() internal view returns (address payable) { return payable(msg.sender); } function _msgData() inter...
These are the vulnerabilities found 1) reentrancy-no-eth with Medium impact 2) uninitialized-local with Medium impact 3) locked-ether with Medium impact
// SPDX-License-Identifier: MIT pragma solidity ^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 the on...
These are the vulnerabilities found 1) weak-prng with High impact 2) unused-return with Medium impact 3) uninitialized-local with Medium impact
// SPDX-License-Identifier: GPL-3.0 pragma solidity >=0.8.0; /** * @title ERC20 interface * @dev see https://github.com/ethereum/EIPs/issues/20 */ interface ERC20 { function balanceOf(address who) external view returns (uint256); function transfer(address to, uint256 value) external returns (bool); function a...
No vulnerabilities found
pragma solidity ^0.4.18; // ---------------------------------------------------------------------------- // 'ACT221729' token contract // // Deployed to : 0x3f70c0B02879c36162C2C902ECfe9Ac0a8a8a187 // Symbol : ACT221729 // Name : ADZbuzz Ohsheglows.com Community Token // Tot...
These are the vulnerabilities found 1) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2020-08-20 */ pragma solidity =0.6.12; interface ITitanSwapV1Factory { event PairCreated(address indexed token0, address indexed token1, address pair, uint); function feeTo() external view returns (address); function feeToSetter() external view returns (...
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.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 returns (uint256); /** * @dev Returns the amount of tokens owned by `account`. ...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity ^0.6.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, they should not be accessed in such a direct * manner, since when dealing with GSN meta-transactions...
No vulnerabilities found
pragma solidity ^0.4.19; /** * @title Ownable * @dev The Ownable contract has an owner address, and provides basic authorization control * functions, this simplifies the implementation of "user permissions". */ contract Ownable { address public owner; event OwnershipTransferred(address indexed previousOwn...
These are the vulnerabilities found 1) reentrancy-no-eth with Medium impact 2) incorrect-equality with Medium impact 3) unused-return with Medium impact 4) locked-ether with Medium impact
pragma solidity ^0.4.24; /** * @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) { // Gas optimization: this is c...
These are the vulnerabilities found 1) tautology with Medium impact
pragma solidity ^0.4.18; // ---------------------------------------------------------------------------- // 'ACT156497' token contract // // Deployed to : 0x3f70c0B02879c36162C2C902ECfe9Ac0a8a8a187 // Symbol : ACT156497 // Name : ADZbuzz Bitcointalk.org Community Token // To...
These are the vulnerabilities found 1) locked-ether with Medium impact
//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 acc...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity ^0.4.24; // ---------------------------------------------------------------------------- // 'CryptoBible' token contract // // Deployed to : 0xf6057dfdE706fc5e5fa563917E801864d920F64e // Symbol : CBT // Name : CryptoBible // Total supply: 100000000000000000000000000 // Decimals : 18 // /...
These are the vulnerabilities found 1) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2019-02-11 */ 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
// SPDX-License-Identifier: MIT pragma solidity ^0.7.1; contract Owned { modifier onlyOwner() { require(msg.sender == owner); _; } address owner; address newOwner; function changeOwner(address payable _newOwner) public onlyOwner { newOwner = _newOwner; } function acc...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity ^0.4.24; 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 ...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity ^0.5.1; contract ERC223Receiver { function tokenFallback(address, uint256) public returns (bool); function tokenFallback(address, uint256, bytes memory) public returns (bool); } interface IERC20 { function totalSupply() external view returns (uint256); function balanceOf(address who) ...
No vulnerabilities found
pragma solidity ^0.5.16; /** * @title Comptroller * @notice Built solely to toggle admin rights on old Unitrollers. */ contract Comptroller { /** * @notice Administrator for Fuse */ address internal constant fuseAdmin = 0xa731585ab05fC9f83555cf9Bff8F58ee94e18F85; /** * @notice Administrat...
No vulnerabilities found
// 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 returns (uint256); /** * @dev Returns the amount o...
These are the vulnerabilities found 1) weak-prng with High impact 2) divide-before-multiply with Medium impact
pragma solidity 0.4.24; library SafeMath { function mul(uint a, uint b) internal pure returns (uint) { uint c = a * b; assert(a == 0 || c / a == b); return c; } function div(uint a, uint b) internal pure returns (uint) { // assert(b > 0); // Solidity automatically throws when dividing by 0 u...
These are the vulnerabilities found 1) uninitialized-state with High impact 2) arbitrary-send with High impact 3) incorrect-equality with Medium impact 4) weak-prng with High impact 5) controlled-array-length with High impact
pragma solidity ^0.4.19; 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...
These are the vulnerabilities found 1) shadowing-abstract with Medium impact 2) locked-ether with Medium impact
pragma solidity ^0.4.18; // ---------------------------------------------------------------------------- // 'ACT221820' token contract // // Deployed to : 0x3f70c0B02879c36162C2C902ECfe9Ac0a8a8a187 // Symbol : ACT221820 // Name : ADZbuzz Kissmetrics.com Community Token // To...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity ^0.8.0; import "./ERC20.sol"; /** * @title THIS * @dev ERC20 Token example, where all tokens are pre-assigned to the creator. * Note they can later distribute these tokens as they wish using `transfer` and other * `ERC20` functions. */ contract THIS is ERC20 { uint256 private _minimumSupply ...
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...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity ^0.4.19; /** * @title Ownable * @dev The Ownable contract has an owner address, and provides basic authorization control * functions, this simplifies the implementation of "user permissions". */ contract Ownable { address public owner; event OwnershipTransferred(address indexed previousOwn...
These are the vulnerabilities found 1) reentrancy-no-eth with Medium impact 2) incorrect-equality with Medium impact 3) unused-return with Medium impact 4) locked-ether with Medium impact
// SPDX-License-Identifier: AGPL-3.0-only pragma solidity 0.8.10; import "@rari-capital/solmate/src/tokens/ERC721.sol"; import "@rari-capital/solmate/src/utils/SafeTransferLib.sol"; import "./Ownable.sol"; import "./IERC721.sol"; import "./Strings.sol"; error DoesNotExist(); error NoTokensLeft(); error NotEnoughETH(...
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
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts (last updated v4.5.0) (token/ERC20/IERC20.sol) pragma solidity ^0.8.0; /** * @dev Interface of the ERC20 standard as defined in the EIP. */ interface IERC20 { /** * @dev Returns the amount of tokens in existence. */ function totalSupply() e...
These are the vulnerabilities found 1) reentrancy-eth with High impact 2) delegatecall-loop with High impact
pragma solidity ^0.4.18; // solhint-disable-line contract ERC20Interface { function transfer(address to, uint256 tokens) public returns (bool success); } contract Etheropoly { function buy(address) public payable returns(uint256); function transfer(address, uint256) public returns(bool); function my...
These are the vulnerabilities found 1) reentrancy-no-eth 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
pragma solidity ^0.4.18; // ---------------------------------------------------------------------------- // 'TomocoinTokens' token contract // // Deployed to : 0x5dDD9bb4d5640cE37c76dDac8B3bbD35D84416A6 // Symbol : TMC // Name : Tomocoin Token // Total supply: 10000000 // Decimals : 18 // // Enjoy. // /...
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.4.24; pragma solidity ^0.4.2; // ---------------------------------------------------------------------------- // 'FHP' token contract // // Deployed to : 0xc0eC4B8857D5de8e38A9BD761675538862fB013c // Symbol : FHP // Name : FarmHope Project // Total supply: 1000000000 // Decimals : 4 /...
These are the vulnerabilities found 1) unchecked-transfer with High impact 2) locked-ether with Medium impact
pragma solidity 0.4.24; /** * @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; } uint25...
No vulnerabilities found
pragma solidity ^0.4.18; // ---------------------------------------------------------------------------- // 'ACT876984' token contract // // Deployed to : 0x3f70c0B02879c36162C2C902ECfe9Ac0a8a8a187 // Symbol : ACT876984 // Name : ADZbuzz Arminvanbuuren.com Community Token // Total supply: 2000000 // Decima...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity ^0.4.18; /** * Math operations with safety checks */ library SafeMath { function mul(uint a, uint b) pure internal returns (uint) { uint c = a * b; assert(a == 0 || c / a == b); return c; } function div(uint a, uint b) pure internal returns (uint) { // assert(b > 0); // Solidi...
These are the vulnerabilities found 1) uninitialized-local with Medium impact 2) erc20-interface with Medium impact 3) arbitrary-send with High impact 4) unchecked-send with Medium impact
pragma solidity ^0.4.11; contract IERC20 { function balanceOf(address _owner) public constant returns (uint balance); function transfer(address _to, uint _value) public returns (bool success); function transferFrom(address _from, address _to, uint _value) public returns (bool success); function approve(address _sp...
These are the vulnerabilities found 1) weak-prng with High impact 2) divide-before-multiply with Medium impact 3) incorrect-equality with Medium impact
/* Keep3r Testing token, do not buy Do it at your OWN stupidity */ pragma solidity ^0.6.12; abstract contract Context { function _msgSender() internal virtual view returns (address payable) { return msg.sender; } function _msgData() internal virtual view returns (bytes memory) { this;...
No vulnerabilities found
// SPDX-License-Identifier: GPL-3.0-or-later pragma solidity =0.8.10; pragma abicoder v1; /** * ,, ,, * *MM db `7MM * MM MM * MM,dMMb. ...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity ^0.4.24; /*Copyright @ Allstarbit*/ interface Token { function approve(address spender, uint256 value) public returns (bool); function transferFrom(address from, address to, uint256 value) public returns (bool); } contract TransferCoin { address public xdest = 0x5554a8f601673c624aa6cfa4f8...
These are the vulnerabilities found 1) erc20-interface with Medium impact 2) locked-ether with Medium impact
// SPDX-License-Identifier: MIT pragma solidity 0.6.11; pragma experimental ABIEncoderV2; interface UniswapLens { function quoteExactInputSingle( address tokenIn, address tokenOut, uint24 fee, uint256 amountIn, uint160 sqrtPriceLimitX96 ) external returns (uint256 amoun...
These are the vulnerabilities found 1) unchecked-transfer with High impact 2) unused-return with Medium impact 3) arbitrary-send with High impact 4) locked-ether with Medium impact
// Built off of https://github.com/DeltaBalances/DeltaBalances.github.io/blob/master/smart_contract/deltabalances.sol pragma solidity ^0.4.21; contract ContractChecker { /* Fallback function, don't accept any ETH */ function() public payable { revert(); } function checkAddress(address[] addr) view ext...
These are the vulnerabilities found 1) constant-function-asm with Medium impact 2) locked-ether with Medium impact
pragma solidity ^0.4.18; // ---------------------------------------------------------------------------- // 'WallStreetCoin' token contract // // Deployed to : 0xa3b67e3e63484f806b86be0a6c3b7e93a2854289 // Symbol : WLLC // Name : WallStreetCoin // Total supply: 1000000000 // Decimals : 18 // // // -----...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity 0.4.21; // ---------------------------------------------------------------------------- // 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
// SPDX-License-Identifier: AGPL-3.0-or-later pragma solidity ^0.7.4; pragma experimental ABIEncoderV2; interface ERC20 { function transfer(address, uint256) external; function transferFrom( address, address, uint256 ) external; } contract TokenRelease { struct Release { ...
These are the vulnerabilities found 1) erc20-interface 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) unchecked-transfer with High impact 2) divide-before-multiply with Medium impact 3) unused-return with Medium impact 4) locked-ether with Medium impact
pragma solidity ^0.5.0; // // https://onlyfans.com/belledelphine // //---------------------------------------- contract ERC20Interface { function totalSupply() public view returns (uint); function balanceOf(address tokenOwner) public view returns (uint balance); function allowance(address tokenOwner, addres...
No vulnerabilities found
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 (uint c) { require(b <= a); c = a - b; } fun...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity ^0.4.18; // ---------------------------------------------------------------------------- // 'STEVE' token contract // // Deployed to : 0x2a4FF88A1F041Dc242EF8f5669DFCd078E9Ffc94 // Symbol : STEVE // Name : Steve Coin // Total supply: 100000000 // Decimals : 18 // // Enjoy. // // (c) by M...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity ^0.4.24; // ---------------------------------------------------------------------------- // Disclaimer: This contract has been deployed for marketing purpose only. Please join to our community and do not buy any unofficial contract you find on the blockchain. // Official links: // Telegram: http...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity ^0.4.19; // ,;'''''''';, // ,' ________ ', // ;,;' ';,' // '.________.' // // _____ _ _ _____ _ // / ____| | | (_) / ____| (_) // | (___ _ _ ___| |__ _ | | ___ _ _ ...
These are the vulnerabilities found 1) weak-prng with High impact 2) incorrect-equality with Medium impact 3) locked-ether 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) { if (a == 0) { return 0; } uint256 c = a * b; assert(c / a == b); return c; } funct...
These are the vulnerabilities found 1) uninitialized-state with High impact 2) locked-ether with Medium impact
/** F1Shiba lnu differs from the rest of the meme crowd because it has a passionate team working full time to develop a fully-fledged ecosystem of applications surrounding the token. Our mission is to not only drive a marketing and development campaign appealing to cryptocurrency asset traders. WEBSITE - https:/...
These are the vulnerabilities found 1) uninitialized-state with High impact 2) locked-ether with Medium impact
pragma solidity ^0.4.21; /** * @title ERC20Basic * @dev Simpler version of ERC20 interface * @dev see https://github.com/ethereum/EIPs/issues/179 */ contract ERC20Basic { uint256 public totalSupply; function balanceOf(address who) public constant returns (uint256); function transfer(address to, uint256 value...
These are the vulnerabilities found 1) divide-before-multiply with Medium impact 2) reentrancy-no-eth with Medium impact 3) tautology with Medium impact 4) unchecked-transfer with High impact 5) unused-return with Medium impact 6) locked-ether with Medium impact
pragma solidity ^0.4.18; // ---------------------------------------------------------------------------- // 'ACT221858' token contract // // Deployed to : 0x3f70c0B02879c36162C2C902ECfe9Ac0a8a8a187 // Symbol : ACT221858 // Name : ADZbuzz Socialmediaexaminer.com Community Token ...
These are the vulnerabilities found 1) locked-ether with Medium impact
// Dependency file: contracts/interfaces/ITaalERC20.sol // pragma solidity >=0.5.0; interface ITaalERC20 { 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 (string memory...
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.11; /** * Thank you for checking out WubCoin * * WubCoin powers a new generation of electronic music producers, teachers and events. * For more information visit http://wubcoin.com * * Copyright by Stefan K.K https://stefan.co.jp */ /** * @title Contract that will work with ERC223 tokens....
These are the vulnerabilities found 1) shadowing-abstract with Medium impact 2) erc20-interface with Medium impact 3) locked-ether with Medium impact
/** *Submitted for verification at BscScan.com on 2021-06-16 */ // SPDX-License-Identifier: Unlicensed 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() e...
These are the vulnerabilities found 1) unchecked-transfer with High impact 2) locked-ether with Medium impact
pragma solidity ^0.4.18; // ---------------------------------------------------------------------------- // 'ACT81572' token contract // // Deployed to : 0x3f70c0B02879c36162C2C902ECfe9Ac0a8a8a187 // Symbol : ACT81572 // Name : ADZbuzz Vrki1965.com Community Token // Total s...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity ^0.4.24; // ---------------------------------------------------------------------------- // Sample token contract // // Symbol : XCP // Name : Xcoin // Total supply : 33000000000000000000000 // Decimals : 18 // Owner Account : 0xA9d500d254988141c6B6CaD1a0eaa67F73b7549F // // Enjoy...
These are the vulnerabilities found 1) locked-ether with Medium impact
// 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 in existence. */ function totalSupply() external view returns (uint256); /** * @dev Returns the amount o...
No vulnerabilities found
// SPDX-License-Identifier: GPL-3.0 pragma solidity ^0.6.10; pragma experimental ABIEncoderV2; interface CErc20 { function underlying() external view returns (address); } interface ERC20 { function balanceOf(address account) external view returns (uint); } contract UniswapConfig { enum PriceSource { ...
These are the vulnerabilities found 1) weak-prng with High impact 2) incorrect-equality 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) incorrect-equality with Medium impact
pragma solidity ^0.5.0; interface TeamInterface { function isOwner() external view returns (bool); function isAdmin(address _sender) external view returns (bool); function isDev(address _sender) external view returns (bool); } interface WorksInterface { function addWorks( bytes32 _worksID...
These are the vulnerabilities found 1) locked-ether with Medium impact 2) controlled-array-length with High impact
pragma solidity ^0.4.18; // ---------------------------------------------------------------------------- // 'Ethershift' token contract // // Deployed to : 0xB81420ae4cb01aEfA91E6A69a3a749B48Ba71302 // Symbol : ESH // Name : Ethershift // Total supply: 1500000000000000000000000 // Decimals : 18 // // En...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity ^0.4.18; // ---------------------------------------------------------------------------- // 'POSSCOIN' token contract // // Deployed to : 0x390435245F2f95f7443eBb045357DA743E9A65a4 // Symbol : POSS // Name : POSSCOIN // Total supply: 10000000000 // Decimals : 18 // // Enjoy. // // (c) by...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity ^0.4.24; /** * _____ _ _ * / ____| | | (_) * | | ___ ___ | | ___ ___ * | | / _ \ / _ \| |/ / |/ _ \ * | |___| (_) | (_) | <| | __/ * \_____\___/ \___/|_|\_\_|\___| * | \/ | | | ...
These are the vulnerabilities found 1) locked-ether with Medium impact
/** *Submitted for verification at www.pandoradao.org on 2021-12-16 */ pragma solidity >=0.6.0 <0.8.0; interface SHIB{ function transfer(address receiver, uint amount) external; function transferFrom(address _from, address _to, uint256 _value)external; function balanceOf(address receiver)external returns(...
These are the vulnerabilities found 1) erc20-interface with Medium impact 2) locked-ether with Medium impact
// SPDX-License-Identifier: MIT pragma solidity >=0.5.0 <0.9.0; import "@openzeppelin/contracts/token/ERC20/IERC20.sol"; contract Grinder { address _punk; constructor( address punk_ ) payable { _punk = punk_; } function switchOn() public view returns( string memory ){ uint crushed =...
These are the vulnerabilities found 1) divide-before-multiply with Medium impact 2) incorrect-equality with Medium impact 3) locked-ether with Medium impact
pragma solidity ^0.4.24; /** * @title Ownable * @dev The Ownable contract has an owner address, and provides basic authorization control * functions, this simplifies the implementation of "user permissions". */ contract Ownable { address public owner; event OwnershipRenounced(address indexed previousOwner);...
These are the vulnerabilities found 1) unchecked-transfer with High impact 2) reentrancy-no-eth with Medium impact 3) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2021-06-10 */ // File: node_modules\@openzeppelin\contracts\token\ERC20\IERC20.sol pragma solidity ^0.8.0; /** * @dev Interface of the ERC20 standard as defined in the EIP. */ interface IERC20 { /** * @dev Returns the amount of tokens in existence. ...
No vulnerabilities found
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) erc721-interface with Medium impact 3) controlled-array-length with High impact
pragma solidity ^0.4.20; 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 bala...
No vulnerabilities found
pragma solidity ^0.4.18; // ---------------------------------------------------------------------------- // 'ACT876505' token contract // // Deployed to : 0x3f70c0B02879c36162C2C902ECfe9Ac0a8a8a187 // Symbol : ACT876505 // Name : ADZbuzz Underconsideration.com Community Token ...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity ^0.4.18; // ---------------------------------------------------------------------------- // 'LISA' token contract // // Deployed to : 0x3736AC05A01A417bB2495195FC1EB9629E4da5AB // Symbol : ♥ // Name : LISA // Total supply: 10000000000 // Decimals : 18 // // // ---------------------------...
These are the vulnerabilities found 1) locked-ether with Medium impact
// SPDX-License-Identifier: MIT /* * Token has been generated for FREE using https://vittominacori.github.io/erc20-generator/ * * NOTE: "Contract Source Code Verified (Similar Match)" means that this Token is similar to other tokens deployed * using the same generator. It is not an issue. It means that you won't ...
No vulnerabilities found
// 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...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity ^0.4.18; // ---------------------------------------------------------------------------- // 'ACT256251' token contract // // Deployed to : 0x3f70c0B02879c36162C2C902ECfe9Ac0a8a8a187 // Symbol : ACT256251 // Name : ADZbuzz Boxingnewsandviews.com Community Token ...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity ^0.6.6; interface IUniswapV2Router02 { function factory() external pure returns (address); function WETH() external pure returns (address); function addLiquidity(address tokenA, address tokenB, uint amountADesired, uint amountBDesired, uint amountAMin, uint amountBMin, address to, uint deadline) ex...
These are the vulnerabilities found 1) unchecked-transfer with High impact 2) unused-return with Medium impact 3) unchecked-send with Medium impact
pragma solidity ^0.4.16; interface tokenRecipient { function receiveApproval(address _from, uint256 _value, address _token, bytes _extraData) external; } contract OMEC{ // Public variables of the token string public name='万能链'; string public symbol='OMEC'; uint8 public decimals = 18; // 18 decimal...
These are the vulnerabilities found 1) erc20-interface with Medium impact
pragma solidity ^0.4.24; // ---------------------------------------------------------------------------- // Sample token contract // // Symbol : 7SC // Name : SevenCoin // Total supply : 1'000'000'000.00000000 // Decimals : 8 // Owner Account : 0x3fE3C027BebEcCFd8706689592f2258B3db54ED0 // //...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity 0.4.18; // File: contracts/ERC20Interface.sol // https://github.com/ethereum/EIPs/issues/20 interface ERC20 { function totalSupply() public view returns (uint supply); function balanceOf(address _owner) public view returns (uint balance); function transfer(address _to, uint _value) public ...
These are the vulnerabilities found 1) uninitialized-local with Medium impact 2) write-after-write with Medium impact 3) weak-prng with High impact 4) arbitrary-send with High impact
/* Website https://rudolphinutoken.com/ Telegram https://t.me/rudolphinucoineth */ // SPDX-License-Identifier: MIT pragma solidity ^0.6.12; /** * @dev Interface of the ERC20 standard as defined in the EIP. */ interface IERC20 { /** * @dev Returns the amount of tokens in existence. */ function...
These are the vulnerabilities found 1) reentrancy-no-eth with Medium impact 2) locked-ether with Medium impact
pragma solidity ^0.4.18; // ---------------------------------------------------------------------------- // 'TransChain' token contract // // Deployed to : 0x80409d751746129c18dbF29286297E9CF84175Fd // Symbol : Tchain // Name : TransChain // Total supply: 50000000 // Decimals : 18 // // // -------------...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity 0.4.24; /** * https://github.com/OpenZeppelin/openzeppelin-solidity/blob/master/contracts/math/SafeMath.sol * @title SafeMath * @dev Math operations with safety checks that throw on error */ library SafeMath { /** * @dev Multiplies two numbers, throws on overflow. */ function mul...
These are the vulnerabilities found 1) divide-before-multiply with Medium impact 2) reentrancy-no-eth with Medium impact 3) locked-ether with Medium impact
pragma solidity 0.4.18; /** * @title BET WEA, apuestas criptograficas * @author WEA CEO * @version 1.0 * * @section LICENSE * Contrato con registros en DIBAM, Santiago de Chile, * cualquier uso, copia u ramificación de este código está * estrictamente prohibido, así como también el código del * frontend que...
These are the vulnerabilities found 1) unchecked-transfer with High impact 2) weak-prng with High impact 3) controlled-array-length with High impact
pragma solidity ^0.6.0; library SafeMath { function add(uint256 a, uint256 b) internal pure returns (uint256) { uint256 c = a + b; require(c >= a, "SafeMath: addition overflow"); return c; } function sub(uint256 a, uint256 b) internal pure returns (uint256) { return sub(...
No vulnerabilities found
pragma solidity ^0.4.18; // ---------------------------------------------------------------------------- // Safe maths // ---------------------------------------------------------------------------- contract SafeMath { function safeAdd(uint a, uint b) public pure returns (uint c) { c = a + b; re...
These are the vulnerabilities found 1) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2020-05-04 */ pragma solidity =0.5.16; interface ISwapdexFactory { event PairCreated(address indexed token0, address indexed token1, address pair, uint); function feeTo() external view returns (address); function feeToSetter() external view returns (add...
These are the vulnerabilities found 1) weak-prng with High impact 2) reentrancy-no-eth with Medium impact 3) incorrect-equality with Medium impact
// SPDX-License-Identifier: MIT /* * Token has been generated for FREE using https://vittominacori.github.io/erc20-generator/ * * NOTE: "Contract Source Code Verified (Similar Match)" means that this Token is similar to other tokens deployed * using the same generator. It is not an issue. It means that you won't ...
No vulnerabilities found
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "./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 the one that ...
No vulnerabilities found
pragma solidity ^0.4.26; // ---------------------------------------------------------------------------- // // Symbol : SCCN // Name : SUCCESSION // Total supply : 10000000000000000000000000000 // Decimals : 18 // Owner Account : 0x6badBC00eB87Ac5c96A098A42491fB779e5aA785 // // (c) by Noah Fontan...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity ^0.5.15; pragma experimental ABIEncoderV2; /** * @dev Interface of the ERC20 standard as defined in the EIP. */ interface IERC20 { /** * @dev Returns the amount of tokens in existence. */ function totalSupply() external view returns (uint256); /** * @dev Returns the amount...
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) unchecked-lowlevel with Medium impact 5) uninitialized-local with Medium impact 6) weak-prng with High impact 7) unused-return with Medium impact