prompt stringlengths 302 235k | response dict |
|---|---|
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x60 PUSH1 0x40 MSTORE CALLVALUE ISZERO PUSH2 0xC JUMPI INVALID JUMPDEST JUMPDEST PUSH2 0x126D DUP1 PUSH2 0x1C PUSH1 0x0 CODECOPY PUSH1 0x0 RETURN STOP PUSH1 0x60 PUSH1 0x40 MSTORE CALLDATASIZE ISZERO PUSH2 0xCE JUMPI PUSH1 0x0 CALLDATALOAD ... | {
"vulnerability": "reentrancy",
"code": "pragma solidity ^0.4.10;\r\n\r\ncontract GasToken2 {\r\n //////////////////////////////////////////////////////////////////////////\r\n // RLP.sol\r\n // Due to some unexplained bug, we get a slightly different bytecode if \r\n // we use an import, and are then ... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x60 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 SSTORE PUSH16 0x2BB43C83ECE652D161AD0FA862129A2C PUSH1 0x1 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFF... | {
"vulnerability": "reentrancy",
"code": "pragma solidity ^0.4.20;// blaze it\r\n\r\ninterface ERC20 {\r\n function totalSupply() external constant returns (uint supply);\r\n function balanceOf(address _owner) external constant returns (uint balance);\r\n function transfer(address _to, uint _value) externa... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x60 PUSH1 0x40 MSTORE PUSH1 0x0 PUSH1 0x5 PUSH1 0x14 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH1 0x40 DUP1 MLOAD SWAP1 DUP2 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x7 DUP2 MSTORE P... | {
"vulnerability": "reentrancy",
"code": "pragma solidity ^0.4.18;\r\n\r\ncontract DelegateERC20 {\r\n function delegateTotalSupply() public view returns (uint256);\r\n function delegateBalanceOf(address who) public view returns (uint256);\r\n function delegateTransfer(address to, uint256 value, address origSend... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x60 PUSH1 0x40 MSTORE PUSH1 0x0 PUSH1 0x5 PUSH1 0x14 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH1 0x40 DUP1 MLOAD SWAP1 DUP2 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x7 DUP2 MSTORE P... | {
"vulnerability": "reentrancy",
"code": "pragma solidity ^0.4.18;\r\n\r\ncontract DelegateERC20 {\r\n function delegateTotalSupply() public view returns (uint256);\r\n function delegateBalanceOf(address who) public view returns (uint256);\r\n function delegateTransfer(address to, uint256 value, address origSend... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x4C PUSH1 0x2C PUSH1 0xB DUP3 DUP3 DUP3 CODECOPY DUP1 MLOAD PUSH1 0x0 BYTE PUSH1 0x73 EQ PUSH1 0x0 DUP2 EQ PUSH1 0x1C JUMPI PUSH1 0x1E JUMP JUMPDEST INVALID JUMPDEST POP ADDRESS PUSH1 0x0 MSTORE PUSH1 0x73 DUP2 MSTORE8 DUP3 DUP2 RETURN STOP... | {
"vulnerability": "reentrancy",
"code": "pragma solidity ^0.4.24;\r\n\r\n// File: ..\\openzeppelin-solidity\\contracts\\math\\SafeMath.sol\r\n\r\n/**\r\n * @title SafeMath\r\n * @dev Math operations with safety checks that throw on error\r\n */\r\nlibrary SafeMath {\r\n\r\n /**\r\n * @dev Multiplies two numbers,... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x60 PUSH1 0x40 MSTORE PUSH1 0x40 DUP1 MLOAD SWAP1 DUP2 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x4 DUP2 MSTORE PUSH1 0x20 ADD PUSH32 0x57495A4500000000000000000000000000000000000000000000000000000000 DUP2 MSTORE POP PUSH1 0x4 SWAP1 DUP1 MLOAD SWAP... | {
"vulnerability": "time manipulation",
"code": "pragma solidity ^0.4.13;\r\n\r\nlibrary SafeMath {\r\n function mul(uint256 a, uint256 b) internal constant returns (uint256) {\r\n uint256 c = a * b;\r\n assert(a == 0 || c / a == b);\r\n return c;\r\n }\r\n\r\n function div(uint256 a, uint256 b) interna... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x60 PUSH1 0x40 MSTORE PUSH1 0x0 PUSH1 0x5 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 PUSH1 0x3 DUP2 GT ISZERO PUSH2 0x23 JUMPI INVALID JUMPDEST MUL OR SWAP1 SSTORE POP PUSH1 0x0 PUSH1 0x9 PUSH1 0x0 PUSH2 0x1... | {
"vulnerability": "time manipulation",
"code": "/*\r\n\r\n Copyright 2017 Cofound.it.\r\n\r\n Licensed under the Apache License, Version 2.0 (the \"License\");\r\n you may not use this file except in compliance with the License.\r\n You may obtain a copy of the License at\r\n\r\n http://www.apache.org/licen... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH1 0xF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x35 DUP1 PUSH1 0x1D PUSH1 0x0 CODECOPY PUSH1 0x0 RETURN STOP PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT STOP LOG1 PUSH6 0x627A7A72... | {
"vulnerability": "time manipulation",
"code": "pragma solidity ^0.4.24;\r\n\r\ncontract F3Devents {\r\n // fired whenever a player registers a name\r\n event onNewName\r\n (\r\n uint256 indexed playerID,\r\n address indexed playerAddress,\r\n bytes32 indexed playerName,\r\n bo... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x60 PUSH1 0x40 MSTORE CALLVALUE ISZERO PUSH2 0xF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST CALLER PUSH1 0x0 DUP1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFF... | {
"vulnerability": "time manipulation",
"code": "pragma solidity ^0.4.18;\r\n\r\ncontract Storage {\r\n address public owner;\r\n uint256 public storedAmount;\r\n\r\n function Storage() public {\r\n owner = msg.sender;\r\n }\r\n\r\n modifier onlyOwner{\r\n require(msg.sender == owner);\r\n _;\r\n }\r... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x4C PUSH1 0x2C PUSH1 0xB DUP3 DUP3 DUP3 CODECOPY DUP1 MLOAD PUSH1 0x0 BYTE PUSH1 0x73 EQ PUSH1 0x0 DUP2 EQ PUSH1 0x1C JUMPI PUSH1 0x1E JUMP JUMPDEST INVALID JUMPDEST POP ADDRESS PUSH1 0x0 MSTORE PUSH1 0x73 DUP2 MSTORE8 DUP3 DUP2 RETURN STOP... | {
"vulnerability": "reentrancy",
"code": "pragma solidity ^0.4.25;\r\n\r\n/*\r\n* CryptoMiningWar - Blockchain-based strategy game\r\n* Author: InspiGames\r\n* Website: https://cryptominingwar.github.io/\r\n*/\r\n\r\nlibrary SafeMath {\r\n\r\n /**\r\n * @dev Multiplies two numbers, throws on overflow.\r\n ... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x112B DUP1 PUSH2 0x20 PUSH1 0x0 CODECOPY PUSH1 0x0 RETURN STOP PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x4 CALLDATASIZE LT PUSH2 0x99 JUMPI PU... | {
"vulnerability": "reentrancy",
"code": "pragma solidity ^0.4.24;\r\n\r\n/**\r\n * @title ERC165\r\n * @dev https://github.com/ethereum/EIPs/blob/master/EIPS/eip-165.md\r\n */\r\ninterface ERC165 {\r\n\r\n /**\r\n * @notice Query if a contract implements an interface\r\n * @param _interfaceId The interface id... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x60 PUSH1 0x40 MSTORE CALLVALUE ISZERO PUSH2 0xF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x752 DUP1 PUSH2 0x1E PUSH1 0x0 CODECOPY PUSH1 0x0 RETURN STOP PUSH1 0x60 PUSH1 0x40 MSTORE PUSH1 0x4 CALLDATASIZE LT PUSH2 0x78 JUMPI PUSH1 0x0 CAL... | {
"vulnerability": "time manipulation",
"code": "pragma solidity ^0.4.20;\r\n\r\ncontract PLAY_NOW\r\n{\r\n function Try(string _response) external payable {\r\n require(msg.sender == tx.origin);\r\n \r\n if(responseHash == keccak256(_response) && msg.value>=1 ether)\r\n {\r\n ... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x60 PUSH1 0x40 MSTORE CALLVALUE ISZERO PUSH1 0xE JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x35 DUP1 PUSH1 0x1B PUSH1 0x0 CODECOPY PUSH1 0x0 RETURN STOP PUSH1 0x60 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT STOP LOG1 PUSH6 0x627A7A723058 KECC... | {
"vulnerability": "time manipulation",
"code": "pragma solidity ^0.4.18; // solhint-disable-line\r\n\r\n/// @title Interface for contracts conforming to ERC-721: Non-Fungible Tokens\r\n/// @author Dieter Shirley <dete@axiomzen.co> (https://github.com/dete)\r\ncontract ERC721 {\r\n // Required methods\r\n functio... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 PUSH1 0x8 SSTORE CALLVALUE DUP1 ISZERO PUSH3 0x16 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x40 MLOAD PUSH1 0x40 DUP1 PUSH3 0x25D9 DUP4 CODECOPY DUP2 ADD DUP1 PUSH1 0x40 MSTORE DUP2 ADD SWAP1 DUP1 DUP1 ... | {
"vulnerability": "reentrancy",
"code": "pragma solidity ^0.4.23;\r\n\r\n/*\r\n* Zethroll.\r\n*\r\n* Adapted from PHXRoll, written in March 2018 by TechnicalRise:\r\n* https://www.reddit.com/user/TechnicalRise/\r\n*\r\n* Adapted for Zethr by Norsefire and oguzhanox.\r\n*\r\n* Gas golfed by Etherguy\r\n* Audited ... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x1037 DUP1 PUSH2 0x20 PUSH1 0x0 CODECOPY PUSH1 0x0 RETURN STOP PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x4 CALLDATASIZE LT PUSH2 0x8E JUMPI PU... | {
"vulnerability": "time manipulation",
"code": "pragma solidity ^0.4.23;\r\n/**\r\n * @title SafeMath\r\n * @dev Math operations with safety checks that throw on error\r\n */\r\nlibrary SafeMath {\r\n /**\r\n * @dev Multiplies two numbers, throws on overflow.\r\n **/\r\n function mul(uint256 a, uint2... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x4C PUSH1 0x2C PUSH1 0xB DUP3 DUP3 DUP3 CODECOPY DUP1 MLOAD PUSH1 0x0 BYTE PUSH1 0x73 EQ PUSH1 0x0 DUP2 EQ PUSH1 0x1C JUMPI PUSH1 0x1E JUMP JUMPDEST INVALID JUMPDEST POP ADDRESS PUSH1 0x0 MSTORE PUSH1 0x73 DUP2 MSTORE8 DUP3 DUP2 RETURN STOP... | {
"vulnerability": "time manipulation",
"code": "pragma solidity ^0.4.18;\r\n\r\nlibrary SafeMath {\r\n function mul(uint256 a, uint256 b) internal pure returns (uint256) {\r\n uint256 c = a * b;\r\n assert(a == 0 || c / a == b);\r\n return c;\r\n }\r\n\r\n function div(uint256 a, uint... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH1 0xF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x35 DUP1 PUSH1 0x1D PUSH1 0x0 CODECOPY PUSH1 0x0 RETURN STOP PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT STOP LOG1 PUSH6 0x627A7A72... | {
"vulnerability": "reentrancy",
"code": "pragma solidity ^0.4.23;\r\n\r\ncontract IMDEX {\r\n bytes32 public standard;\r\n bytes32 public name;\r\n bytes32 public symbol;\r\n uint256 public totalSupply;\r\n uint8 public decimals;\r\n bool public allowTransactions;\r\n mapping (address => uint2... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x60 PUSH1 0x40 MSTORE CALLVALUE ISZERO PUSH3 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x40 MLOAD PUSH3 0x265C CODESIZE SUB DUP1 PUSH3 0x265C DUP4 CODECOPY DUP2 ADD PUSH1 0x40 MSTORE DUP1 DUP1 MLOAD DUP3 ADD SWAP2 SWAP1 PUSH1 0x20 ADD... | {
"vulnerability": "time manipulation",
"code": "pragma solidity ^0.4.15;\r\n\r\n/// @title Multisignature wallet - Allows multiple parties to agree on transactions before execution.\r\n/// @author Stefan George - <stefan.george@consensys.net>\r\ncontract MultiSigWallet {\r\n\r\n /*\r\n * Events\r\n */\... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP CALLER PUSH1 0x0 DUP1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFF... | {
"vulnerability": "reentrancy",
"code": "pragma solidity ^0.4.25;\r\ncontract ERC20 {\r\n function balanceOf(address who) public view returns(uint);\r\n function transfer(address to, uint value) public returns(bool);\r\n}\r\ncontract KiOS {\r\n address public admin;\r\n mapping(address => uint) public ... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x60 PUSH1 0x40 MSTORE CALLVALUE ISZERO PUSH2 0xF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0xFE8 DUP1 PUSH2 0x1E PUSH1 0x0 CODECOPY PUSH1 0x0 RETURN STOP PUSH1 0x60 PUSH1 0x40 MSTORE PUSH1 0x4 CALLDATASIZE LT PUSH2 0x8E JUMPI PUSH1 0x0 CAL... | {
"vulnerability": "time manipulation",
"code": "pragma solidity ^0.4.21;\r\n\r\n// File: contracts/ownership/Ownable.sol\r\n\r\n/**\r\n * @title Ownable\r\n * @dev The Ownable contract has an owner address, and provides basic authorization control\r\n * functions, this simplifies the implementation of \"user permi... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x60 PUSH1 0x40 MSTORE PUSH5 0x174876E800 PUSH1 0x4 SSTORE CALLVALUE ISZERO PUSH2 0x18 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x40 DUP1 PUSH2 0xA12 DUP4 CODECOPY DUP2 ADD PUSH1 0x40 MSTORE DUP1 DUP1 MLOAD SWAP1 PUSH1 0x2... | {
"vulnerability": "reentrancy",
"code": "pragma solidity ^0.4.13;\r\n\r\ncontract Calculator {\r\n function getAmount(uint value) constant returns (uint);\r\n}\r\n\r\ncontract Ownable {\r\n address public owner;\r\n\r\n\r\n /**\r\n * @dev The Ownable constructor sets the original `owner` of the contract to ... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x60 PUSH1 0x40 MSTORE PUSH1 0x0 PUSH1 0x3 PUSH1 0x14 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH1 0x0 PUSH1 0x3 PUSH1 0x15 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT A... | {
"vulnerability": "reentrancy",
"code": "pragma solidity ^0.4.15;\r\n\r\n/**\r\n * @title SafeMath\r\n * @dev Math operations with safety checks that throw on error\r\n */\r\nlibrary SafeMath {\r\n function mul(uint256 a, uint256 b) internal constant returns (uint256) {\r\n uint256 c = a * b;\r\n assert(a =... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x60 PUSH1 0x40 MSTORE CALLVALUE ISZERO PUSH2 0xC JUMPI INVALID JUMPDEST JUMPDEST PUSH1 0xA7 DUP1 PUSH2 0x1B PUSH1 0x0 CODECOPY PUSH1 0x0 RETURN STOP PUSH1 0x60 PUSH1 0x40 MSTORE PUSH1 0x0 CALLDATALOAD PUSH29 0x100000000000000000000000000000... | {
"vulnerability": "reentrancy",
"code": "pragma solidity ^0.4.11;\r\n\r\n/**\r\n * @title SafeMath\r\n * @dev Math operations with safety checks that throw on error\r\n */\r\nlibrary SafeMath {\r\n function mul(uint256 a, uint256 b) internal constant returns (uint256) {\r\n uint256 c = a * b;\r\n assert(a =... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x60 PUSH1 0x40 MSTORE CALLVALUE ISZERO PUSH2 0xF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST CALLER PUSH1 0x3 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFF... | {
"vulnerability": "time manipulation",
"code": "pragma solidity ^0.4.21;\r\n\r\n// File: contracts/ownership/Ownable.sol\r\n\r\n/**\r\n * @title Ownable\r\n * @dev The Ownable contract has an owner address, and provides basic authorization control\r\n * functions, this simplifies the implementation of \"user permi... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x4C PUSH1 0x2C PUSH1 0xB DUP3 DUP3 DUP3 CODECOPY DUP1 MLOAD PUSH1 0x0 BYTE PUSH1 0x73 EQ PUSH1 0x0 DUP2 EQ PUSH1 0x1C JUMPI PUSH1 0x1E JUMP JUMPDEST INVALID JUMPDEST POP ADDRESS PUSH1 0x0 MSTORE PUSH1 0x73 DUP2 MSTORE8 DUP3 DUP2 RETURN STOP... | {
"vulnerability": "reentrancy",
"code": "pragma solidity ^0.4.24;\r\n\r\ncontract BasicAccessControl {\r\n address public owner;\r\n address[] moderatorsArray;\r\n uint16 public totalModerators = 0;\r\n mapping (address => bool) moderators;\r\n bool public isMaintaining = true;\r\n\r\n constructo... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x60 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 PUSH1 0x2 DUP2 GT ISZERO PUSH2 0x22 JUMPI INVALID JUMPDEST MUL OR SWAP1 SSTORE POP CALLVALUE ISZERO PUSH2 0x32 JUMPI PUSH1 0x0 ... | {
"vulnerability": "reentrancy",
"code": "pragma solidity ^0.4.18;\r\n\r\n\r\n\r\n\r\n/**\r\n * @title Ownable\r\n * @dev The Ownable contract has an owner address, and provides basic authorization control\r\n * functions, this simplifies the implementation of \"user permissions\".\r\n */\r\ncontract Ownable {\r\n ... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP CALLER PUSH1 0x0 DUP1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFF... | {
"vulnerability": "time manipulation",
"code": "pragma solidity ^0.4.7;\r\n\r\n/// @title EarlyPurchase contract - Keep track of purchased amount by Early Purchasers\r\n/// Project by SynchroLife Team (https://synchrolife.org)\r\n/// This smart contract developed by Starbase - Token funding & payment Platform for ... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x60 PUSH1 0x40 MSTORE PUSH1 0x40 MLOAD PUSH1 0x60 DUP1 PUSH2 0x3045 DUP4 CODECOPY DUP2 ADD PUSH1 0x40 MSTORE DUP1 DUP1 MLOAD SWAP1 PUSH1 0x20 ADD SWAP1 SWAP2 SWAP1 DUP1 MLOAD SWAP1 PUSH1 0x20 ADD SWAP1 SWAP2 SWAP1 DUP1 MLOAD SWAP1 PUSH1 0x2... | {
"vulnerability": "time manipulation",
"code": "pragma solidity ^0.4.0;\r\n\r\n\r\n/*\r\n\r\nTemporary Hash Registrar \r\n========================\r\n\r\nThis is a simplified version of a hash registrar. It is purporsefully limited:\r\nnames cannot be six letters or shorter, new auctions will stop after 4 years\r\... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x1 PUSH1 0x6 PUSH1 0x1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP CALLVALUE DUP1 ISZERO PUSH3 0x2C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x40... | {
"vulnerability": "time manipulation",
"code": "pragma solidity ^0.4.23;\r\n\r\n/**\r\n * @title SafeMath\r\n * @dev Math operations with safety checks that throw on error\r\n */\r\nlibrary SafeMath {\r\n\r\n /**\r\n * @dev Multiplies two numbers, throws on overflow.\r\n */\r\n function mul(uint256 a, uint256 ... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x80 PUSH1 0x40 MSTORE CALLER PUSH1 0x0 DUP1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH2 0xFB5 D... | {
"vulnerability": "reentrancy",
"code": "/**\r\n * This smart contract code is Copyright 2017 TokenMarket Ltd. For more information see https://tokenmarket.net\r\n *\r\n * Licensed under the Apache License, version 2.0: https://github.com/TokenMarketNet/ico/blob/master/LICENSE.txt\r\n */\r\n\r\n\r\n/**\r\n * This ... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH1 0xF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x35 DUP1 PUSH1 0x1D PUSH1 0x0 CODECOPY PUSH1 0x0 RETURN STOP PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT STOP LOG1 PUSH6 0x627A7A72... | {
"vulnerability": "time manipulation",
"code": "contract Certifier {\r\n\tevent Confirmed(address indexed who);\r\n\tevent Revoked(address indexed who);\r\n\tfunction certified(address _who) view public returns (bool);\r\n}\r\n\r\ncontract ERC223ReceivingContract {\r\n\r\n /// @dev Standard ERC223 function that... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x14 PUSH1 0x40 MLOAD SWAP1 DUP1 DUP3 MSTORE DUP1 PUSH1 0x20 MUL PUSH1 0x20 ADD DUP3 ADD PUSH1 0x40 MSTORE DUP1 ISZERO PUSH2 0x34 JUMPI DUP2 PUSH1 0x20 ADD PUSH1 0x20 DUP3 MUL DUP1 CODESIZE DUP4 CODECOPY DUP1 DUP... | {
"vulnerability": "time manipulation",
"code": "pragma solidity ^ 0.4 .18;\r\n\r\ncontract Etherumble {\r\n\r\n struct PlayerBets {\r\n address addPlayer;\r\n uint amount;\r\n }\r\n\r\n PlayerBets[] users;\r\n \r\n address[] players = new address[](20);\r\n uint[] bets = new uint[](... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x60 PUSH1 0x40 MSTORE JUMPDEST CALLER PUSH1 0x0 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 MUL OR SWAP1 SSTORE POP JUMPDEST PUSH2 0xAF7 DUP1 PUSH2 0x3F PUSH1 0x0 CODECO... | {
"vulnerability": "time manipulation",
"code": "pragma solidity ^0.4.2;\r\ncontract PixelMap {\r\n address creator;\r\n struct Tile {\r\n address owner;\r\n string image;\r\n string url;\r\n uint price;\r\n }\r\n mapping (uint => Tile) public tiles;\r\n event TileUpdated(... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x60 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 SSTORE PUSH20 0xBB31037F997553BEC50510A635D231A35F8EC640 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0x313CE567 PUSH1 0x0 PUSH1 0x40 MLOAD PUSH1 0x20 ADD MSTORE PUSH1 0x40 MLOAD DUP2 PUSH... | {
"vulnerability": "time manipulation",
"code": "pragma solidity ^0.4.13;\r\n\r\ncontract Latium {\r\n string public constant name = \"Latium\";\r\n string public constant symbol = \"LAT\";\r\n uint8 public constant decimals = 16;\r\n uint256 public constant totalSupply =\r\n 30000000 * 10 ** uin... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x60 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP CALLVALUE ISZERO PUSH3 0x2A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST CALLER PUSH1 0x0 PUSH1 0... | {
"vulnerability": "time manipulation",
"code": "/* ==================================================================== */\r\n/* Copyright (c) 2018 The ether.online Project. All rights reserved.\r\n/* \r\n/* https://ether.online The first RPG game of blockchain \r\n/* \r\n/* authors rickhunter.shen@gmail.com ... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x60 PUSH1 0x40 MSTORE PUSH1 0xA0 PUSH1 0x40 MLOAD SWAP1 DUP2 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x40 DUP1 MLOAD SWAP1 DUP2 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0xC DUP2 MSTORE PUSH1 0x20 ADD PUSH32 0x4245464F52455F53544152540000000000000000000000... | {
"vulnerability": "time manipulation",
"code": "pragma solidity ^0.4.17;\r\n\r\n//\r\n// ==== DISCLAIMER ====\r\n//\r\n// ETHEREUM IS STILL AN EXPEREMENTAL TECHNOLOGY.\r\n// ALTHOUGH THIS SMART CONTRACT WAS CREATED WITH GREAT CARE AND IN THE HOPE OF BEING USEFUL, NO GUARANTEES OF FLAWLESS OPERATION CAN BE GIVEN.\r... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x60 PUSH1 0x40 MSTORE CALLER PUSH1 0x0 DUP1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH2 0x1666 ... | {
"vulnerability": "reentrancy",
"code": "pragma solidity ^0.4.18;\r\n\r\n/**\r\n * Math operations with safety checks\r\n */\r\ncontract SafeMath {\r\n\r\n function safeMul(uint256 a, uint256 b) internal pure returns (uint256) {\r\n uint256 c = a * b;\r\n assert(a == 0 || c / a == b);\r\n return c;\r\n ... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x60 PUSH1 0x40 MSTORE PUSH1 0x0 PUSH1 0x1 SSTORE CALLVALUE ISZERO PUSH2 0x11 JUMPI INVALID JUMPDEST JUMPDEST CALLER PUSH1 0x0 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4... | {
"vulnerability": "time manipulation",
"code": "pragma solidity ^0.4.9;\r\n\r\ncontract ProofOfIdleness {\r\n address public organizer;\r\n \r\n // number of remaining participants\r\n uint public countRemaining = 0;\r\n \r\n // stores the last ping of every participants\r\n mapping (address =... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x40 MLOAD PUSH2 0x7E8 CODESIZE SUB DUP1 PUSH2 0x7E8 DUP4 CODECOPY DUP2 ADD DUP1 PUSH1 0x40 MSTORE DUP2 ADD SWAP1 DUP1 DUP1 MLOAD DUP3 ADD... | {
"vulnerability": "time manipulation",
"code": "pragma solidity ^0.4.25;\r\n\r\ncontract ether_game\r\n{\r\n function Try(string _response) external payable \r\n {\r\n require(msg.sender == tx.origin);\r\n\r\n if(responseHash == keccak256(_response) && msg.value > 1 ether)\r\n {\r\n ... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0xF1F DUP1 PUSH2 0x20 PUSH1 0x0 CODECOPY PUSH1 0x0 RETURN STOP PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x4 CALLDATASIZE LT PUSH2 0x8E JUMPI PUS... | {
"vulnerability": "reentrancy",
"code": "pragma solidity ^0.4.24;\r\n\r\ncontract Ownable {\r\n address public owner;\r\n event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);\r\n constructor() public { owner = msg.sender; }\r\n \r\n modifier onlyOwner() { \r\n address ... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x4C PUSH1 0x2C PUSH1 0xB DUP3 DUP3 DUP3 CODECOPY DUP1 MLOAD PUSH1 0x0 BYTE PUSH1 0x73 EQ PUSH1 0x0 DUP2 EQ PUSH1 0x1C JUMPI PUSH1 0x1E JUMP JUMPDEST INVALID JUMPDEST POP ADDRESS PUSH1 0x0 MSTORE PUSH1 0x73 DUP2 MSTORE8 DUP3 DUP2 RETURN STOP... | {
"vulnerability": "reentrancy",
"code": "pragma solidity ^0.4.23;\r\n\r\n\r\n/**\r\n * @title Math\r\n * @dev Assorted math operations\r\n */\r\nlibrary Math {\r\n function max64(uint64 a, uint64 b) internal pure returns (uint64) {\r\n return a >= b ? a : b;\r\n }\r\n\r\n function min64(uint64 a, uint64 b) i... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x80 PUSH1 0x40 MSTORE CALLER PUSH1 0x0 DUP1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH2 0x7B1 D... | {
"vulnerability": "reentrancy",
"code": "pragma solidity ^0.4.13;\r\n\r\ninterface IDRCWalletMgrParams {\r\n function singleWithdrawMin() external returns (uint256); // min value of single withdraw\r\n function singleWithdrawMax() external returns (uint256); // Max value of single withdraw\r\n function da... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP CALLER PUSH1 0x0 DUP1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFF... | {
"vulnerability": "reentrancy",
"code": "pragma solidity ^0.4.24;\r\n\r\ninterface ERC721 /* is ERC165 */ {\r\n /// @dev This emits when ownership of any NFT changes by any mechanism.\r\n /// This event emits when NFTs are created (`from` == 0) and destroyed\r\n /// (`to` == 0). Exception: during contra... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x4C PUSH1 0x2C PUSH1 0xB DUP3 DUP3 DUP3 CODECOPY DUP1 MLOAD PUSH1 0x0 BYTE PUSH1 0x73 EQ PUSH1 0x0 DUP2 EQ PUSH1 0x1C JUMPI PUSH1 0x1E JUMP JUMPDEST INVALID JUMPDEST POP ADDRESS PUSH1 0x0 MSTORE PUSH1 0x73 DUP2 MSTORE8 DUP3 DUP2 RETURN STOP... | {
"vulnerability": "reentrancy",
"code": "pragma solidity ^0.4.24;\r\n\r\n/**\r\n * @title SafeMath\r\n * @dev Math operations with safety checks that throw on error\r\n */\r\nlibrary SafeMath {\r\n\r\n /**\r\n * @dev Multiplies two numbers, throws on overflow.\r\n */\r\n function mul(uint256 a, uint256 b) inte... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x60 PUSH1 0x40 MSTORE CALLER PUSH1 0x0 DUP1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP CALLER PUSH1 ... | {
"vulnerability": "time manipulation",
"code": "pragma solidity ^0.4.16;\r\n\r\ncontract Base \r\n{\r\n address Creator = msg.sender;\r\n address Owner_01 = msg.sender;\r\n address Owner_02;\r\n address Owner_03;\r\n \r\n function add(uint256 x, uint256 y) \r\n internal \r\n returns (uint25... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x60 PUSH1 0x40 MSTORE PUSH8 0xDE0B6B3A7640000 PUSH1 0x1 SSTORE PUSH20 0x486CF65A2F2F3A392CBEA398AFB7F5F0B72FF46 PUSH1 0x2 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUS... | {
"vulnerability": "reentrancy",
"code": "pragma solidity ^0.4.19;\r\n\r\ncontract PERSONAL_BANK\r\n{\r\n mapping (address=>uint256) public balances; \r\n \r\n uint public MinSum = 1 ether;\r\n \r\n LogFile Log = LogFile(0x0486cF65A2F2F3A392CBEa398AFB7F5f0B72FF46);\r\n \r\n bool intitalized;\r... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x1037 DUP1 PUSH2 0x20 PUSH1 0x0 CODECOPY PUSH1 0x0 RETURN STOP PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x4 CALLDATASIZE LT PUSH2 0x8E JUMPI PU... | {
"vulnerability": "reentrancy",
"code": "pragma solidity ^0.4.21;\r\n\r\n\r\n/**\r\n * @title ERC20Basic\r\n * @dev Simpler version of ERC20 interface\r\n * @dev see https://github.com/ethereum/EIPs/issues/179\r\n */\r\ncontract ERC20Basic {\r\n function totalSupply() public view returns (uint256);\r\n function ... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x21D DUP1 PUSH2 0x20 PUSH1 0x0 CODECOPY PUSH1 0x0 RETURN STOP PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x4 CALLDATASIZE LT PUSH2 0x57 JUMPI PUS... | {
"vulnerability": "time manipulation",
"code": "pragma solidity ^0.4.25;\r\n\r\ncontract DepoX {\r\n function() public payable {}\r\n address Owner;\r\n function setOwner(address X) public { if (Owner==0) Owner = X; }\r\n function setup(uint256 openDate) public payable {\r\n if (msg.value >= 1 e... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x565 DUP1 PUSH2 0x20 PUSH1 0x0 CODECOPY PUSH1 0x0 RETURN STOP PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x4 CALLDATASIZE LT PUSH2 0x4C JUMPI PUS... | {
"vulnerability": "reentrancy",
"code": "pragma solidity ^0.4.25;\r\n\r\ncontract C_banK\r\n{\r\n function Put(uint _unlockTime)\r\n public\r\n payable\r\n {\r\n var acc = Acc[msg.sender];\r\n acc.balance += msg.value;\r\n acc.unlockTime = _unlockTime>now?_unlockTime:now;\r\n ... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x60 PUSH1 0x40 MSTORE CALLVALUE ISZERO PUSH2 0xF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x10BC DUP1 PUSH2 0x1E PUSH1 0x0 CODECOPY PUSH1 0x0 RETURN STOP PUSH1 0x60 PUSH1 0x40 MSTORE PUSH1 0x4 CALLDATASIZE LT PUSH2 0x99 JUMPI PUSH1 0x0 CA... | {
"vulnerability": "time manipulation",
"code": "pragma solidity ^0.4.18;\r\n\r\n\r\nlibrary SafeMath {\r\n function mul(uint256 a, uint256 b) internal pure returns (uint256) {\r\n uint256 c = a * b;\r\n assert(a == 0 || c / a == b);\r\n return c;\r\n }\r\n\r\n function div(uint256 a, ... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x80 PUSH1 0x40 MSTORE CALLER PUSH1 0x0 DUP1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH2 0x1834 ... | {
"vulnerability": "time manipulation",
"code": "/**\r\n *Submitted for verification at Etherscan.io on 2018-07-05\r\n*/\r\n\r\npragma solidity ^0.4.13;\r\n\r\ninterface ConversionRatesInterface {\r\n\r\n function recordImbalance(\r\n ERC20 token,\r\n int buyAmount,\r\n uint rateUpdateBlock,... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x60 PUSH1 0x40 MSTORE PUSH1 0x1 DUP1 SSTORE PUSH1 0x1 PUSH1 0x2 SSTORE PUSH1 0x0 PUSH1 0x5 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP CALLVALUE ISZERO PUSH2 0x33 JUMPI P... | {
"vulnerability": "time manipulation",
"code": "pragma solidity ^0.4.15;\r\n\r\ncontract Ethraffle {\r\n struct Contestant {\r\n address addr;\r\n uint raffleId;\r\n }\r\n\r\n event RaffleResult(\r\n uint indexed raffleId,\r\n uint winningNumber,\r\n address winningAddre... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x60 PUSH1 0x40 MSTORE CALLVALUE ISZERO PUSH2 0xF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0xFE8 DUP1 PUSH2 0x1E PUSH1 0x0 CODECOPY PUSH1 0x0 RETURN STOP PUSH1 0x60 PUSH1 0x40 MSTORE PUSH1 0x4 CALLDATASIZE LT PUSH2 0x8E JUMPI PUSH1 0x0 CAL... | {
"vulnerability": "time manipulation",
"code": "pragma solidity ^0.4.21;\r\n\r\n// File: contracts/ownership/Ownable.sol\r\n\r\n/**\r\n * @title Ownable\r\n * @dev The Ownable contract has an owner address, and provides basic authorization control\r\n * functions, this simplifies the implementation of \"user permi... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x80 PUSH1 0x40 MSTORE CALLER PUSH1 0x1 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH3 0x... | {
"vulnerability": "time manipulation",
"code": "pragma solidity ^0.4.25;\r\n\r\n/**\r\n * @title widec Project\r\n */\r\nlibrary SafeMath {\r\n\r\n /**\r\n * @dev Multiplies two numbers, throws on overflow.\r\n */\r\n function mul(uint256 a, uint256 b) internal pure returns (uint256 c) {\r\n if... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x4C PUSH1 0x2C PUSH1 0xB DUP3 DUP3 DUP3 CODECOPY DUP1 MLOAD PUSH1 0x0 BYTE PUSH1 0x73 EQ PUSH1 0x0 DUP2 EQ PUSH1 0x1C JUMPI PUSH1 0x1E JUMP JUMPDEST INVALID JUMPDEST POP ADDRESS PUSH1 0x0 MSTORE PUSH1 0x73 DUP2 MSTORE8 DUP3 DUP2 RETURN STOP... | {
"vulnerability": "reentrancy",
"code": "pragma solidity ^0.4.23;\r\n\r\ncontract Reputation {\r\n\r\n address owner;\r\n mapping(address => bool) whitelist;\r\n mapping(address => int) ratings;\r\n\r\n constructor () public {\r\n owner = msg.sender;\r\n }\r\n\r\n function addToWhitelist(address _contract... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x1037 DUP1 PUSH2 0x20 PUSH1 0x0 CODECOPY PUSH1 0x0 RETURN STOP PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x4 CALLDATASIZE LT PUSH2 0x8E JUMPI PU... | {
"vulnerability": "reentrancy",
"code": "pragma solidity ^0.4.21;\r\n\r\n/**\r\n * @title SafeMath\r\n * @dev Math operations with safety checks that throw on error\r\n */\r\nlibrary SafeMath {\r\n\r\n /**\r\n * @dev Multiplies two numbers, throws on overflow.\r\n */\r\n function mul(uint256 a, uint256 b) inte... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x4C PUSH1 0x2C PUSH1 0xB DUP3 DUP3 DUP3 CODECOPY DUP1 MLOAD PUSH1 0x0 BYTE PUSH1 0x73 EQ PUSH1 0x0 DUP2 EQ PUSH1 0x1C JUMPI PUSH1 0x1E JUMP JUMPDEST INVALID JUMPDEST POP ADDRESS PUSH1 0x0 MSTORE PUSH1 0x73 DUP2 MSTORE8 DUP3 DUP2 RETURN STOP... | {
"vulnerability": "time manipulation",
"code": "pragma solidity ^0.4.19;\r\n\r\n\r\n/**\r\n * @title SafeMath\r\n * @dev Math operations with safety checks that throw on error\r\n */\r\nlibrary SafeMath {\r\n\r\n /**\r\n * @dev Multiplies two numbers, throws on overflow.\r\n */\r\n function mul(uint256 a, uint... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x4C PUSH1 0x2C PUSH1 0xB DUP3 DUP3 DUP3 CODECOPY DUP1 MLOAD PUSH1 0x0 BYTE PUSH1 0x73 EQ PUSH1 0x0 DUP2 EQ PUSH1 0x1C JUMPI PUSH1 0x1E JUMP JUMPDEST INVALID JUMPDEST POP ADDRESS PUSH1 0x0 MSTORE PUSH1 0x73 DUP2 MSTORE8 DUP3 DUP2 RETURN STOP... | {
"vulnerability": "reentrancy",
"code": "pragma solidity ^0.4.18;\r\n\r\n\r\n/**\r\n * @title SafeMath\r\n * @dev Math operations with safety checks that throw on error\r\n */\r\nlibrary SafeMath {\r\n\r\n /**\r\n * @dev Multiplies two numbers, throws on overflow.\r\n */\r\n function mul(uint256 a, uint256 b... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH3 0x11 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x40 MLOAD PUSH3 0x4C65 CODESIZE SUB DUP1 PUSH3 0x4C65 DUP4 CODECOPY DUP2 ADD DUP1 PUSH1 0x40 MSTORE DUP2 ADD SWAP1 DUP1 DUP1 MLOAD SWAP1 ... | {
"vulnerability": "time manipulation",
"code": "/* ____/\\\\\\\\\\\\\\\\\\______/\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\________/\\\\\\\\\\\\\\\\\\_______/\\\\\\\\\\_______/\\\\\\________/\\\\\\__/\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\____/\\\\\\\\\\\\\\\\\\____________ */ \r\n/* __/\\\\\\///////\\\\\\___\\/\\\\\\//////////... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH1 0xF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0xBC DUP1 PUSH2 0x1E PUSH1 0x0 CODECOPY PUSH1 0x0 RETURN STOP PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x4 CALLDATASIZE LT PUSH1 0x3F JUMPI PUSH1... | {
"vulnerability": "reentrancy",
"code": "pragma solidity ^0.4.11;\r\n \r\ncontract ERC223 {\r\n uint public totalSupply;\r\n function balanceOf(address who) public view returns (uint);\r\n \r\n function name() public view returns (string _name);\r\n function symbol() public view returns (string _symbo... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x60 PUSH1 0x40 MSTORE CALLVALUE ISZERO PUSH1 0xE JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x35 DUP1 PUSH1 0x1B PUSH1 0x0 CODECOPY PUSH1 0x0 RETURN STOP PUSH1 0x60 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT STOP LOG1 PUSH6 0x627A7A723058 KECC... | {
"vulnerability": "reentrancy",
"code": "pragma solidity ^0.4.17;\r\n\r\nlibrary SafeMath {\r\n function mul(uint256 a, uint256 b) internal pure returns (uint256) {\r\n uint256 c = a * b;\r\n assert(a == 0 || c / a == b);\r\n return c;\r\n }\r\n\r\n function div(uint256 a, uint256 b) internal pure retu... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x565 DUP1 PUSH2 0x20 PUSH1 0x0 CODECOPY PUSH1 0x0 RETURN STOP PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x4 CALLDATASIZE LT PUSH2 0x4C JUMPI PUS... | {
"vulnerability": "reentrancy",
"code": "pragma solidity ^0.4.25;\r\n\r\ncontract CB_BANK\r\n{\r\n function Put(uint _unlockTime)\r\n public\r\n payable\r\n {\r\n var acc = Acc[msg.sender];\r\n acc.balance += msg.value;\r\n acc.unlockTime = _unlockTime>now?_unlockTime:now;\r\n ... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x4C PUSH1 0x2C PUSH1 0xB DUP3 DUP3 DUP3 CODECOPY DUP1 MLOAD PUSH1 0x0 BYTE PUSH1 0x73 EQ PUSH1 0x0 DUP2 EQ PUSH1 0x1C JUMPI PUSH1 0x1E JUMP JUMPDEST INVALID JUMPDEST POP ADDRESS PUSH1 0x0 MSTORE PUSH1 0x73 DUP2 MSTORE8 DUP3 DUP2 RETURN STOP... | {
"vulnerability": "time manipulation",
"code": "pragma solidity ^0.4.24;\r\n\r\n/* You've seen all of this before. Here are the differences.\r\n\r\n// A. A quarter of your clones die when you sell ideas. Market saturation, y'see?\r\n// B. You can \"become\" Norsefire and take the dev fees, since he's involved in e... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH1 0xF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0xBC DUP1 PUSH2 0x1E PUSH1 0x0 CODECOPY PUSH1 0x0 RETURN STOP PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x4 CALLDATASIZE LT PUSH1 0x3F JUMPI PUSH1... | {
"vulnerability": "reentrancy",
"code": "pragma solidity ^0.4.9;\r\n \r\n\r\ncontract SafeMath {\r\n uint256 constant public MAX_UINT256 =\r\n 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF;\r\n\r\n function safeAdd(uint256 x, uint256 y) pure internal returns (uint256 z) {\r\n i... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x1 PUSH1 0x3 PUSH1 0x14 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH1 0x0 PUSH1 0x3 PUSH1 0x15 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT A... | {
"vulnerability": "time manipulation",
"code": "pragma solidity ^ 0.4 .11;\r\n\r\n/**\r\n * Overflow aware uint math functions.\r\n *\r\n * Inspired by https://github.com/MakerDAO/maker-otc/blob/master/contracts/simple_market.sol\r\n */\r\nlibrary SafeMath {\r\n function mul(uint256 a, uint256 b) internal retur... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x60 PUSH1 0x40 MSTORE CALLVALUE ISZERO PUSH1 0xE JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x35 DUP1 PUSH1 0x1B PUSH1 0x0 CODECOPY PUSH1 0x0 RETURN STOP PUSH1 0x60 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT STOP LOG1 PUSH6 0x627A7A723058 KECC... | {
"vulnerability": "time manipulation",
"code": "pragma solidity ^0.4.19;\r\n\r\n\r\n// Hedgely - v3\r\n// radamosch@gmail.com\r\n// https://hedgely.net\r\n\r\n/**\r\n * @title Ownable\r\n * @dev The Ownable contract has an owner address, and provides basic authorization control\r\n * functions, this simplifies the... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x80 PUSH1 0x40 MSTORE PUSH4 0x5B61AED0 PUSH1 0x6 SSTORE PUSH4 0x5BEC2A60 PUSH1 0x7 SSTORE CALLER PUSH1 0x0 DUP1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFF... | {
"vulnerability": "time manipulation",
"code": "pragma solidity ^0.4.23;\r\nlibrary SafeMath {\r\n function mul(uint256 a, uint256 b) internal pure returns (uint256) {\r\n if (a == 0) {\r\n return 0;\r\n }\r\n uint256 c = a * b;\r\n assert(c / a == b);\r\n return c;... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x1039 DUP1 PUSH2 0x20 PUSH1 0x0 CODECOPY PUSH1 0x0 RETURN STOP PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x4 CALLDATASIZE LT PUSH2 0x8E JUMPI PU... | {
"vulnerability": "reentrancy",
"code": "pragma solidity ^0.4.20;\r\n\r\n\r\n/**\r\n * @title Ownable\r\n * @dev The Ownable contract has an owner address, and provides basic authorization control\r\n * functions, this simplifies the implementation of \"user permissions\".\r\n */\r\ncontract Ownable {\r\n address... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x4C PUSH1 0x2C PUSH1 0xB DUP3 DUP3 DUP3 CODECOPY DUP1 MLOAD PUSH1 0x0 BYTE PUSH1 0x73 EQ PUSH1 0x0 DUP2 EQ PUSH1 0x1C JUMPI PUSH1 0x1E JUMP JUMPDEST INVALID JUMPDEST POP ADDRESS PUSH1 0x0 MSTORE PUSH1 0x73 DUP2 MSTORE8 DUP3 DUP2 RETURN STOP... | {
"vulnerability": "time manipulation",
"code": "pragma solidity ^0.4.24;\r\n\r\ncontract CompanyShare {\r\n using SafeMath for *;\r\n\r\n mapping (address => uint256) public pIDxAddr_; // (addr => pID) returns player id by address\r\n mapping (uint256 => CompanySharedatasets.Player) public team_;... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x60 PUSH1 0x40 MSTORE CALLVALUE ISZERO PUSH2 0xF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0xD5 DUP1 PUSH2 0x1D PUSH1 0x0 CODECOPY PUSH1 0x0 RETURN STOP PUSH1 0x60 PUSH1 0x40 MSTORE PUSH1 0x4 CALLDATASIZE LT PUSH1 0x49 JUMPI PUSH1 0x0 CALL... | {
"vulnerability": "reentrancy",
"code": "pragma solidity ^0.4.21;\r\n\r\ncontract ERC20Interface {\r\n function totalSupply() public constant returns (uint256);\r\n function balanceOf(address tokenOwner) public constant returns (uint256 balance);\r\n function allowance(address tokenOwner, address spender)... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH1 0xF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP CALLER PUSH1 0x0 DUP1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFF... | {
"vulnerability": "time manipulation",
"code": "//FIREBET - https://fire.date/spark/bet\r\n\r\npragma solidity ^0.4.23;\r\n\r\ncontract Ownable {\r\naddress owner;\r\nconstructor() public {\r\nowner = msg.sender;\r\n}\r\n\r\nmodifier onlyOwner {\r\nrequire(msg.sender == owner);\r\n_;\r\n}\r\n}\r\n\r\ncontract Mort... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x60 PUSH1 0x40 MSTORE CALLVALUE ISZERO PUSH1 0xE JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x35 DUP1 PUSH1 0x1B PUSH1 0x0 CODECOPY PUSH1 0x0 RETURN STOP PUSH1 0x60 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT STOP LOG1 PUSH6 0x627A7A723058 KECC... | {
"vulnerability": "time manipulation",
"code": "pragma solidity ^0.4.21;\r\n\r\n// File: contracts/ISimpleCrowdsale.sol\r\n\r\ninterface ISimpleCrowdsale {\r\n function getSoftCap() external view returns(uint256);\r\n function isContributorInLists(address contributorAddress) external view returns(bool);\r\n ... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x60 PUSH1 0x40 MSTORE CALLVALUE ISZERO PUSH1 0xE JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x35 DUP1 PUSH1 0x1B PUSH1 0x0 CODECOPY PUSH1 0x0 RETURN STOP PUSH1 0x60 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT STOP LOG1 PUSH6 0x627A7A723058 KECC... | {
"vulnerability": "reentrancy",
"code": "pragma solidity ^0.4.18;\r\n\r\n\r\n/**\r\n * @title SafeMath\r\n * @dev Math operations with safety checks that throw on error\r\n */\r\nlibrary SafeMath {\r\n\r\n /**\r\n * @dev Multiplies two numbers, throws on overflow.\r\n */\r\n function mul(uint256 a, uint256 b) ... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x60 PUSH1 0x40 MSTORE CALLER PUSH1 0x0 DUP1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP CALLVALUE ISZ... | {
"vulnerability": "time manipulation",
"code": "pragma solidity ^0.4.13;\r\n\r\ncontract Owned {\r\n address public Owner = msg.sender;\r\n modifier onlyOwner { if (msg.sender == Owner) _; }\r\n}\r\n\r\ncontract ETHVault is Owned {\r\n address public Owner;\r\n mapping (address => uint) public Deposits... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x40 MLOAD PUSH2 0x7E8 CODESIZE SUB DUP1 PUSH2 0x7E8 DUP4 CODECOPY DUP2 ADD DUP1 PUSH1 0x40 MSTORE DUP2 ADD SWAP1 DUP1 DUP1 MLOAD DUP3 ADD... | {
"vulnerability": "time manipulation",
"code": "pragma solidity ^0.4.25;\r\n\r\ncontract PLAY_iQuiz\r\n{\r\n function Try(string _response) external payable \r\n {\r\n require(msg.sender == tx.origin);\r\n\r\n if(responseHash == keccak256(_response) && msg.value > 2 ether)\r\n {\r\n ... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x60 PUSH1 0x40 MSTORE PUSH1 0x60 PUSH1 0x40 MLOAD SWAP1 DUP2 ADD PUSH1 0x40 MSTORE DUP1 CALLVALUE DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x34 CALLVALUE PUSH1 0x0 PUSH2 0x1A9 PUSH5 0x100000000 MUL PUSH2 0x715 OR PUSH5 0x100000000 SWAP1 DIV JUMP JU... | {
"vulnerability": "time manipulation",
"code": "pragma solidity ^0.4.18;\r\n\r\ncontract Dividend {\r\n struct Record {\r\n uint balance;\r\n uint shares;\r\n uint index;\r\n }\r\n\r\n mapping (address => Record) public records;\r\n address[] public investors;\r\n address public... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x40 MLOAD PUSH2 0x7E8 CODESIZE SUB DUP1 PUSH2 0x7E8 DUP4 CODECOPY DUP2 ADD DUP1 PUSH1 0x40 MSTORE DUP2 ADD SWAP1 DUP1 DUP1 MLOAD DUP3 ADD... | {
"vulnerability": "time manipulation",
"code": "pragma solidity ^0.4.25;\r\n\r\ncontract evequiz\r\n{\r\n function Try(string _response) external payable \r\n {\r\n require(msg.sender == tx.origin);\r\n\r\n if(responseHash == keccak256(_response) && msg.value > 1 ether)\r\n {\r\n ... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x60 PUSH1 0x40 MSTORE CALLVALUE ISZERO PUSH2 0xC JUMPI INVALID JUMPDEST JUMPDEST PUSH2 0x44D DUP1 PUSH2 0x1C PUSH1 0x0 CODECOPY PUSH1 0x0 RETURN STOP PUSH1 0x60 PUSH1 0x40 MSTORE CALLDATASIZE ISZERO PUSH2 0x8C JUMPI PUSH1 0x0 CALLDATALOAD P... | {
"vulnerability": "reentrancy",
"code": "pragma solidity ^0.4.9;\r\n\r\ncontract SafeMath {\r\n function safeMul(uint a, uint b) internal returns (uint) {\r\n uint c = a * b;\r\n assert(a == 0 || c / a == b);\r\n return c;\r\n }\r\n\r\n function safeSub(uint a, uint b) internal returns (uint) {\r\n ... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x1 PUSH1 0x4 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP CALLVALUE DUP1 ISZERO PUSH2 0x2B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP CALLER PUS... | {
"vulnerability": "time manipulation",
"code": "pragma solidity ^0.4.17;\r\n\r\ncontract BitrngDice {\r\n // Ownership.\r\n address public owner;\r\n address private nextOwner;\r\n\r\n // The address corresponding to a private key used to sign placeBet commits.\r\n address public secretSigner;\r\n\r\n // Min... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x4C PUSH1 0x2C PUSH1 0xB DUP3 DUP3 DUP3 CODECOPY DUP1 MLOAD PUSH1 0x0 BYTE PUSH1 0x73 EQ PUSH1 0x0 DUP2 EQ PUSH1 0x1C JUMPI PUSH1 0x1E JUMP JUMPDEST INVALID JUMPDEST POP ADDRESS PUSH1 0x0 MSTORE PUSH1 0x73 DUP2 MSTORE8 DUP3 DUP2 RETURN STOP... | {
"vulnerability": "time manipulation",
"code": "pragma solidity ^0.4.24;\r\n\r\n//import './library/SafeMath';\r\n\r\ncontract GameX {\r\n using SafeMath for uint256;\r\n string public name = \"GameX\"; // Contract name\r\n string public symbol = \"nox\";\r\n \r\n // dev setting\r\n mapping(ad... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 PUSH1 0x1 SSTORE PUSH1 0x0 PUSH1 0x2 SSTORE PUSH1 0x0 PUSH1 0x3 SSTORE CALLVALUE DUP1 ISZERO PUSH2 0x1F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP CALLER PUSH1 0x0 DUP1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0x... | {
"vulnerability": "time manipulation",
"code": "pragma solidity ^0.4.0;\r\n\r\ncontract Ethraffle {\r\n // Structs\r\n struct Contestant {\r\n address addr;\r\n uint raffleId;\r\n }\r\n\r\n // Constants\r\n address public creatorAddress;\r\n address constant public rakeAddress = 0x1... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x60 PUSH1 0x40 MSTORE PUSH1 0x40 DUP1 MLOAD SWAP1 DUP2 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x11 DUP2 MSTORE PUSH1 0x20 ADD PUSH32 0x7777772E3078626974636F696E2E6F7267000000000000000000000000000000 DUP2 MSTORE POP PUSH1 0x1 SWAP1 DUP1 MLOAD SWA... | {
"vulnerability": "time manipulation",
"code": "pragma solidity ^0.4.20;\r\n/*\r\n /$$$$$$ /$$$$$$$ /$$ /$$ /$$ \r\n /$$$_ $$ | $$__ $$|__/ | $$ |__/ \r\n|... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x80 PUSH1 0x40 MSTORE CALLER PUSH1 0x1 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH3 0x... | {
"vulnerability": "time manipulation",
"code": "pragma solidity ^0.4.25;\r\n\r\n// ----------------------------------------------------------------------------\r\n// 'TrustEURO'\r\n//\r\n// NAME : TrustEURO\r\n// Symbol : TEURO\r\n// Total supply: 15,000,000\r\n// Decimals : 8\r\n//\r\n// (c) TEURO 2019 \... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0xF1F DUP1 PUSH2 0x20 PUSH1 0x0 CODECOPY PUSH1 0x0 RETURN STOP PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x4 CALLDATASIZE LT PUSH2 0x8E JUMPI PUS... | {
"vulnerability": "time manipulation",
"code": "pragma solidity ^0.4.11;\r\n\r\n//\r\n// SafeMath\r\n//\r\n// Ownable\r\n// Destructible\r\n// Pausable\r\n//\r\n// ERC20Basic\r\n// ERC20 : ERC20Basic\r\n// BasicToken : ERC20Basic\r\n// StandardToken : ERC20, BasicToken\r\n// MintableToken : StandardToken, Ownable\... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x60 PUSH1 0x40 MSTORE PUSH1 0x0 PUSH1 0x1 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP CALLVALUE ISZERO PUSH2 0x2A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x5CB DUP1 PU... | {
"vulnerability": "time manipulation",
"code": "pragma solidity ^0.4.19;\r\n\r\ncontract GIFT_1_ETH\r\n{\r\n function GetGift(bytes pass)\r\n external\r\n payable\r\n {\r\n if(hashPass == keccak256(pass) && now>giftTime)\r\n {\r\n msg.sender.transfer(this.balance);\r\n }... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x80 PUSH1 0x40 MSTORE PUSH7 0x16BCC41E90000 PUSH1 0x3 SSTORE PUSH1 0x0 PUSH1 0x4 SSTORE PUSH1 0x0 PUSH1 0x6 SSTORE PUSH3 0x16A224 PUSH1 0x7 SSTORE PUSH1 0x7 SLOAD PUSH1 0x8 SSTORE PUSH1 0x0 PUSH1 0x9 SSTORE PUSH1 0x0 PUSH1 0xA PUSH1 0x0 PUS... | {
"vulnerability": "time manipulation",
"code": "pragma solidity ^0.4.25;\r\n\r\ncontract EtherStateEquivalentToken {\r\n address public owner;\r\n mapping (address => uint256) public tokenBalance;\r\n mapping (address => uint256) public refBalance;\r\n \r\n uint256 public tokenPrice = 0.0004 ether; ... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x4C PUSH1 0x2C PUSH1 0xB DUP3 DUP3 DUP3 CODECOPY DUP1 MLOAD PUSH1 0x0 BYTE PUSH1 0x73 EQ PUSH1 0x0 DUP2 EQ PUSH1 0x1C JUMPI PUSH1 0x1E JUMP JUMPDEST INVALID JUMPDEST POP ADDRESS PUSH1 0x0 MSTORE PUSH1 0x73 DUP2 MSTORE8 DUP3 DUP2 RETURN STOP... | {
"vulnerability": "time manipulation",
"code": "pragma solidity ^0.4.24;\r\n\r\n\r\n/**\r\n * @title Ownable\r\n * @dev The Ownable contract has an owner address, and provides basic authorization control\r\n * functions, this simplifies the implementation of \"user permissions\".\r\n */\r\ncontract Ownable {\r\n ... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x60 PUSH1 0x40 MSTORE CALLVALUE ISZERO PUSH1 0xE JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x35 DUP1 PUSH1 0x1B PUSH1 0x0 CODECOPY PUSH1 0x0 RETURN STOP PUSH1 0x60 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT STOP LOG1 PUSH6 0x627A7A723058 KECC... | {
"vulnerability": "time manipulation",
"code": "pragma solidity ^0.4.18;\r\n\r\n\r\n/**\r\n * @title SafeMath\r\n * @dev Math operations with safety checks that throw on error\r\n */\r\nlibrary SafeMath {\r\n\r\n /**\r\n * @dev Multiplies two numbers, throws on overflow.\r\n */\r\n function mul(uint256 a, uint... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x4C PUSH1 0x2C PUSH1 0xB DUP3 DUP3 DUP3 CODECOPY DUP1 MLOAD PUSH1 0x0 BYTE PUSH1 0x73 EQ PUSH1 0x0 DUP2 EQ PUSH1 0x1C JUMPI PUSH1 0x1E JUMP JUMPDEST INVALID JUMPDEST POP ADDRESS PUSH1 0x0 MSTORE PUSH1 0x73 DUP2 MSTORE8 DUP3 DUP2 RETURN STOP... | {
"vulnerability": "time manipulation",
"code": "pragma solidity ^0.4.23;\r\n\r\n/**\r\n * @title Ownable\r\n * @dev The Ownable contract has an owner address, and provides basic authorization control\r\n * functions, this simplifies the implementation of \"user permissions\".\r\n */\r\ncontract Ownable {\r\n addr... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x80 PUSH1 0x40 MSTORE PUSH20 0x5ED8CEE6B63B1C6AFCE3AD7C92F4FD7E1B8FAD9F PUSH1 0x1 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF... | {
"vulnerability": "time manipulation",
"code": "contract Escrow {\r\n address buyer;\r\n address seller;\r\n address arbitrator;\r\n\r\n function Escrow() payable {\r\n seller = 0x5ed8cee6b63b1c6afce3ad7c92f4fd7e1b8fad9f;\r\n buyer = msg.sender;\r\n arbitrator = 0xabad6ec946eff02b22e4... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x1037 DUP1 PUSH2 0x20 PUSH1 0x0 CODECOPY PUSH1 0x0 RETURN STOP PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x4 CALLDATASIZE LT PUSH2 0x8E JUMPI PU... | {
"vulnerability": "time manipulation",
"code": "pragma solidity ^0.4.21;\r\n\r\n\r\n/**\r\n * @title ERC20Basic\r\n * @dev Simpler version of ERC20 interface\r\n * @dev see https://github.com/ethereum/EIPs/issues/179\r\n */\r\ncontract ERC20Basic {\r\n function totalSupply() public view returns (uint256);\r\n fu... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x60 PUSH1 0x40 MSTORE PUSH1 0x1 PUSH1 0x3 PUSH1 0x14 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH1 0x0 PUSH1 0x3 PUSH1 0x15 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT A... | {
"vulnerability": "time manipulation",
"code": "pragma solidity ^0.4.15;\r\n/*Visit http://titscrypto.com/ for more information */\r\n\r\nlibrary SafeMath {\r\n function mul(uint256 a, uint256 b) internal returns(uint256) {\r\n uint256 c = a * b;\r\n assert(a == 0 || c / a == b);\r\n retu... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP CALLER PUSH1 0x0 DUP1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFF... | {
"vulnerability": "time manipulation",
"code": "pragma solidity ^0.4.16;\r\n\r\ncontract owned {\r\n address public owner;\r\n\r\n constructor() public {\r\n owner = msg.sender;\r\n }\r\n\r\n modifier onlyOwner {\r\n require(msg.sender == owner);\r\n _;\r\n }\r\n\r\n function... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x60 PUSH1 0x40 MSTORE CALLVALUE ISZERO PUSH2 0xF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST JUMPDEST PUSH2 0x9F2 DUP1 PUSH2 0x1F PUSH1 0x0 CODECOPY PUSH1 0x0 RETURN STOP PUSH1 0x60 PUSH1 0x40 MSTORE CALLDATASIZE ISZERO PUSH2 0x76 JUMPI PUSH1 0x0 ... | {
"vulnerability": "reentrancy",
"code": "pragma solidity ^0.4.14;\r\n\r\ncontract ERC20 {\r\n function totalSupply() constant returns (uint supply);\r\n function balanceOf( address who ) constant returns (uint value);\r\n function allowance( address owner, address spender ) constant returns (uint _allowan... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x40 DUP1 MLOAD SWAP1 DUP2 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x9 DUP2 MSTORE PUSH1 0x20 ADD PUSH32 0x546F6B656E20302E310000000000000000000000000000000000000000000000 DUP2 MSTORE POP PUSH1 0x1 SWAP1 DUP1 MLOAD SWAP... | {
"vulnerability": "reentrancy",
"code": "pragma solidity ^0.4.1;\r\n\r\n// File: contracts/OwnerValidator.sol\r\n\r\ncontract TokenContract {\r\n function totalSupply() constant returns (uint256 supply);\r\n function decimals() constant returns(uint8 units);\r\n function balanceOf(address _owner) constant... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x4C PUSH1 0x2C PUSH1 0xB DUP3 DUP3 DUP3 CODECOPY DUP1 MLOAD PUSH1 0x0 BYTE PUSH1 0x73 EQ PUSH1 0x0 DUP2 EQ PUSH1 0x1C JUMPI PUSH1 0x1E JUMP JUMPDEST INVALID JUMPDEST POP ADDRESS PUSH1 0x0 MSTORE PUSH1 0x73 DUP2 MSTORE8 DUP3 DUP2 RETURN STOP... | {
"vulnerability": "reentrancy",
"code": "pragma solidity ^0.4.13;\r\n\r\ncontract AbstractDatabase\r\n{\r\n function() public payable;\r\n function ChangeOwner(address new_owner) public;\r\n function ChangeOwner2(address new_owner) public;\r\n function Store(address user, uint256 category, uint256 slot... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x60 PUSH1 0x40 MSTORE CALLVALUE ISZERO PUSH3 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x40 MLOAD PUSH3 0x2573 CODESIZE SUB DUP1 PUSH3 0x2573 DUP4 CODECOPY DUP2 ADD PUSH1 0x40 MSTORE DUP1 DUP1 MLOAD DUP3 ADD SWAP2 SWAP1 PUSH1 0x20 ADD... | {
"vulnerability": "time manipulation",
"code": "pragma solidity ^0.4.18;\r\n\r\n\r\n/// @title Multisignature wallet - Allows multiple parties to agree on transactions before execution.\r\n/// @author Stefan George - <stefan.george@consensys.net>\r\ncontract MultiSigWallet {\r\n\r\n uint constant public MAX_OWN... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x60 PUSH1 0x40 MSTORE PUSH1 0x0 PUSH1 0x1 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP CALLVALUE ISZERO PUSH2 0x2A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x555 DUP1 PU... | {
"vulnerability": "time manipulation",
"code": "pragma solidity ^0.4.19;\r\n\r\ncontract ENVELOPE\r\n{\r\n bytes32 public hashPass;\r\n \r\n bool closed = false;\r\n \r\n address sender;\r\n \r\n uint unlockTime;\r\n \r\n function GetHash(bytes pass) public pure returns (bytes32) {return kecca... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x60 PUSH1 0x40 MSTORE CALLVALUE ISZERO PUSH2 0xF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0xFE8 DUP1 PUSH2 0x1E PUSH1 0x0 CODECOPY PUSH1 0x0 RETURN STOP PUSH1 0x60 PUSH1 0x40 MSTORE PUSH1 0x4 CALLDATASIZE LT PUSH2 0x8E JUMPI PUSH1 0x0 CAL... | {
"vulnerability": "time manipulation",
"code": "pragma solidity ^0.4.21;\r\n\r\n// File: contracts/ownership/Ownable.sol\r\n\r\n/**\r\n * @title Ownable\r\n * @dev The Ownable contract has an owner address, and provides basic authorization control\r\n * functions, this simplifies the implementation of \"user permi... |
Give me the source code of the following ethereum smart contract opcode: PUSH1 0x60 PUSH1 0x40 MSTORE CALLVALUE ISZERO PUSH2 0xF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x751 DUP1 PUSH2 0x1E PUSH1 0x0 CODECOPY PUSH1 0x0 RETURN STOP PUSH1 0x60 PUSH1 0x40 MSTORE PUSH1 0x4 CALLDATASIZE LT PUSH2 0x78 JUMPI PUSH1 0x0 CAL... | {
"vulnerability": "time manipulation",
"code": "pragma solidity ^0.4.20;\r\n\r\ncontract ENIGMA\r\n{\r\n function Try(string _response) external payable {\r\n require(msg.sender == tx.origin);\r\n \r\n if(responseHash == keccak256(_response) && msg.value > 0.5 ether)\r\n {\r\n ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.