address stringlengths 42 42 | source_code stringlengths 6.9k 125k | bytecode stringlengths 2 49k | slither stringclasses 664
values | id int64 0 10.7k |
|---|---|---|---|---|
0x50cd66a8008becd0b108cea3147f27eef78fd0a3 | /**
*Submitted for verification at Etherscan.io on 2022-04-13
*/
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.4;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
return msg.sender;
}
}
interface IERC20 {
function totalSupply() external vi... | 0x60806040526004361061012e5760003560e01c8063715018a6116100ab578063b515566a1161006f578063b515566a14610316578063c3c8cd8014610336578063c9567bf91461034b578063dbe8272c14610360578063dc1052e214610380578063dd62ed3e146103a057600080fd5b8063715018a6146102a45780638da5cb5b146102b957806395d89b411461013a5780639e78fb4f146102e1578063a9... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}]}} | 0 |
0xe5c4a238c7c80c1c312e8f36e21d5f0aba40c5b7 | /**
*Submitted for verification at Etherscan.io on 2020-10-30
*/
/**
*Submitted for verification at Etherscan.io on 2020-03-04
*/
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.12;
pragma experimental ABIEncoderV2;
contract AMPT {
/// @notice EIP-20 token name for this token
string public constant n... | 0x608060405234801561001057600080fd5b50600436106101215760003560e01c806370a08231116100ad578063b4b5ea5711610071578063b4b5ea5714610358578063c3cda52014610388578063dd62ed3e146103a4578063e7a324dc146103d4578063f1127ed8146103f257610121565b806370a082311461027a578063782d6fe1146102aa5780637ecebe00146102da57806395d89b411461030a5780... | {"success": true, "error": null, "results": {"detectors": [{"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}]}} | 1 |
0x3ddd6a5dc87798285d43515832c17cbff141ad28 | pragma solidity ^0.4.16;
contract owned {
address public owner;
function owned() public {
owner = msg.sender;
}
modifier onlyOwner {
require(msg.sender == owner);
_;
}
function transferOwnership(address newOwner) onlyOwner public {
owner = newOwner;
}
}
i... | 0x6060604052600436106101275763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166305fefda7811461012c57806306fdde0314610147578063095ea7b3146101d157806318160ddd1461020757806323b872dd1461022c578063313ce5671461025457806342966c681461027d5780634b7503341461029357806370a08231146102a657806379c6506814... | {"success": true, "error": null, "results": {"detectors": [{"check": "erc20-interface", "impact": "Medium", "confidence": "High"}]}} | 2 |
0xef3288934A34AdCB5D31A9dA66aa44d56A2D4309 | pragma solidity ^0.4.24;
/**
* @title Ownable
* @dev The Ownable contract has an owner address, and provides basic authorization control
* functions, this simplifies the implementation of "user permissions".
*/
contract Ownable {
address public owner;
event OwnershipRenounced(address indexed previousOwner);... | 0x6080604052600436106100f1576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff16806305d2035b146100f657806306fdde0314610125578063095ea7b3146101b557806318160ddd1461021a57806323b872dd14610245578063313ce567146102ca57806340c10f19146102fb578063661884631461036057806370a08231146103c5578063715018a6... | {"success": true, "error": null, "results": {}} | 3 |
0x4ebbead673d51a82b4387e5f9dbdfb8efc1c9c7b | pragma solidity ^0.4.16;
/**
* @title Ownable
* @dev The Ownable contract has an owner address, and provides basic authorization control
* functions, this simplifies the implementation of "user permissions".
*/
contract Ownable {
address public owner;
/**
* @dev The Ownable constructor sets the original `... | 0x606060405236156100b45763ffffffff60e060020a6000350416632c4e722e81146100c15780634042b66f146100e65780637366e3ff1461010b5780637d64bcb4146101305780638da5cb5b14610145578063a85adeab14610174578063aaffadf314610199578063b071cbe6146101be578063e6fd48bc146101e3578063e9edf4cd14610208578063ec8ac4d814610237578063ecb70fb71461024d5780... | {"success": true, "error": null, "results": {"detectors": [{"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}]}} | 4 |
0x198cf24375eccdf599c624d10f0c6fb9b75ec215 | pragma solidity ^0.4.18;
/**
* @title Ownable
* @dev The Ownable contract has an owner address, and provides basic authorization control
* functions, this simplifies the implementation of "user permissions".
*/
contract Ownable {
address public owner;
event OwnershipTransferred(address indexed previousOwne... | 0x6060604052600436106101025763ffffffff60e060020a60003504166245626f811461010457806312065fe01461011757806314f796ca1461013c57806318369a2a1461014f578063244f489414610162578063278ecde114610195578063465105f0146101ab5780634783c35b146101be57806349e4b3e5146101ed5780635bf5d54c1461020c5780638da5cb5b1461023557806394d9c9c71461024857... | {"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}, {"check": "constant-function-asm", "impact": "Medium", "confidence": "Medium"}, {"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "uninitialized-loca... | 5 |
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"}]}} | 6 |
0x03380c491c5051edc4e1a89352c28aa383dee7f0 | "/**\n *Submitted for verification at Etherscan.io on 2022-03-13\n*/\n\n// SPDX-License-Identifier: (...TRUNCATED) | "0x6080604052600436106102295760003560e01c806374010ece1161012357806398a5c315116100ab578063dd62ed3e116(...TRUNCATED) | "{\"success\": true, \"error\": null, \"results\": {\"detectors\": [{\"check\": \"reentrancy-eth\", (...TRUNCATED) | 7 |
0x2df514a060bbd105ea428182e8b140454f426d15 | "pragma solidity ^0.4.24;\n\ncontract IERC20Token {\n // these functions aren't abstract sinc(...TRUNCATED) | "0x60806040526004361061006c5763ffffffff7c01000000000000000000000000000000000000000000000000000000006(...TRUNCATED) | "{\"success\": true, \"error\": null, \"results\": {\"detectors\": [{\"check\": \"unchecked-transfer(...TRUNCATED) | 8 |
0x1e232f3074e6b9eadf18aad92844eee2b4b33744 | "/**\n *Submitted for verification at Etherscan.io on 2020-11-21\n*/\n\n// SPDX-License-Identifier: (...TRUNCATED) | "0x608060405234801561001057600080fd5b50600436106101f05760003560e01c8063adc3b31b1161010f578063c6e426b(...TRUNCATED) | "{\"success\": true, \"error\": null, \"results\": {\"detectors\": [{\"check\": \"divide-before-mult(...TRUNCATED) | 9 |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 3