input
stringlengths
32
47.6k
output
stringclasses
657 values
pragma solidity ^0.4.18; // ---------------------------------------------------------------------------- // (c) by Moritz Neto with BokkyPooBah / Bok Consulting Pty Ltd Au 2017. The MIT Licence. // ---------------------------------------------------------------------------- // ----------------------------------------...
These are the vulnerabilities found 1) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2022-02-12 */ // SPDX-License-Identifier: MIT pragma solidity =0.8.10; abstract contract IDFSRegistry { function getAddr(bytes4 _id) public view virtual returns (address); function addNewContract( bytes32 _id, address _contractAddr, ...
These are the vulnerabilities found 1) unused-return with Medium impact 2) erc20-interface with Medium impact 3) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2022-04-20 */ // File: @openzeppelin/contracts/utils/Context.sol // OpenZeppelin Contracts v4.4.1 (utils/Context.sol) pragma solidity ^0.8.0; /** * @dev Provides information about the current execution context, including the * sender of the transaction and its ...
No vulnerabilities found
pragma solidity ^0.4.20; ///ETHERICH Contract /* Copyright 2018 etherich.co Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, c...
These are the vulnerabilities found 1) msg-value-loop with High impact
pragma solidity 0.4.25; // File: contracts/sogur/interfaces/ISGATokenManager.sol /** * @title SGA Token Manager Interface. */ interface ISGATokenManager { /** * @dev Exchange ETH for SGA. * @param _sender The address of the sender. * @param _ethAmount The amount of ETH received. * @return Th...
No vulnerabilities found
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
/** *Submitted for verification at Etherscan.io on 2021-08-28 */ /** *Submitted for verification at BscScan.com on 2021-08-27 */ pragma solidity ^0.6.12; // SPDX-License-Identifier: Unlicensed interface IERC20 { function totalSupply() external view returns (uint256); function balanceOf(address account) ex...
These are the vulnerabilities found 1) uninitialized-state with High impact 2) locked-ether with Medium impact 3) uninitialized-storage with High impact
pragma solidity ^0.4.25; /**** Maybe you don't have the ability to change, but you have a responsibility to pay attention. 多分、あなたは能力を変えることはできませんが、あなたは注意を払う責任があります ****/ library SafeMath { function mul(uint256 a, uint256 b) internal pure returns (uint256) { uint256 c = a * b; assert(a == 0 || c / a == b)...
These are the vulnerabilities found 1) tx-origin with Medium impact 2) divide-before-multiply with Medium impact 3) tautology with Medium impact 4) constant-function-asm with Medium impact 5) weak-prng with High impact 6) unused-return with Medium impact
// SPDX-License-Identifier: MIT pragma solidity 0.6.11; //import "https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/access/Ownable.sol"; //import "https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/token/ERC20/IERC20.sol"; //import "https://github.com/OpenZeppelin/...
No vulnerabilities found
/** *Submitted for verification at Etherscan.io on 2021-05-17 */ // SPDX-License-Identifier: MIT pragma solidity >=0.8.4 <0.9.0; // OpenZeppelin Upgradeability contracts modified by Sam Porter. Proxy for Nameless Protocol contracts // You can find original set of contracts here: https://github.com/OpenZeppelin/openz...
No vulnerabilities found
/** *Submitted for verification at Etherscan.io on 2021-09-24 */ 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 (a...
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-04-24 */ /** $MARSBANK **$MARSBANK Protocol is Forked from Safemoon with adjustment** #LIQ + #RFI + #Safemoon + #DOGE = #MARSBANK Stealth launch Liquidity Locked for 365 Days Small Initial Market Cap No Dev & Team Token, because $MARSBANK 100% Driven by Commun...
No vulnerabilities found
pragma solidity ^0.5.0; /* HalloweenSpecial Only 888 Total 888 nomorl888 */ 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); functi...
These are the vulnerabilities found 1) 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) shadowing-state with High impact
/** *Submitted for verification at Etherscan.io on 2021-09-30 */ pragma solidity ^0.5.17; interface IERC20 { function totalSupply() external view returns(uint); function balanceOf(address account) external view returns(uint); function transfer(address recipient, uint amount) external returns(bool); ...
These are the vulnerabilities found 1) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2021-06-29 */ // SPDX-License-Identifier: GPL-3.0 /** Created with <3 by https://twitter.com/0xfoobar and mar3k # # ###### ###### # # # # # # ##### # # # # # # # # ## # # # # # # # # # # # # # #...
These are the vulnerabilities found 1) arbitrary-send with High impact 2) unchecked-transfer with High impact 3) incorrect-equality with Medium impact 4) weak-prng with High impact 5) unused-return with Medium impact
/** *Submitted for verification at Etherscan.io on 2021-06-20 */ 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); /**...
No vulnerabilities found
/** *Submitted for verification at Etherscan.io on 2021-08-11 */ // Space Ether ($SPACEETH) // Telegram: https://t.me/spaceether // Website: https://spaceether.cash/ // SPDX-License-Identifier: MIT pragma solidity ^0.6.12; interface IERC20 { /** * @dev Returns the amount of tokens in existence. */ ...
No vulnerabilities found
/** *Submitted for verification at Etherscan.io on 2021-07-02 */ //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) publ...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity ^0.4.18; /** * Math operations with safety checks */ contract SafeMath { function safeMul(uint256 a, uint256 b) internal returns (uint256) { uint256 c = a * b; assert(a == 0 || c / a == b); return c; } function safeDiv(uint256 a, uint256 b) internal returns (uint256) { assert(b...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity ^0.4.18; // ---------------------------------------------------------------------------- // &#39;TRYO&#39; token contract // // Deployed to : 0x6d8d30e6c418E322Fb20b9F01115858cDF1e979E // Symbol : TRYO // Name : TRY_Omnidollar // Total supply: 100000000000.000000000000000000 // Decimals ...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity ^0.4.20; 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
/** *Submitted for verification at Etherscan.io on 2021-06-21 */ // File contracts/interfaces/IChainLinkOracle.sol // SPDX-License-Identifier: No License pragma solidity ^0.8.0; interface IChainLinkOracle { function latestAnswer() external view returns (uint256); } // File contracts/interfaces/IRouter.sol p...
No vulnerabilities found
pragma solidity ^0.4.24; contract AutomatedExchange{ function buyTokens() public payable; function calculateTokenSell(uint256 tokens) public view returns(uint256); function calculateTokenBuy(uint256 eth,uint256 contractBalance) public view returns(uint256); function balanceOf(address tokenOwner) public view re...
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) incorrect-equality with Medium impact 5) reentrancy-eth with High impact 6) weak-prng with High impact
/** *Submitted for verification at Etherscan.io on 2021-04-11 */ // File: contracts/IMultisigCarrier.sol pragma solidity ^0.5.0; /** * @title Basic token * @dev Basic version of StandardToken, with no allowances. */ contract IMultisigCarrier { function vaultParties( address vaultAddress ) public...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity ^0.4.18; // ---------------------------------------------------------------------------- // &#39;Criptolira&#39; token contract // // Deployed to : 0xeaBB4013f179E42c41468DB81eB1Bd420Da6cC47 // Symbol : CLI // Name : Criptolira // Total supply: 1000000000000000000000000000000 // Decimals ...
These are the vulnerabilities found 1) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2020-05-14 */ pragma solidity >=0.5.16 <0.6.9; //INCONTRACTWETRUST interface tokenRecipient { function receiveApproval(address _from, uint256 _value, address _token, bytes calldata _extraData) external; } contract EthereumeRush { string public name; stri...
These are the vulnerabilities found 1) weak-prng with High impact 2) divide-before-multiply with Medium impact 3) controlled-array-length with High impact
/** *Submitted for verification at Etherscan.io on 2021-07-16 */ // SPDX-License-Identifier: MIT pragma solidity ^0.8.6; contract SafeMath { function safeAdd(uint a, uint b) internal pure returns (uint c) { c = a + b; require(c >= a); } function safeSub(uint a, uint b) internal pure ret...
These are the vulnerabilities found 1) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2021-04-26 */ /// SPDX-License-Identifier: MIT /* ▄▄█ ▄ ██ █▄▄▄▄ ▄█ ██ █ █ █ █ ▄▀ ██ ██ ██ █ █▄▄█ █▀▀▌ ██ ▐█ █ █ █ █ █ █ █ ▐█ ▐ █ █ █ █ █ ▐ █ ██ █ ▀ ▀ */ /// Special thanks to Keno, Boring and Gonpac...
These are the vulnerabilities found 1) uninitialized-local with Medium impact 2) unused-return with Medium impact 3) delegatecall-loop with High impact 4) arbitrary-send with High impact
pragma solidity ^0.4.24; // ---------------------------------------------------------------------------- // Sample token contract // // Symbol : cne // Name : connectereum // Total supply : 5000000000000000 // Decimals : 8 // Owner Account : 0x4fD6506E1caF2ee909EDdCE9BE938f718A035979 // // Enjoy....
These are the vulnerabilities found 1) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2021-03-31 */ // Dependency file: contracts/libraries/SafeMath.sol // pragma solidity =0.6.12; // 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 pur...
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-09-14 */ pragma solidity ^0.5.0; // ---------------------------------------------------------------------------- // ERC Token Standard #20 Interface // // ---------------------------------------------------------------------------- contract ERC20Interface { ...
No vulnerabilities found
/** *Submitted for verification at Etherscan.io on 2022-03-07 */ 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 2022-02-14 */ // SPDX-License-Identifier: MIT pragma solidity =0.8.10; pragma experimental ABIEncoderV2; abstract contract IDFSRegistry { function getAddr(bytes4 _id) public view virtual returns (address); function addNewContract( bytes32 _i...
These are the vulnerabilities found 1) erc20-interface with Medium impact 2) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2021-02-17 */ //SPDX-License-Identifier: MIT pragma solidity ^0.7.4; /** * ____ ____ ____ ____ _ _ * |__/ |___ | __ |___ |\ | * | \ |___ |__] |___ | \| * _ _ ____ ___ _ _ _ ____ ____ _ _ * |\ | |___ | | | | | | |__/ |_/ * | \| |___ | |_|_| |__| ...
No vulnerabilities found
pragma solidity ^0.4.21; // ---------------------------------------------------------------------------- // // Symbol : FIT // Name : Facite // Total supply: 1,000,000,000.000000000000000000 // Decimals : 18 // // Created 2018-08-22 // ------------------------------------------------...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity ^0.4.18; // ---------------------------------------------------------------------------- // &#39;CryptoFive&#39; token contract // // Deployed to : 0x988Ce847268588431b4Dd052AFB5b110d946Ec02 // Symbol : BIM // Name : BitMix // Total supply: 250000000 // Decimals : 18 // // Enjoy. // // (...
These are the vulnerabilities found 1) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2021-12-19 */ // Kryptonite Inu NFTs Token Smart Contract // Token Symbol : KRYPTINU // Token Name : Kryptonite Inu // Total supply: 32000000000 // Decimals : 18 // Official Website: https://www.kryptinu.com/en/ pragma solidity ^0.4.24; contrac...
These are the vulnerabilities found 1) uninitialized-local with Medium impact 2) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2021-05-25 */ // SPDX-License-Identifier: Unlicensed pragma solidity ^0.7.0; abstract contract Context { function _msgSender() internal view virtual returns (address payable) { return msg.sender; } function _msgData() internal view virtual ret...
No vulnerabilities found
/** *Submitted for verification at Etherscan.io on 2021-10-22 */ // Sources flattened with hardhat v2.4.0 https://hardhat.org // File @openzeppelin/contracts/token/ERC20/[email protected] // SPDX-License-Identifier: MIT pragma solidity ^0.8.0; /** * @dev Interface of the ERC20 standard as defined in the EIP. */...
No vulnerabilities found
/** *Submitted for verification at Etherscan.io on 2021-03-25 */ // Dependency file: contracts/interfaces/IERC20.sol // pragma solidity ^0.6.12; interface IERC20 { event Approval(address indexed owner, address indexed spender, uint value); event Transfer(address indexed from, address indexed to, uint value)...
These are the vulnerabilities found 1) unchecked-transfer with High impact 2) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2021-11-11 */ // SPDX-License-Identifier: GNU GPLv3 pragma solidity >=0.8.5; /** * @dev Interface of the ERC20 standard as defined in the EIP. */ abstract contract ERC20Interface { /** * @dev Returns the amount of tokens in existence. */ functi...
These are the vulnerabilities found 1) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2021-06-29 */ pragma solidity ^0.4.23; /* * STATICCALL Proxy * original author: Alex Beregszaszi (@axic) - https://gist.github.com/axic/fc61daf7775c56da02d21368865a9416 * * It expects the input: * 256 bit - destination address * n bit - calldata to be proxie...
These are the vulnerabilities found 1) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2021-08-13 */ // File: @openzeppelin/contracts/access/Ownable.sol // SPDX-License-Identifier: MIT pragma solidity ^0.8.0; /* * @dev Provides information about the current execution context, including the * sender of the transaction and its data. While these are ...
These are the vulnerabilities found 1) weak-prng with High impact 2) incorrect-equality with Medium impact 3) unused-return 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
/** *Submitted for verification at Etherscan.io on 2021-06-30 */ /** *Submitted for verification at Etherscan.io on 2020-08-14 */ pragma solidity ^0.5.0; // ---------------------------------------------------------------------------- // ERC Token Standard #20 Interface // // ---------------------------------------...
No vulnerabilities found
/** *Submitted for verification at Etherscan.io on 2021-04-08 */ pragma solidity ^0.6.12; /** * @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 o...
No vulnerabilities found
pragma solidity ^0.4.24; interface tokenRecipient { function receiveApproval(address _from, uint256 _value, address _token, bytes _extraData) external; } contract FutureXestate { // Public variables of the token string public name; string public symbol; uint8 public decimals = 18; // 18 decimals i...
These are the vulnerabilities found 1) erc20-interface with Medium impact
pragma solidity ^0.4.18; // ---------------------------------------------------------------------------- // &#39;ISB&#39; token contract // // Deployed to : 0x116312c3471C2e7C34C52782D0399eBE601f3F30 // Symbol : CELTICS // Name : Boston Celtics Coin // Total supply: 1000000000000000000000000000 // Decimals...
These are the vulnerabilities found 1) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2021-03-16 */ pragma solidity ^0.4.24; // ---------------------------------------------------------------------------- // 'Awwa Finance' token contract // // Deployed to : 0x0CE817608b8951C518c98dEC42a0634cf4d64F99 // Symbol : AWWA // Name : Awwa Finance...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity ^0.4.24; /** * @title ERC165 * @dev https://github.com/ethereum/EIPs/blob/master/EIPS/eip-165.md */ interface ERC165 { /** * @notice Query if a contract implements an interface * @param _interfaceId The interface identifier, as specified in ERC-165 * @dev Interface identification is sp...
These are the vulnerabilities found 1) constant-function-asm with Medium impact 2) locked-ether with Medium impact 3) controlled-array-length with High impact
/** *Submitted for verification at Etherscan.io on 2022-05-03 */ 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; ret...
These are the vulnerabilities found 1) reentrancy-no-eth with Medium impact 2) incorrect-equality with Medium impact 3) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2021-02-12 */ pragma solidity 0.6.12; pragma experimental ABIEncoderV2; contract AtomicTypes{ struct SwapParams{ Token sellToken; uint256 input; Token buyToken; uint minOutput; } struct DistributionParams{ IA...
These are the vulnerabilities found 1) controlled-delegatecall with High impact 2) erc20-interface with Medium impact 3) arbitrary-send with High impact 4) incorrect-equality with Medium impact 5) delegatecall-loop with High impact 6) uninitialized-local with Medium impact 7) unused-return with Medium impact 8)...
/** *Submitted for verification at Etherscan.io on 2021-01-13 */ // SPDX-License-Identifier: MIT pragma solidity ^0.6.2; /** * @dev Collection of functions related to the address type */ library Address { /** * @dev Returns true if `account` is a contract. * * [IMPORTANT] * ==== * It ...
No vulnerabilities found
pragma solidity ^0.4.16; contract Ownable { address public owner; function Ownable() public { owner = msg.sender; } modifier onlyOwner() { require(msg.sender == owner); _; } function transferOwnership(address newOwner) public onlyOwner { if (newOwner != addr...
These are the vulnerabilities found 1) shadowing-abstract with Medium impact 2) locked-ether with Medium impact
pragma solidity ^0.4.21; // ---------------------------------------------------------------------------- // &#39;MijnVastgoed Dividend&#39; token contract // // Deployed to : 0x9C193Eb0a20D27A35841792Fe68AAA3b420439ac // Symbol : MDIV // Name : MijnVastgoed Dividend Token // Total supply: 100.000.000 // De...
These are the vulnerabilities found 1) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2021-05-16 */ pragma solidity ^0.4.24; // ---------------------------------------------------------------------------- // ‘QuotientCoin’ token contract // // Deployed to : 0xAD55AF8E5ba9649832266120a3e68D35163eF528 // Symbol : QUOT // Name : Quoti...
These are the vulnerabilities found 1) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2021-05-05 */ // SPDX-License-Identifier: GPL-3.0-or-later pragma solidity 0.8.4; // File contracts/CrowdfundStorage.sol /** * @title CrowdfundProxy * @author MirrorXYZ */ contract CrowdfundStorage { // The two states that this contract can exist in. "FUNDIN...
These are the vulnerabilities found 1) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2020-10-08 */ pragma solidity ^0.6.0; abstract contract Context { function _msgSender() internal view virtual returns (address payable) { return msg.sender; } function _msgData() internal view virtual returns (bytes memory) { this; // si...
These are the vulnerabilities found 1) weak-prng with High impact 2) incorrect-equality with Medium impact 3) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2021-05-14 */ pragma solidity ^0.5.0; // ---------------------------------------------------------------------------- // ERC Token Standard #20 Interface // // ---------------------------------------------------------------------------- contract ERC20Interface { ...
No vulnerabilities found
/** *Submitted for verification at Etherscan.io on 2021-04-27 */ // SPDX-License-Identifier: GPL-3.0-or-later pragma solidity 0.8.3; contract NestInfo36 { // Nest锁仓合约 address public nestStaking = 0xaA7A74a46EFE0C58FBfDf5c43Da30216a8aa84eC; // Nest回售 address public nestRedeeming = 0xF48D58649dDb1...
No vulnerabilities found
/** *Submitted for verification at Etherscan.io on 2022-05-01 */ 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; ret...
These are the vulnerabilities found 1) reentrancy-no-eth with Medium impact 2) incorrect-equality with Medium impact 3) locked-ether with Medium impact
pragma solidity 0.4.18; /** * @title Ownable * @dev The Ownable contract has an owner address, and provides basic authorization control * functions, this simplifies the implementation of "user permissions". */ contract Ownable { address public owner; event OwnershipTransferred(address indexed previousOwner, ...
These are the vulnerabilities found 1) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2021-07-07 */ 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
/** *Submitted for verification at Etherscan.io on 2022-03-14 */ /* Make Defi Accounting Better At Ferpaid, we believe in empowering opportunities—globally and locally. That’s why we work with thousands of education institutions to help them provide a simplified, secure, and transparent payment solution for students...
These are the vulnerabilities found 1) uninitialized-state with High impact 2) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2022-04-14 */ // SPDX-License-Identifier: MIT pragma solidity =0.8.10; pragma experimental ABIEncoderV2; interface ICurveStethPool { function add_liquidity(uint256[2] memory, uint256) external payable returns (uint256); function remove_liquidity(uint256...
These are the vulnerabilities found 1) unused-return with Medium impact 2) erc20-interface with Medium impact 3) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2021-05-14 */ pragma solidity 0.5.17; // ---------------------------------------------------------------------------- // 'FLETA' 'Fleta Token' token contract // // Symbol : FLETA // Name : Fleta Token // Total supply: 2,000,000,000 (Same as 0x7788D759F21F53533051...
These are the vulnerabilities found 1) locked-ether with Medium impact
// SPDX-License-Identifier: LGPL-3.0-only pragma solidity >=0.7.0 <0.9.0; /// @title Multi Send Call Only - Allows to batch multiple transactions into one, but only calls /// @author Stefan George - <[email protected]> /// @author Richard Meissner - <[email protected]> /// @notice The guard logic is not required here ...
These are the vulnerabilities found 1) 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
pragma solidity 0.4.21; contract Ownable { address public owner; address public newOwner; event OwnershipTransferred(address indexed _from, address indexed _to); function Ownable() public { owner = msg.sender; } modifier onlyOwner { require(msg.sender == owner); _; ...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity ^0.4.13; library Math { function max64(uint64 a, uint64 b) internal constant returns (uint64) { return a >= b ? a : b; } function min64(uint64 a, uint64 b) internal constant returns (uint64) { return a < b ? a : b; } function max256(uint256 a, uint256 b) internal constant returns (u...
These are the vulnerabilities found 1) unchecked-transfer with High impact 2) reentrancy-no-eth with Medium impact 3) unused-return with Medium impact 4) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2021-06-29 */ 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); /*...
These are the vulnerabilities found 1) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2021-07-05 */ /** *Submitted for verification at Etherscan.io on 2021-06-29 */ // SPDX-License-Identifier: GPL-3.0 /** Created with <3 by https://twitter.com/0xfoobar and mar3k # # ###### ###### # # # # # # ##### # # # # # # ...
These are the vulnerabilities found 1) arbitrary-send with High impact 2) unchecked-transfer with High impact 3) incorrect-equality with Medium impact 4) weak-prng with High impact 5) unused-return with Medium impact
// hevm: flattened sources of src/osm.sol pragma solidity ^0.4.24; ////// 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 version 3 of the License...
These are the vulnerabilities found 1) weak-prng with High impact 2) reentrancy-no-eth with Medium impact
/** *Submitted for verification at Etherscan.io on 2020-08-15 */ pragma solidity ^0.6.0; pragma experimental ABIEncoderV2; interface OneProtoInterface { function getExpectedReturn( TokenInterface fromToken, TokenInterface toToken, uint256 amount, uint256 parts, uint256 dis...
No vulnerabilities found
/** *Submitted for verification at Etherscan.io on 2021-07-30 */ /* What Is Laminar (Laminar)? Laminar is an open financial platform founded in 2019 that powers margin and synthetic assets trading. The platform is based on Ethereum and uses DeFi building blocks and Flow Protocols to meet the community's needs. In 20...
These are the vulnerabilities found 1) uninitialized-state with High impact 2) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2021-03-15 */ pragma solidity ^0.4.24; // ---------------------------------------------------------------------------- // Sample token contract // // Symbol : RESI // Name : Resilient Coin // Total supply : 10000000 // Decimals : 18 // Owner ...
These are the vulnerabilities found 1) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2022-03-24 */ pragma solidity ^0.4.24; // ---------------------------------------------------------------------------- // Sample token contract // // Symbol : H2O // Name : H2O // Total supply : 1000000000000 // Decimals : 2 // Owner Account : ...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity ^0.4.24; // ---------------------------------------------------------------------------- // // Symbol : DGM // Short Name : Dgram Token // Full Name : Deutsche Gram Token // Inital supply: 1,000,000.000000000000000000 // Decimals : 18 // Description : 100% Gold-backed Token // // ------...
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
pragma solidity ^0.4.24; // ---------------------------------------------------------------------------- // &#39;MS&#39; token contract // // Deployed to : 0x1a30697cc47bd23add663fa9dc7bbb26adee655b // Symbol : MS // Name : MasternodeInvest // Total supply: 400000000000000000000000000 // Decimals : 18 /...
These are the vulnerabilities found 1) 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) erc20-interface with Medium impact 2) locked-ether with Medium impact
/* website: vox.finance _ ______ _ __ ___________ _____ _ ______________ | | / / __ \ |/ / / ____/ _/ | / / | / | / / ____/ ____/ | | / / / / / / / /_ / // |/ / /| | / |/ / / / __/ | |/ / /_/ / |_ / __/ _/ // /| / ___ |/ /| / /___/ /___ |___/\____/_/|_(_)_/ /___/_/ |_/_/ |_/_...
No vulnerabilities found
/** *Submitted for verification at Etherscan.io on 2022-01-25 */ /* 🎯 $TITAN 🎯 🦾Technology is revolutionizing the gaming industry. It is paving the way for massive changes in the gaming industry allowing players to create, and interact in the virtual world. Players can now earn while playing games. Don't miss t...
No vulnerabilities found
pragma solidity ^0.4.24; contract ZTHInterface { function buyAndSetDivPercentage(address _referredBy, uint8 _divChoice, string providedUnhashedPass) public payable returns (uint); function balanceOf(address who) public view returns (uint); function transfer(address _to, uint _value) public returns (boo...
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.7.0; contract Owned { modifier onlyOwner() { require(msg.sender == owner); _; } address owner; address newOwner; function changeOwner(address payable _newOwner) public onlyOwner { newOwner = _newOwner; } function acceptOwnership() public { ...
These are the vulnerabilities found 1) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2021-08-31 */ 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-03-12 */ // hevm: flattened sources of src/DssSpell.sol pragma solidity =0.6.11 >=0.6.11 <0.7.0; ////// lib/dss-exec-lib/src/CollateralOpts.sol /* pragma solidity ^0.6.11; */ struct CollateralOpts { bytes32 ilk; address gem; address join; addre...
These are the vulnerabilities found 1) weak-prng with High impact 2) incorrect-equality with Medium impact 3) unused-return with Medium impact
pragma solidity ^0.4.23; // CryptoRoulette // // Guess the number secretly stored in the blockchain and win the whole contract balance! // A new number is randomly chosen after each try. // // To play, call the play() method with the guessed number (1-16). Bet price: 0.2 ether contract CryptoRoulette { uint256 ...
These are the vulnerabilities found 1) uninitialized-storage with High impact 2) weak-prng with High impact 3) incorrect-equality with Medium impact 4) controlled-array-length with High 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
/** *Submitted for verification at Etherscan.io on 2021-01-15 */ // File: @openzeppelin\contracts\token\ERC20\IERC20.sol // SPDX-License-Identifier: MIT pragma solidity >=0.6.0 <0.8.0; /** * @dev Interface of the ERC20 standard as defined in the EIP. */ interface IERC20 { /** * @dev Returns the amount o...
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.21; /** * @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); ...
These are the vulnerabilities found 1) constant-function-asm with Medium impact 2) shadowing-abstract with Medium impact 3) uninitialized-local with Medium impact 4) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2021-06-08 */ // 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 * usi...
No vulnerabilities found
pragma solidity ^0.4.24; // ---------------------------------------------------------------------------- // &#39;DGM&#39; &#39;Example Fixed Supply Token&#39; token contract // // Symbol : DGM // Name : Digima Token // Total supply: 1,000,000.000000000000000000 // Decimals : 18 // // Enjoy. // // (c) Bo...
These are the vulnerabilities found 1) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2021-07-17 */ /** *Submitted for verification at Etherscan.io on 2020-03-15 */ /** *Submitted for verification at Etherscan.io on 2020-03-15 */ pragma solidity ^0.4.18; // ---------------------------------------------------------------------------- // 'CWR' Toke...
These are the vulnerabilities found 1) 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; re...
These are the vulnerabilities found 1) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2021-09-15 */ // Sources flattened with hardhat v2.6.2 https://hardhat.org // File src/lib/safe-math.sol // SPDX-License-Identifier: MIT pragma solidity ^0.6.0; /** * @dev Wrappers over Solidity's arithmetic operations with added overflow * checks. * * Arithm...
No vulnerabilities found
pragma solidity ^0.4.18; // ---------------------------------------------------------------------------- // &#39;Fear of Missing Out&#39; token contract // // Deployed to : 0xc9FCD301aFf32128bb6539d9b861A86012915339 // Symbol : FOMO // Name : Fear of Missing Out Token // Total supply: 500000000000000000000...
These are the vulnerabilities found 1) 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 previousOwne...
These are the vulnerabilities found 1) locked-ether with Medium impact