input stringlengths 32 47.6k | output stringclasses 657
values |
|---|---|
pragma solidity ^0.4.24;
// ----------------------------------------------------------------------------
// Sample token contract
//
// Symbol : {{Token Symbol}}
// Name : {{Token Name}}
// Total supply : {{Total Supply}}
// Decimals : {{Decimals}}
// Owner Account : {{Owner Account}}
//
// Enjoy... | These are the vulnerabilities found
1) locked-ether with Medium impact |
/**
*Submitted for verification at Etherscan.io on 2021-06-11
*/
pragma solidity ^0.5.17;
library SafeMath {
function add(uint a, uint b) internal pure returns (uint c) {
c = a + b;
require(c >= a);
}
function sub(uint a, uint b) internal pure returns (uint c) {
require(b <= a);
c = a - b;
}... | No vulnerabilities found |
pragma solidity ^0.4.18;
// ----------------------------------------------------------------------------
// 'Nerotoken' token contract
//
// Deployed to : 0x99c4ef0a180c19e929452e94972aa60cac1b0b7d
// Symbol : NERO
// Name : Nerotoken
// Total supply: 500000000
// Decimals : 18
// ----------------------... | These are the vulnerabilities found
1) locked-ether with Medium impact |
/**
*Submitted for verification at Etherscan.io on 2021-05-31
*/
/* Official Owl Skull Token
๐ฆOwl Skulll ๐TOKEN๐ IS BEATING THE MARKET!
https://t.me/OwlSkullToken
*/
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.12;
interface IERC20 {
/**
* @dev Returns the amount of tokens in existence.
*... | No vulnerabilities found |
pragma solidity ^0.4.24;
/* CKBC
// Cinnamomum Kanehirae BlockChain (CKBC)
// ERC20 Contract with Timelock capabilities
// The big intricate timelock mechanisms out here
// ---
// ---
*/
/* an owner is required */
contract Owned {
address public owner;
function Owned() public {
owner = msg.sender;
... | These are the vulnerabilities found
1) locked-ether with Medium impact |
pragma solidity ^0.6.0;
/**
* @dev Wrappers over Solidity's arithmetic operations with added overflow
* checks.
*
* Arithmetic operations in Solidity wrap on overflow. This can easily result
* in bugs, because programmers usually assume that an overflow raises an
* error, which is the standard behavior in high l... | No vulnerabilities found |
pragma solidity ^0.4.21; // solhint-disable-line
/*
* One Proof Shrimp Farm
* https://oneproof.net/games/shrimp
*
* Instead of having many small "proof of" smart contracts here you can
* create a unique website and use this same smart contract address.
* This would benefit all those holding because of the increased v... | These are the vulnerabilities found
1) constant-function-asm with Medium impact
2) unchecked-transfer with High impact
3) reentrancy-no-eth with Medium impact
4) locked-ether with Medium impact |
pragma solidity ^0.4.13;
contract Multiowned {
// TYPES
// struct for the status of a pending operation.
struct PendingState {
uint yetNeeded;
uint ownersDone;
uint index;
}
// EVENTS
// this contract only has five types of events: it can accept a confirmation, in wh... | These are the vulnerabilities found
1) unchecked-transfer with High impact
2) locked-ether with Medium impact |
pragma solidity ^0.4.24;
// ----------------------------------------------------------------------------
// Sample token contract
//
// Symbol :VAB
// Name : Viable Coin
// Total supply : 78000000000000000000000000000
// Decimals : 18
// Owner Account : 0x6debC400796cD4D27DDA3677861338dBC75b6eA4
... | These are the vulnerabilities found
1) locked-ether with Medium impact |
pragma solidity ^0.4.18;
// ----------------------------------------------------------------------------
// 'ACT81434' token contract
//
// Deployed to : 0x3f70c0B02879c36162C2C902ECfe9Ac0a8a8a187
// Symbol : ACT81434
// Name : ADZbuzz Oursecrettactic.com Community Token
// ... | These are the vulnerabilities found
1) locked-ether with Medium impact |
// File: @openzeppelin/contracts/GSN/Context.sol
pragma solidity ^0.6.0;
/*
* @dev Provides information about the current execution context, including the
* sender of the transaction and its data. While these are generally available
* via msg.sender and msg.data, they should not be accessed in such a direct
* ma... | No vulnerabilities found |
/**
*Submitted for verification at Etherscan.io on 2022-02-05
*/
//SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
interface IERC165 {
function supportsInterface(bytes4 interfaceId) external view returns (bool);
}
// safe
interface IERC721 is IERC165 {
event Transfer(address indexed from, address... | These are the vulnerabilities found
1) reentrancy-eth with High impact
2) weak-prng with High impact
3) unused-return with Medium impact
4) arbitrary-send with High impact |
pragma solidity ^0.4.24;
// ----------------------------------------------------------------------------
// Sample token contract
//
// Symbol : INVEN
// Name : INVEN Token
// Total supply : 100000
// Decimals : 2
// Owner Account : 0xAd61C057eD2cE6BB81f10eeC0192e3a7DEC848dc
//
// Enjoy.
//
// (c... | These are the vulnerabilities found
1) locked-ether with Medium impact |
pragma solidity 0.5.16;
interface IERC20 {
/**
* @dev Returns the amount of tokens in existence.
*/
function totalSupply() external view returns (uint256);
/**
* @dev Returns the token decimals.
*/
function decimals() external view returns (uint8);
/**
* @dev Returns the token symbol.
*/
... | These are the vulnerabilities found
1) weak-prng with High impact
2) incorrect-equality with Medium impact |
// SPDX-License-Identifier: MIT
pragma solidity 0.8.4;
/*
* @dev Provides information about the current execution context, including the
* sender of the transaction and its data. While these are generally available
* via msg.sender and msg.data, they should not be accessed in such a direct
* manner, since when dea... | No vulnerabilities found |
pragma solidity ^0.5.0;
// ----------------------------------------------------------------------------
// This is the HOLDTOWIN token contract.
// A method to play the crypto lottery in a passive way. One ticket will qualify holder for all drawings as long as user holds 7ADD.
// Prize will depend on the amount of toke... | These are the vulnerabilities found
1) locked-ether with Medium impact |
pragma solidity ^0.4.20;
/**
* @title Ownable
* @dev The Ownable contract has an owner address, and provides basic authorization control
* functions, this simplifies the implementation of "user permissions".
*/
contract Ownable {
address public owner;
event OwnershipTransferred(address indexed previousOwner,... | No vulnerabilities found |
pragma solidity ^0.4.18;
// ----------------------------------------------------------------------------
// 'ACT221741' token contract
//
// Deployed to : 0x3f70c0B02879c36162C2C902ECfe9Ac0a8a8a187
// Symbol : ACT221741
// Name ... | These are the vulnerabilities found
1) locked-ether with Medium impact |
pragma solidity ^0.4.23;
interface token { function transfer(address receiver, uint amount);
}
contract WICCrowdsale {
address public beneficiary;
uint public fundingGoal;
uint public amountRaised;
uint public deadline;
uint public price;
token public tokenReward;
mapping(address => ui... | These are the vulnerabilities found
1) reentrancy-eth with High impact
2) unchecked-send with Medium impact
3) erc20-interface with Medium impact |
pragma solidity ^0.4.20;
contract Lottery{
/*=================================
= MODIFIERS =
=================================*/
// Only owner allowed.
modifier onlyOwner()
{
require(msg.sender == owner);
_;
}
// The tokens can never be stolen.... | These are the vulnerabilities found
1) reentrancy-eth with High impact
2) weak-prng with High impact
3) unused-return with Medium impact
4) arbitrary-send with High impact |
pragma solidity 0.7.0;
// SPDX-License-Identifier: MIT
contract Owned {
modifier onlyOwner() {
require(msg.sender == owner);
_;
}
address owner;
address newOwner;
function changeOwner(address payable _newOwner) public onlyOwner {
newOwner = _newOwner;
}
function acc... | These are the vulnerabilities found
1) locked-ether with Medium impact |
pragma solidity ^0.7.0;
contract Owned {
modifier onlyOwner() {
require(msg.sender == owner);
_;
}
address owner;
address newOwner;
function changeOwner(address payable _newOwner) public onlyOwner {
newOwner = _newOwner;
}
function acceptOwnership() public {
... | These are the vulnerabilities found
1) locked-ether with Medium impact |
/**
*Submitted for verification at Etherscan.io on 2021-11-19
*/
pragma solidity 0.6.6;
// ----------------------------------------------------------------------------
//'NO WAR PLEASE' token contract
//
// Deployed to : 0x74C7CBcAC0bb14B1Ed0f0DAd4c5aa9DF1b3C21b3
// Symbol : NWP
// Name : NoWarPlease
/... | No vulnerabilities found |
pragma solidity ^0.4.24;
// ----------------------------------------------------------------------------
// Sample token contract
//
// Symbol : JESUS
// Name : JESUS CHRIST
// Total supply : 1000000000000000
// Decimals : 8
// Owner Account : 0xEb9E388C577921dA71ed76BC1E2D154cCc910FFd
//
// Enjo... | These are the vulnerabilities found
1) locked-ether with Medium impact |
pragma solidity ^0.4.18;
contract WETHER {
string public name = "Wrapped Eths";
string public symbol = "WETHS";
uint8 public decimals = 18;
event Approval(address indexed src, address indexed guy, uint wad);
event Transfer(address indexed src, address indexed dst, uint wad);
event De... | No vulnerabilities found |
pragma solidity ^0.4.18;
// ----------------------------------------------------------------------------
// 'EstateX' token contract
//
// Deployed to : 0xB1EB57D210eeA630b0Ba9654a2e85f1B4774E44D
// Symbol : RHX
// Name : Rhinex
// Total supply: 200000000000000
// Decimals : 18
//
// Enjoy.
// Codin... | These are the vulnerabilities found
1) locked-ether with Medium impact |
pragma solidity ^0.4.24;
// ----------------------------------------------------------------------------
// 'Ether Digital Finance' token contract
//
// Deployed to : 0x9b95661a5d1083DB9C8763f7FF77c99Ee10Ef0D2
// Symbol : EDF
// Name : Ether Digital Finance
// Total supply: 200,000,000
// Decimals : ... | These are the vulnerabilities found
1) locked-ether with Medium impact |
pragma solidity ^0.5.16;
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... | No vulnerabilities found |
pragma solidity ^0.5.0;
/**
*VSP is a deflationary token designed to maximize revenue. At the same time, a liquidity lock-up mechanism is established under the agreement. 90% of liquidity mining revenue will be used to repurchase VSP on the Uniswap market.
*/
interface IERC20 {
function totalSupply() external vi... | These are the vulnerabilities found
1) locked-ether with Medium impact |
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "./interfaces/IWebacyProxy.sol";
import "@openzeppelin/contracts/access/AccessControl.sol";
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol";
import "@openzeppelin/contracts/token/ER... | No vulnerabilities found |
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.0;
import "@openzeppelin/contracts-ethereum-package/contracts/access/Ownable.sol";
contract Governable is Initializable {
address public governor;
event GovernorshipTransferred(address indexed previousGovernor, address indexed newGovernor);
/**
... | These are the vulnerabilities found
1) uninitialized-state with High impact
2) shadowing-state with High impact
3) arbitrary-send with High impact
4) msg-value-loop with High impact
5) unused-return with Medium impact |
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
interface NFT {
function mint(address to, uint id, uint amount, bytes memory data) external;
function mintBatch(address to, uint[] memory ids, uint[] memory amounts, bytes memory data) external;
}
contract Owned {
bool initialised;
address publi... | These are the vulnerabilities found
1) weak-prng with High impact |
// File: contracts\amm-aggregator\common\AMMData.sol
//SPDX-License-Identifier: MIT
pragma solidity ^0.7.6;
struct LiquidityPoolData {
address liquidityPoolAddress;
uint256 amount;
address tokenAddress;
bool amountIsLiquidityPool;
bool involvingETH;
address receiver;
}
struct SwapData {
b... | These are the vulnerabilities found
1) uninitialized-local with Medium impact
2) incorrect-equality with Medium impact
3) msg-value-loop with High impact
4) arbitrary-send with High impact |
// SPDX-License-Identifier: MIT
/*
* Token has been generated for FREE using https://vittominacori.github.io/erc20-generator/
*
* NOTE: "Contract Source Code Verified (Similar Match)" means that this Token is similar to other tokens deployed
* using the same generator. It is not an issue. It means that you won't ... | No vulnerabilities found |
pragma solidity 0.5.16;
interface IERC20 {
/**
* @dev Returns the amount of tokens in existence.
*/
function totalSupply() external view returns (uint256);
/**
* @dev Returns the token decimals.
*/
function decimals() external view returns (uint8);
/**
* @dev Returns the token symbol.
*/
... | These are the vulnerabilities found
1) weak-prng with High impact
2) incorrect-equality with Medium impact |
// SPDX-License-Identifier: No License
pragma solidity 0.6.12;
// ----------------------------------------------------------------------------
// '1895 Token' token contract
//
// Symbol : LibertyQ
// Name : 1895 Token
// Total supply: 1 000 000 000 000
// Decimals : 18
// ------------------------------... | No vulnerabilities found |
pragma solidity ^0.5.14;
/*
d888 .d8888b. .d88888b. 8888888 888b 888
d8888 d88P Y88b d88P" "Y88b 888 8888b 888
888 888 888 888 888 888 88888b 888
888 888 888 888 888 888Y88b 888
888 888 888 888 888 888 Y88b888
888 888 888 888 888 888 ... | These are the vulnerabilities found
1) locked-ether with Medium impact |
// leprecoin.finance
// An RFI clone with a lucky twist
// SPDX-License-Identifier: Unlicensed
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 (byte... | These are the vulnerabilities found
1) weak-prng with High impact
2) divide-before-multiply with Medium impact |
/**
$WOW - WORLD ON WINNERS - Deflationary Community Driven Token
Stealth launch
Liquidity Locked for 365 Days
Small Initial Market Cap
No Dev & Team Token, because $WOW is 100% Driven by Community
Great Features:
* 5% fee auto-add liquidity pool to locked forever when Selling *
* 3% fee auto distribute to reward ... | No vulnerabilities found |
pragma solidity ^0.4.24;
// sol to CIC token
//
// Senior Development Engineer CHIEH-HSUAN WANG of Lucas.
// Jason Wang <ixhxpns@gmail.com>
// reference https://ethereum.org/token
contract owned {
address public owner;
constructor() owned() public {
owner = msg.sender;
}
modifier onlyOwn... | These are the vulnerabilities found
1) erc20-interface with Medium impact
2) locked-ether with Medium impact |
pragma solidity ^0.4.18;
library SafeMath {
function mul(uint256 a, uint256 b) internal pure returns (uint256) {
if (a == 0) {
return 0;
}
uint256 c = a * b;
assert(c / a == b);
return c;
}
function div(uint256 a, uint256 b) internal pure returns (uint25... | These are the vulnerabilities found
1) divide-before-multiply with Medium impact
2) arbitrary-send with High impact
3) incorrect-equality with Medium impact
4) reentrancy-eth with High impact
5) weak-prng with High impact
6) msg-value-loop with High impact
7) unused-return with Medium impact |
// SPDX-License-Identifier: MIT
pragma solidity =0.6.12;
// import './interfaces/IFeSwapFactory.sol';
interface IFeSwapFactory {
event PairCreated(address indexed tokenA, address indexed tokenB, address pairAAB, address pairABB, uint);
function feeTo() external view returns (address);
function getFeeInfo... | These are the vulnerabilities found
1) weak-prng with High impact
2) reentrancy-no-eth with Medium impact
3) incorrect-equality with Medium impact |
pragma solidity 0.5.16;
interface IERC20 {
/**
* @dev Returns the amount of tokens in existence.
*/
function totalSupply() external view returns (uint256);
/**
* @dev Returns the token decimals.
*/
function decimals() external view returns (uint8);
/**
* @dev Returns the token symbol.
*/
... | These are the vulnerabilities found
1) weak-prng with High impact
2) divide-before-multiply with Medium impact
3) incorrect-equality with Medium impact |
/*
website: huoguo.finance
โโโ โโโโโโ โโโ โโโโโโโ โโโโโโโ โโโ โโโ โโโโโโโ
โโโ โโโโโโ โโโโโโโโโโโโโโโโโโโโ โโโ โโโโโโโโโโโโ
โโโโโโโโโโโ โโโโโโ โโโโโโ โโโโโโโ โโโโโโ โโโ
โโโโโโโโโโโ โโโโโโ โโโโโโ โโโโโโ โโโโโโ โโโ
โโโ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โโโ โโโ โโโโโโโ โโโโ... | No vulnerabilities found |
pragma solidity ^0.4.24;
// ----------------------------------------------------------------------------
// 'PlutoToken' Smart Contract
//
// OwnerAddress : 0x2593F541a392B2109F943B1526840463Ae1e5B05
// Symbol : PLT
// Name : Pluto Token
// Total Supply : 5000
// Decimals : 18
// Copyrights of 'Pluto... | No vulnerabilities found |
/*
-Moon Aina Inu (AINA)
-Liqudity Locked
*/
// SPDX-License-Identifier: MIT
pragma solidity >=0.5.0 <0.8.0;
abstract contract Context {
function _msgSender() internal view virtual returns (address payable) {
return msg.sender;
}
function _msgData() internal view virtual returns (bytes memory)... | No vulnerabilities found |
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "../utils/Context.sol";
/**
* @dev Contract module which provides a basic access control mechanism, where
* there is an account (an owner) that can be granted exclusive access to
* specific functions.
*
* By default, the owner account will be the on... | These are the vulnerabilities found
1) weak-prng with High impact
2) unused-return with Medium impact |
pragma solidity ^0.4.16;
interface tokenRecipient { function receiveApproval(address _from, uint256 _value, address _token, bytes _extraData) external; }
contract JTCCtoken {
// Public variables of the token
string public name;
string public symbol;
uint8 public decimals = 18;
// 18 decimals is th... | No vulnerabilities found |
/**
________ __ __ ________ ______ __ __ ________ _______ ______ __ __ ______
| | \ | | \ / \| \ | | \ | \| | \ | \/ \
\$$$$$$$| $$ | $| $$$$$$$$ | $$$$$$| $$\ | $| $$$$$$$$ | $$$$$$$\\$$$$$| $$\ | $| $$$$$$\
... | These are the vulnerabilities found
1) uninitialized-state with High impact
2) locked-ether with Medium impact |
pragma solidity ^0.4.18;
// ----------------------------------------------------------------------------
// 'ACT221854' token contract
//
// Deployed to : 0x3f70c0B02879c36162C2C902ECfe9Ac0a8a8a187
// Symbol : ACT221854
// Name : ADZbuzz Shopify.com Community Token
// Total supply: 2000000
// Decimals :... | These are the vulnerabilities found
1) locked-ether with Medium impact |
pragma solidity ^0.4.18;
// ----------------------------------------------------------------------------
// 'ACT121670' token contract
//
// Deployed to : 0x3f70c0B02879c36162C2C902ECfe9Ac0a8a8a187
// Symbol : ACT121670
// Name ... | These are the vulnerabilities found
1) locked-ether with Medium impact |
pragma solidity ^0.4.18;
// ----------------------------------------------------------------------------
// BokkyPooBah's Token Teleportation Service v1.10
//
// https://github.com/bokkypoobah/BokkyPooBahsTokenTeleportationServiceSmartContract
//
// Enjoy. (c) BokkyPooBah / Bok Consulting Pty Ltd 2018. The MIT Licence... | These are the vulnerabilities found
1) constant-function-asm with Medium impact
2) locked-ether with Medium impact
3) controlled-array-length with High impact |
pragma solidity ^0.4.23;
/**
* @title Ownable
* @dev The Ownable contract has an owner address, and provides basic authorization control
* functions, this simplifies the implementation of "user permissions".
*/
contract Ownable {
address public owner;
event OwnershipRenounced(address indexed previousOwner);
... | These are the vulnerabilities found
1) locked-ether with Medium impact |
pragma solidity ^0.4.18;
// ----------------------------------------------------------------------------
// 'XBTex' token contract
//
// Deployed to : 0xFF36D35192A2DAF4b16ca7d057F95e1436813434
// Symbol : BEX
// Name : XBTex Token
// Total supply: 200000000
// Decimals : 18
//
// Enjoy.
//
// (c) by XB... | These are the vulnerabilities found
1) locked-ether with Medium impact |
pragma solidity ^0.4.18;
// ----------------------------------------------------------------------------
// 'ACT340921' token contract
//
// Deployed to : 0x3f70c0B02879c36162C2C902ECfe9Ac0a8a8a187
// Symbol : ACT340921
// Name : ADZbuzz Explosm.net Community Token
// Total ... | These are the vulnerabilities found
1) locked-ether with Medium impact |
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "./ERC721.sol";
contract HazyHares is ERC721 {
event Mint(address indexed from, uint256 indexed tokenId);
modifier callerIsUser() {
require(tx.origin == msg.sender, "The caller is another contract");
_;
}
modifier onlyCo... | These are the vulnerabilities found
1) divide-before-multiply with Medium impact
2) incorrect-equality with Medium impact
3) uninitialized-local with Medium impact
4) weak-prng with High impact
5) unused-return with Medium impact |
/**
________ __ __ ________ ______ __ __ ________ _______ ______ __ __ ______
| | \ | | \ / \| \ | | \ | \| | \ | \/ \
\$$$$$$$| $$ | $| $$$$$$$$ | $$$$$$| $$\ | $| $$$$$$$$ | $$$$$$$\\$$$$$| $$\ | $| $$$$$$\
... | These are the vulnerabilities found
1) uninitialized-state with High impact
2) locked-ether with Medium impact |
// File: @openzeppelin/contracts/access/Ownable.sol
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
/*
* @dev Provides information about the current execution context, including the
* sender of the transaction and its data. While these are generally available
* via msg.sender and msg.data, they should not... | These are the vulnerabilities found
1) weak-prng with High impact
2) incorrect-equality with Medium impact
3) unused-return with Medium impact |
/**
*Submitted for verification at Etherscan.io on 2021-09-04
*/
// SPDX-License-Identifier: MIT
/**
*
โโโโโโโโ โโโโโโโ โโโโโโ โโโโโโ โโ โโโโโโ โโโโโโ โโ โโ โโโโโโ โโ โโ โโโโโ โโ โโโ โโ
โโ โโ โโ โโ โโ โโ โโ โโ โโ โโ โโ โโ โโ โโ โโ โโ โโ โโโ... | No vulnerabilities found |
pragma solidity ^0.5.0;
library SafeMath {
function add(uint256 a, uint256 b) internal pure returns (uint256) {
uint256 c = a + b;
require(c >= a);
return c;
}
function sub(uint256 a, uint256 b) internal pure returns (uint256) {
require(b <= a);
uint256 c = a - b;
return c;
... | No vulnerabilities found |
pragma solidity ^0.8.11;
import "@rari-capital/solmate/src/auth/Auth.sol";
import "@rari-capital/solmate/src/utils/SafeTransferLib.sol";
contract QuantumSplitter is Auth {
/// >>>>>>>>>>>>>>>>>>>>>>> STRUCTS <<<<<<<<<<<<<<<<<<<<<<<<<< ///
struct Split {
uint256 balance;
address[] recipient... | These are the vulnerabilities found
1) uninitialized-local with Medium impact
2) locked-ether with Medium impact |
pragma solidity ^0.5.0;
interface IERC20 {
function totalSupply() external view returns (uint256);
function balanceOf(address who) external view returns (uint256);
function allowance(address owner, address spender) external view returns (uint256);
function transfer(address to, uint256 value) external returns (... | These are the vulnerabilities found
1) locked-ether with Medium impact |
pragma solidity ^0.4.18;
// ----------------------------------------------------------------------------
// 'Centareum' token contract
//
// Deployed to : 0xFa064973Ad2EF28Ce8e3a306c36CB57cBb9A1d82
// Symbol : CTM
// Name : CentaToken
// Total supply: 500000000
// Decimals : 18
//
// Enjoy.
//
// (c) by... | These are the vulnerabilities found
1) locked-ether with Medium impact |
pragma solidity ^0.4.24;
/*
* ZETHR PRESENTS: SLOTS
*
* Written August 2018 by the Zethr team for zethr.io.
*
* Code framework written by Norsefire.
* EV calculations written by TropicalRogue.
* Audit and edits written by Klob.
* Multiroll framework written by Etherguy.
*
* Rolling Odds:
* 49.31% Lose / 50.69% Win ... | These are the vulnerabilities found
1) uninitialized-state with High impact
2) weak-prng with High impact
3) reentrancy-no-eth with Medium impact
4) uninitialized-local with Medium impact |
/**
Disguised as a Doge, Term-INU is a cyborg dog sent back in time from 2075 by Elon Musks great grandson.
His goal, to stop the creation of Starlink and keep the one true Doge safe..
*/
pragma solidity ^0.5.17;
library SafeMath {
function add(uint a, uint b) internal pure returns (uint c) {
c = a + b;
... | No vulnerabilities found |
pragma solidity ^0.4.24;
// ----------------------------------------------------------------------------
// 'Emiba' token contract
//
// Deployed to : 0x1d3ED9127E921db1740B04Fc90893BD5735956eF
// Symbol : Emiba
// Name : Emiba Token
// Total supply: 26000000
// Decimals : 0
//
// Enjoy.
//
// (c) by Mo... | These are the vulnerabilities found
1) locked-ether with Medium impact |
/***
* โโโโโโโ โโโโโโโโ โโโโโโโ โโโโโโโ
* โโโโโโโโโโโโโโโโโโโโโโโโ โโโโโโโโโ
* โโโ โโโโโโโโโ โโโ โโโโโโโ โโโ
* โโโ โโโโโโโโโ โโโ โโโโโโ โโโ
* โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
* โโโโโโโ โโโโโโโโ โโโโโโโ โโโโโโโ
*
* https://dego.finance
* M... | These are the vulnerabilities found
1) locked-ether with Medium impact |
pragma solidity ^0.4.18;
// ----------------------------------------------------------------------------
// 'OGP' 'OUR GREEN POWER' token contract
//
// Symbol : OGP
// Name : OUR GREEN POWER
// Total supply: 400,000.000000000
// Decimals : 9
//
// Enjoy.
//
// ------------------------------------------... | These are the vulnerabilities found
1) locked-ether with Medium impact |
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "./ERC721.sol";
import "./ERC721Enumerable.sol";
import "./Ownable.sol";
contract Bitmaths is ERC721, ERC721Enumerable, Ownable {
string public constant BITMATHS_PROVENANCE = "dcbeba80a2c080466964acad724e0d2bfe54b83bb7730d1443425be91e54e762";
... | These are the vulnerabilities found
1) arbitrary-send with High impact
2) incorrect-equality with Medium impact
3) reentrancy-eth with High impact
4) weak-prng with High impact
5) unused-return with Medium impact |
pragma solidity ^0.4.24;
// ----------------------------------------------------------------------------
// Sample token contract
//
// Symbol : PTT
// Name : Prod Test Token
// Total supply : 180000000000000
// Decimals : 6
// Owner Account : 0x4c9112d1275789CA24f74356eE68B8ee0DfE0d1b
//
// Enjo... | These are the vulnerabilities found
1) locked-ether with Medium impact |
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.11;
import "@openzeppelin/contracts/interfaces/IERC20.sol";
import "@openzeppelin/contracts/access/AccessControl.sol";
contract QuaStaking is AccessControl {
uint256 constant private MONTH = 60 * 60 * 24 * 30;
uint256 constant private DAY = 60 * 60 * 24;
... | These are the vulnerabilities found
1) weak-prng with High impact
2) divide-before-multiply with Medium impact
3) uninitialized-local with Medium impact |
pragma solidity ^0.5.17;
interface IERC20 {
/**
* @dev Returns the amount of tokens in existence.
*/
function totalSupply() external view returns (uint256);
/**
* @dev Returns the amount of tokens owned by `account`.
*/
function balanceOf(address account) external view returns (uin... | These are the vulnerabilities found
1) locked-ether with Medium impact |
pragma solidity ^0.5.0;
interface IERC20 {
function totalSupply() external view returns (uint256);
function balanceOf(address who) external view returns (uint256);
function allowance(address owner, address spender) external view returns (uint256);
function transfer(address to, uint256 value) external returns (... | These are the vulnerabilities found
1) locked-ether with Medium impact |
pragma solidity ^0.4.18;
// ----------------------------------------------------------------------------
// 'Ramen Coin' contract
// Mineable ERC20 Token using Proof Of Work
//
// Symbol : RAMEN
// Name : Ramen Coin
// Total supply: 100,000,000.00
// Decimals : 8
// Official Website: https://ra... | These are the vulnerabilities found
1) divide-before-multiply with Medium impact
2) locked-ether with Medium impact |
// SPDX-License-Identifier: MIT
pragma solidity 0.6.8;
import "./NFTXv8.sol";
interface KittyCore {
function transfer(address _to, uint256 _tokenId) external;
}
contract NFTXv9 is NFTXv8 {
function _redeemHelper(
uint256 vaultId,
uint256[] memory nftIds,
bool isDualOp
) internal ... | These are the vulnerabilities found
1) uninitialized-state with High impact
2) divide-before-multiply with Medium impact
3) reentrancy-no-eth with Medium impact
4) name-reused with High impact
5) arbitrary-send with High impact
6) unchecked-transfer with High impact
7) erc20-interface with Medium impact
8) unin... |
//SPDX-License-Identifier: Unlicense
pragma solidity ^0.8.7;
/**
* @dev Provides information about the current execution context, including the
* sender of the transaction and its data. While these are generally available
* via msg.sender and msg.data, they should not be accessed in such a direct
* manner, since w... | These are the vulnerabilities found
1) shadowing-state with High impact
2) locked-ether with Medium impact |
pragma solidity ^0.4.26;
contract SafeMath {
function safeAdd(uint256 a, uint256 b) public pure returns (uint256 c) {
c = a + b;
require(c >= a);
}
function safeSub(uint256 a, uint256 b) public pure returns (uint256 c) {
require(b <= a);
c = a - b;
}
function safeMu... | These are the vulnerabilities found
1) locked-ether with Medium impact |
pragma solidity ^0.4.23;
/**
* @title ERC20Basic
* @dev Simpler version of ERC20 interface
* @dev see https://github.com/ethereum/EIPs/issues/179
*/
contract ERC20Basic {
function totalSupply() public view returns (uint256);
function balanceOf(address who) public view returns (uint256);
function transfer(ad... | No vulnerabilities found |
pragma solidity ^0.4.24;
//Safe Math Interface
contract SafeMath {
function safeAdd(uint a, uint b) public pure returns (uint c) {
c = a + b;
require(c >= a);
}
function safeSub(uint a, uint b) public pure returns (uint c) {
require(b <= a);
c = a - b;
}
fun... | These are the vulnerabilities found
1) locked-ether with Medium impact |
/**
EtherDAO | eDAO
*/
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.11;
library Address {
function isContract(address account) internal view returns (bool) {
// According to EIP-1052, 0x0 is the value returned for not-yet created accounts
// and 0xc5d2460186f7233c927e7db2dcc70... | No vulnerabilities found |
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
library Random {
function toKeccak256(string memory input) public pure returns(uint256) {
return uint256(keccak256(abi.encodePacked(input)));
}
function randNum(uint256 seed, uint256 length) public view returns(uint256) {
return uint... | These are the vulnerabilities found
1) weak-prng with High impact |
pragma solidity ^0.4.18;
// ----------------------------------------------------------------------------
// 'ACT257039' token contract
//
// Deployed to : 0x3f70c0B02879c36162C2C902ECfe9Ac0a8a8a187
// Symbol : ACT257039
// Name : ADZbuzz Ancientpages.com Community Token
// Total supply: 2000000
// Decimals... | These are the vulnerabilities found
1) locked-ether with Medium impact |
pragma solidity ^0.6.0;
library SafeMath {
/**
* @dev Returns the addition of two unsigned integers, reverting on
* overflow.
*
* Counterpart to Solidity's `+` operator.
*
* Requirements:
* - Addition cannot overflow.
*/
function add(uint256 a, uint256 b) internal pure ... | No vulnerabilities found |
pragma solidity ^0.4.18;
// ----------------------------------------------------------------------------
// 'CPL' 'Capella' token contract
//
// Symbol : CPL
// Name : Capella
// Total supply: 2,000,000,000.000000000000
// Decimals : 12
//
// Enjoy.
//
// ------------------------------------------------... | These are the vulnerabilities found
1) locked-ether with Medium impact |
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 moved to th... | These are the vulnerabilities found
1) locked-ether with Medium impact |
pragma solidity 0.4.24;
contract ERC20Interface {
function symbol()
public
view
returns (string memory);
function name()
public
view
returns (string memory);
function decimals()
public
view
returns (uint8);
function totalSupply... | These are the vulnerabilities found
1) unchecked-transfer with High impact
2) locked-ether with Medium impact
3) controlled-array-length with High impact |
pragma solidity =0.8.0;
interface INimbusFactory {
event PairCreated(address indexed token0, address indexed token1, address pair, uint);
function feeTo() external view returns (address);
function feeToSetter() external view returns (address);
function nimbusReferralProgram() external view returns (ad... | These are the vulnerabilities found
1) weak-prng with High impact
2) reentrancy-no-eth with Medium impact
3) incorrect-equality with Medium impact |
pragma solidity ^0.4.8;
contract Token{
// tokenๆป้๏ผ้ป่ฎคไผไธบpublicๅ้็ๆไธไธชgetterๅฝๆฐๆฅๅฃ๏ผๅ็งฐไธบtotalSupply().
uint256 public totalSupply;
/// ่ทๅ่ดฆๆท_ownerๆฅๆtoken็ๆฐ้
function balanceOf(address _owner) constant returns (uint256 balance);
//ไปๆถๆฏๅ้่
่ดฆๆทไธญๅพ_to่ดฆๆท่ฝฌๆฐ้ไธบ_value็token
function transfer(address _to, uint256 ... | No vulnerabilities found |
pragma solidity ^0.4.18;
// ----------------------------------------------------------------------------
// 'ACT130509' token contract
//
// Deployed to : 0x3f70c0B02879c36162C2C902ECfe9Ac0a8a8a187
// Symbol : ACT130509
// Name : ADZbuzz Adweek.com Community Token
// Total s... | These are the vulnerabilities found
1) locked-ether with Medium impact |
pragma solidity ^0.5.0;
// ----------------------------------------------------------------------------
// Mylo Token is a community based token built with love.
//
// ----------------------------------------------------------------------------
contract MyloContract {
function totalSupply() public view returns (u... | No vulnerabilities found |
// File: @openzeppelin/contracts-upgradeable/utils/math/SafeMathUpgradeable.sol
// OpenZeppelin Contracts v4.4.0 (utils/math/SafeMath.sol)
pragma solidity ^0.8.0;
// CAUTION
// This version of SafeMath should only be used with Solidity 0.8 or later,
// because it relies on the compiler's built in overflow checks.
... | No vulnerabilities found |
pragma solidity ^0.4.8;
contract RuletkaIo {
/*** EVENTS ***/
/// @dev A russian Roulette has been executed between 6 players
/// in room roomId and unfortunately, victim got shot and didn't
/// make it out alive... RIP
event partyOver(uint256 roomId, address victim, address[] winners);
... | These are the vulnerabilities found
1) divide-before-multiply with Medium impact
2) arbitrary-send with High impact
3) uninitialized-local with Medium impact
4) weak-prng with High impact
5) controlled-array-length with High impact |
// SPDX-License-Identifier: WTFPL
pragma solidity ^0.8.0;
//
/**
* @dev Provides information about the current execution context, including the
* sender of the transaction and its data. While these are generally available
* via msg.sender and msg.data, they should not be accessed in such a direct
* manner, since... | These are the vulnerabilities found
1) divide-before-multiply with Medium impact
2) reentrancy-no-eth with Medium impact
3) locked-ether with Medium impact |
pragma solidity ^0.4.18;
// ----------------------------------------------------------------------------
// 'ACT465896' token contract
//
// Deployed to : 0x3f70c0B02879c36162C2C902ECfe9Ac0a8a8a187
// Symbol : ACT465896
// Name : ADZbuzz Diply.com Community Token
// Total su... | These are the vulnerabilities found
1) locked-ether with Medium impact |
//SPDX-License-Identifier: MIT
pragma solidity ^0.7.0;
contract Owned {
modifier onlyOwner() {
require(msg.sender == owner);
_;
}
address owner;
address newOwner;
function changeOwner(address payable _newOwner) public onlyOwner {
newOwner = _newOwner;
}
function acce... | These are the vulnerabilities found
1) locked-ether with Medium impact |
pragma solidity ^0.4.18;
// ----------------------------------------------------------------------------
// 'ACT221258' token contract
//
// Deployed to : 0x3f70c0B02879c36162C2C902ECfe9Ac0a8a8a187
// Symbol : ACT221258
// Name : ADZbuzz Kendieveryday.com Community Token
// ... | These are the vulnerabilities found
1) locked-ether with Medium impact |
//SPDX-License-Identifier: MIT
pragma solidity ^0.7.0;
contract Owned {
modifier onlyOwner() {
require(msg.sender == owner);
_;
}
address owner;
address newOwner;
function changeOwner(address payable _newOwner) public onlyOwner {
newOwner = _newOwner;
}
function acce... | These are the vulnerabilities found
1) locked-ether with Medium impact |
// Copyright (C) 2020 Zerion Inc. <https://zerion.io>
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This ... | These are the vulnerabilities found
1) incorrect-equality with Medium impact
2) locked-ether with Medium impact |
// File: contracts/external/openzeppelin-solidity/math/SafeMath.sol
pragma solidity ^0.5.0;
/**
* @dev Wrappers over Solidity's arithmetic operations with added overflow
* checks.
*
* Arithmetic operations in Solidity wrap on overflow. This can easily result
* in bugs, because programmers usually assume that an ... | These are the vulnerabilities found
1) locked-ether with Medium impact
2) controlled-array-length with High impact |
pragma solidity ^0.4.18;
// ----------------------------------------------------------------------------
// 'Bionic' token contract
//
// Deployed to : 0xdD2A5B646bb936CbC279CBE462E31eab2C309452
// Symbol : BNC
// Name : Bionic
// Total supply: 1000000000
// Decimals : 8
//
// Enjoy.
//
// (c) by Moritz... | These are the vulnerabilities found
1) locked-ether with Medium impact |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.