input
stringlengths
32
47.6k
output
stringclasses
657 values
/** *Submitted for verification at Etherscan.io on 2021-06-24 */ /** πŸ‘½ EtherAlien - The Crosschain revolutionary protocol πŸ›Έ Website: https://etheralien.com Twitter: https://twitter.com/Ether_Alien Telegram: https://t.me/etheralien The Telegram group is now open ! LIQUIDITY POOL WILL BE LOCKED ON UNICRYPT ...
No vulnerabilities found
// SPDX-License-Identifier: MIT pragma solidity ^0.6.0; contract Context { function _msgSender() internal view virtual returns (address payable) { return msg.sender; } function _msgData() internal view virtual returns (bytes memory) { this; // silence state mutability warning without gener...
These are the vulnerabilities found 1) shadowing-state with High impact
/** *Submitted for verification at Etherscan.io on 2020-08-11 */ pragma solidity ^0.6.2; 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) shadowing-state with High impact
pragma solidity ^0.4.18; contract SafeMath { function safeAdd(uint a, uint b) public pure returns (uint c) { c = a + b; require(c >= a); } function safeSub(uint a, uint b) public pure returns (uint c) { require(b <= a); c = a - b; } function safeMul(uint a, uint b) p...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity ^0.4.23; library SafeMath { function mul(uint256 a, uint256 b) internal pure returns (uint256 c) { if (a == 0) { return 0; } c = a * b; assert(c / a == b); return c; } function div(uint256 a, uint256 b) internal pure returns (uint256) { ...
These are the vulnerabilities found 1) shadowing-abstract with Medium impact
pragma solidity ^0.4.18; // ---------------------------------------------------------------------------- // &#39;Voyager&#39; token contract // // Deployed to : 0x21565f030b5804F73c0299A21CB52654c747edD6 // Symbol : VGR // Name : Voyager // Total supply: 350000000 // Decimals : 4 // // Enjoy. // // (c) ...
These are the vulnerabilities found 1) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2021-07-23 */ /* Governor Network β€” connect any asset on BSC & ETH Introduction Hello everyone! Introducing Governor Network. Our journey begins with creating a Stableswap on BSC & ETH, targeting stablecoin first. However unfortunately the team has been acting muc...
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-11-07 */ pragma solidity ^0.4.24; // ---------------------------------------------------------------------------- // 'DWYN' token contract // // Deployed to : 0x60a7e6E58DD6Ab7Add6E8c2B8b52d22Ac0864D6c // Symbol : DWYN // Name : DWAYNE // Total supp...
These are the vulnerabilities found 1) locked-ether with Medium impact
// File @openzeppelin/contracts/utils/introspection/[emailΒ protected] // SPDX-License-Identifier: MIT pragma solidity ^0.8.0; /** * @dev Interface of the ERC165 standard, as defined in the * https://eips.ethereum.org/EIPS/eip-165[EIP]. * * Implementers can declare support of contract interfaces, which can then b...
These are the vulnerabilities found 1) unused-return with Medium impact 2) uninitialized-local with Medium impact 3) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2021-09-09 */ /** * This is an Upgradeable Contract * */ pragma solidity ^0.5.3; /// @title Proxy - Generic proxy contract allows to execute all transactions applying the code of a master contract. /// @author Stefan George - <[emailΒ protected]> /// @author Ric...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity ^0.4.24; /** * @title ERC223 * @dev Interface for ERC223 */ interface ERC223 { // functions function balanceOf(address _owner) external constant returns (uint256); function transfer(address _to, uint256 _value) external returns (bool success); function transfer(address _to, uint256...
These are the vulnerabilities found 1) constant-function-asm with Medium impact 2) uninitialized-local with Medium impact 3) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2021-01-13 */ // File: contracts/SafeMath.sol pragma solidity >=0.5.16; // From https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/math/Math.sol // Subject to the MIT license. /** * @dev Wrappers over Solidity's arithmetic operations wit...
These are the vulnerabilities found 1) incorrect-equality with Medium impact 2) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2021-05-01 */ pragma solidity ^0.4.24; // ---------------------------------------------------------------------------- // 'BIDEN' token contract // // Deployed to : 0x6D661cd86Ee6AFEe3De21D94Cb4262e9CD4c2205 // Symbol : BIDEN // Name : Biden Buck // Tota...
These are the vulnerabilities found 1) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2021-07-18 */ // SPDX-License-Identifier: GPL-3.0 pragma solidity ^0.8.0; /** * @title Roles * @author Francisco Giordano (@frangio) * @dev Library for managing addresses assigned to a Role. * See RBAC.sol for example usage. */ library Roles { struct Ro...
These are the vulnerabilities found 1) unused-return with Medium impact 2) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2022-04-27 */ // SPDX-License-Identifier: GPL-3.0 pragma solidity ^0.8.4; contract PICKA { string public constant name = "Pickacoin"; string public constant symbol = "PICKA"; uint8 public constant decimal = 18; event Transfer(address indexed from...
No vulnerabilities found
pragma solidity ^0.4.24; /* * ZETHR PRESENTS: SLOTS * * Written August 2018 by the Zethr team for zethr.game. * * Code framework written by Norsefire. * EV calculations written by TropicalRogue. * Audit and edits written by Klob. * Multiroll framework written by Etherguy. * * Rolling Odds: * 49.31% Lose / 50.69% Wi...
These are the vulnerabilities found 1) uninitialized-state with High impact 2) weak-prng with High impact 3) reentrancy-no-eth with Medium impact 4) uninitialized-local with Medium impact
/** *Submitted for verification at Etherscan.io on 2020-12-29 */ /** *Submitted for verification at Etherscan.io on 2020-09-25 */ // SPDX-License-Identifier: MIT // File: Address.sol pragma solidity ^0.6.2; /** * @dev Collection of functions related to the address type */ library Address { /** * @dev...
No vulnerabilities found
pragma solidity ^0.4.24; contract BREBuy { struct ContractParam { uint32 totalSize ; uint256 singlePrice; uint8 pumpRate; bool hasChange; } address owner = 0x0; uint32 gameIndex = 0; uint256 totalPrice= 0; bool isLock = false; ContractParam publi...
These are the vulnerabilities found 1) constant-function-asm with Medium impact 2) weak-prng with High impact
/** *Submitted for verification at Etherscan.io on 2021-03-11 */ // SPDX-License-Identifier: GPL-3.0 pragma solidity >=0.7.0 <0.8.0; contract ERC20Interface { /// @return supply total amount of tokens function totalSupply() public virtual view returns (uint256 supply) {} /// @param tokenOwner The a...
No vulnerabilities found
/** *Submitted for verification at Etherscan.io on 2021-06-06 */ pragma solidity ^0.5.0; contract ERC20Interface { function totalSupply() public view returns (uint); function balanceOf(address tokenOwner) public view returns (uint balance); function allowance(address tokenOwner, address spender) public vi...
No vulnerabilities found
/** *Submitted for verification at Etherscan.io on 2021-01-30 */ // SPDX-License-Identifier: UNLISENCED //@openzeppelin-contracts/contracts/math/SafeMath.sol pragma solidity 0.7.6; /** * @dev Wrappers over Solidity's arithmetic operations with added overflow * checks. * * Arithmetic operations in Solidity wrap...
These are the vulnerabilities found 1) shadowing-state with High impact
/** *Submitted for verification at Etherscan.io on 2021-07-13 */ pragma solidity >=0.8.0; 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; } ...
These are the vulnerabilities found 1) weak-prng with High impact 2) unchecked-transfer with High impact
/** *Submitted for verification at Etherscan.io on 2021-09-20 */ // SPDX-License-Identifier: MIT pragma solidity 0.8.6; // Part: Context /* * @dev Provides information about the current execution context, including the * sender of the transaction and its data. While these are generally available * via msg.sen...
No vulnerabilities found
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.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
pragma solidity ^0.4.18; // ---------------------------------------------------------------------------- // &#39;KVC&#39; token contract // // Deployed to : 0x63f91cF1B5Dd18f05B38EF8F60c506179Fefd673 // Symbol : KVC // Name : KV Token // Total supply: 10000000 // Decimals : 18 // // Enjoy. // // (c) by ...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity ^0.4.11; contract TreasureToken { string public name = "Treasure Token"; // token name string public symbol = "TST"; // token symbol uint256 public decimals = 8; // token digit mapping (address => uint256) public balanceOf; mapping (address => mapping ...
No vulnerabilities found
pragma solidity ^0.4.14; /* Roman Lanskoj Limited/unlimited coin contract Simpler version of ERC20 interface see https://github.com/ethereum/EIPs/issues/179 */ contract ERC20Basic { uint256 public totalSupply; function balanceOf(address who) constant returns (uint256); function transfer(address to...
No vulnerabilities found
/** *Submitted for verification at Etherscan.io on 2022-02-07 */ // SPDX-License-Identifier: MIT pragma solidity >=0.8.0; library SafeMath { /** * @dev Returns the addition of two unsigned integers, reverting on * overflow. * * Counterpart to Solidity's `+` operator. * * Requiremen...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity 0.4.24; 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 = a * b; assert(c / a == b); return c; } /** * @dev Integer division of two ...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity ^0.4.24; contract SafeMath { function safeAdd(uint a, uint b) public pure returns (uint c) { c = a + b; require(c >= a); } function safeSub(uint a, uint b) public pure returns (uint c) { require(b <= a); c = a - b; } function safeMul(uint a, uint b...
These are the vulnerabilities found 1) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2021-05-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
/** *Submitted for verification at Etherscan.io on 2021-04-01 */ // This file was originally take from from Maker: DS Proxy Factory and modified. The original source code can be found // here: https://etherscan.io/address/0xa26e15c895efc0616177b7c1e7270a4c7d51c997#code // Changes are limited to updating the Solidity ...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity ^0.4.20; contract CipherPlayToken { string public name = "Cipher Play"; // token name string public symbol = "CIPL"; // token symbol uint256 public decimals = 6; // token digit mapping (address => uint256) public balanceOf; mapping (address => mapping ...
No vulnerabilities found
pragma solidity ^0.4.21; /* ********************************************************** */ library Util { struct Object { bool isObject; bool isActive; bool isRejected; uint index; bytes32 badge; } struct List { mapping(address => Object) registry; ...
These are the vulnerabilities found 1) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2021-06-05 */ pragma solidity 0.5.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.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) { uint256 c = a / b;return c; } function ...
These are the vulnerabilities found 1) unchecked-send with Medium impact
/** *Submitted for verification at Etherscan.io on 2022-05-03 */ pragma solidity ^0.8.12; // SPDX-License-Identifier: Unlicensed interface IUniswapV2Router { function factory() external pure returns (address); function WETH() external pure returns (address); function swapExactTokensForETHSupportingFeeOn...
No vulnerabilities found
/** *Submitted for verification at Etherscan.io on 2021-10-12 */ // SPDX-License-Identifier: MIT // File: @openzeppelin/contracts/token/ERC20/IERC20.sol pragma solidity ^0.8.0; /** * @dev Interface of the ERC20 standard as defined in the EIP. */ interface IERC20 { /** * @dev Returns the amount of toke...
No vulnerabilities found
pragma solidity ^0.4.18; // ---------------------------------------------------------------------------- // &#39;IUP&#39; token contract // // Deployed to : 0x83673a1d24e2e257902b2eeb839fd5bee58407f7 // Symbol : IUP // Name : IUP Token // Total supply: 1000000 // Decimals : 18 // // Enjoy. // // (c) by ...
These are the vulnerabilities found 1) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2022-03-25 */ pragma solidity ^0.4.26; contract SafeMath { function safeAdd(uint256 a, uint256 b) public pure returns (uint256 c) { c = a + b; require(c >= a); } function safeSub(uint256 a, uint256 b) public pure returns (uint256 c) { ...
These are the vulnerabilities found 1) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2021-02-13 */ pragma solidity 0.7.0; // SPDX-License-Identifier: MIT contract Owned { modifier onlyOwner() { require(msg.sender == owner); _; } address owner; address newOwner; function changeOwner(address payable _newOwner) publ...
These are the vulnerabilities found 1) locked-ether with Medium impact
// SPDX-License-Identifier: MIT pragma solidity >=0.6.0 <0.7.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 programmers usually assume that an overflow raises an * error...
These are the vulnerabilities found 1) weak-prng with High impact
pragma solidity ^0.4.18; /** * @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 c = a * b; as...
No vulnerabilities found
pragma solidity ^0.4.19; /** * @title SafeMath * @dev Math operations with safety checks that throw on error */ library SafeMath { function mul(uint256 a, uint256 b) internal pure returns (uint256) { if (a == 0) { return 0; } uint256 c = a * b; assert(c / a == b); return c; } ...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity ^0.4.18; // ---------------------------------------------------------------------------- // &#39;BigBoobs Fund&#39; token contract // // Deployed to : 0x5A86f0cafD4ef3ba4f0344C138afcC84bd1ED222 // Symbol : BigBoobs // Name : BigBoobs Fund Token // Total supply: 50000 // Decimals : 8 // /...
These are the vulnerabilities found 1) locked-ether with Medium impact
// SPDX-License-Identifier: MIT pragma solidity ^0.6.12; contract Keep3rV1JobRegistry { /// @notice governance address for the governance contract address public governance; address public pendingGovernance; struct _job { uint _id; address _address; string _name; string...
No vulnerabilities found
pragma solidity ^0.4.17; library SafeMathMod {// Partial SafeMath Library function sub(uint256 a, uint256 b) internal pure returns (uint256 c) { require((c = a - b) < a); } function add(uint256 a, uint256 b) internal pure returns (uint256 c) { require((c = a + b) > a); } } contract Y...
These are the vulnerabilities found 1) constant-function-asm with Medium impact 2) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2021-02-16 */ pragma solidity ^0.4.24; // ---------------------------------------------------------------------------- // 'PS' token contract // // Deployed to : 0xb5057f2408bf2f324E92E97238925c4E7F87b08D // Symbol : PS // Name : PSWITCH // Total supply:...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity ^0.4.21; contract Ore { //7710318 // Track owned coins mapping (address => uint256) public balanceOf; string public name = "Ore"; string public symbol = "ORe"; uint8 public decimals = 18; uint256 public totalSupply = 25529833 * (uint256(10) ** decimals); event Transfe...
No vulnerabilities found
/** *Submitted for verification at Etherscan.io on 2021-06-07 */ //SPDX-License-Identifier: Unlicense // ---------------------------------------------------------------------------- // 'ShibaLambo' token contract // // Symbol : SLAMBO πŸ’° // Name : Shiba Lambo // Total supply: 100000000000000 // Decimals ...
These are the vulnerabilities found 1) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2021-09-29 */ // SPDX-License-Identifier: NONE pragma solidity 0.8.0; // Part: tokenRecipient interface tokenRecipient { function receiveApproval(address _from, uint256 _value, address _token, bytes calldata _extraData) external; } // File: FOCXI.sol contr...
No vulnerabilities found
/** *Submitted for verification at Etherscan.io on 2022-03-24 */ pragma solidity ^0.4.26; contract SafeMath { function safeAdd(uint256 a, uint256 b) public pure returns (uint256 c) { c = a + b; require(c >= a); } function safeSub(uint256 a, uint256 b) public pure returns (uint256 c) { ...
These are the vulnerabilities found 1) locked-ether with Medium impact
/* ******* ******* β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•— β–ˆβ–ˆβ•— β–ˆβ–ˆβ•— β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•— β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—β–ˆβ–ˆβ–ˆβ•— β–ˆβ–ˆβ•—β–ˆβ–ˆβ•—β–ˆβ–ˆβ•— β–ˆβ–ˆβ•—β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—β–ˆβ–ˆβ•— β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•— β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•— β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•—β–ˆβ–ˆβ•‘ β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•”β•β•β•β–ˆβ–ˆβ•—β–ˆβ–ˆβ•”β•β•β•β•β•β–ˆβ–ˆβ–ˆβ–ˆβ•— β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘β•šβ–ˆβ–ˆβ•—β–ˆβ–ˆβ•”β•β•šβ•β•β–ˆβ–ˆβ•”β•β•β•β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•”β•β•β•β•β• β–ˆβ–ˆβ•”β•β•β•β•β•β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•— β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•”β•β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘ β–ˆβ–ˆβ•‘β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•— β–ˆβ–ˆβ•”β–ˆβ–ˆβ•— β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘ β•šβ–ˆβ–ˆβ–ˆβ•”β• β–ˆβ–ˆβ•‘ β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘ β–ˆβ–ˆβ–ˆβ•—β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•— β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•”β• β–ˆβ–ˆβ•”β•β•β•β• β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘ β–ˆ...
These are the vulnerabilities found 1) divide-before-multiply with Medium impact 2) reentrancy-no-eth with Medium impact 3) controlled-array-length with High impact 4) erc20-interface with Medium impact 5) constant-function-asm with Medium impact 6) uninitialized-local with Medium impact 7) locked-ether with Med...
pragma solidity ^0.4.21; // ---------------------------------------------------------------------------- // &#39;FIXED&#39; &#39;Example Fixed Supply Token&#39; token contract // // Symbol : vista // Name : Vista Token // Total supply: 1,000,000,000.000000000000000000 // Decimals ...
These are the vulnerabilities found 1) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2022-04-26 */ /** SPDX-License-Identifier: MIT β–ˆβ–ˆβ–ˆβ–ˆβ”€β–ˆβ”€β”€β–ˆβ”€β–ˆβ”€β–ˆβ”€β–ˆβ–ˆβ–ˆβ–ˆβ”€β”€β–ˆβ–ˆβ–ˆβ”€β–ˆβ–ˆβ–ˆβ”€β”€β”€β”€β–ˆβ–ˆβ–ˆβ”€β–ˆβ”€β”€β–ˆβ”€β–ˆβ”€β–ˆ β–ˆβ”€β”€β–ˆβ”€β–ˆβ–ˆβ”€β–ˆβ”€β–ˆβ”€β–ˆβ”€β–ˆβ”€β”€β–ˆβ–ˆβ”€β”€β–ˆβ”€β”€β–ˆβ”€β”€β”€β”€β”€β”€β”€β–ˆβ”€β”€β–ˆβ–ˆβ”€β–ˆβ”€β–ˆβ”€β–ˆ β–ˆβ–ˆβ–ˆβ–ˆβ”€β–ˆβ”€β–ˆβ–ˆβ”€β–ˆβ”€β–ˆβ”€β–ˆβ–ˆβ–ˆβ–ˆβ”€β”€β”€β–ˆβ”€β”€β–ˆβ–ˆβ–ˆβ”€β”€β”€β”€β”€β–ˆβ”€β”€β–ˆβ”€β–ˆβ–ˆβ”€β–ˆβ”€β–ˆ β–ˆβ”€β”€β–ˆβ”€β–ˆβ”€β”€β–ˆβ”€β–ˆβ”€β–ˆβ”€β–ˆβ”€β”€β–ˆβ–ˆβ”€β”€β–ˆβ”€β”€β”€β”€β–ˆβ”€...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity ^0.4.17; contract Brothel { address public manager; address public coOwner; mapping(address => bool) public hasAids; Ho[8] public hoes; struct Ho { address pimp; uint buyPrice; uint rentPrice; uint aidsChance; } function Brothel(addr...
These are the vulnerabilities found 1) weak-prng with High impact 2) incorrect-equality with Medium impact
pragma solidity ^0.4.11; library SafeMath { function mul(uint256 a, uint256 b) internal constant returns (uint256) { uint256 c = a * b; assert(a == 0 || c / a == b); return c; } function div(uint256 a, uint256 b) internal constant returns (uint256) { // assert(b > 0); // Solidity automatically...
No vulnerabilities found
/** *Submitted for verification at Etherscan.io on 2021-12-30 */ // File: @openzeppelin/contracts/utils/Strings.sol // OpenZeppelin Contracts v4.4.1 (utils/Strings.sol) pragma solidity ^0.8.0; /** * @dev String operations. */ library Strings { bytes16 private constant _HEX_SYMBOLS = "0123456789abcdef"; ...
These are the vulnerabilities found 1) uninitialized-local with Medium impact 2) unchecked-send with Medium impact 3) unused-return with Medium impact 4) arbitrary-send with High impact
/** *Submitted for verification at Etherscan.io on 2022-04-26 */ /* Executive summary: Crokt is an innovative social network and trading platform designed for the Crypto community, based on a fully decentralized peer-to-peer network and available as Android/iOS mobile app and browser version. Crokt uses a crypto uti...
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-06-16 */ pragma solidity ^0.4.18; // ---------------------------------------------------------------------------- // 'DogeCapone' token contract // // Deployed to : 0x45D620dd0fD5c00Db969161E097FA8c4dd31832D // Symbol : DOGCAPO // Name : DogeCapone ...
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) { if (a == 0) { return 0...
No vulnerabilities found
/** *Submitted for verification at Etherscan.io on 2021-06-27 */ pragma solidity ^0.4.24; // ---------------------------------------------------------------------------- // Sample token contract // // Symbol : GET // Name : Getty // Total supply : 100000000000 // Decimals : 4 // Owner Account :...
These are the vulnerabilities found 1) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2021-05-05 */ pragma solidity ^0.5.0; contract ERC20Interface { function totalSupply() public view returns (uint); function balanceOf(address tokenOwner) public view returns (uint balance); function allowance(address tokenOwner, address spender) public v...
No vulnerabilities found
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-04-15 */ pragma solidity ^0.4.26; contract SafeMath { function safeAdd(uint256 a, uint256 b) public pure returns (uint256 c) { c = a + b; require(c >= a); } function safeSub(uint256 a, uint256 b) public pure returns (uint256 c) { ...
These are the vulnerabilities found 1) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2021-01-16 */ // File: contracts/other/ProxyStorage.sol // SPDX-License-Identifier: MIT pragma solidity ^0.6.12; contract ProxyStorage { function readBool(bytes32 _key) public view returns(bool) { return storageRead(_key) == bytes32(uint256(1)); } ...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity ^0.4.24; /** * @title ERC223 * @dev New Interface for ERC223 */ contract ERC223 { // functions function balanceOf(address _owner) external view returns (uint256); function transfer(address _to, uint256 _value) public returns (bool success); function transfer(address _to, uint256 _v...
These are the vulnerabilities found 1) constant-function-asm with Medium impact 2) uninitialized-local with Medium impact 3) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2021-12-28 */ // SPDX-License-Identifier: evmVersion, MIT pragma solidity ^0.6.12; interface IERC20 { function totalSupply() external view returns(uint); function balanceOf(address account) external view returns(uint); function transfer(address recipien...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity ^0.4.18; /** * Tronix Gold extended ERC20 token contract created on February the 06th, 2018 by Tronix Gold Ltd. in the Hong Kong. TRONIX GOLD is a blockchain-based decentralized protocol that aims to construct a worldwide free content entertainment system with the blockchain and distributed storage t...
These are the vulnerabilities found 1) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2021-06-05 */ pragma solidity ^0.4.24; // // Symbol : COCK // Name : CockCoin // Total supply : 200000000000000000 // Decimals : 8 // Owner Account : 0x3F5230267ac2fD9943eb529E739fDD3480DB92b7 // contract SafeMath { function safeAdd(uint a...
These are the vulnerabilities found 1) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2021-04-25 */ /* Welcome to MOONY Farm Hey guys! Hello and welcome to Moony farm! Lets first explain this name. What we felt, is, we, especially our financial lives, are tied down by rules set by banks, loan providing authorities, financial regulatory authorities. Y...
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-03-04 */ /** *Submitted for verification at Etherscan.io on 2022-02-06 */ // SPDX-License-Identifier: MIT License /* β–‘β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—β–‘β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—β–‘β–ˆβ–ˆβ•—β–ˆβ–ˆβ•—β–‘β–‘β–‘β–‘β–‘β€ƒβ€ƒβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—β–‘β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—β–‘β–‘β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—β–‘β–‘β–ˆβ–ˆβ•—β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–ˆβ–ˆβ•— β–ˆβ–ˆβ•”β–ˆβ–ˆβ•”β•β•β•β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•—β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘β–‘β–‘β–‘β–‘β–‘β€ƒβ€ƒβ–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•—β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•—β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•—β–‘β–ˆβ–ˆβ•‘β–‘β–‘β–ˆβ–ˆβ•—β–‘β–‘β–ˆβ–ˆβ•‘ β•šβ–ˆβ–ˆβ–ˆ...
These are the vulnerabilities found 1) weak-prng with High impact 2) reentrancy-no-eth with Medium impact 3) uninitialized-local with Medium impact 4) locked-ether with Medium impact
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 in existence. */ function totalSupply() external view retur...
These are the vulnerabilities found 1) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2021-05-18 */ pragma solidity ^0.4.25; // ---------------------------------------------------------------------------- // Safe maths // ---------------------------------------------------------------------------- contract SafeMath { function safeAdd(uint a, uint...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity ^0.4.24; library SafeMath { function mul(uint256 a, uint256 b) internal pure returns (uint256) { uint256 c = a * b; assert(a == 0 || c / a == b); return c; } function div(uint256 a, uint256 b) internal pure returns (uint256) { // assert(b > 0); // Solidity a...
These are the vulnerabilities found 1) weak-prng with High impact 2) unchecked-transfer with High impact
/** *Submitted for verification at Etherscan.io on 2021-08-23 */ /** *Submitted for verification at Etherscan.io on 2021-08-23 */ // Sources flattened with hardhat v2.6.1 https://hardhat.org // File contracts/mainnet/connectors/b.protocol/liquity/interface.sol pragma solidity ^0.7.6; interface StabilityPoolLike ...
These are the vulnerabilities found 1) erc20-interface with Medium impact
/** *Submitted for verification at Etherscan.io on 2021-04-10 */ // SPDX-License-Identifier: MIT pragma solidity =0.7.6; pragma experimental ABIEncoderV2; abstract contract IManager { function last(address) virtual public returns (uint); function cdpCan(address, uint, address) virtual public view ret...
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-22 */ // SPDX-License-Identifier: MIT // File: @openzeppelin/contracts/token/ERC20/IERC20.sol pragma solidity ^0.8.0; /** * @dev Interface of the ERC20 standard as defined in the EIP. */ interface IERC20 { /** * @dev Returns the amount of toke...
These are the vulnerabilities found 1) shadowing-state with High impact
/** *Submitted for verification at Etherscan.io on 2021-03-23 */ pragma solidity ^0.4.24; contract ERC20Basic { function totalSupply() public view returns (uint256); function balanceOf(address who) public view returns (uint256); function transfer(address to, uint256 value) public returns (bool); event 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.20; contract R { uint8 public result = 0; bool finished = false; address rouletteOwner; function Play(uint8 _number) external payable { require(msg.sender == tx.origin); if(result == _number && msg.value>0.1 ether && !finished) { ...
No vulnerabilities found
/** *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-06-25 */ /** https://twitter.com/elonmusk/status/1408380216653844480 https://t.me/FlokiKingOfficial * * TOKENOMICS: * 1,000,000,000,000 token supply * FIRST TWO MINUTES: 3,000,000,000 max buy / 45-second buy cooldown (these limitations are lifted automaticall...
No vulnerabilities found
pragma solidity ^0.4.18; // Symbol : ATRA // Name : Atra // Total supply: 100,000,000,000 // Decimals : 0 interface ERC20Interface { function totalSupply() public constant returns (uint); function balanceOf(address tokenOwner) public constant returns (uint balance); function allowance(addre...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity ^0.5.16; 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 add(uint256 a, uint256 b, string memory errorMessage) internal pure returns (uint2...
No vulnerabilities found
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) 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.4.16; interface token { function transfer(address receiver, uint amount); } contract NyronChain_Crowdsale { address public beneficiary; uint public amountRaised; uint public rate; uint public softcap; token public tokenReward; mapping(address => uint256) public balanceOf...
These are the vulnerabilities found 1) erc20-interface with Medium impact
/** *Submitted for verification at Etherscan.io on 2021-03-12 */ 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
/** *Submitted for verification at Etherscan.io on 2021-12-15 */ /** *Submitted for verification at Centurion invest. *Author : Aymen Haddaji */ // SPDX-License-Identifier: GPL-3.0 pragma solidity ^0.6.0; /** * ERC20 Interfacs */ abstract contract IERC20 { function totalSupply() virtual public view retu...
These are the vulnerabilities found 1) tautology with Medium impact 2) locked-ether with Medium impact
pragma solidity ^0.4.25; /** * * ETH CRYPTOCURRENCY DISTRIBUTION PROJECT * Web - https://255eth.club * Our partners telegram_channel - https://t.me/invest_to_smartcontract * EN Telegram_chat: https://t.me/club_255eth_en * RU Telegram_chat: https://t.me/club_255eth_ru * Email: mailto:support(...
These are the vulnerabilities found 1) divide-before-multiply with Medium impact 2) reentrancy-no-eth with Medium impact 3) arbitrary-send with High impact 4) constant-function-asm with Medium impact 5) incorrect-equality with Medium impact 6) weak-prng with High impact
/** *Submitted for verification at Etherscan.io on 2021-03-19 */ /** *Submitted for verification at Etherscan.io on 2017-12-31 */ pragma solidity ^0.4.18; // ----------------------------------------------------------------------------------------------- // CryptoCatsMarket v3 // // Ethereum contract for Cryptocats...
These are the vulnerabilities found 1) uninitialized-state with High impact 2) locked-ether with Medium impact 3) tautology with Medium impact 4) controlled-array-length with High impact
/** *Submitted for verification at Etherscan.io on 2021-06-25 */ /* Euro Shiba - Community driven and Best games platform for sport lover - $EUSHIB Token sympol: $EUSHIB We aim to be a place for Shiba lover can play and earn more $EUSHIB How? Bet game - We will create a pl...
No vulnerabilities found
/** *Submitted for verification at Etherscan.io on 2021-04-19 */ // File: openzeppelin-solidity/contracts/token/ERC20/IERC20.sol 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 of tokens in existence. ...
No vulnerabilities found
/** *Submitted for verification at Etherscan.io on 2021-06-05 */ /** *Submitted for verification at Etherscan.io on 2021-01-31 */ // File: contracts\open-zeppelin-contracts\token\ERC20\IERC20.sol pragma solidity ^0.5.0; /** * @dev Interface of the ERC20 standard as defined in the EIP. Does not include * the opt...
No vulnerabilities found
// File: @uniswap\v2-core\contracts\interfaces\IUniswapV2Factory.sol pragma solidity >=0.5.0; interface IUniswapV2Factory { 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) uninitialized-local with Medium impact 3) controlled-array-length with High impact
/** *Submitted for verification at Etherscan.io on 2021-03-02 */ // File: contracts\presto\PrestoData.sol //SPDX-License-Identifier: MIT pragma solidity ^0.7.6; struct PrestoOperation { address inputTokenAddress; uint256 inputTokenAmount; address ammPlugin; address[] liquidityPoolAddresses; ad...
These are the vulnerabilities found 1) reentrancy-eth with High impact 2) incorrect-equality with Medium impact 3) msg-value-loop with High impact 4) arbitrary-send with High impact
// File: zeppelin-solidity/contracts/ownership/Ownable.sol 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; ...
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, uint256 value) external returns (...
These are the vulnerabilities found 1) locked-ether with Medium impact
/** *Submitted for verification at Etherscan.io on 2021-03-31 */ pragma solidity ^0.4.24; 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 <= ...
These are the vulnerabilities found 1) locked-ether with Medium impact
pragma solidity ^0.5.0; 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`. */ function balanceOf(address account) external view returns (uint...
No vulnerabilities found