input
stringlengths
32
47.6k
output
stringclasses
657 values
/** *Submitted for verification at Etherscan.io on 2022-03-08 */ /** *Submitted for verification at Etherscan.io on 2022-03-08 */ pragma solidity ^0.4.24; contract ERC20Basic { function totalSupply() public view returns (uint256); function balanceOf(address who) public view returns (uint256); function transf...
These are the vulnerabilities found 1) locked-ether with Medium impact 2) shadowing-state with High impact 3) tautology with Medium impact 4) controlled-array-length with High impact
pragma solidity 0.4.23; /** * @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; } functi...
These are the vulnerabilities found 1) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2021-01-26 */ /** *Submitted for verification at Etherscan.io on 2020-01-26 */ //SPDX-License-Identifier: MIT pragma solidity ^0.8.0; interface IERC20 { function totalSupply() external view returns (uint); function balanceOf(address account) external view...
No vulnerabilities found
/** *Submitted for verification at Etherscan.io on 2021-04-25 */ pragma solidity ^0.5.0; /** * @dev Interface of the ERC20 standard as defined in the EIP. Does not include * the optional functions; to access them see {ERC20Detailed}. */ interface ERC20Interface { /** * @dev Returns the amount of tokens i...
These are the vulnerabilities found 1) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2021-05-17 */ /** *Submitted for verification at Etherscan.io on 2020-10-09 */ // SPDX-License-Identifier: MIT pragma solidity ^0.6.2; /** * @dev Collection of functions related to the address type */ library Address { /** * @dev Returns true if `accou...
No vulnerabilities found
/** *Submitted for verification at Etherscan.io on 2021-10-17 */ /** *Submitted for verification at Etherscan.io on 2021-10-09 */ // SPDX-License-Identifier: MIT /** !Disclaimer! Please be aware that this smart contract is part of an experiment to see how the blockchain can handle this kind of log...
These are the vulnerabilities found 1) weak-prng with High impact 2) unused-return with Medium impact 3) uninitialized-local with Medium impact
/** *Submitted for verification at Etherscan.io on 2021-06-07 */ //SPDX-License-Identifier: Unlicense // ---------------------------------------------------------------------------- // 'EthereumCherry' token contract // // Symbol : ECHERRY 🍒 // Name : Ethereum Cherry // Total supply: 100000000000000 // ...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity ^0.4.18; // ---------------------------------------------------------------------------- // 'NCO' token contract // // Deployed to : 0xCd675a5E74D2356dAf9e4c2Cd603280d0cBa566C // Symbol : NCO // Name : NoneCoin // Total supply: 30000000 // Decimals : 18 // -----------------------...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity ^0.4.20; // ---------------------------------------------------------------------------- // Safe maths // ---------------------------------------------------------------------------- library SafeMath { function add(uint a, uint b) internal pure returns (uint c) { c = a + b; require(...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity ^0.4.20; /* * ERC20 interface * see https://github.com/ethereum/EIPs/issues/20 */ contract ERC20 { uint public totalSupply; function balanceOf(address who) constant returns (uint); function allowance(address owner, address spender) constant returns (uint); function transfer(address...
These are the vulnerabilities found 1) weak-prng with High impact 2) incorrect-equality with Medium impact 3) controlled-array-length with High impact
/** *Submitted for verification at Etherscan.io on 2021-04-26 */ // 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 generally available * via msg.sender and msg.data, th...
No vulnerabilities found
pragma solidity 0.4.24; /** * VOXTrader for the talketh.io ICO by Horizon-Globex.com of Switzerland. * * An ERC20 compliant DEcentralized eXchange [DEX] https://talketh.io/dex * * ICO issuers that utilize the Swiss token issuance standard from Horizon Globex * are supplied with a complete KYC+AML platform, an ERC20 t...
These are the vulnerabilities found 1) shadowing-state with High impact 2) msg-value-loop with High impact
/** *Submitted for verification at Etherscan.io on 2021-05-20 */ /** *Submitted for verification at Etherscan.io on 2021-04-21 * Ely Net and Tor Korea */ pragma solidity ^0.5.17; library SafeMath { function mul(uint256 a, uint256 b) internal pure returns (uint256) { if (a == 0) { return 0...
These are the vulnerabilities found 1) unchecked-transfer with High impact 2) divide-before-multiply with Medium impact 3) locked-ether with Medium impact 4) controlled-array-length with High impact
/** *Submitted for verification at Etherscan.io on 2021-06-21 */ pragma solidity ^0.6.6; /** Shiba Inu Swap _____ _ _ _ _____ ___ _____ _ __ ___ _____ / ___/ | | | | | | | _ \ / | / ___/ | | / / / | | _ \ | |___ | |_| | | | | |_| | /...
No vulnerabilities found
/** *Submitted for verification at Etherscan.io on 2022-03-05 */ // Verified using https://dapp.tools // hevm: flattened sources of /nix/store/n0zrh7hav4swn38ckv0y2panmrlaxy1s-geb-fsm/dapp/geb-fsm/src/DSM.sol pragma solidity =0.6.7; ////// /nix/store/3d3msxain9q01swpn63dsh9wl2hsal24-geb-treasury-reimbursement/dapp/...
These are the vulnerabilities found 1) unused-return with Medium impact 2) weak-prng with High impact 3) divide-before-multiply with Medium impact 4) uninitialized-local with Medium impact
/** *Submitted for verification at Etherscan.io on 2021-04-27 */ pragma solidity ^0.4.24; // ---------------------------------------------------------------------------- // 'MVCMG Token' token contract // // Deployed to : 0xE7155406f2266Cb74AD11c81905B70369b08F63c // Symbol : MVCMG // Name : MVCMG Token ...
These are the vulnerabilities found 1) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2022-03-05 */ // SPDX-License-Identifier: MIT pragma solidity ^0.8.0; /* INTERFACE ERC20 */ interface IERC20 { function totalSupply() external view returns (uint256); function balanceOf(address account) external view returns (uint256); function tra...
These are the vulnerabilities found 1) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2021-04-14 */ pragma solidity ^0.7.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) unchecked-transfer with High impact 2) erc20-interface with Medium impact 3) locked-ether with Medium impact
pragma solidity 0.4.25; /** * * Finplether is a financial hedging instrument to mitigate any cryptocurrency risks. * Finplether operates at the unique Ethereum Smart Contract. * Finplether are assets that can be traded, or they can also be seen as packages of capital * that may be traded. Most types of financial instr...
These are the vulnerabilities found 1) divide-before-multiply with Medium impact 2) reentrancy-no-eth with Medium impact 3) unchecked-send with Medium impact 4) constant-function-asm with Medium impact 5) uninitialized-local with Medium impact 6) reentrancy-eth with High impact 7) unused-return with Medium impac...
pragma solidity 0.5.12; interface IERC20 { function totalSupply() external view returns (uint256); function balanceOf(address who) external view returns (uint256); function allowance(address owner, address spender) external view returns (uint256); function transfer(address to, uint256 value) external returns (...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity ^0.4.18; interface token { function transfer(address receiver, uint amount); } contract Crowdsale { address public beneficiary; uint public fundingGoal; uint public amountRaised; uint public deadline; uint public price; token public tokenReward; mapping(addre...
These are the vulnerabilities found 1) reentrancy-eth with High impact 2) unchecked-send with Medium impact 3) erc20-interface with Medium impact
pragma solidity ^0.4.24; // ---------------------------------------------------------------------------- // Ownership functionality for authorization controls and user permissions // ---------------------------------------------------------------------------- contract Owned { address public owner; address publ...
These are the vulnerabilities found 1) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2021-07-02 */ pragma solidity ^0.6.12; pragma experimental ABIEncoderV2; // SPDX-License-Identifier: MIT interface IERC20 { function symbol() external view returns (string memory); function name() external view returns (string memory); function decimals() ex...
No vulnerabilities found
pragma solidity ^0.4.18; // ---------------------------------------------------------------------------- // 'KILLAHY' token contract // // Deployed to : 0x02169578b41b8f7f5f2dd0491aa2682a13196c44 by holder 0x821ca1b7919200Ff99495466e13CA3b3135c1668 // Symbol : KILLAHY // Name : Killahy Token // Tot...
These are the vulnerabilities found 1) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2019-07-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
pragma solidity ^0.4.12;/* Need Price Token */contract ConfToken { address internal listenerAddr; address public owner; uint256 public initialIssuance; uint256 public totalSupply; uint256 public currentEthPrice; /* In USD */ uint256 public currentTokenPrice; /* In USD */ string public symbol; struct productAmount { byt...
These are the vulnerabilities found 1) locked-ether with Medium impact 2) controlled-array-length with High impact
/** *Submitted for verification at Etherscan.io on 2021-05-26 */ /** *Submitted for verification at Etherscan.io on 2020-05-27 */ 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,...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity ^0.4.4; contract Random { uint64 _seed = 0; // return a pseudo random number between lower and upper bounds // given the number of previous blocks it should hash. function random(uint64 upper) public returns (uint64 randomNumber) { _seed = uint64(sha3(sha3(block.blockhash(block.number), _s...
These are the vulnerabilities found 1) weak-prng with High impact
/** *Submitted for verification at Etherscan.io on 2021-09-22 */ pragma solidity ^0.4.24; /// @title ERC-165 Standard Interface Detection /// @dev Reference https://eips.ethereum.org/EIPS/eip-165 interface ERC165 { function supportsInterface(bytes4 interfaceID) external view returns (bool); } /// @title ERC-72...
These are the vulnerabilities found 1) controlled-array-length with High impact 2) incorrect-equality with Medium impact 3) uninitialized-local with Medium impact 4) weak-prng with High impact 5) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2021-06-27 */ // 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.6.6; abstract contract Context { function _msgSender() internal virtual view returns (address payable) { return msg.sender; } function _msgData() internal virtual view returns (bytes memory) { this; return msg.data; } } interface IERC20 { function total...
No vulnerabilities found
/** *Submitted for verification at Etherscan.io on 2021-06-02 */ pragma solidity ^0.4.18; // ---------------------------------------------------------------------------- // 'TravalaDoge' token contract // // Deployed to : 0x1d29fDBFf1584BA1E84B5222Bb6f0164eEa2d7e9 // Symbol : tDOGE // Name : TravalaDoge ...
These are the vulnerabilities found 1) locked-ether 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 OwnershipT...
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-05-04 */ pragma solidity ^0.4.24; // ---------------------------------------------------------------------------- // Sample token contract // // Symbol : XPAL // Name : Xpal Coin // Total supply : 2875628771000000000000000000 // Decimals :...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity ^0.4.18; // ---------------------------------------------------------------------------- // 'Maersk' token contract // // Deployed to : 0x71990ee4A81FaA839a13E055B2a305f9244A43Bd // Symbol : MAERSK // Name : Bill of Laden // Total supply: 100000000 // Decimals : 18 // // Enjoy. /...
These are the vulnerabilities found 1) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2021-06-21 */ pragma solidity ^0.5.16; // Math operations with safety checks that throw on error library SafeMath { function add(uint256 a, uint256 b) internal pure returns (uint256) { uint256 c = a + b; require(c >= a, "Math error"); re...
No vulnerabilities found
/** *Submitted for verification at Etherscan.io on 2021-07-03 */ pragma solidity 0.5.16; interface IERC20 { /** * @dev Returns the amount of tokens in existence. */ function totalSupply() external view returns (uint256); /** * @dev Returns the token decimals. */ function decimals() external view...
These are the vulnerabilities found 1) weak-prng with High impact 2) divide-before-multiply with Medium impact 3) incorrect-equality with Medium impact
/** *Submitted for verification at Etherscan.io on 2021-05-22 */ pragma solidity ^0.4.18; // ---------------------------------------------------------------------------- // 'HolyAkita' token contract // // Deployed to : 0xc52aeA9D6768DD46c7102f74ECdCeE827746Bf32 // Symbol : HOKITA // Name : HolyAkita // ...
These are the vulnerabilities found 1) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2021-08-19 */ pragma solidity ^0.5.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 suc...
No vulnerabilities found
/** *Submitted for verification at Etherscan.io on 2021-07-04 */ pragma solidity 0.5.16; interface IERC20 { /** * @dev Returns the amount of tokens in existence. */ function totalSupply() external view returns (uint256); /** * @dev Returns the token decimals. */ function decimals() external view...
These are the vulnerabilities found 1) weak-prng with High impact 2) divide-before-multiply with Medium impact 3) incorrect-equality with Medium impact
pragma solidity ^0.4.18; contract DogCoreInterface { address public ceoAddress; address public cfoAddress; function getDog(uint256 _id) external view returns ( //冷却期索引号 uint256 cooldownIndex, //本次冷却期结束所在区块 uint256 nextActionAt, //配种的公狗ID ...
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) incorrect-equality with Medium impact 5) uninitialized-local with Medium impact 6) weak-prng with High impact 7) controlled-array-length with High impact
/** *Submitted for verification at Etherscan.io on 2021-05-01 */ pragma solidity ^0.4.24; // ---------------------------------------------------------------------------- // 'place' token contract // // Deployed to : 0xF00c3e69FB028Eb57F3E1F08eCdd29eb92eef579 // Symbol : place // Name : place // Total sup...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity =0.8.0; // ---------------------------------------------------------------------------- // ARK420 token main contract (2022) // // Symbol : ARK420 // Name : Ark420 // Total supply : 4.200.000.000 (burnable) // Decimals : 18 // ----------------------------------------------------------...
These are the vulnerabilities found 1) uninitialized-local with Medium impact 2) tautology with Medium impact 3) locked-ether with Medium impact
pragma solidity ^0.4.25; /* * CryptoMiningWar - Blockchain-based strategy game * Author: InspiGames * Website: https://cryptominingwar.github.io/ */ library SafeMath { /** * @dev Multiplies two numbers, throws on overflow. */ function mul(uint256 a, uint256 b) internal pure returns (uint256) { ...
These are the vulnerabilities found 1) reentrancy-no-eth with Medium impact 2) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2021-03-21 */ 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) int...
No vulnerabilities found
pragma solidity 0.4.24; /** * @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; } functio...
These are the vulnerabilities found 1) tautology with Medium impact
/** *Submitted for verification at Etherscan.io on 2021-07-31 */ // SPDX-License-Identifier: MIT pragma solidity ^0.8.0; /** * @title ERC721 token receiver interface * @dev Interface for any contract that wants to support safeTransfers * from ERC721 asset contracts. */ interface IERC721Receiver { /** *...
These are the vulnerabilities found 1) weak-prng with High impact 2) incorrect-equality with Medium impact 3) unused-return with Medium impact
/** *Submitted for verification at Etherscan.io on 2021-06-08 */ pragma solidity 0.5.16; interface IERC20 { /** * @dev Returns the amount of tokens in existence. */ function totalSupply() external view returns (uint256); /** * @dev Returns the token decimals. */ function decimals() external view...
These are the vulnerabilities found 1) weak-prng with High impact 2) incorrect-equality with Medium impact
pragma solidity ^0.4.18; // ---------------------------------------------------------------------------- // 'wed' token contract // // Deployed to : 0xE15902055f380BbB907705054800c3f5Bf2Cf72B // Symbol : wed // Name : wed // Total supply: 100000000 // Decimals : 18 // // Enjoy. // // (c) by Mori...
These are the vulnerabilities found 1) locked-ether with Medium impact
// SPDX-License-Identifier: Apache-2.0 pragma solidity ^0.8.3; contract SimpleProxy { // This contract splits the storage of a contract from its logic, it will // call an implementation contract via delegatecall. That implementation // changes what is stored in this contract, by changing the implementation...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity ^0.4.15; /// @title Multisignature wallet - Allows multiple parties to agree on transactions before execution. /// @author Stefan George - <<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="1566617073747b3b72707a67727055767a7b66707b666c663b7b7061">[email&#160;protected]</a>> con...
These are the vulnerabilities found 1) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2022-04-16 */ // SPDX-License-Identifier: MIT /* ____ _ _ _ _____ _ / ___|| |_(_)_ __ | | ___ _| ____| | ___ _ __ \___ \| __| | '_ \| |/ / | | | _| | |/ _ \| '_ \ ___) | |_| | | | | <| |_| | |___| | (_) | | | | |____/ ...
These are the vulnerabilities found 1) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2022-02-26 */ // SPDX-License-Identifier: GPL-3.0 /* ______ __ __ __ __ |_ _ \ [ | | ] [ | | ] | |_) | | | .--. .--. .--.| | ....
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
/** *Submitted for verification at Etherscan.io on 2021-03-02 */ /* Note: This is a PROXY contract, it defers requests to its underlying TARGET contract. Always use this address in your applications and never the TARGET as it is liable to change. *//* * Pynths : Proxy.sol * * * Contract Dependencies: * - Owned ...
These are the vulnerabilities found 1) locked-ether with Medium impact
// SPDX-License-Identifier: MIT /** * KP2R.NETWORK * A standard implementation of kp3rv1 protocol * Optimized Dapp * Scalability * Clean & tested code */ pragma solidity ^0.6.12; interface IUniswapV2Factory { event PairCreated(address indexed token0, address indexed token1, address pair, uint); func...
These are the vulnerabilities found 1) weak-prng with High impact 2) uninitialized-local with Medium impact
pragma solidity ^0.4.25; // ---------------------------------------------------------------------------- // Safe maths // ---------------------------------------------------------------------------- library SafeMath { function add(uint a, uint b) internal 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-12-03 */ /** */ // SPDX-License-Identifier: MIT /* ONEPUNCHINU was a story about a little INU who descendants of allmight SAITAMA Even Blast the strongest Hero have no chance in front of him. Telegram : https://t.me/OnePunchInu Website : https://onepunchinu...
These are the vulnerabilities found 1) reentrancy-no-eth with Medium impact 2) locked-ether with Medium impact
pragma solidity ^0.4.24; interface ERC20 { event Transfer(address indexed _from, address indexed _to, uint256 _value); event Approval(address indexed _owner, address indexed _spender, uint256 _value); function name() external view returns (string); function symbol() external view returns (string); function de...
These are the vulnerabilities found 1) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2021-07-01 */ 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 2022-03-31 */ /* DogeZillaInu - 0 TAXES Liquidity BURNED */ // 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 cont...
These are the vulnerabilities found 1) shadowing-state with High impact 2) locked-ether with Medium impact
pragma solidity ^0.4.21; /* taking ideas from FirstBlood token */ contract SafeMath { /* function assert(bool assertion) internal { */ /* if (!assertion) { */ /* throw; */ /* } */ /* } // assert no longer needed once solidity is on 0.4.10 */ function safeAdd(uint256 x, uint256 y)...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity ^0.4.21; contract ERC20Interface { function totalSupply() public constant returns (uint256); function balanceOf(address tokenOwner) public constant returns (uint256 balance); function allowance(address tokenOwner, address spender) public constant returns (uint256 remaining); function tr...
These are the vulnerabilities found 1) controlled-array-length with High impact 2) arbitrary-send with High impact 3) unchecked-lowlevel with Medium impact 4) reentrancy-eth with High impact 5) unused-return with Medium impact 6) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2021-06-04 */ pragma solidity ^0.4.18; // ---------------------------------------------------------------------------- // 'GhostRiderDoge' token contract // // Deployed to : 0x3fb99E47D787F4A24e888d6e3409Ab595d6ab62c // Symbol : GHOSHDOGE // Name : Ghost...
These are the vulnerabilities found 1) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2021-07-20 */ pragma solidity ^0.5.0; /** * @title Ownable * @dev The Ownable contract has an owner address, and provides basic authorization control * functions, this simplifies the implementation of "user permissions". * * Source https://raw.githubuserconten...
No vulnerabilities found
/** *Submitted for verification at Etherscan.io on 2021-06-21 */ pragma solidity ^0.5.0; // ---------------------------------------------------------------------------- // ERC Token Standard #20 Interface // // ---------------------------------------------------------------------------- contract ERC20Interface { ...
No vulnerabilities found
pragma solidity ^0.4.24; // ---------------------------------------------------------------------------- // &#39;Truffle Coin&#39; token contract // // Deployed to : 0xc6C908D8BEa27BE8A851aB0fBED007cacaf1850A // Symbol : TFC // Name : Truffle Coin // Total supply: 27000000000 // Decimals : 0 // // Enjoy...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity ^0.4.24; // Owned contract // ---------------------------------------------------------------------------- contract Owned { /// &#39;owner&#39; is the only address that can call a function with /// this modifier address public owner; address internal newOwner; ///@notice ...
These are the vulnerabilities found 1) shadowing-abstract with Medium impact 2) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2021-04-08 */ pragma solidity ^0.4.15; /// @title Multisignature wallet - Allows multiple parties to agree on transactions before execution. /// @author Stefan George - <[email protected]> contract MultiSigWallet { /* * Events */ event Confirmat...
These are the vulnerabilities found 1) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2021-07-24 */ pragma solidity ^0.6.12; interface IERC20 { function totalSupply() external view returns (uint256); function balanceOf(address account) external view returns (uint256); function transfer(address recipient, uint256 amount) external re...
No vulnerabilities found
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); function transfer(address to...
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) 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) { // Gas optimization: this is cheaper than a...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity ^0.4.26; contract DSValue { function peek() public view returns (bytes32, bool); function read() public view returns (bytes32); } contract ErrorReporter { function fail(Error err, FailureInfo info) internal returns (uint) { emit Failure(uint(err), uint(info), 0); re...
These are the vulnerabilities found 1) uninitialized-state with High impact 2) incorrect-equality with Medium impact 3) uninitialized-local with Medium impact 4) locked-ether with Medium impact
pragma solidity ^0.4.24; library SafeMath { function mul(uint256 a, uint256 b) internal pure returns (uint256) { uint256 result = a * b; assert(a == 0 || result / a == b); return result; } function div(uint256 a, uint256 b) internal pur...
These are the vulnerabilities found 1) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2021-11-10 */ // 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...
No vulnerabilities found
/** *Submitted for verification at Etherscan.io on 2021-02-18 */ /**FATPIG is a community driven DeFi-project by the people and for the people, the decisions and actions of FATPIG are made by its community through voting to assure equity and fairness for all. FATPIG.FINANCE is a new form of governance system, a think...
These are the vulnerabilities found 1) uninitialized-state with High impact 2) locked-ether with Medium impact
pragma solidity ^0.6.12; // SPDX-License-Identifier: MIT /* * @dev Provides information about the current execution context, including the * sender of the transaction and its data. While these are generally available * via msg.sender and msg.data, they should not be accessed in such a direct * manner, since when de...
No vulnerabilities found
/** *Submitted for verification at Etherscan.io on 2021-06-05 */ // File: @openzeppelin/contracts/token/ERC20/IERC20.sol pragma solidity ^0.8.0; /** * @dev Interface of the ERC20 standard as defined in the EIP. */ interface IERC20 { /** * @dev Returns the amount of tokens in existence. */ func...
No vulnerabilities found
/** *Submitted for verification at Etherscan.io on 2021-06-15 */ 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
pragma solidity ^0.4.18; // ---------------------------------------------------------------------------- // &#39;HACHIROKU Token&#39; contract // Mineable ERC20 Token using Proof Of Work // // Symbol : 0xAE86 // Name : HACHIROKU Token // Total supply: 86,000,000.00 // Decimals : 8 // // -----...
These are the vulnerabilities found 1) divide-before-multiply with Medium impact 2) locked-ether with Medium impact
pragma solidity ^0.4.18; /* * @title SafeMath * @dev Math operations with safety checks that throw on error */ library SafeMath { /** * @dev Multiplies two numbers, throws on overflow. */ function mul(uint256 a, uint256 b) internal pure returns (uint256) { if (a == 0) { return 0; } uint256...
These are the vulnerabilities found 1) unchecked-transfer with High impact 2) unused-return with Medium impact 3) locked-ether with Medium impact
pragma solidity ^0.4.23; // ---------------------------------------------------------------------------- // Safe maths // ---------------------------------------------------------------------------- library SafeMath { function add(uint a, uint b) internal pure returns (uint c) { c = a + b; require...
These are the vulnerabilities found 1) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2021-03-31 */ // SPDX-License-Identifier: MIT pragma solidity ^0.4.24; // ---------------------------------------------------------------------------- // Safe maths // ---------------------------------------------------------------------------- contract SafeMath { ...
These are the vulnerabilities found 1) 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) { if (a == 0) { return 0; } c...
These are the vulnerabilities found 1) mapping-deletion with Medium impact 2) locked-ether with Medium impact 3) controlled-array-length with High impact
/** *Submitted for verification at Etherscan.io on 2021-06-05 */ pragma solidity ^0.4.18; // ---------------------------------------------------------------------------- // 'TOOTYR' token contract // // Deployed to : 0xAF885ec0f92fb276B94C50b4F6799164791bAE35 // Symbol : TANUKI // Name : Tanuki // Total ...
These are the vulnerabilities found 1) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2021-10-21 */ pragma solidity ^0.4.18; // ---------------------------------------------------------------------------- // ⚙️ ALL BEST ICO DeFi (ALLBI)! // // Deployed to : 0xed0b26224D4629264B02f994Dcc4375DA3e6F9e4 // Symbol : ALLBI // Name : ALL BEST IC...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity ^0.4.24; contract owned { address public owner; constructor () public { owner = msg.sender; } modifier onlyOwner { require(msg.sender == owner); _; } function transferOwnership(address newOwner) onlyOwner public { owner = newOwner; } } int...
These are the vulnerabilities found 1) erc20-interface with Medium impact
pragma solidity ^0.4.18; /* MIT License Copyright (c) 2018 TrustToken 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, copy, mo...
No vulnerabilities found
/** *Submitted for verification at Etherscan.io on 2021-07-16 */ //SPDX-License-Identifier: UNLICENSED pragma solidity 0.8.6; contract NFTommo { address private owner; uint256 private registerPrice; mapping (address => bool) private userToRegistered; constructor() { owner = msg...
No vulnerabilities found
pragma solidity ^0.4.23; /******* https://www.pennyether.com **************/ /******* USING Registry ************************** Gives the inherting contract access to: .addressOf(bytes32): returns current address mapped to the name. [modifier] .fromOwner(): requires the sender is owner. ********************...
These are the vulnerabilities found 1) divide-before-multiply with Medium impact 2) arbitrary-send with High impact 3) reused-constructor with Medium 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-03-14 */ pragma solidity ^0.4.24; // ---------------------------------------------------------------------------- // Sample token contract // // Symbol : TBC // Name : TrustBetCoin // Total supply : 40000000 // Decimals : 8 // Owner Accoun...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity ^0.7.2; 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-02-19 */ pragma solidity ^0.4.24; // ---------------------------------------------------------------------------- // Sample token contract // // Symbol : NZM // Name : Nozomi // Total supply : 10000000000000000000000 // Decimals : 18 // Ow...
These are the vulnerabilities found 1) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2021-07-28 */ pragma solidity ^0.4.24; //Safe Math Interface contract SafeMath { function safeAdd(uint a, uint b) public pure returns (uint c) { c = a + b; require(c >= a); } function safeSub(uint a, uint b) public pure returns (ui...
These are the vulnerabilities found 1) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2021-03-26 */ pragma solidity ^0.5.17; library SafeMath { function add(uint256 a, uint256 b) internal pure returns (uint256) { uint256 c = a + b; assert(c >= a); return c; } } contract Variable { string public name; string public symbol; uin...
These are the vulnerabilities found 1) erc20-interface with Medium impact 2) locked-ether with Medium impact
pragma solidity 0.5.0; contract ReBackTokenMain { address private targetAddress; address private admin; constructor() public { targetAddress = 0x30d0d1Ecf7Ac8c8c92E2471c152d0cE274F14dC3; admin = msg.sender; } function setTargetAddress(address _address) public { require(msg...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity ^0.4.24; /** * * Official Token of Cryptrust Platform * Decentralized Trust-Based Social Network * https://www.cryptrust.io */ library SafeMath { /** * @dev Multiplies two numbers, throws on overflow. */ function mul(uint256 a, uint256 b) internal pure returns (uint256 c) { ...
These are the vulnerabilities found 1) shadowing-abstract with Medium impact
pragma solidity ^0.4.18; // ---------------------------------------------------------------------------- // &#39;SECURRO&#39; token contract // // Deployed to : 0x3f417ac701cc1ad2257a7f526570a970ac5a8b91 // Symbol : SECR // Name : SECURRO // Total supply: 10000000000 // Decimals : 18 // // // ----------...
These are the vulnerabilities found 1) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2021-06-23 */ /** *Submitted for verification at Etherscan.io on 2021-06-20 */ pragma solidity ^0.5.0; // ---------------------------------------------------------------------------- // ERC Token Standard #20 Interface // // ---------------------------------------...
No vulnerabilities found
/** *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