Unnamed: 0
int64
0
60k
address
stringlengths
42
42
source_code
stringlengths
52
864k
bytecode
stringlengths
2
49.2k
slither
stringlengths
47
956
success
bool
1 class
error
float64
results
stringlengths
2
911
200
0x4116623495a7b406f786c081c402e423cdbfaf73
pragma solidity 0.4.21; contract EIP20Interface { /* This is a slight change to the ERC20 base standard. function totalSupply() constant returns (uint256 supply); is replaced with: uint256 public totalSupply; This automatically creates a getter function for the totalSupply. This is ...
0x6060604052600436106100af576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff16806306fdde03146100b4578063095ea7b31461014257806318160ddd1461019c57806323b872dd146101c557806327e235e31461023e578063313ce5671461028b5780635c658165146102ba57806370a082311461032657806395d89b4114610373578063a9059cbb...
{"success": true, "error": null, "results": {}}
true
null
{}
201
0x412162b71a193caaff8d6f3a9b94246087356b6d
pragma solidity 0.6.12; contract Initializable { /** * @dev Indicates that the contract has been initialized. */ bool private initialized; /** * @dev Indicates that the contract is in the process of being initialized. */ bool private initializing; /** * @dev Modifi...
0x608060405234801561001057600080fd5b506004361061035d5760003560e01c806381c0c263116101d3578063c0c53b8b11610104578063e1522536116100a2578063efbe1c1c1161007c578063efbe1c1c146108c4578063f77c4791146108cc578063fd96044b146106ff578063fec8ee0c146108d45761035d565b8063e15225361461086f578063e6f1daf21461089d578063ef78d4fd146108a55761...
{"success": true, "error": null, "results": {"detectors": [{"check": "unused-return", "impact": "Medium", "confidence": "Medium"}, {"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}, {"check": "reentrancy-no-eth", "i...
true
null
{'detectors': [{'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}]}
202
0x41517D4102Cc6ddB4f6daCf19284E6CA54aad0AB
pragma solidity 0.6.12; contract Initializable { /** * @dev Indicates that the contract has been initialized. */ bool private initialized; /** * @dev Indicates that the contract is in the process of being initialized. */ bool private initializing; /** * @dev Modifi...
0x608060405234801561001057600080fd5b50600436106103db5760003560e01c806376d8b1171161020a578063c0c53b8b11610125578063e1522536116100b8578063f301af4211610087578063f301af4214610ac0578063f77c479114610add578063f8453e7c14610ae5578063fd96044b14610bb0578063fec8ee0c14610bd6576103db565b8063e152253614610a63578063e6f1daf214610a915780...
{"success": true, "error": null, "results": {"detectors": [{"check": "unused-return", "impact": "Medium", "confidence": "Medium"}, {"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}, {"check": "reentrancy-no-eth", "i...
true
null
{'detectors': [{'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}]}
203
0x41624F34142C181BD3BeDd95867b62Ac94b4C265
pragma solidity 0.6.12; pragma experimental ABIEncoderV2; library SafeMath { /** * @dev Returns the addition of two unsigned integers, reverting on * overflow. * * Counterpart to Solidity's `+` operator. * * Requirements: * * - Addition cannot overflow. */ ...
0x6080604052600436106100295760003560e01c806368cfb7231461002e5780638b41871314610043575b600080fd5b61004161003c36600461215c565b610063565b005b34801561004f57600080fd5b5061004161005e3660046121b6565b6106f7565b3460021461008c5760405162461bcd60e51b81526004016100839061262c565b60405180910390fd5b8360006100ad8273c02aaa39b223fe8d0a0e...
{"success": true, "error": null, "results": {"detectors": [{"check": "unused-return", "impact": "Medium", "confidence": "Medium"}, {"check": "unchecked-transfer", "impact": "High", "confidence": "Medium"}, {"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "erc20-interface", "imp...
true
null
{'detectors': [{'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'unchecked-transfer', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'erc20-interface', 'impact': 'Medium', 'confidence': 'High'}]}
204
0x419aF1fcFa2Ce803686299b2EB784f91d20e9eA5
pragma solidity 0.6.6; abstract contract Context { function _msgSender() internal virtual view returns (address payable) { return msg.sender; } function _msgData() internal virtual view returns (bytes memory) { this; return msg.data; } } interface IERC20 { ...
0x6080604052600436106100e15760003560e01c80637d81dcee1161007f578063aaffadf311610059578063aaffadf314610246578063ce5570311461025b578063ecb70fb714610281578063f2fde38b14610296576100f1565b80637d81dcee146101cd5780638d3d6576146102005780638da5cb5b14610215576100f1565b8063355274ea116100bb578063355274ea1461015b5780634042b66f146101...
{"success": true, "error": null, "results": {"detectors": [{"check": "uninitialized-state", "impact": "High", "confidence": "High"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}]}}
true
null
{'detectors': [{'check': 'uninitialized-state', 'impact': 'High', 'confidence': 'High'}, {'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}]}
205
0x419D48fFc4Cf75Ecaf4f87322eEcccc386A17C53
pragma solidity 0.5.17; contract Context { // Empty internal constructor, to prevent people from mistakenly deploying // an instance of this contract, which should be used via inheritance. constructor () internal { } // solhint-disable-previous-line no-empty-blocks function _msgSender() inte...
0x608060405234801561001057600080fd5b50600436106100a95760003560e01c80633950935111610071578063395093511461025f57806370a08231146102c557806395d89b411461031d578063a457c2d7146103a0578063a9059cbb14610406578063dd62ed3e1461046c576100a9565b806306fdde03146100ae578063095ea7b31461013157806318160ddd1461019757806323b872dd146101b55780...
{"success": true, "error": null, "results": {}}
true
null
{}
206
0x42c015dc28ec39c8aa6bdfa777027d3acb03fb8c
pragma solidity 0.5.7; library SafeMath { function mul(uint256 a, uint256 b) internal pure returns (uint256) { if (a == 0) { return 0; } uint256 c = a * b; require(c / a == b); return c; } function div(uint256 a, uint256 b) internal pure ...
0x608060405234801561001057600080fd5b506004361061009e5760003560e01c806354fd4d501161006657806354fd4d501461022457806370a08231146102a757806395d89b41146102ff578063a9059cbb14610382578063dd62ed3e146103d05761009e565b806306fdde03146100a3578063095ea7b31461012657806318160ddd1461017457806323b872dd14610192578063313ce56714610200575b...
{"success": true, "error": null, "results": {"detectors": [{"check": "erc20-interface", "impact": "Medium", "confidence": "High"}]}}
true
null
{'detectors': [{'check': 'erc20-interface', 'impact': 'Medium', 'confidence': 'High'}]}
207
0x42EaA6F456Ce8ee9292C0fdD9af40C389CAB48b0
pragma solidity 0.6.12; pragma experimental ABIEncoderV2; interface ERC20 { function totalSupply() external view returns (uint); function decimals() external view returns (uint); function balanceOf(address tokenOwner) external view returns (uint balance); function allowance(address tokenOwner, addr...
0x608060405234801561001057600080fd5b50600436106100c95760003560e01c80636b9db4e611610081578063d89784fc1161005b578063d89784fc146102af578063ea2347e6146102d3578063f435f5a71461032b576100c9565b80636b9db4e6146102185780639be65a601461025b578063a287fdbd14610281576100c9565b80633b73d67f116100b25780633b73d67f1461011c5780633fd8b02f14...
{"success": true, "error": null, "results": {"detectors": [{"check": "unchecked-lowlevel", "impact": "Medium", "confidence": "Medium"}]}}
true
null
{'detectors': [{'check': 'unchecked-lowlevel', 'impact': 'Medium', 'confidence': 'Medium'}]}
208
0x431e57cddd59a1b7b41dbfe478a03d52b796175f
pragma solidity 0.6.0; abstract contract Context { function _msgSender() internal view virtual returns (address payable) { return msg.sender; } function _msgData() internal view virtual returns (bytes memory) { this; // silence state mutability warning without generating bytecode - s...
0x608060405234801561001057600080fd5b50600436106100a95760003560e01c8063395093511161007157806339509351146101d957806370a082311461020557806395d89b411461022b578063a457c2d714610233578063a9059cbb1461025f578063dd62ed3e1461028b576100a9565b806306fdde03146100ae578063095ea7b31461012b57806318160ddd1461016b57806323b872dd146101855780...
{"success": true, "error": null, "results": {}}
true
null
{}
209
0x43c494cB39Ef9DE842b71055edcD193030281F1b
pragma solidity 0.6.8; pragma experimental ABIEncoderV2; contract Initializable { /** * @dev Indicates that the contract has been initialized. */ bool private initialized; /** * @dev Indicates that the contract is in the process of being initialized. */ bool private initializing; /...
0x6080604052600436106101665760003560e01c80637d533642116100d1578063c4d66de81161008a578063f19605d611610064578063f19605d6146103cd578063f2fde38b146103e2578063f3b7d81514610402578063f5c7e0e21461041557610166565b8063c4d66de814610378578063e9e15b4f14610398578063f0c30cac146103b857610166565b80637d533642146102ce578063844a28c3146102...
{"success": true, "error": null, "results": {"detectors": [{"check": "uninitialized-state", "impact": "High", "confidence": "High"}, {"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "incorrect-equality"...
true
null
{'detectors': [{'check': 'uninitialized-state', 'impact': 'High', 'confidence': 'High'}, {'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'},...
210
0x43cf2d93f0a46f39eb16cc92d1e10ba90ad21183
pragma solidity 0.6.6; 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 retur...
0x608060405234801561001057600080fd5b50600436106100f55760003560e01c806370a0823111610097578063a457c2d711610066578063a457c2d7146102ca578063a9059cbb146102f6578063dd62ed3e14610322578063f2fde38b14610350576100f5565b806370a0823114610270578063715018a6146102965780638da5cb5b1461029e57806395d89b41146102c2576100f5565b806323b872dd11...
{"success": true, "error": null, "results": {}}
true
null
{}
211
0x445830226347ef75867502e00e8d663842114f19
pragma solidity 0.6.11; pragma experimental ABIEncoderV2; struct FullAbsoluteTokenAmount { AbsoluteTokenAmountMeta base; AbsoluteTokenAmountMeta[] underlying; } struct AbsoluteTokenAmountMeta { AbsoluteTokenAmount absoluteTokenAmount; ERC20Metadata erc20metadata; } struct ERC20Metadata { s...
0x6080604052600436106100345760003560e01c806328ffb83d14610039578063387b817414610062578063d4fac45d14610075575b600080fd5b61004c610047366004610a28565b6100a2565b6040516100599190610b2d565b60405180910390f35b61004c610070366004610a28565b610308565b34801561008157600080fd5b506100956100903660046109f4565b61051d565b604051610059919061...
{"success": true, "error": null, "results": {"detectors": [{"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}, {"check": "uninitialized-local", "impact": "Medium", "confidence": "Medium"}]}}
true
null
{'detectors': [{'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'uninitialized-local', 'impact': 'Medium', 'confidence': 'Medium'}]}
212
0x44863f5b7AAb7ceE181C0d84E244540125eF7AF7
pragma solidity 0.7.4; interface IArbitrable { /** * @dev To be raised when a ruling is given. * @param _arbitrator The arbitrator giving the ruling. * @param _disputeID ID of the dispute in the Arbitrator contract. * @param _ruling The ruling which was given. */ event Ruling(IA...
0x60806040526004361061023b5760003560e01c806382b350171161012e578063b5f3918b116100ab578063cc7b9d061161006f578063cc7b9d0614610a77578063d2dbe1d814610aa2578063d661dd3114610acc578063e4c0aaf414610ae1578063fc6f8f1614610b145761023b565b8063b5f3918b14610984578063b8573185146109ae578063c17a340e146109cb578063c36cd196146109e0578063c4...
{"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}, {"check": "unchecked-send", "impact": "Medium", "confidence": "Medium"}, {"check": "arbitrary-send", "impact": "High", "confidence": "Medium"}]}}
true
null
{'detectors': [{'check': 'reentrancy-eth', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'unchecked-send', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'arbitrary-send', 'impact': 'High', 'confidence': 'Medium'}]}
213
0x4486bec9e151d7fcd0f0bf2fa21a4236fa4da13b
pragma solidity 0.6.6; library Address { /** * @dev Returns true if `account` is a contract. * * [IMPORTANT] * ==== * It is unsafe to assume that an address for which this function returns * false is an externally-owned account (EOA) and not a contract. * * Among ot...
0x608060405234801561001057600080fd5b50600436106100a95760003560e01c80633950935111610071578063395093511461025f57806370a08231146102c557806395d89b411461031d578063a457c2d7146103a0578063a9059cbb14610406578063dd62ed3e1461046c576100a9565b806306fdde03146100ae578063095ea7b31461013157806318160ddd1461019757806323b872dd146101b55780...
{"success": true, "error": null, "results": {}}
true
null
{}
214
0x450D6644B994F984DDB8eb194015b70eE2626258
pragma solidity 0.6.10; pragma experimental ABIEncoderV2; library Address { /** * @dev Returns true if `account` is a contract. * * [IMPORTANT] * ==== * It is unsafe to assume that an address for which this function returns * false is an externally-owned account (EOA) and not a...
0x608060405234801561001057600080fd5b50600436106103785760003560e01c806391d14854116101d3578063c34da52411610104578063d12fa445116100a2578063d8f272e11161007c578063d8f272e114610797578063dcbaac60146107aa578063dcd3744d146107bd578063f5dc5442146107d257610378565b8063d12fa44514610769578063d45025f814610771578063d547741f146107845761...
{"success": true, "error": null, "results": {"detectors": [{"check": "uninitialized-state", "impact": "High", "confidence": "High"}, {"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "incorrect-equality"...
true
null
{'detectors': [{'check': 'uninitialized-state', 'impact': 'High', 'confidence': 'High'}, {'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'},...
215
0x4533e685fe1441b09ff7d45397f8d777cef61561
pragma solidity 0.5.17; pragma experimental ABIEncoderV2; library Address { /** * @dev Returns true if `account` is a contract. * * [IMPORTANT] * ==== * It is unsafe to assume that an address for which this function returns * false is an externally-owned account (EOA) and not a...
0x608060405234801561001057600080fd5b50600436106100df5760003560e01c80634bda2e201161008c57806385ae33881161006657806385ae33881461024c57806393b8faf51461027f578063f4325d671461029c578063fa8f3455146102a4576100df565b80634bda2e20146101f757806373f03dff146101ff57806375172a8b14610232576100df565b806325240810116100bd5780632524081014...
{"success": true, "error": null, "results": {"detectors": [{"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}, {"check": "unchecked-transfer...
true
null
{'detectors': [{'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'unchecked-transfer', 'impact': 'High', 'confidence': 'Medium'}...
216
0x46292f6ba764e34f69774913eea2f626591cb1e9
pragma solidity 0.6.2; library Address { /** * @dev Returns true if `account` is a contract. * * [IMPORTANT] * ==== * It is unsafe to assume that an address for which this function returns * false is an externally-owned account (EOA) and not a contract. * * Among ot...
0x608060405234801561001057600080fd5b50600436106100a95760003560e01c80633950935111610071578063395093511461025f57806370a08231146102c557806395d89b411461031d578063a457c2d7146103a0578063a9059cbb14610406578063dd62ed3e1461046c576100a9565b806306fdde03146100ae578063095ea7b31461013157806318160ddd1461019757806323b872dd146101b55780...
{"success": true, "error": null, "results": {}}
true
null
{}
217
0x462edaa6c1339f98bcb59582af782326603df5f2
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 Transfer(address indexed from, address indexed to, uint256 value); ...
0x6080604052600436106100fb5763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166305d2035b811461010057806306fdde0314610129578063095ea7b3146101b357806318160ddd146101d757806323b872dd146101fe578063313ce56714610228578063355274ea1461025357806340c10f1914610268578063661884631461028c57806370a0823114...
{"success": true, "error": null, "results": {}}
true
null
{}
218
0x4639cd8cd52ec1cf2e496a606ce28d8afb1c792f
pragma solidity 0.6.12; abstract contract ERC20Interface { function totalSupply() public virtual view returns (uint); function balanceOf(address tokenOwner) public virtual view returns (uint256 balance); function allowance(address tokenOwner, address spender) public virtual view returns (uint256 rema...
0x608060405234801561001057600080fd5b50600436106101005760003560e01c80636f2e33b511610097578063a457c2d711610066578063a457c2d714610309578063a9059cbb14610335578063dd62ed3e14610361578063f2fde38b1461038f57610100565b80636f2e33b51461029157806370a08231146102b75780638da5cb5b146102dd57806395d89b411461030157610100565b80632cd3fd7011...
{"success": true, "error": null, "results": {"detectors": [{"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}]}}
true
null
{'detectors': [{'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}]}
219
0x464c84c41f3C25Ba5a75B006D8B20600A8777306
pragma solidity 0.7.4; interface IArbitrable { /** * @dev To be raised when a ruling is given. * @param _arbitrator The arbitrator giving the ruling. * @param _disputeID ID of the dispute in the Arbitrator contract. * @param _ruling The ruling which was given. */ event Ruling(IA...
0x60806040526004361061023b5760003560e01c806382b350171161012e578063b5f3918b116100ab578063cc7b9d061161006f578063cc7b9d0614610a77578063d2dbe1d814610aa2578063d661dd3114610acc578063e4c0aaf414610ae1578063fc6f8f1614610b145761023b565b8063b5f3918b14610984578063b8573185146109ae578063c17a340e146109cb578063c36cd196146109e0578063c4...
{"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}, {"check": "unchecked-send", "impact": "Medium", "confidence": "Medium"}, {"check": "arbitrary-send", "impact": "High", "confidence": "Medium"}]}}
true
null
{'detectors': [{'check': 'reentrancy-eth', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'unchecked-send', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'arbitrary-send', 'impact': 'High', 'confidence': 'Medium'}]}
220
0x46a8Dfa8A9c478FF0840099b3A39Ea98a6644eED
pragma solidity 0.7.1; library Address { /** * @dev Returns true if `account` is a contract. * * [IMPORTANT] * ==== * It is unsafe to assume that an address for which this function returns * false is an externally-owned account (EOA) and not a contract. * * Among ot...
0x608060405234801561001057600080fd5b50600436106101c45760003560e01c8063715018a6116100f95780639847a62411610097578063a9059cbb11610071578063a9059cbb14610792578063c4d66de8146107be578063dd62ed3e146107e4578063f2fde38b14610812576101c4565b80639847a6241461058d5780639f727c271461075e578063a457c2d714610766576101c4565b80638456cb5911...
{"success": true, "error": null, "results": {"detectors": [{"check": "controlled-delegatecall", "impact": "High", "confidence": "Medium"}, {"check": "shadowing-state", "impact": "High", "confidence": "High"}]}}
true
null
{'detectors': [{'check': 'controlled-delegatecall', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'shadowing-state', 'impact': 'High', 'confidence': 'High'}]}
221
0x4747ca5474f3044e3f9d3b8dc237e9c9f3a8fc04
pragma solidity 0.5.17; contract Context { // Empty internal constructor, to prevent people from mistakenly deploying // an instance of this contract, which should be used via inheritance. constructor () internal { } // solhint-disable-previous-line no-empty-blocks function _msgSender(...
0x608060405234801561001057600080fd5b50600436106101725760003560e01c806380faa57d116100de578063c8f33c9111610097578063e9fad8ee11610071578063e9fad8ee1461058b578063ebe2b12b14610595578063edc9af95146105b3578063f2fde38b146105fd57610172565b8063c8f33c9114610531578063cd3daf9d1461054f578063df136d651461056d57610172565b806380faa57d14...
{"success": true, "error": null, "results": {"detectors": [{"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "name-reused", "impact": "High", "confidence": "High"}]}}
true
null
{'detectors': [{'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'name-reused', 'impact': 'High', 'confidence': 'High'}]}
222
0x4813074856374b2b38810a5652783148e3a46a74
pragma solidity 0.6.12; interface ERC20Interface { function totalSupply() external view returns(uint256); function balanceOf(address tokenOwner) external view returns(uint256); function allowance(address tokenOwner, address) external view returns(uint256); function approve(address spender, uint256 ...
0x608060405234801561001057600080fd5b50600436106100935760003560e01c80633eaaf86b116100665780633eaaf86b1461022157806370a082311461023f57806395d89b4114610297578063a9059cbb1461031a578063dd62ed3e1461037e57610093565b806306fdde0314610098578063095ea7b31461011b57806318160ddd1461017f57806323b872dd1461019d575b600080fd5b6100a06103f6...
{"success": true, "error": null, "results": {}}
true
null
{}
223
0x48e143b4565d25893a8e8a5f7fbfc6fb4c9b8f90
pragma solidity 0.6.12; pragma experimental ABIEncoderV2; 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(a...
0x60806040526004361061023b5760003560e01c806376a8f6641161012e578063b81d29fd116100ab578063d46d17ca1161006f578063d46d17ca14610635578063e7f9cefd1461064a578063f1e5ff3e1461065f578063f36d52da1461067f578063f98260af1461069f5761023b565b8063b81d29fd146105b6578063c12eaff0146105d6578063c9ff8572146105eb578063d1058e5914610600578063d3...
{"success": true, "error": null, "results": {"detectors": [{"check": "uninitialized-state", "impact": "High", "confidence": "High"}, {"check": "unchecked-transfer", "impact": "High", "confidence": "Medium"}, {"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}, {"check": "weak-prng", "impact": "Hig...
true
null
{'detectors': [{'check': 'uninitialized-state', 'impact': 'High', 'confidence': 'High'}, {'check': 'unchecked-transfer', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'weak-prng', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'unus...
224
0x4a4Bb24dE2dAcF520Fdcc3C25deDD7fCe0Ae106e
pragma solidity 0.6.12; pragma experimental ABIEncoderV2; contract DSAuthEvents { event LogSetAuthority(address indexed authority); event LogSetOwner(address indexed owner); } contract DSAuth is DSAuthEvents { DSAuthority public authority; address public owner; constructor() public { ...
0x6080604052600436106102345760003560e01c806366e9a4bf1161012e578063cf786f8f116100ab578063e31f584c1161006f578063e31f584c1461055c578063e3841dad1461057c578063e9c2b6f91461058f578063ed202109146105a2578063f24ccbfe146105c25761023b565b8063cf786f8f14610336578063cfac57c7146104d8578063d0cc728914610502578063d3661fa514610517578063e3...
{"success": true, "error": null, "results": {"detectors": [{"check": "tx-origin", "impact": "Medium", "confidence": "Medium"}, {"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "name-reused", "impact": "High", "confidence": "High"}, {"check": "erc20-interface", "impact": "Medium...
true
null
{'detectors': [{'check': 'tx-origin', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'name-reused', 'impact': 'High', 'confidence': 'High'}, {'check': 'erc20-interface', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'arbitra...
225
0x4ae80405b877256fb46f678ec8555f24e1febe3e
pragma solidity 0.7.0; library Address { /** * @dev Returns true if `account` is a contract. * * [IMPORTANT] * ==== * It is unsafe to assume that an address for which this function returns * false is an externally-owned account (EOA) and not a contract. * * Among others, `isContract`...
0x608060405234801561001057600080fd5b506004361061010b5760003560e01c806395d89b41116100a2578063a6b276c311610071578063a6b276c314610353578063a9059cbb1461035b578063b4862fe714610387578063cdbb02af146103c0578063dd62ed3e146103c85761010b565b806395d89b41146102aa578063a0712d68146102b2578063a39fac12146102cf578063a457c2d7146103275761...
{"success": true, "error": null, "results": {}}
true
null
{}
226
0x4b16df6737101d43df0db6e5306f5524fbe53a63
pragma solidity 0.5.17; pragma experimental ABIEncoderV2; contract GovernorAlpha { /// @notice The name of this contract string public constant name = "GAMER Governor Alpha"; /// @notice The number of votes in support of a proposal required in order for a quorum to be reached and for a vote to succeed...
0x6080604052600436106101ac5760003560e01c8063452a9320116100ec578063d33219b41161008a578063ddf0b00911610064578063ddf0b00914610473578063deaaa7cc14610493578063e23a9a52146104a8578063fe0d94c1146104d5576101ac565b8063d33219b414610429578063da35c6641461043e578063da95691a14610453576101ac565b80637bdbe4d0116100c65780637bdbe4d0146103...
{"success": true, "error": null, "results": {"detectors": [{"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "arbitrary-send", "impact": "High", "confidence": "Medium"}, {"check": "unchecked-transfer", "...
true
null
{'detectors': [{'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'arbitrary-send', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'unchecked-transfer', 'impact': 'High', 'confidence': 'Medium'}, {'...
227
0x4B3fBe6d554c540C2672eB7A501018a1A39f7F53
pragma solidity 0.6.12; pragma experimental ABIEncoderV2; interface ERC20 { function totalSupply() external view returns (uint); function decimals() external view returns (uint); function balanceOf(address tokenOwner) external view returns (uint balance); function allowance(address tokenOwner, addr...
0x608060405234801561001057600080fd5b50600436106101985760003560e01c80638da5cb5b116100e3578063e3495a391161008c578063ea2347e611610066578063ea2347e6146103e5578063eb40f32b146103fa578063ef1243a41461040d57610198565b8063e3495a39146103b7578063e452b790146103ca578063e6516a15146103dd57610198565b8063a287fdbd116100bd578063a287fdbd14...
{"success": true, "error": null, "results": {"detectors": [{"check": "unchecked-lowlevel", "impact": "Medium", "confidence": "Medium"}]}}
true
null
{'detectors': [{'check': 'unchecked-lowlevel', 'impact': 'Medium', 'confidence': 'Medium'}]}
228
0x4b44D2aB801D0C0160e75bcA17B08637e5d8e113
pragma solidity 0.6.12; pragma experimental ABIEncoderV2; 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(a...
0x608060405234801561001057600080fd5b50600436106102115760003560e01c8063916c435f11610125578063c5307a00116100ad578063f0d78bf51161007c578063f0d78bf514610474578063f1127ed814610487578063f3eb13e8146104a8578063fc0e2e29146104b0578063fd50f31d146104c357610211565b8063c5307a0014610433578063c9ff857214610446578063d32028301461044e5780...
{"success": true, "error": null, "results": {"detectors": [{"check": "uninitialized-state", "impact": "High", "confidence": "High"}, {"check": "unchecked-transfer", "impact": "High", "confidence": "Medium"}, {"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}, {"check": "uninitialized-local", "imp...
true
null
{'detectors': [{'check': 'uninitialized-state', 'impact': 'High', 'confidence': 'High'}, {'check': 'unchecked-transfer', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'uninitialized-local', 'impact': 'Medium', 'confidence': 'Medium'}, {'c...
229
0x4b63ce7e179d1db5ddac5d9d54e48356cf3e8b7d
pragma solidity 0.5.17; contract Context { // Empty internal constructor, to prevent people from mistakenly deploying // an instance of this contract, which should be used via inheritance. constructor () internal { } // solhint-disable-previous-line no-empty-blocks function _msgSender(...
0x608060405234801561001057600080fd5b50600436106100a95760003560e01c8063395093511161007157806339509351146101d957806370a082311461020557806395d89b411461022b578063a457c2d714610233578063a9059cbb1461025f578063dd62ed3e1461028b576100a9565b806306fdde03146100ae578063095ea7b31461012b57806318160ddd1461016b57806323b872dd146101855780...
{"success": true, "error": null, "results": {}}
true
null
{}
230
0x4b683854959579df565cbf13ee0f2807dc3eba3f
pragma solidity 0.6.6; 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 retur...
0x608060405234801561001057600080fd5b50600436106100f55760003560e01c806370a0823111610097578063a457c2d711610066578063a457c2d7146102ca578063a9059cbb146102f6578063dd62ed3e14610322578063f2fde38b14610350576100f5565b806370a0823114610270578063715018a6146102965780638da5cb5b1461029e57806395d89b41146102c2576100f5565b806323b872dd11...
{"success": true, "error": null, "results": {}}
true
null
{}
231
0x4bc7746f37be8a5e2fe10f8162fcbfce2d912e84
pragma solidity 0.6.10; pragma experimental ABIEncoderV2; library Address { /** * @dev Returns true if `account` is a contract. * * [IMPORTANT] * ==== * It is unsafe to assume that an address for which this function returns * false is an externally-owned account (EOA) and not a...
0x608060405234801561001057600080fd5b50600436106100b45760003560e01c8063a217fddf11610071578063a217fddf14610231578063b39e12cf14610239578063c4d66de814610241578063ca15c87314610267578063d547741f14610284578063fba45d35146102b0576100b4565b8063248a9ca3146100b95780632e91240d146100e85780632f2ff15d1461015a57806336568abe146101865780...
{"success": true, "error": null, "results": {"detectors": [{"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}, {"check": "write-after-write"...
true
null
{'detectors': [{'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'write-after-write', 'impact': 'Medium', 'confidence': 'High'},...
232
0x4c412F365F2Cea503BC0D519a48E54670D6fd729
pragma solidity 0.6.12; library Address { /** * @dev Returns true if `account` is a contract. * * [IMPORTANT] * ==== * It is unsafe to assume that an address for which this function returns * false is an externally-owned account (EOA) and not a contract. * * Among o...
0x608060405234801561001057600080fd5b50600436106101215760003560e01c806370a08231116100ad578063a9059cbb11610071578063a9059cbb1461057d578063c37bbabc146105e1578063c7585ed1146105ff578063dd62ed3e14610657578063f2fde38b146106cf57610121565b806370a0823114610400578063715018a6146104585780638da5cb5b1461046257806395d89b41146104965780...
{"success": true, "error": null, "results": {"detectors": [{"check": "unused-return", "impact": "Medium", "confidence": "Medium"}]}}
true
null
{'detectors': [{'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}]}
233
0x4d64ab5893659451d80b20dab9d610ad2fb40579
pragma solidity 0.6.8; library Address { /** * @dev Returns true if `account` is a contract. * * [IMPORTANT] * ==== * It is unsafe to assume that an address for which this function returns * false is an externally-owned account (EOA) and not a contract. * * Among ot...
0x6080604052600436106102885760003560e01c806397a6d2741161015a578063cf43cd6d116100c1578063f2fde38b1161007a578063f2fde38b14610c1c578063f338fc1914610c4f578063fa70c30214610c64578063fb15298d14610cee578063fb34499d14610d27578063fc9d015414610d5457610288565b8063cf43cd6d14610a2d578063cf97174814610adb578063e0dba60f14610b7c578063e6...
{"success": true, "error": null, "results": {"detectors": [{"check": "weak-prng", "impact": "High", "confidence": "Medium"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}]}}
true
null
{'detectors': [{'check': 'weak-prng', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}]}
234
0x4d9c5995f15b140cd0f29405f75f76a04aedac3a
pragma solidity 0.4.24; interface ChainlinkRequestInterface { function oracleRequest( address sender, uint256 payment, bytes32 id, address callbackAddress, bytes4 callbackFunctionId, uint256 nonce, uint256 version, bytes data ) external; function cancelOracleRequest( ...
0x6080604052600436106100ba576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff16806340429946146100bf5780634ab0d1901461018f5780634b60228214610243578063501883011461026e5780636ee4d55314610299578063715018a6146103075780637fcd56db1461031e5780638da5cb5b1461036d578063a4c0ed36146103c4578063d3e9c314...
{"success": true, "error": null, "results": {"detectors": [{"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}]}}
true
null
{'detectors': [{'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}]}
235
0x4e452dddfb725284d9ef0845566f0472ce3681f8
pragma solidity 0.5.17; interface IERC20 { function totalSupply() external view returns (uint); function balanceOf(address account) external view returns (uint); function transfer(address recipient, uint amount) external returns (bool); function allowance(address owner, address spender) external vi...
0x608060405234801561001057600080fd5b506004361061009e5760003560e01c80638da5cb5b116100665780638da5cb5b14610231578063ac4afa381461027b578063d8b0a43d146102e9578063df2671cf14610341578063f5df3c6b146103995761009e565b806309ab1e14146100a357806312307e14146100ed5780634746942014610137578063541bcb761461018f57806370a08231146101d9575b...
{"success": true, "error": null, "results": {}}
true
null
{}
236
0x4e90df33e42235e838101d43fb8e5540103b6968
pragma solidity 0.6.12; 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 retu...
0x6080604052600436106101c25760003560e01c80634dd18bf5116100f7578063e4d01a6411610095578063f426571511610064578063f426571514610603578063f851a44014610620578063fc0c546a14610635578063fed0a20e1461064a576101c2565b8063e4d01a6414610567578063e7f9cefd14610591578063eb87e89b146105a6578063f1e5ff3e146105d0576101c2565b8063d39ca7de116100...
{"success": true, "error": null, "results": {"detectors": [{"check": "weak-prng", "impact": "High", "confidence": "Medium"}, {"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}, {"check": "unchecked-transfer", "impact": "High", "confidence": "Medium"}]}}
true
null
{'detectors': [{'check': 'weak-prng', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'unchecked-transfer', 'impact': 'High', 'confidence': 'Medium'}]}
237
0x4ebbce881f5f233c4bf68328e9bb98bee4985680
pragma solidity 0.6.12; contract Initializable { /** * @dev Indicates that the contract has been initialized. */ bool private initialized; /** * @dev Indicates that the contract is in the process of being initialized. */ bool private initializing; /** * @dev Modifi...
0x608060405234801561001057600080fd5b50600436106101425760003560e01c8063a0990033116100b8578063c4d66de81161007c578063c4d66de814610413578063dd289d6014610439578063ddf2be3f1461045f578063eed865e014610488578063f77c4791146104b4578063fc0c546a146104bc57610142565b8063a099003314610336578063a51e190414610378578063b21544f3146103955780...
{"success": true, "error": null, "results": {"detectors": [{"check": "unused-return", "impact": "Medium", "confidence": "Medium"}, {"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}, {"check": "reentrancy-no-eth", "i...
true
null
{'detectors': [{'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}]}
238
0x4eE4d45620c2Ed1A46d5Ad1555BB79166F6cF34d
pragma solidity 0.6.12; pragma experimental ABIEncoderV2; library console { address constant CONSOLE_ADDRESS = address(0x000000000000000000636F6e736F6c652e6c6f67); function _sendLogPayload(bytes memory payload) private view { uint256 payloadLength = payload.length; address consoleAddress = CONSOLE_ADDRESS;...
0x608060405234801561001057600080fd5b506004361061028a5760003560e01c80634f558e791161015c578063a22cb465116100ce578063d4d1468411610087578063d4d1468414610890578063d547cfb7146108b6578063d6ed7bf1146108be578063e3721a23146108c6578063e382c85814610902578063e985e9c51461092b5761028a565b8063a22cb46514610749578063b72ba6b5146107775780...
{"success": true, "error": null, "results": {"detectors": [{"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "name-reused", "impact": "High", "confidence": "High"}, {"check": "incorrect-equality", "impac...
true
null
{'detectors': [{'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'name-reused', 'impact': 'High', 'confidence': 'High'}, {'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}, {'check...
239
0x4f540B7E7FCb5d8a1d540fD5c1852bacE3BC1893
pragma solidity 0.5.17; contract ERC20 { using SafeMath for uint256; mapping(address => uint256) private _balances; uint256 private _totalSupply; event Transfer(address indexed from, address indexed to, uint256 value); /** * @dev Total number of tokens in existence */ ...
0x608060405234801561001057600080fd5b506004361061007d5760003560e01c8063313ce5671161005b578063313ce5671461016357806370a082311461018157806395d89b41146101a7578063a9059cbb146101af5761007d565b806306fdde031461008257806318160ddd146100ff57806323b872dd14610119575b600080fd5b61008a6101db565b6040805160208082528351818301528351919283...
{"success": true, "error": null, "results": {}}
true
null
{}
240
0x4fd2d9d6ef05e13bf0b167509151a4ec3d4d4b93
pragma solidity 0.5.12; contract BColor { function getColor() external view returns (bytes32); } contract BBronze is BColor { function getColor() external view returns (bytes32) { return bytes32("BRONZE"); } } contract BConst is BBronze { uin...
0x608060405234801561001057600080fd5b506004361061039d5760003560e01c806392eefe9b116101eb578063bc694ea211610110578063dd62ed3e116100a8578063dd62ed3e14610c51578063e4a28a52146104fd578063e4e1e53814610c7f578063eb9253c014610cb1578063ec09302114610cdd578063f1b8a9b714610ce5578063f8b2cb4f14610d0b578063f8d6aed414610d31578063fde924f7...
{"success": true, "error": null, "results": {}}
true
null
{}
241
0x4fea2109624a515968167d4015e54f70d28435ee
pragma solidity 0.6.9; abstract contract EIP20Interface { /* This is a slight change to the ERC20 base standard. function totalSupply() constant returns (uint256 supply); is replaced with: uint256 public totalSupply; This automatically creates a getter function for the totalSupply. This ...
0x608060405234801561001057600080fd5b50600436106100a95760003560e01c8063313ce56711610071578063313ce567146101e15780635c658165146101ff57806370a082311461022d57806395d89b4114610253578063a9059cbb1461025b578063dd62ed3e14610287576100a9565b806306fdde03146100ae578063095ea7b31461012b57806318160ddd1461016b57806323b872dd146101855780...
{"success": true, "error": null, "results": {}}
true
null
{}
242
0x4FFA6aA924ca9e451f6A35319d4F5De1859D749d
pragma solidity 0.6.6; pragma experimental ABIEncoderV2; contract DSAuthEvents { event LogSetAuthority(address indexed authority); event LogSetOwner(address indexed owner); } contract DSAuth is DSAuthEvents { DSAuthority public authority; address public owner; constructor() public { ...
0x608060405234801561001057600080fd5b50600436106101585760003560e01c8063526d6461116100c3578063870e44d91161007c578063870e44d9146102d95780638fb5a482146102e1578063bfe142a3146102f4578063cae81e6e146102fc578063d802178e1461030f578063d98bb5b11461033157610158565b8063526d64611461027b5780635c1e4172146102835780635f3bc8e7146102965780...
{"success": true, "error": null, "results": {"detectors": [{"check": "tx-origin", "impact": "Medium", "confidence": "Medium"}, {"check": "name-reused", "impact": "High", "confidence": "High"}, {"check": "erc20-interface", "impact": "Medium", "confidence": "High"}, {"check": "arbitrary-send", "impact": "High", "confiden...
true
null
{'detectors': [{'check': 'tx-origin', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'name-reused', 'impact': 'High', 'confidence': 'High'}, {'check': 'erc20-interface', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'arbitrary-send', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'unchecked-lowleve...
243
0x507ae33c5a059cb22217bad9fb2a9d929908866e
pragma solidity 0.6.6; abstract 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 generating bytecode - s...
0x608060405234801561001057600080fd5b50600436106100a95760003560e01c8063b6301ba411610071578063b6301ba414610156578063c430074b146101ae578063da861c78146101cc578063e7b64fe314610224578063e7d5062f14610242578063fe8787dd1461024c576100a9565b8063072e6de4146100ae5780632cc54d6f146101065780633a4c15311461012457806368ac9d031461012e5780...
{"success": true, "error": null, "results": {"detectors": [{"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}]}}
true
null
{'detectors': [{'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}]}
244
0x50950C6767A4F9e5EE29c6634aCa1f34505166d5
pragma solidity 0.5.17; pragma experimental ABIEncoderV2; interface PotLike { function chi() external view returns (uint); function pie(address) external view returns (uint); function drip() external returns (uint); function join(uint) external; function exit(uint) external; } interface GemL...
0x608060405234801561001057600080fd5b506004361061043d5760003560e01c8063731f0c2b11610236578063bb82aa5e1161013b578063da3d454c116100c3578063e875544611610087578063e875544614611145578063e9af02921461114d578063eabe7d9114611173578063ede4edd0146111a9578063f851a440146111cf5761043d565b8063da3d454c146110a7578063dce15449146110dd5780...
{"success": true, "error": null, "results": {"detectors": [{"check": "uninitialized-state", "impact": "High", "confidence": "High"}, {"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "boolean-cst", "impact": "Medium", "confidence": "Medium"}, {"check": "controlled-delegatecall", "imp...
true
null
{'detectors': [{'check': 'uninitialized-state', 'impact': 'High', 'confidence': 'High'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'boolean-cst', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'controlled-delegatecall', 'impact': 'High', 'confidence': 'Medium'}, {'che...
245
0x50bEa3c316FA4bFb4Ec0A8546182A81A6d00bac9
pragma solidity 0.5.15; contract MemoryMap { /* We store the state of the verifer in a contiguous chunk of memory. The offsets of the different fields are listed below. E.g. The offset of the i'th hash is [mm_hashes + i]. */ uint256 constant internal CHANNEL_STATE_SIZE = 3; uin...
0x608060405234801561001057600080fd5b506060602060016000350102604051915080820160405280600083375060408051611da08082526203b4208201909252606091602082016203b4008038833901905050905061005f8282611621565b60007e4000000000000110000000000001210000000000000000000000000000000090507f0800000000000011000000000000000000000000000000000000...
{"success": true, "error": null, "results": {}}
true
null
{}
246
0x510a0581795a8e985af080388a8fae37793dd06c
pragma solidity 0.4.21; contract EIP20Interface { /* This is a slight change to the ERC20 base standard. function totalSupply() constant returns (uint256 supply); is replaced with: uint256 public totalSupply; This automatically creates a getter function for the totalSupply. This is ...
0x6060604052600436106100af576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff16806306fdde03146100b4578063095ea7b31461014257806318160ddd1461019c57806323b872dd146101c557806327e235e31461023e578063313ce5671461028b5780635c658165146102ba57806370a082311461032657806395d89b4114610373578063a9059cbb...
{"success": true, "error": null, "results": {}}
true
null
{}
247
0x515e39f12590a94B102903363336AF9761ebF621
pragma solidity 0.6.10; pragma experimental ABIEncoderV2; abstract 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 warn...
0x6080604052600436106101345760003560e01c8063aa67c919116100ab578063d904c7321161006f578063d904c7321461032a578063e5fad9781461034c578063ebcd31ac14610361578063ec5ffac214610381578063eea7570e14610396578063fbb44607146103ab57610134565b8063aa67c919146102ad578063ba3ecc5b146102c0578063c2da0786146102d5578063c4775a68146102f5578063ca...
{"success": true, "error": null, "results": {"detectors": [{"check": "uninitialized-state", "impact": "High", "confidence": "High"}, {"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "arbitrary-send", "impact": "High", "confidence": "Medium"}, {"check": "incorrect-equality", "impact"...
true
null
{'detectors': [{'check': 'uninitialized-state', 'impact': 'High', 'confidence': 'High'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'arbitrary-send', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}, {'check':...
248
0x51be9f12dd5095c5b1acf90e7e0aa4aa8023218b
pragma solidity 0.6.2; abstract 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 generating bytecode - s...
0x608060405234801561001057600080fd5b50600436106100a95760003560e01c80633950935111610071578063395093511461025f57806370a08231146102c557806395d89b411461031d578063a457c2d7146103a0578063a9059cbb14610406578063dd62ed3e1461046c576100a9565b806306fdde03146100ae578063095ea7b31461013157806318160ddd1461019757806323b872dd146101b55780...
{"success": true, "error": null, "results": {}}
true
null
{}
249
0x5262aa93f471628efe57151480b78bee17e9b48c
pragma solidity 0.4.18; interface ConversionRatesInterface { function recordImbalance( ERC20 token, int buyAmount, uint rateUpdateBlock, uint currentBlock ) public; function getRate(ERC20 token, uint currentBlockNumber, bool buy, uint qty) public view ret...
0x6060604052600436106102795763ffffffff60e060020a60003504166301a12fd3811461027e5780630f9b51291461029f57806314673d31146102c45780631b5ac4b5146102e35780631f05ff29146102f957806320b0961c1461030f578063267822471461032e578063275acbe31461035d578063279fe9671461037957806327a099d81461038c5780632f4fda30146103f25780633ccdbb2814610405...
{"success": true, "error": null, "results": {"detectors": [{"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}]}}
true
null
{'detectors': [{'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}]}
250
0x52a6ddd08efc86892ce3d9074c4b39a571115655
pragma solidity 0.6.8; library Address { /** * @dev Returns true if `account` is a contract. * * [IMPORTANT] * ==== * It is unsafe to assume that an address for which this function returns * false is an externally-owned account (EOA) and not a contract. * * Among ot...
0x608060405234801561001057600080fd5b50600436106101375760003560e01c806370a08231116100b857806395d89b411161007c57806395d89b4114610430578063a3895fff14610438578063a457c2d7146104de578063a9059cbb1461050a578063dd62ed3e14610536578063f2fde38b1461056457610137565b806370a08231146103a8578063715018a6146103ce57806379cc6790146103d65780...
{"success": true, "error": null, "results": {"detectors": [{"check": "weak-prng", "impact": "High", "confidence": "Medium"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}]}}
true
null
{'detectors': [{'check': 'weak-prng', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}]}
251
0x52d70788b6bf2729060e11cb4c576feb9abda51a
pragma solidity 0.6.12; kenAddress, string TokenName, string TokenSymbol, uint Decimals ); function updateEcoceliumAddress(address ecoAddress) public { require(msg.sender == owner); EcoceliumAddress = ecoAddress; f rivate view...
0x6080604052600436106101855760003560e01c80635d130ec6116100d1578063ac51e38e1161008a578063d4001a0511610064578063d4001a0514610aa2578063e364db9214610ad5578063f7f56d6314610b1d578063fd950f7514610c555761018c565b8063ac51e38e1461097e578063bc01b2ba14610a36578063cf2a916014610a6f5761018c565b80635d130ec614610783578063665e6ffa146108...
{"success": true, "error": null, "results": {"detectors": [{"check": "uninitialized-state", "impact": "High", "confidence": "High"}, {"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "erc20-interface", "...
true
null
{'detectors': [{'check': 'uninitialized-state', 'impact': 'High', 'confidence': 'High'}, {'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'erc20-interface', 'impact': 'Medium', 'confidence': 'High'}, {'...
252
0x53d56b4b1EaEd898Be40cF445a715c55dDD6B09C
pragma solidity 0.6.12; abstract 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 generating bytecode - ...
0x608060405234801561001057600080fd5b50600436106101da5760003560e01c806390ef9d3f11610104578063cf3b670b116100a2578063efb47c7e11610071578063efb47c7e146105cf578063f83d08ba14610648578063fab46d6614610650578063fcd13d6514610699576101da565b8063cf3b670b146105af578063d2523526146105b7578063e4e99222146105bf578063eec0701f146105c75761...
{"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "uninitialized-local", "impact": "Medium", "confidence": "Medium"}]}}
true
null
{'detectors': [{'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'uninitialized-local', 'impact': 'Medium', 'confidence': 'Medium'}]}
253
0x5454223e3078Db87e55a15bE541cc925f3702eB0
pragma solidity 0.6.12; abstract 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 generating bytecode - ...
0x608060405234801561001057600080fd5b50600436106101365760003560e01c806348106fe3116100b257806374c16b2311610081578063acdb8e0411610066578063acdb8e04146103ba578063d0d58748146103c2578063d25235261461043b57610136565b806374c16b231461035a578063854799161461036257610136565b806348106fe31461031c5780635f94cd9c146103245780636ffc1e6814...
{"success": true, "error": null, "results": {}}
true
null
{}
254
0x54be8f918a89571158d90468d8097bcaa1ce7ca1
pragma solidity 0.6.12; contract Initializable { /** * @dev Indicates that the contract has been initialized. */ bool private initialized; /** * @dev Indicates that the contract is in the process of being initialized. */ bool private initializing; /** * @dev Modifi...
0x608060405234801561001057600080fd5b50600436106103db5760003560e01c806376d8b1171161020a578063c0c53b8b11610125578063e1522536116100b8578063f301af4211610087578063f301af4214610ac0578063f77c479114610add578063f8453e7c14610ae5578063fd96044b14610bb0578063fec8ee0c14610bd6576103db565b8063e152253614610a63578063e6f1daf214610a915780...
{"success": true, "error": null, "results": {"detectors": [{"check": "unused-return", "impact": "Medium", "confidence": "Medium"}, {"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}, {"check": "reentrancy-no-eth", "i...
true
null
{'detectors': [{'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}]}
255
0x553C469A4b2be93f91692ddFAb6587B623f91279
pragma solidity 0.6.8; library Address { /** * @dev Returns true if `account` is a contract. * * [IMPORTANT] * ==== * It is unsafe to assume that an address for which this function returns * false is an externally-owned account (EOA) and not a contract. * * Among ot...
0x6080604052600436106102ae5760003560e01c806397a6d27411610175578063c73cce39116100dc578063f2a6f21511610095578063fa70c3021161006f578063fa70c30214610d53578063fb15298d14610ddd578063fb34499d14610e16578063fc9d015414610e43576102ae565b8063f2a6f21514610cf6578063f2fde38b14610d0b578063f338fc1914610d3e576102ae565b8063c73cce3914610a...
{"success": true, "error": null, "results": {"detectors": [{"check": "weak-prng", "impact": "High", "confidence": "Medium"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}, {"check": "arbitrary-send", "impact": "High", "confidence": "Medium"}]}}
true
null
{'detectors': [{'check': 'weak-prng', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'arbitrary-send', 'impact': 'High', 'confidence': 'Medium'}]}
256
0x556148562d5ddeb72545d7ec4b3ec8edc8f55ba7
pragma solidity 0.7.1; library Address { /** * @dev Returns true if `account` is a contract. * * [IMPORTANT] * ==== * It is unsafe to assume that an address for which this function returns * false is an externally-owned account (EOA) and not a contract. * *...
0x608060405234801561001057600080fd5b50600436106101585760003560e01c80638da5cb5b116100c3578063d97261f81161007c578063d97261f8146106d2578063dd62ed3e14610716578063e26597751461078e578063ea33bfbd146107c2578063f2fde38b14610806578063f728b1d81461084a57610158565b80638da5cb5b146104e157806395d89b41146105155780639b1f9e74146105985780...
{"success": true, "error": null, "results": {}}
true
null
{}
257
0x5659668B6323eC0360fBDa5624B8247D443d3Dd9
pragma solidity 0.7.2; contract LYNCStakingV1 { //Enable SafeMath using SafeMath for uint256; address public owner; address public contractAddress; uint256 public totalRewards = 0; uint256 public totalRewardsClaimed = 0; uint256 public totalStakedV1 = 0; uint256 public...
0x608060405234801561001057600080fd5b506004361061010b5760003560e01c80637547c7a3116100a2578063a5ce413b11610071578063a5ce413b14610314578063aa9a091214610334578063caaf94f51461038a578063f6b4dfb4146103a8578063fe8b1cce146103dc5761010b565b80637547c7a3146102605780637a5c08ae146102a45780638da5cb5b146102c2578063a34b0f76146102f65761...
{"success": true, "error": null, "results": {"detectors": [{"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}]}}
true
null
{'detectors': [{'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}]}
258
0x569F1d106B3703EAfbA3fEb367f13387756d723D
pragma solidity 0.5.15; contract CairoVerifierContract { function verifyProofExternal( uint256[] calldata proofParams, uint256[] calldata proof, uint256[] calldata publicInput) external; } contract CpuConstraintPoly { // The Memory map during the execution of this contract is as follows: ...
0x608060405234801561001057600080fd5b506004361061002b5760003560e01c80631cb7dd7914610030575b600080fd5b6101446004803603606081101561004657600080fd5b81019060208101813564010000000081111561006157600080fd5b82018360208201111561007357600080fd5b8035906020019184602083028401116401000000008311171561009557600080fd5b919390929091602081...
{"success": true, "error": null, "results": {"detectors": [{"check": "incorrect-shift", "impact": "High", "confidence": "High"}, {"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}]}}
true
null
{'detectors': [{'check': 'incorrect-shift', 'impact': 'High', 'confidence': 'High'}, {'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}]}
259
0x56c8d4e40A709B33cCB19970324880F3a640d9fC
pragma solidity 0.6.6; pragma experimental ABIEncoderV2; contract DSAuthEvents { event LogSetAuthority(address indexed authority); event LogSetOwner(address indexed owner); } contract DSAuth is DSAuthEvents { DSAuthority public authority; address public owner; constructor() public { ...
0x6080604052600436106101395760003560e01c80637753f47b116100ab578063a26f4f711161006f578063a26f4f711461038e578063a7304bf7146103a3578063bfe142a3146103c3578063deca5f88146103d8578063f851a440146103f8578063fd5452ca1461040d576101bc565b80637753f47b1461031a5780637b925ab11461032f578063870e44d9146103445780638b418713146103595780638d...
{"success": true, "error": null, "results": {"detectors": [{"check": "name-reused", "impact": "High", "confidence": "High"}, {"check": "erc20-interface", "impact": "Medium", "confidence": "High"}, {"check": "arbitrary-send", "impact": "High", "confidence": "Medium"}, {"check": "unchecked-lowlevel", "impact": "Medium", ...
true
null
{'detectors': [{'check': 'name-reused', 'impact': 'High', 'confidence': 'High'}, {'check': 'erc20-interface', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'arbitrary-send', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'unchecked-lowlevel', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'incorrec...
260
0x572f42272e6028e4088318b2ecc98ae0d2eeab27
pragma solidity 0.5.17; library Address { /** * @dev Returns true if `account` is a contract. * * [IMPORTANT] * ==== * It is unsafe to assume that an address for which this function returns * false is an externally-owned account (EOA) and not a contract. * * Among o...
0x60806040526004361061004a5760003560e01c80632c4e722e1461005c5780634042b66f14610083578063521eb27314610098578063ec8ac4d8146100c9578063fc0c546a146100ef575b61005a610055610104565b610108565b005b34801561006857600080fd5b5061007161022a565b60408051918252519081900360200190f35b34801561008f57600080fd5b50610071610230565b3480156100a4...
{"success": true, "error": null, "results": {}}
true
null
{}
261
0x577acf90e357300262210a17ac69efffbd2cba3c
pragma solidity 0.7.0; library AdditionalMath { using SafeMath for uint256; function max16(uint16 a, uint16 b) internal pure returns (uint16) { return a >= b ? a : b; } function min16(uint16 a, uint16 b) internal pure returns (uint16) { return a < b ? a : b; } /** ...
0x608060405234801561001057600080fd5b50600436106101165760003560e01c80638f32d59b116100a2578063e2fdcc1711610071578063e2fdcc1714610679578063e38a303b14610681578063e8dccd061461069f578063f2fde38b146106c5578063fc9daa07146106eb57610116565b80638f32d59b1461063b578063b9626d2114610643578063bd02b14014610669578063d4b83992146106715761...
{"success": true, "error": null, "results": {"detectors": [{"check": "controlled-delegatecall", "impact": "High", "confidence": "Medium"}, {"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}, {"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}]}}
true
null
{'detectors': [{'check': 'controlled-delegatecall', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}]}
262
0x57ee8f0a1c27d2d554160239882eab126ba9086d
pragma solidity 0.6.12; kenAddress, string TokenName, string TokenSymbol, uint Decimals ); function updateEcoceliumAddress(address ecoAddress) public { require(msg.sender == owner); EcoceliumAddress = ecoAddress; f rivate view...
0x608060405234801561001057600080fd5b506004361061014d5760003560e01c8063559fde51116100c3578063a87430ba1161007c578063a87430ba1461088b578063aa3e92bc146108cf578063bb3dabe814610985578063cbd1a5e7146109bd578063d006617114610a06578063fa61916d14610abc5761014d565b8063559fde5114610587578063591e6855146105ad5780636660deda146105e85780...
{"success": true, "error": null, "results": {"detectors": [{"check": "uninitialized-state", "impact": "High", "confidence": "High"}, {"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "erc20-interface", "...
true
null
{'detectors': [{'check': 'uninitialized-state', 'impact': 'High', 'confidence': 'High'}, {'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'erc20-interface', 'impact': 'Medium', 'confidence': 'High'}, {'...
263
0x5811e22147A6114FFB3781BFAa396c0e1F631e37
pragma solidity 0.6.4; library Address { /** * @dev Returns true if `account` is a contract. * * [IMPORTANT] * ==== * It is unsafe to assume that an address for which this function returns * false is an externally-owned account (EOA) and not a contract. * * Among ot...
0x608060405234801561001057600080fd5b50600436106100a95760003560e01c80633950935111610071578063395093511461025f57806370a08231146102c557806395d89b411461031d578063a457c2d7146103a0578063a9059cbb14610406578063dd62ed3e1461046c576100a9565b806306fdde03146100ae578063095ea7b31461013157806318160ddd1461019757806323b872dd146101b55780...
{"success": true, "error": null, "results": {}}
true
null
{}
264
0x595f2c4e9e3e35b0946394a714c2cd6875c04988
pragma solidity 0.6.10; library Address { /** * @dev Returns true if `account` is a contract. * * [IMPORTANT] * ==== * It is unsafe to assume that an address for which this function returns * false is an externally-owned account (EOA) and not a contract. * * Among o...
0x6080604052600436106101815760003560e01c8063879d5aad116100d1578063a2b40d191161008a578063d6febde811610064578063d6febde814610634578063e29eb8361461066c578063e9fad8ee14610697578063f07af5f7146106ae57610181565b8063a2b40d19146105a3578063a97d70b1146105de578063d0e30db01461060957610181565b8063879d5aad146104605780638bb66d8a146104...
{"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "arbitrary-send", "impact": "High", "confidence": "Medium"}, {"check": "unchecked-lowlevel", "impact": "Medium", "confidence": "Medium"}, {"check": "incorrect-equality", "impa...
true
null
{'detectors': [{'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'arbitrary-send', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'unchecked-lowlevel', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}, {'chec...
265
0x59876c7a2e76419f8b2b47dae1324b2de0fa6952
pragma solidity 0.6.8; interface IERC20 { function totalSupply() external view returns (uint256); function balanceOf(address account) external view returns (uint256); function transfer(address recipient, uint256 amount) external returns (bool); function allowance(address owner, address spender)...
0x608060405234801561001057600080fd5b50600436106102535760003560e01c806366844c7e11610146578063b8e010de116100c3578063d1cc997611610087578063d1cc9976146108e9578063e9790d02146108f1578063eb3464a1146108f9578063eba3aa4214610916578063ef0e99a71461091e578063f48f489e1461093b57610253565b8063b8e010de14610825578063b9c33b261461082d5780...
{"success": true, "error": null, "results": {"detectors": [{"check": "unchecked-transfer", "impact": "High", "confidence": "Medium"}, {"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}]}}
true
null
{'detectors': [{'check': 'unchecked-transfer', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}]}
266
0x59dcaa6db5029535004ad5c43eb8febe6ffcf6ed
pragma solidity 0.6.5; pragma experimental ABIEncoderV2; interface ERC20 { function approve(address, uint256) external returns (bool); function transfer(address, uint256) external returns (bool); function transferFrom(address, address, uint256) external returns (bool); function name() external view...
0x608060405234801561001057600080fd5b50600436106100415760003560e01c806330fa738c14610046578063d4fac45d14610064578063f72c079114610084575b600080fd5b61004e61008c565b60405161005b91906102f4565b60405180910390f35b610077610072366004610287565b6100c5565b60405161005b9190610365565b61004e61022a565b604051806040016040528060058152602001...
{"success": true, "error": null, "results": {}}
true
null
{}
267
0x5A99Fa495c894441180113515AAB3B80CE79e491
pragma solidity 0.6.8; library Address { /** * @dev Returns true if `account` is a contract. * * [IMPORTANT] * ==== * It is unsafe to assume that an address for which this function returns * false is an externally-owned account (EOA) and not a contract. * * Among ot...
0x6080604052600436106102e45760003560e01c80638da5cb5b11610190578063c73cce39116100dc578063f2a6f21511610095578063fa70c3021161006f578063fa70c30214610ddd578063fb15298d14610e67578063fb34499d14610ea0578063fc9d015414610ecd576102e4565b8063f2a6f21514610d80578063f2fde38b14610d95578063f338fc1914610dc8576102e4565b8063c73cce3914610a...
{"success": true, "error": null, "results": {"detectors": [{"check": "weak-prng", "impact": "High", "confidence": "Medium"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}, {"check": "arbitrary-send", "impact": "High", "confidence": "Medium"}]}}
true
null
{'detectors': [{'check': 'weak-prng', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'arbitrary-send', 'impact': 'High', 'confidence': 'Medium'}]}
268
0x5b08999b131ef09a83f3eb7e2d2efcef37b4851a
pragma solidity 0.6.5; pragma experimental ABIEncoderV2; interface ERC20 { function approve(address, uint256) external returns (bool); function transfer(address, uint256) external returns (bool); function transferFrom(address, address, uint256) external returns (bool); function name() external view...
0x608060405234801561001057600080fd5b50600436106100415760003560e01c806330fa738c14610046578063d4fac45d14610064578063f72c079114610084575b600080fd5b61004e61008c565b60405161005b9190610497565b60405180910390f35b61007761007236600461042a565b6100c5565b60405161005b9190610508565b61004e6103cd565b604051806040016040528060058152602001...
{"success": true, "error": null, "results": {}}
true
null
{}
269
0x5c38d75aa0f06d851a4deb2e40b0fcc92554fa75
pragma solidity 0.6.10; pragma experimental ABIEncoderV2; library Address { /** * @dev Returns true if `account` is a contract. * * [IMPORTANT] * ==== * It is unsafe to assume that an address for which this function returns * false is an externally-owned account (EOA) and not a...
0x608060405234801561001057600080fd5b506004361061010a5760003560e01c806391d14854116100a2578063c2a9925611610071578063c2a9925614610204578063c4d66de814610217578063ca15c8731461022a578063d547741f1461023d578063ee8c4bbf146102505761010a565b806391d14854146101c1578063a217fddf146101e1578063b39e12cf146101e9578063be07f57c146101f15761...
{"success": true, "error": null, "results": {"detectors": [{"check": "uninitialized-state", "impact": "High", "confidence": "High"}, {"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "incorrect-equality"...
true
null
{'detectors': [{'check': 'uninitialized-state', 'impact': 'High', 'confidence': 'High'}, {'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'},...
270
0x5c3da04441a2b301a4663b8f3922d7f794792041
pragma solidity 0.4.21; contract EIP20Interface { /* This is a slight change to the ERC20 base standard. function totalSupply() constant returns (uint256 supply); is replaced with: uint256 public totalSupply; This automatically creates a getter function for the totalSupply. This is ...
0x6060604052600436106100af576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff16806306fdde03146100b4578063095ea7b31461014257806318160ddd1461019c57806323b872dd146101c557806327e235e31461023e578063313ce5671461028b5780635c658165146102ba57806370a082311461032657806395d89b4114610373578063a9059cbb...
{"success": true, "error": null, "results": {}}
true
null
{}
271
0x5c51ed459af01dc9857a70d8630a383d394ec66d
pragma solidity 0.6.12; pragma experimental ABIEncoderV2; contract IAbacusOracle{ uint public callFee; function getJobResponse(uint64 _jobId) public view returns(uint64[] memory _values){ } function scheduleFunc(address to ,uint callTime, bytes memory data , uint fee , uint gaslimit ,uint gasprice...
0x6080604052600436106200020b5760003560e01c80636e6164d7116200011b578063c813b1b811620000a3578063e0e872bc116200006d578063e0e872bc146200062b578063e1d6e3e91462000650578063e706a6391462000675578063ee8c24b8146200069a5762000213565b8063c813b1b81462000597578063c83aad7614620005bc578063d1b5c12c14620005e1578063d1f94af414620006065762...
{"success": true, "error": null, "results": {"detectors": [{"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "erc20-interface", "impact": "Medium", "confidence": "High"}, {"check": "arbitrary-send", "imp...
true
null
{'detectors': [{'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'erc20-interface', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'arbitrary-send', 'impact': 'High', 'confidence': 'Medium'}, {'che...
272
0x5c6d81d0a2245efe11aebc352dcdd5dd53ea0879
pragma solidity 0.6.5; pragma experimental ABIEncoderV2; struct ProtocolBalance { ProtocolMetadata metadata; AdapterBalance[] adapterBalances; } struct ProtocolMetadata { string name; string description; string websiteURL; string iconURL; uint256 version; } struct AdapterBalance ...
0x608060405234801561001057600080fd5b50600436106100365760003560e01c80632a50c1461461003b57806379b1833414610064575b600080fd5b61004e61004936600461063a565b610084565b60405161005b9190610867565b60405180910390f35b61007761007236600461063a565b61037a565b60405161005b91906107b5565b61008c6105c2565b73ffffffffffffffffffffffffffffffffff...
{"success": true, "error": null, "results": {}}
true
null
{}
273
0x5d1Ecff2eF5919d14C47bF7474D1AfDd71077A2c
pragma solidity 0.5.17; contract Context { // Empty internal constructor, to prevent people from mistakenly deploying // an instance of this contract, which should be used via inheritance. constructor () internal { } // solhint-disable-previous-line no-empty-blocks function _msgSender() inte...
0x608060405234801561001057600080fd5b50600436106100a95760003560e01c80633950935111610071578063395093511461025f57806370a08231146102c557806395d89b411461031d578063a457c2d7146103a0578063a9059cbb14610406578063dd62ed3e1461046c576100a9565b806306fdde03146100ae578063095ea7b31461013157806318160ddd1461019757806323b872dd146101b55780...
{"success": true, "error": null, "results": {}}
true
null
{}
274
0x5d77f9b5a4cca418f2cd62b6e1cf0ba123d4c05f
pragma solidity 0.5.7; 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 v...
0x608060405234801561001057600080fd5b50600436106100ce5760003560e01c8063750142e61161008c578063c03d5b4711610066578063c03d5b47146101ca578063c601f352146101d2578063e11932cf146101f8578063ebbbabbd1461021e576100ce565b8063750142e6146101665780637943913d1461016e578063a694fc3a146101ad576100ce565b806263750c146100d357806304c3a8a31461...
{"success": true, "error": null, "results": {"detectors": [{"check": "uninitialized-local", "impact": "Medium", "confidence": "Medium"}, {"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}, {"check": "reentrancy-no-et...
true
null
{'detectors': [{'check': 'uninitialized-local', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Mediu...
275
0x5d929AA919E489505CcAAd8A199619c6DCA0c2de
pragma solidity 0.5.4; contract Ownable { address public owner; address public newOwner; event OwnershipTransferred(address indexed previousOwner, address indexed newOwner); constructor() public { owner = msg.sender; newOwner = address(0); } modifier onl...
0x60806040526004361061020b576000357c01000000000000000000000000000000000000000000000000000000009004806379ba50971161012a578063a9059cbb116100bd578063dd62ed3e1161008c578063dd62ed3e14610dfa578063e2ab691d14610e7f578063f26c159f14610efc578063f2fde38b14610f65578063fb93210814610fb65761020b565b8063a9059cbb14610c3f578063c9e075c614...
{"success": true, "error": null, "results": {"detectors": [{"check": "unchecked-transfer", "impact": "High", "confidence": "Medium"}, {"check": "locked-ether", "impact": "Medium", "confidence": "High"}, {"check": "controlled-array-length", "impact": "High", "confidence": "Medium"}]}}
true
null
{'detectors': [{'check': 'unchecked-transfer', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'locked-ether', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'controlled-array-length', 'impact': 'High', 'confidence': 'Medium'}]}
276
0x5de09699a9a81fb3ac2c62af09a835e35b5764db
pragma solidity 0.4.21; contract EIP20Interface { /* This is a slight change to the ERC20 base standard. function totalSupply() constant returns (uint256 supply); is replaced with: uint256 public totalSupply; This automatically creates a getter function for the totalSupply. This is ...
0x6060604052600436106100af576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff16806306fdde03146100b4578063095ea7b31461014257806318160ddd1461019c57806323b872dd146101c557806327e235e31461023e578063313ce5671461028b5780635c658165146102ba57806370a082311461032657806395d89b4114610373578063a9059cbb...
{"success": true, "error": null, "results": {}}
true
null
{}
277
0x5e0fa16e190f8de73ee7f415c47eed8315a7601e
pragma solidity 0.6.12; contract Initializable { /** * @dev Indicates that the contract has been initialized. */ bool private initialized; /** * @dev Indicates that the contract is in the process of being initialized. */ bool private initializing; /** * @dev Modifi...
0x608060405234801561001057600080fd5b50600436106103a45760003560e01c806387564d84116101e9578063d31f3f6d1161010f578063ef78d4fd116100ad578063f77c47911161007c578063f77c4791146109d0578063f8453e7c146109d8578063fd96044b14610aa3578063fec8ee0c14610ac9576103a4565b8063ef78d4fd14610966578063efbe1c1c14610985578063f301af421461098d5780...
{"success": true, "error": null, "results": {"detectors": [{"check": "unused-return", "impact": "Medium", "confidence": "Medium"}, {"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}, {"check": "reentrancy-no-eth", "i...
true
null
{'detectors': [{'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}]}
278
0x5e491e9d7840c7c185f365d47ac6a1e967aa8e4c
pragma solidity 0.5.16; interface IBullswapCallee { function BullswapCall(address sender, uint amount0, uint amount1, bytes calldata data) external; } interface IBullswapERC20 { event Approval(address indexed owner, address indexed spender, uint value); event Transfer(address indexed from, address ind...
0x608060405234801561001057600080fd5b50600436106100885760003560e01c8063a2e74af61161005b578063a2e74af6146100fd578063c9c6539614610132578063e6a439051461016d578063f46901ed146101a857610088565b8063017e7e581461008d578063094b7415146100be5780631e3dd18b146100c6578063574f2ba3146100e3575b600080fd5b6100956101db565b6040805173ffffffff...
{"success": true, "error": null, "results": {"detectors": [{"check": "weak-prng", "impact": "High", "confidence": "Medium"}, {"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}]}}
true
null
{'detectors': [{'check': 'weak-prng', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}]}
279
0x5ee8abac67c798f9a11ed5dcc2c49faf2b5359e0
pragma solidity 0.5.1; interface IERC20 { function totalSupply() external view returns (uint256); function balanceOf(address who) external view returns (uint256); function transfer(address to, uint256 value) external returns (bool); function allowance(address owner, address spender) external view retur...
0x608060405260043610610117576000357c01000000000000000000000000000000000000000000000000000000009004806303807ee51461011c57806306fdde0314610147578063095ea7b3146101d757806318160ddd1461024a5780631e89d5451461027557806323b872dd146103ce578063313ce56714610461578063348f9d3e14610492578063395093511461050557806342966c68146105785780...
{"success": true, "error": null, "results": {"detectors": [{"check": "locked-ether", "impact": "Medium", "confidence": "High"}]}}
true
null
{'detectors': [{'check': 'locked-ether', 'impact': 'Medium', 'confidence': 'High'}]}
280
0x5eeb73813f3cdb275e10d9f444843266a8a391a2
pragma solidity 0.5.17; interface IUniswapV2Router02 { function swapTokensForExactTokens( uint amountOut, uint amountInMax, address[] calldata path, address to, uint deadline ) external returns (uint[] memory amounts); } interface IERC20FeeProxy { event Trans...
0x608060405234801561001057600080fd5b506004361061009e5760003560e01c80638da5cb5b116100665780638da5cb5b146102b6578063a09b241d14610300578063c0d7865514610344578063c31c9c0714610388578063f2fde38b146103d25761009e565b806330e175c9146100a35780633cd3efef146100e7578063715018a6146101315780637262b4c51461013b5780638d09fe2b1461017f575b...
{"success": true, "error": null, "results": {"detectors": [{"check": "unchecked-transfer", "impact": "High", "confidence": "Medium"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}]}}
true
null
{'detectors': [{'check': 'unchecked-transfer', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}]}
281
0x5f14e09736f78ba7acb175c3651a5a6bf2d4ce16
pragma solidity 0.6.10; pragma experimental ABIEncoderV2; library Address { /** * @dev Returns true if `account` is a contract. * * [IMPORTANT] * ==== * It is unsafe to assume that an address for which this function returns * false is an externally-owned account (EOA) and not a...
0x608060405234801561001057600080fd5b506004361061007d5760003560e01c80638da5cb5b1161005b5780638da5cb5b14610120578063dd9e294014610128578063ec56a373146101a1578063f2fde38b146101be5761007d565b80633581777314610082578063715018a61461010e5780638129fc1c14610118575b600080fd5b6100f26004803603602081101561009857600080fd5b810190602081...
{"success": true, "error": null, "results": {"detectors": [{"check": "write-after-write", "impact": "Medium", "confidence": "High"}, {"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}, {"check": "reentrancy-no-eth", ...
true
null
{'detectors': [{'check': 'write-after-write', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}]...
282
0x5f906a6af3f5d52dc84e0e472e95501f24ebaef0
pragma solidity 0.6.10; pragma experimental ABIEncoderV2; library Address { /** * @dev Returns true if `account` is a contract. * * [IMPORTANT] * ==== * It is unsafe to assume that an address for which this function returns * false is an externally-owned account (EOA) and not a...
0x608060405234801561001057600080fd5b506004361061025e5760003560e01c806391d1485411610146578063ca8df720116100c3578063d6832ea911610087578063d6832ea914610545578063d6b0f4841461054d578063dff0769714610555578063e630025a14610568578063ee7d3cad14610570578063f93c86f1146105785761025e565b8063ca8df720146104e4578063d2ae2c34146104f75780...
{"success": true, "error": null, "results": {"detectors": [{"check": "uninitialized-state", "impact": "High", "confidence": "High"}, {"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "incorrect-equality"...
true
null
{'detectors': [{'check': 'uninitialized-state', 'impact': 'High', 'confidence': 'High'}, {'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'},...
283
0x5facd245d1597876d381e275dae31fe605820605
pragma solidity 0.6.5; pragma experimental ABIEncoderV2; struct ProtocolBalance { ProtocolMetadata metadata; AdapterBalance[] adapterBalances; } struct ProtocolMetadata { string name; string description; string websiteURL; string iconURL; uint256 version; } struct AdapterBalance ...
0x608060405234801561001057600080fd5b50600436106100365760003560e01c80632a50c1461461003b57806379b1833414610064575b600080fd5b61004e6100493660046109ab565b610084565b60405161005b9190610cb2565b60405180910390f35b6100776100723660046109ab565b610187565b60405161005b9190610c00565b61008c610933565b60405180608001604052808373ffffffffff...
{"success": true, "error": null, "results": {}}
true
null
{}
284
0x5FC48Bc1B54F718d6B307C8027207cD7c3bcc0EF
pragma solidity 0.6.12; pragma experimental ABIEncoderV2; interface ERC20 { function totalSupply() external view returns (uint); function decimals() external view returns (uint); function balanceOf(address tokenOwner) external view returns (uint balance); function allowance(address tokenOwner, addr...
0x608060405234801561001057600080fd5b50600436106100df5760003560e01c80639769c3fe1161008c578063b0ba4da011610066578063b0ba4da0146102ef578063c90db4471461031d578063d89784fc14610343578063ea2347e614610367576100df565b80639769c3fe1461022a5780639be65a6014610287578063a287fdbd146102ad576100df565b80633b73d67f116100bd5780633b73d67f14...
{"success": true, "error": null, "results": {"detectors": [{"check": "unchecked-lowlevel", "impact": "Medium", "confidence": "Medium"}, {"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}]}}
true
null
{'detectors': [{'check': 'unchecked-lowlevel', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}]}
285
0x600184af62a0b4c46b94a5123e11f15399d538da
pragma solidity 0.4.21; contract EIP20Interface { /* This is a slight change to the ERC20 base standard. function totalSupply() constant returns (uint256 supply); is replaced with: uint256 public totalSupply; This automatically creates a getter function for the totalSupply. This is ...
0x6060604052600436106100af576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff16806306fdde03146100b4578063095ea7b31461014257806318160ddd1461019c57806323b872dd146101c557806327e235e31461023e578063313ce5671461028b5780635c658165146102ba57806370a082311461032657806395d89b4114610373578063a9059cbb...
{"success": true, "error": null, "results": {}}
true
null
{}
286
0x609c9c1432f323ccee720d8bdbe94cf55a618445
pragma solidity 0.6.0; contract Context { // Empty internal constructor, to prevent people from mistakenly deploying // an instance of this contract, which should be used via inheritance. constructor () internal { } // solhint-disable-previous-line no-empty-blocks function _msgSender() inter...
0x608060405234801561001057600080fd5b506004361061012c5760003560e01c80636ebcf607116100ad57806398fd3f581161007157806398fd3f58146105ef578063a457c2d71461063d578063a9059cbb146106a3578063d2bd03b214610709578063dd62ed3e146107275761012c565b80636ebcf607146104545780636f309291146104ac57806370a08231146104f6578063931ad5091461054e5780...
{"success": true, "error": null, "results": {}}
true
null
{}
287
0x60eb4245e3b960ee9c5145a378c1076c4554bcac
pragma solidity 0.6.10; pragma experimental ABIEncoderV2; library Address { /** * @dev Returns true if `account` is a contract. * * [IMPORTANT] * ==== * It is unsafe to assume that an address for which this function returns * false is an externally-owned account (EOA) and not a...
0x608060405234801561001057600080fd5b506004361061035d5760003560e01c806391d14854116101d3578063c34da52411610104578063d12fa445116100a2578063d8f272e11161007c578063d8f272e114610769578063dcbaac601461077c578063dcd3744d1461078f578063f5dc5442146107a45761035d565b8063d12fa4451461073b578063d45025f814610743578063d547741f146107565761...
{"success": true, "error": null, "results": {"detectors": [{"check": "write-after-write", "impact": "Medium", "confidence": "High"}, {"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}, {"check": "reentrancy-no-eth", ...
true
null
{'detectors': [{'check': 'write-after-write', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}]...
288
0x6154Cb64Db010c7f77B152A861059719D567DFA0
pragma solidity 0.6.6; pragma experimental ABIEncoderV2; contract DSAuthEvents { event LogSetAuthority(address indexed authority); event LogSetOwner(address indexed owner); } contract DSAuth is DSAuthEvents { DSAuthority public authority; address public owner; constructor() public { ...
0x6080604052600436106102515760003560e01c80637753f47b11610139578063b20b7209116100b6578063deca5f881161007a578063deca5f8814610643578063e3bbb4f114610663578063eef21cd214610678578063f05def8114610698578063f24ccbfe146106b8578063f851a440146106cd57610251565b8063b20b7209146105c4578063bfc36172146105d9578063bfe142a3146105f9578063c9...
{"success": true, "error": null, "results": {"detectors": [{"check": "name-reused", "impact": "High", "confidence": "High"}, {"check": "erc20-interface", "impact": "Medium", "confidence": "High"}, {"check": "arbitrary-send", "impact": "High", "confidence": "Medium"}, {"check": "unchecked-lowlevel", "impact": "Medium", ...
true
null
{'detectors': [{'check': 'name-reused', 'impact': 'High', 'confidence': 'High'}, {'check': 'erc20-interface', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'arbitrary-send', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'unchecked-lowlevel', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'incorrec...
289
0x61cb5d28c57b1a4e4b010498ffa922be60baa73f
pragma solidity 0.4.21; contract EIP20Interface { uint256 public totalSupply; function balanceOf(address _owner) public view returns (uint256 balance); function transfer(address _to, uint256 _value) public returns (bool success); function transferFrom(address _from, address _to, uint256 _value) pub...
0x6060604052600436106100af576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff16806306fdde03146100b4578063095ea7b31461014257806318160ddd1461019c57806323b872dd146101c557806327e235e31461023e578063313ce5671461028b5780635c658165146102ba57806370a082311461032657806395d89b4114610373578063a9059cbb...
{"success": true, "error": null, "results": {}}
true
null
{}
290
0x628F645A5A6D36fDE852b906ef18d38A128ed7d1
pragma solidity 0.6.5; pragma experimental ABIEncoderV2; contract ERC20SubToken { // TODO add natspec, currently blocked by solidity compiler issue event Transfer(address indexed from, address indexed to, uint256 value); // TODO add natspec, currently blocked by solidity compiler issue event Appr...
0x6080604052600436106101805760003560e01c80638f283970116100d6578063bf5c3e9f1161007f578063d1b8f6b311610059578063d1b8f6b314610406578063dc5074af14610426578063e97eb0a21461044657610180565b8063bf5c3e9f146103b1578063c96f8902146103d1578063caed3500146103f157610180565b8063b0e6bfaa116100b0578063b0e6bfaa1461034b578063b522ecff146103...
{"success": true, "error": null, "results": {"detectors": [{"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}, {"check": "uninitialized-local", "impact": "Medium", "confidence": "Medium"}]}}
true
null
{'detectors': [{'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'uninitialized-local', 'impact': 'Medium', 'confidence': 'Medium'}]}
291
0x62d315193d750947746a621805db6099179ef48e
pragma solidity 0.6.12; pragma experimental ABIEncoderV2; library SafeMath { /** * @dev Returns the addition of two unsigned integers, reverting on * overflow. * * Counterpart to Solidity's `+` operator. * * Requirements: * * - Addition cannot overflow. */ ...
0x6080604052600436106103505760003560e01c8063798f60f2116101c6578063c9d27afe116100f7578063e23a9a5211610095578063f2b065371161006f578063f2b0653714610988578063f851a440146109a8578063fe0d94c1146109bd578063fed0a20e146109d057610350565b8063e23a9a521461092f578063e7f9cefd1461095e578063ecb4452c1461097357610350565b8063da35c664116100...
{"success": true, "error": null, "results": {"detectors": [{"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}]}}
true
null
{'detectors': [{'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}]}
292
0x62EE90d75f1BEc074A32160C7Ce3F30b999764Db
pragma solidity 0.5.17; contract Context { // Empty internal constructor, to prevent people from mistakenly deploying // an instance of this contract, which should be used via inheritance. constructor () internal { } // solhint-disable-previous-line no-empty-blocks function _msgSender() inte...
0x608060405234801561001057600080fd5b506004361061014d5760003560e01c8063695d3985116100c3578063a457c2d71161007c578063a457c2d7146103d6578063a9059cbb14610402578063b84c82461461042e578063c47f00271461049e578063dd62ed3e1461050e578063fbfa77cf1461053c5761014d565b8063695d39851461034857806370a08231146103505780638da5cb5b146103765780...
{"success": true, "error": null, "results": {}}
true
null
{}
293
0x63A995cfB3Badabe007263917024369529BaF26f
pragma solidity 0.5.15; library Addresses { function isContract(address account) internal view returns (bool) { uint256 size; // solium-disable-next-line security/no-inline-assembly assembly { size := extcodesize(account) } return size > 0; } f...
0x6080604052600436106100295760003560e01c8063439fab91146100bc578063ffa1ad741461016f575b60006100406000356001600160e01b0319166101f9565b90506001600160a01b038116610098576040805162461bcd60e51b81526020600482015260186024820152772727afa1a7a72a2920a1aa2fa327a92fa32aa721aa24a7a760411b604482015290519081900360640190fd5b366000803760...
{"success": true, "error": null, "results": {"detectors": [{"check": "uninitialized-state", "impact": "High", "confidence": "High"}]}}
true
null
{'detectors': [{'check': 'uninitialized-state', 'impact': 'High', 'confidence': 'High'}]}
294
0x6403BD92589F825FfeF6b62177FCe9149947cb9f
pragma solidity 0.6.12; pragma experimental ABIEncoderV2; contract DSAuthEvents { event LogSetAuthority(address indexed authority); event LogSetOwner(address indexed owner); } contract DSAuth is DSAuthEvents { DSAuthority public authority; address public owner; constructor() public { ...
0x6080604052600436106100e15760003560e01c806354123c121161007f578063a7304bf711610059578063a7304bf714610507578063deca5f881461053a578063f851a4401461056d578063f887ea4014610582576100e8565b806354123c121461035d5780635b6f36fc1461042e5780638da5cb5b146104f2576100e8565b80633924db66116100bb5780633924db66146101685780633a128322146102...
{"success": true, "error": null, "results": {"detectors": [{"check": "tx-origin", "impact": "Medium", "confidence": "Medium"}, {"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "name-reused", "impact": "High", "confidence": "High"}, {"check": "erc20-interface", "impact": "Medium...
true
null
{'detectors': [{'check': 'tx-origin', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'name-reused', 'impact': 'High', 'confidence': 'High'}, {'check': 'erc20-interface', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'arbitra...
295
0x6413fbb36c4990fdaebf3c315b2f5140c828707f
pragma solidity 0.7.0; interface IOwnershipTransferrable { function transferOwnership(address owner) external; event OwnershipTransferred(address indexed previousOwner, address indexed newOwner); } abstract contract Ownable is IOwnershipTransferrable { address private _owner; constructor(address owner)...
0x608060405234801561001057600080fd5b50600436106100ea5760003560e01c80638da5cb5b1161008c578063e8b96de111610066578063e8b96de11461020d578063eedad66b1461022a578063f2397f3e14610247578063f2fde38b1461026d576100ea565b80638da5cb5b146101b157806398807d84146101b957806399a88ec4146101df576100ea565b806364ab8675116100c857806364ab867514...
{"success": true, "error": null, "results": {"detectors": [{"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}]}}
true
null
{'detectors': [{'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}]}
296
0x64912352749e2be98c374b93a57f301f95cf1bff
pragma solidity 0.5.17; interface IERC20 { function totalSupply() external view returns (uint); function balanceOf(address account) external view returns (uint); function transfer(address recipient, uint amount) external returns (bool); function allowance(address owner, address spender) external vi...
0x608060405234801561001057600080fd5b506004361061009e5760003560e01c80638da5cb5b116100665780638da5cb5b14610231578063ac4afa381461027b578063d8b0a43d146102e9578063df2671cf14610341578063f5df3c6b146103995761009e565b806309ab1e14146100a357806312307e14146100ed5780634746942014610137578063541bcb761461018f57806370a08231146101d9575b...
{"success": true, "error": null, "results": {}}
true
null
{}
297
0x65577180d4a5eca0f6382d0fc448b69344e04105
pragma solidity 0.5.8; contract Context { constructor () internal { } function _msgSender() internal view returns (address payable) { return msg.sender; } } library SafeMath { /** * @dev Returns the addition of two unsigned integers, reverting on * overflow. * *...
0x608060405234801561001057600080fd5b50600436106100b45760003560e01c80636349bc9a116100715780636349bc9a146102d057806370a08231146102ee57806395d89b4114610346578063a457c2d7146103c9578063a9059cbb1461042f578063dd62ed3e14610495576100b4565b806306fdde03146100b9578063095ea7b31461013c57806318160ddd146101a257806323b872dd146101c05780...
{"success": true, "error": null, "results": {}}
true
null
{}
298
0x6691e334525b41a26c7398dbdc3c1e68fb3a7898
pragma solidity 0.5.17; interface IUniswapV2Router02 { function swapTokensForExactTokens( uint amountOut, uint amountInMax, address[] calldata path, address to, uint deadline ) external returns (uint[] memory amounts); } interface IERC20FeeProxy { event Trans...
0x608060405234801561001057600080fd5b506004361061009e5760003560e01c80638da5cb5b116100665780638da5cb5b146102b6578063a09b241d14610300578063c0d7865514610344578063c31c9c0714610388578063f2fde38b146103d25761009e565b806330e175c9146100a35780633cd3efef146100e7578063715018a6146101315780637262b4c51461013b5780638d09fe2b1461017f575b...
{"success": true, "error": null, "results": {"detectors": [{"check": "unchecked-transfer", "impact": "High", "confidence": "Medium"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}]}}
true
null
{'detectors': [{'check': 'unchecked-transfer', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}]}
299
0x66a3915F06582142F05703A8EEBb6FDd73b8692a
pragma solidity 0.6.6; pragma experimental ABIEncoderV2; contract DSAuthEvents { event LogSetAuthority(address indexed authority); event LogSetOwner(address indexed owner); } contract DSAuth is DSAuthEvents { DSAuthority public authority; address public owner; constructor() public { ...
0x608060405234801561001057600080fd5b50600436106100935760003560e01c806382dfc5f71161006657806382dfc5f7146100e65780638823151b146100ee578063d36b907d146100f6578063e074bb47146100fe578063ef9486df1461011157610093565b8063329b8f591461009857806339df1878146100ad5780633d391f70146100cb5780634d9fb18f146100de575b600080fd5b6100ab6100a6...
{"success": true, "error": null, "results": {"detectors": [{"check": "name-reused", "impact": "High", "confidence": "High"}, {"check": "erc20-interface", "impact": "Medium", "confidence": "High"}, {"check": "arbitrary-send", "impact": "High", "confidence": "Medium"}, {"check": "unchecked-lowlevel", "impact": "Medium", ...
true
null
{'detectors': [{'check': 'name-reused', 'impact': 'High', 'confidence': 'High'}, {'check': 'erc20-interface', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'arbitrary-send', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'unchecked-lowlevel', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'incorrec...