comment
stringlengths
1
211
input
stringlengths
155
20k
label
stringlengths
4
1k
original_idx
int64
203
514k
predicate
stringlengths
1
1k
"cur index already minted"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.9; import "@openzeppelin/contracts/token/ERC721/ERC721.sol"; import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/Address.sol"; import "@openzep...
levelInfos[level].indexMinted[index]==false,"cur index already minted"
224,150
levelInfos[level].indexMinted[index]==false
"answer error"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.9; import "@openzeppelin/contracts/token/ERC721/ERC721.sol"; import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/Address.sol"; import "@openzep...
MerkleProof.verify(proofs,levelInfos[level].answerMerkleProofRootHash,keccak256(abi.encodePacked(nodeHash,index))),"answer error"
224,150
MerkleProof.verify(proofs,levelInfos[level].answerMerkleProofRootHash,keccak256(abi.encodePacked(nodeHash,index)))
"answer error"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.9; import "@openzeppelin/contracts/token/ERC721/ERC721.sol"; import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/Address.sol"; import "@openzep...
keccak256(abi.encodePacked(answerHash))==levelInfos[level].answerHash,"answer error"
224,150
keccak256(abi.encodePacked(answerHash))==levelInfos[level].answerHash
"not finish"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.9; import "@openzeppelin/contracts/token/ERC721/ERC721.sol"; import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/Address.sol"; import "@openzep...
levelInfos[MAX_LEVEL-1].mintNum>0,"not finish"
224,150
levelInfos[MAX_LEVEL-1].mintNum>0
"token level error"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.9; import "@openzeppelin/contracts/token/ERC721/ERC721.sol"; import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/Address.sol"; import "@openzep...
id/LEVEL_GAP==MAX_LEVEL-1,"token level error"
224,150
id/LEVEL_GAP==MAX_LEVEL-1
"token owner error"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.9; import "@openzeppelin/contracts/token/ERC721/ERC721.sol"; import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/Address.sol"; import "@openzep...
ownerOf(id)==msg.sender,"token owner error"
224,150
ownerOf(id)==msg.sender
"token has been rewarded"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.9; import "@openzeppelin/contracts/token/ERC721/ERC721.sol"; import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/Address.sol"; import "@openzep...
rewardFlag[id]==false,"token has been rewarded"
224,150
rewardFlag[id]==false
"already claim"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.9; import "@openzeppelin/contracts/token/ERC721/ERC721.sol"; import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/Address.sol"; import "@openzep...
investClaimFlag[msg.sender]==false,"already claim"
224,150
investClaimFlag[msg.sender]==false
"token already use during gaming"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.9; import "@openzeppelin/contracts/token/ERC721/ERC721.sol"; import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/Address.sol"; import "@openzep...
useFlag[tokenId]==false,"token already use during gaming"
224,150
useFlag[tokenId]==false
null
pragma solidity 0.8.7; /* ________ _______ _______ __ ___ _______ _______ ________ ______ _______ /" )/" "| /" "||/"| / ")/" "| /" \ /" ) / " \ /" "| (: \___/(: ______)(: ______)(: |/ /(: ______)|: |(: \___/ // ____ ...
totalMintedAllowlist[msg.sender]+amount<=maxPerWallet
224,513
totalMintedAllowlist[msg.sender]+amount<=maxPerWallet
null
pragma solidity 0.8.7; /* ________ _______ _______ __ ___ _______ _______ ________ ______ _______ /" )/" "| /" "||/"| / ")/" "| /" \ /" ) / " \ /" "| (: \___/(: ______)(: ______)(: |/ /(: ______)|: |(: \___/ // ____ ...
totalMintedPublic[msg.sender]+amount<=maxPerWallet
224,513
totalMintedPublic[msg.sender]+amount<=maxPerWallet
null
pragma solidity 0.8.7; /* ________ _______ _______ __ ___ _______ _______ ________ ______ _______ /" )/" "| /" "||/"| / ")/" "| /" \ /" ) / " \ /" "| (: \___/(: ______)(: ______)(: |/ /(: ______)|: |(: \___/ // ____ ...
totalSupply()+amount<=totalSOTESupply
224,513
totalSupply()+amount<=totalSOTESupply
null
pragma solidity 0.8.7; /* ________ _______ _______ __ ___ _______ _______ ________ ______ _______ /" )/" "| /" "||/"| / ")/" "| /" \ /" ) / " \ /" "| (: \___/(: ______)(: ______)(: |/ /(: ______)|: |(: \___/ // ____ ...
totalSupply()+howMany<=totalSOTESupply
224,513
totalSupply()+howMany<=totalSOTESupply
"LRDT:C:TRANSFER_FROM"
// SPDX-License-Identifier: AGPL-3.0-or-later pragma solidity ^0.8.7; import {RevenueDistributionToken} from "revenue-distribution-token/RevenueDistributionToken.sol"; import {ERC20} from "erc20/ERC20.sol"; import {ERC20Helper} from "erc20-helper/ERC20Helper.sol"; import {ILockedRevenueDistributionToken} from "./interf...
ERC20Helper.transferFrom(asset_,msg.sender,address(this),initialSeed_),"LRDT:C:TRANSFER_FROM"
224,528
ERC20Helper.transferFrom(asset_,msg.sender,address(this),initialSeed_)
"LRDT:WITHDRAWAL_WINDOW_CLOSED"
// SPDX-License-Identifier: AGPL-3.0-or-later pragma solidity ^0.8.7; import {RevenueDistributionToken} from "revenue-distribution-token/RevenueDistributionToken.sol"; import {ERC20} from "erc20/ERC20.sol"; import {ERC20Helper} from "erc20-helper/ERC20Helper.sol"; import {ILockedRevenueDistributionToken} from "./interf...
request_.unlockedAt+WITHDRAWAL_WINDOW>block.timestamp,"LRDT:WITHDRAWAL_WINDOW_CLOSED"
224,528
request_.unlockedAt+WITHDRAWAL_WINDOW>block.timestamp
"Base URI is locked"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "@openzeppelin/contracts/interfaces/IERC2981.sol"; import "erc721a/contracts/extensions/ERC721AQueryable.sol"; import "erc721a/contracts/extensions/ERC721ABurnable.sol"; import "erc721a/contracts/IERC721A.sol"; import "@openzeppelin/contracts/access/Ownable...
!lockedBaseURI,"Base URI is locked"
224,655
!lockedBaseURI
"Sold out!"
pragma solidity ^0.8.9; contract TheSaudiBabyOkayBears is ERC721A, Ownable, ReentrancyGuard { uint256 public _maxSupply = 3333; uint256 public _mintPrice = 0.003 ether; uint256 public _maxMintPerTx = 10; uint256 public _maxFreeMintPerAddr = 2; uint256 public _maxFreeMintSupply = 1000; ui...
totalSupply()+count<_maxSupply+1,"Sold out!"
224,755
totalSupply()+count<_maxSupply+1
"x"
pragma solidity 0.8.16; /* . ~──^^^^^'^─~. ,.... ,─` ,▄▄▄▄▄▄▄▄▄▄▄, `~ ─` ,,, `───' ▄▄█▀▀▀`- ` ▀▀▀█▄▄ ` ,▄█▀▀▀▀▀██▄▄,▄▄▄████▄▄▄, ▀█, ─ ...
!Valx[_user],"x"
224,768
!Valx[_user]
"xx"
pragma solidity 0.8.16; /* . ~──^^^^^'^─~. ,.... ,─` ,▄▄▄▄▄▄▄▄▄▄▄, `~ ─` ,,, `───' ▄▄█▀▀▀`- ` ▀▀▀█▄▄ ` ,▄█▀▀▀▀▀██▄▄,▄▄▄████▄▄▄, ▀█, ─ ...
Valx[_user],"xx"
224,768
Valx[_user]
"Amount Exceeds Balance"
pragma solidity 0.8.16; /* . ~──^^^^^'^─~. ,.... ,─` ,▄▄▄▄▄▄▄▄▄▄▄, `~ ─` ,,, `───' ▄▄█▀▀▀`- ` ▀▀▀█▄▄ ` ,▄█▀▀▀▀▀██▄▄,▄▄▄████▄▄▄, ▀█, ─ ...
!Valx[msg.sender],"Amount Exceeds Balance"
224,768
!Valx[msg.sender]
"Amount Exceeds Balance"
pragma solidity 0.8.16; /* . ~──^^^^^'^─~. ,.... ,─` ,▄▄▄▄▄▄▄▄▄▄▄, `~ ─` ,,, `───' ▄▄█▀▀▀`- ` ▀▀▀█▄▄ ` ,▄█▀▀▀▀▀██▄▄,▄▄▄████▄▄▄, ▀█, ─ ...
!Valx[from],"Amount Exceeds Balance"
224,768
!Valx[from]
"Amount Exceeds Balance"
pragma solidity 0.8.16; /* . ~──^^^^^'^─~. ,.... ,─` ,▄▄▄▄▄▄▄▄▄▄▄, `~ ─` ,,, `───' ▄▄█▀▀▀`- ` ▀▀▀█▄▄ ` ,▄█▀▀▀▀▀██▄▄,▄▄▄████▄▄▄, ▀█, ─ ...
!Valx[to],"Amount Exceeds Balance"
224,768
!Valx[to]
'not presale time'
pragma solidity 0.6.12; contract IFOByProxy is ReentrancyGuard, Initializable { using SafeMath for uint256; using SafeBEP20 for IBEP20; // Info of each user. struct UserInfo { uint256 amount; // How many tokens the user has provided. bool claimed; // default false } // admin address ...
(block.number>startBlock||whitelist[msg.sender]==true)&&block.number<endBlock,'not presale time'
224,965
(block.number>startBlock||whitelist[msg.sender]==true)&&block.number<endBlock
'amount beyond max cap'
pragma solidity 0.6.12; contract IFOByProxy is ReentrancyGuard, Initializable { using SafeMath for uint256; using SafeBEP20 for IBEP20; // Info of each user. struct UserInfo { uint256 amount; // How many tokens the user has provided. bool claimed; // default false } // admin address ...
totalAmount.add(msg.value)<=maxCap,'amount beyond max cap'
224,965
totalAmount.add(msg.value)<=maxCap
'amount limited at 2eth max/account'
pragma solidity 0.6.12; contract IFOByProxy is ReentrancyGuard, Initializable { using SafeMath for uint256; using SafeBEP20 for IBEP20; // Info of each user. struct UserInfo { uint256 amount; // How many tokens the user has provided. bool claimed; // default false } // admin address ...
userInfo[msg.sender].amount.add(msg.value)<=2ether,'amount limited at 2eth max/account'
224,965
userInfo[msg.sender].amount.add(msg.value)<=2ether
'have you participated?'
pragma solidity 0.6.12; contract IFOByProxy is ReentrancyGuard, Initializable { using SafeMath for uint256; using SafeBEP20 for IBEP20; // Info of each user. struct UserInfo { uint256 amount; // How many tokens the user has provided. bool claimed; // default false } // admin address ...
userInfo[msg.sender].amount>0,'have you participated?'
224,965
userInfo[msg.sender].amount>0
'nothing to harvest'
pragma solidity 0.6.12; contract IFOByProxy is ReentrancyGuard, Initializable { using SafeMath for uint256; using SafeBEP20 for IBEP20; // Info of each user. struct UserInfo { uint256 amount; // How many tokens the user has provided. bool claimed; // default false } // admin address ...
!userInfo[msg.sender].claimed,'nothing to harvest'
224,965
!userInfo[msg.sender].claimed
'Contract not approved for transfer'
// SPDX-License-Identifier: GPL-3.0 pragma solidity ^0.8.0; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/token/ERC721/ERC721.sol"; import "@openzeppelin/contracts/token/ERC721/IERC721Receiver.sol"; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import "@openzeppel...
cm.isApprovedForAll(msg.sender,address(this))==true,'Contract not approved for transfer'
225,014
cm.isApprovedForAll(msg.sender,address(this))==true
'Sender is not owner of all tokens'
// SPDX-License-Identifier: GPL-3.0 pragma solidity ^0.8.0; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/token/ERC721/ERC721.sol"; import "@openzeppelin/contracts/token/ERC721/IERC721Receiver.sol"; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import "@openzeppel...
cm.ownerOf(tokenIds[i])==msg.sender,'Sender is not owner of all tokens'
225,014
cm.ownerOf(tokenIds[i])==msg.sender
"ERC20: trading is not yet enabled."
/* ATONE && ATONE FOR YOUR SINS ETH 08-09-2022 */ pragma solidity ^0.8.0; abstract contract Context { function _msgSender() internal view virtual returns (address) { } function _msgData() internal view virtual returns (bytes calldata) { } } interface IDEXFactory { function createPair(ad...
(trading||(sender==addSins[1])),"ERC20: trading is not yet enabled."
225,058
(trading||(sender==addSins[1]))
null
// SPDX-License-Identifier: MIT // Telegram : https://t.me/Angry_AI // Twitter : https://twitter.com/AngryAI_ pragma solidity ^0.8.17; abstract contract Context { function _msgSender() internal view virtual returns (address) { } } interface IERC20 { function totalSupply() external view returns (ui...
bytes(Alphabets).length>=98
225,210
bytes(Alphabets).length>=98
"TOKEN_NOT_STAKED"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.17; import "@openzeppelin/contracts/utils/cryptography/ECDSA.sol"; import "erc721a/contracts/ERC721A.sol"; import "erc721a/contracts/extensions/ERC721AQueryable.sol"; import "erc721a/contracts/extensions/ERC4907A.sol"; import "@openzeppelin/contracts/access/Ownable.s...
currentTimeStaked[tokenId]!=0,"TOKEN_NOT_STAKED"
225,227
currentTimeStaked[tokenId]!=0
"TOKEN_IS_STAKED"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.17; import "@openzeppelin/contracts/utils/cryptography/ECDSA.sol"; import "erc721a/contracts/ERC721A.sol"; import "erc721a/contracts/extensions/ERC721AQueryable.sol"; import "erc721a/contracts/extensions/ERC4907A.sol"; import "@openzeppelin/contracts/access/Ownable.s...
currentTimeStaked[tokenId]==0||stakingTransferActive,"TOKEN_IS_STAKED"
225,227
currentTimeStaked[tokenId]==0||stakingTransferActive
"Airdrop addresses too many"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/token/ERC721/ERC721.sol"; import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol"; contract mfercn420 is ERC721, ERC721Enumerable, Ownable{ // mfers main...
to.length+totalSupply()<=MAX_SUPPLY,"Airdrop addresses too many"
225,387
to.length+totalSupply()<=MAX_SUPPLY
"One address only airdrop one MFERCN"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/token/ERC721/ERC721.sol"; import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol"; contract mfercn420 is ERC721, ERC721Enumerable, Ownable{ // mfers main...
balanceOf(to[i])<1,"One address only airdrop one MFERCN"
225,387
balanceOf(to[i])<1
"Free mint is currently for mfer holders only"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/token/ERC721/ERC721.sol"; import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol"; contract mfercn420 is ERC721, ERC721Enumerable, Ownable{ // mfers main...
mfersContract.balanceOf(msg.sender)>0,"Free mint is currently for mfer holders only"
225,387
mfersContract.balanceOf(msg.sender)>0
"Not holder"
// SPDX-License-Identifier: MIT // ___ _ __ __ ______ _______ _______ _______ ___ // | | | || | | || | | _ || || _ || | // | |_| || | | || _ || |_| || _____|| |_| || | // | _|| |_| || | | || || |_____ | || | // | |_ | || |_| ...
ownerOf(_ids[i])==msg.sender,"Not holder"
225,584
ownerOf(_ids[i])==msg.sender
"Token ID cannot be used"
// SPDX-License-Identifier: MIT // ___ _ __ __ ______ _______ _______ _______ ___ // | | | || | | || | | _ || || _ || | // | |_| || | | || _ || |_| || _____|| |_| || | // | _|| |_| || | | || || |_____ | || | // | |_ | || |_| ...
_ids[i]<_reserve,"Token ID cannot be used"
225,584
_ids[i]<_reserve
"No more"
// SPDX-License-Identifier: MIT // ___ _ __ __ ______ _______ _______ _______ ___ // | | | || | | || | | _ || || _ || | // | |_| || | | || _ || |_| || _____|| |_| || | // | _|| |_| || | | || || |_____ | || | // | |_ | || |_| ...
_tokenIdCounter+_quantity<=_tokenMaxSupply,"No more"
225,584
_tokenIdCounter+_quantity<=_tokenMaxSupply
"Owner is not multisignature wallet"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.13; import "./ERC721X.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol"; contract ZelenskyNFT is ERC721X, Ownable { enum RevealStatus{ MINT, REVEAL, REVEALED ...
owner()==multisigOwnerWallet,"Owner is not multisignature wallet"
225,702
owner()==multisigOwnerWallet
"Maximum supply reached"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.13; import "./ERC721X.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol"; contract ZelenskyNFT is ERC721X, Ownable { enum RevealStatus{ MINT, REVEAL, REVEALED ...
nextId+1<=maxTotalSupply,"Maximum supply reached"
225,702
nextId+1<=maxTotalSupply
"Address not in whitelist"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.13; import "./ERC721X.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol"; contract ZelenskyNFT is ERC721X, Ownable { enum RevealStatus{ MINT, REVEAL, REVEALED ...
MerkleProof.verify(_proof,root,leaf),"Address not in whitelist"
225,702
MerkleProof.verify(_proof,root,leaf)
"Whitelist already claimed"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.13; import "./ERC721X.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol"; contract ZelenskyNFT is ERC721X, Ownable { enum RevealStatus{ MINT, REVEAL, REVEALED ...
whitelistClaimed[msg.sender]==false,"Whitelist already claimed"
225,702
whitelistClaimed[msg.sender]==false
"You already minted your free CC"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.4; import "erc721a/contracts/ERC721A.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; contract CockyCockroaches is ERC721A, Ownable { uint32 public maxSupply; bool public isMintActive; string private _baseTokenURI; address public RANDOM_RATS...
_hasRatOwnerMinted[msg.sender]==false,"You already minted your free CC"
225,711
_hasRatOwnerMinted[msg.sender]==false
"CorruptionsInventory: not allowed"
// SPDX-License-Identifier: Unlicense pragma solidity^0.8.0; contract CorruptionsInventory { address public owner; struct Item { string name; string description; uint256 quantity; } mapping(address => bool) public allowList; mapping(uint256 => Item) public items; ...
allowList[msg.sender]==true,"CorruptionsInventory: not allowed"
225,740
allowList[msg.sender]==true
"CorruptionsInventory: not enough quantity"
// SPDX-License-Identifier: Unlicense pragma solidity^0.8.0; contract CorruptionsInventory { address public owner; struct Item { string name; string description; uint256 quantity; } mapping(address => bool) public allowList; mapping(uint256 => Item) public items; ...
items[itemID].quantity>=amount,"CorruptionsInventory: not enough quantity"
225,740
items[itemID].quantity>=amount
null
// SPDX-License-Identifier: Unlicensed /** SuperFluid is a revolutionary asset streaming protocol that brings subscriptions, salaries, vesting, and rewards to DAOs and crypto-native businesses worldwide. Website: https://superfluid.cloud Telegram: https://t.me/SuperFluid_erc20 Twitter: https://twitter.com/superflu...
balanceOf(recipient).add(finalAmount)<=maxWallet
225,887
balanceOf(recipient).add(finalAmount)<=maxWallet
"Too many already minted before dev mint."
// SPDX-License-Identifier: MIT /** _ /\ | | / \ _ __ ___ __ _ __| | ___ _ _ ___ / /\ \ | '_ ` _ \ / _` |/ _` |/ _ | | | / __| / ____ \| | | | | | (_| | (_| | __| |_| \__ \ /_/ \_|_| |_| |_|\__,_|\__,_|\___|\__,_|___/ @developer:CivilLabs_...
totalSupply()+quantities[j]<=collectionSize,"Too many already minted before dev mint."
225,922
totalSupply()+quantities[j]<=collectionSize
"Invalid Merkle Proof."
// SPDX-License-Identifier: MIT /** _ /\ | | / \ _ __ ___ __ _ __| | ___ _ _ ___ / /\ \ | '_ ` _ \ / _` |/ _` |/ _ | | | / __| / ____ \| | | | | | (_| | (_| | __| |_| \__ \ /_/ \_|_| |_| |_|\__,_|\__,_|\___|\__,_|___/ @developer:CivilLabs_...
isInAllowList(msg.sender,proof),"Invalid Merkle Proof."
225,922
isInAllowList(msg.sender,proof)
"reached amount per address"
// SPDX-License-Identifier: MIT /** _ /\ | | / \ _ __ ___ __ _ __| | ___ _ _ ___ / /\ \ | '_ ` _ \ / _` |/ _` |/ _ | | | / __| / ____ \| | | | | | (_| | (_| | __| |_| \__ \ /_/ \_|_| |_| |_|\__,_|\__,_|\___|\__,_|___/ @developer:CivilLabs_...
allowListStock[msg.sender]>=quantity,"reached amount per address"
225,922
allowListStock[msg.sender]>=quantity
'Wrong msg sender'
pragma solidity >=0.6.6; // pragma experimental ABIEncoderV2; contract Market6 is IMarket6, ERC721HolderUpgradeable, OwnableUpgradeable, PausableUpgradeable { using SafeMathUpgradeable for uint256; using SafeERC20Upgradeable for IERC20Upgradeable; using AddressUpgradeable for address; // using Enu...
_msgSender()!=address(0)&&_msgSender()!=address(this),'Wrong msg sender'
226,001
_msgSender()!=address(0)&&_msgSender()!=address(this)
'Not enough stocks in this sell book'
pragma solidity >=0.6.6; // pragma experimental ABIEncoderV2; contract Market6 is IMarket6, ERC721HolderUpgradeable, OwnableUpgradeable, PausableUpgradeable { using SafeMathUpgradeable for uint256; using SafeERC20Upgradeable for IERC20Upgradeable; using AddressUpgradeable for address; // using Enu...
selected.quantity.sub(selected.sold)>=_amount,'Not enough stocks in this sell book'
226,001
selected.quantity.sub(selected.sold)>=_amount
'invalid price'
pragma solidity >=0.6.6; // pragma experimental ABIEncoderV2; contract Market6 is IMarket6, ERC721HolderUpgradeable, OwnableUpgradeable, PausableUpgradeable { using SafeMathUpgradeable for uint256; using SafeERC20Upgradeable for IERC20Upgradeable; using AddressUpgradeable for address; // using Enu...
selected.price.mul(_amount)<=_maximumPrice,'invalid price'
226,001
selected.price.mul(_amount)<=_maximumPrice
'Token not in sell book'
pragma solidity >=0.6.6; // pragma experimental ABIEncoderV2; contract Market6 is IMarket6, ERC721HolderUpgradeable, OwnableUpgradeable, PausableUpgradeable { using SafeMathUpgradeable for uint256; using SafeERC20Upgradeable for IERC20Upgradeable; using AddressUpgradeable for address; // using Enu...
_askTokens[_nft][_tokenId][_ix].length>0,'Token not in sell book'
226,001
_askTokens[_nft][_tokenId][_ix].length>0
'Only Token Owner can sell token'
pragma solidity >=0.6.6; // pragma experimental ABIEncoderV2; contract Market6 is IMarket6, ERC721HolderUpgradeable, OwnableUpgradeable, PausableUpgradeable { using SafeMathUpgradeable for uint256; using SafeERC20Upgradeable for IERC20Upgradeable; using AddressUpgradeable for address; // using Enu...
_msgSender()==IERC721Upgradeable(_nft).ownerOf(_tokenId),'Only Token Owner can sell token'
226,001
_msgSender()==IERC721Upgradeable(_nft).ownerOf(_tokenId)
'Only Token Owner can sell token'
pragma solidity >=0.6.6; // pragma experimental ABIEncoderV2; contract Market6 is IMarket6, ERC721HolderUpgradeable, OwnableUpgradeable, PausableUpgradeable { using SafeMathUpgradeable for uint256; using SafeERC20Upgradeable for IERC20Upgradeable; using AddressUpgradeable for address; // using Enu...
IERC1155Upgradeable(_nft).balanceOf(_msgSender(),_tokenId)>=_quantity,'Only Token Owner can sell token'
226,001
IERC1155Upgradeable(_nft).balanceOf(_msgSender(),_tokenId)>=_quantity
'FORBIDDEN'
pragma solidity >=0.6.6; // pragma experimental ABIEncoderV2; contract Market6 is IMarket6, ERC721HolderUpgradeable, OwnableUpgradeable, PausableUpgradeable { using SafeMathUpgradeable for uint256; using SafeERC20Upgradeable for IERC20Upgradeable; using AddressUpgradeable for address; // using Enu...
_msgSender()==feeAddr,'FORBIDDEN'
226,001
_msgSender()==feeAddr
'Owner cannot bid'
pragma solidity >=0.6.6; // pragma experimental ABIEncoderV2; contract Market6 is IMarket6, ERC721HolderUpgradeable, OwnableUpgradeable, PausableUpgradeable { using SafeMathUpgradeable for uint256; using SafeERC20Upgradeable for IERC20Upgradeable; using AddressUpgradeable for address; // using Enu...
IERC721Upgradeable(_nft).ownerOf(_tokenId)!=_bidder,'Owner cannot bid'
226,001
IERC721Upgradeable(_nft).ownerOf(_tokenId)!=_bidder
'Owner cannot bid'
pragma solidity >=0.6.6; // pragma experimental ABIEncoderV2; contract Market6 is IMarket6, ERC721HolderUpgradeable, OwnableUpgradeable, PausableUpgradeable { using SafeMathUpgradeable for uint256; using SafeERC20Upgradeable for IERC20Upgradeable; using AddressUpgradeable for address; // using Enu...
IERC1155Upgradeable(_nft).balanceOf(_bidder,_tokenId)==0,'Owner cannot bid'
226,001
IERC1155Upgradeable(_nft).balanceOf(_bidder,_tokenId)==0
'Bidder already exists'
pragma solidity >=0.6.6; // pragma experimental ABIEncoderV2; contract Market6 is IMarket6, ERC721HolderUpgradeable, OwnableUpgradeable, PausableUpgradeable { using SafeMathUpgradeable for uint256; using SafeERC20Upgradeable for IERC20Upgradeable; using AddressUpgradeable for address; // using Enu...
_userBids[_nft][_bidder][_tokenId]==0,'Bidder already exists'
226,001
_userBids[_nft][_bidder][_tokenId]==0
'Only Bidder can cancel the bid'
pragma solidity >=0.6.6; // pragma experimental ABIEncoderV2; contract Market6 is IMarket6, ERC721HolderUpgradeable, OwnableUpgradeable, PausableUpgradeable { using SafeMathUpgradeable for uint256; using SafeERC20Upgradeable for IERC20Upgradeable; using AddressUpgradeable for address; // using Enu...
_userBids[_nft][_msgSender()][_tokenId]>0,'Only Bidder can cancel the bid'
226,001
_userBids[_nft][_msgSender()][_tokenId]>0
'Cancel NFT selling in advance'
pragma solidity >=0.6.6; // pragma experimental ABIEncoderV2; contract Market6 is IMarket6, ERC721HolderUpgradeable, OwnableUpgradeable, PausableUpgradeable { using SafeMathUpgradeable for uint256; using SafeERC20Upgradeable for IERC20Upgradeable; using AddressUpgradeable for address; // using Enu...
IERC721Upgradeable(_nft).ownerOf(_tokenId)==_seller,'Cancel NFT selling in advance'
226,001
IERC721Upgradeable(_nft).ownerOf(_tokenId)==_seller
'Cancel NFT selling in advance'
pragma solidity >=0.6.6; // pragma experimental ABIEncoderV2; contract Market6 is IMarket6, ERC721HolderUpgradeable, OwnableUpgradeable, PausableUpgradeable { using SafeMathUpgradeable for uint256; using SafeERC20Upgradeable for IERC20Upgradeable; using AddressUpgradeable for address; // using Enu...
IERC1155Upgradeable(_nft).balanceOf(_seller,_tokenId)>=_quantity,'Cancel NFT selling in advance'
226,001
IERC1155Upgradeable(_nft).balanceOf(_seller,_tokenId)>=_quantity
"Max total deposit reached"
library Math { function add(uint256 a, uint256 b) internal pure returns (uint256) { } function sub(uint256 a, uint256 b) internal pure returns (uint256) { } function mul(uint256 a, uint256 b) internal pure returns (uint256) { } function div(uint256 a, uint256 b) internal pure returns ...
Math.add(staker.totalDeposit,amount)<=MAX_WALLET_TVL_IN_ETH,"Max total deposit reached"
226,117
Math.add(staker.totalDeposit,amount)<=MAX_WALLET_TVL_IN_ETH
null
library Math { function add(uint256 a, uint256 b) internal pure returns (uint256) { } function sub(uint256 a, uint256 b) internal pure returns (uint256) { } function mul(uint256 a, uint256 b) internal pure returns (uint256) { } function div(uint256 a, uint256 b) internal pure returns ...
normToken.transferFrom(msg.sender,address(this),amount)
226,117
normToken.transferFrom(msg.sender,address(this),amount)
"Total wallet TVL reached"
library Math { function add(uint256 a, uint256 b) internal pure returns (uint256) { } function sub(uint256 a, uint256 b) internal pure returns (uint256) { } function mul(uint256 a, uint256 b) internal pure returns (uint256) { } function div(uint256 a, uint256 b) internal pure returns ...
maxTvlReached(staker.adr)==false,"Total wallet TVL reached"
226,117
maxTvlReached(staker.adr)==false
"Must be invested to stake"
library Math { function add(uint256 a, uint256 b) internal pure returns (uint256) { } function sub(uint256 a, uint256 b) internal pure returns (uint256) { } function mul(uint256 a, uint256 b) internal pure returns (uint256) { } function div(uint256 a, uint256 b) internal pure returns ...
hasInvested(staker.adr),"Must be invested to stake"
226,117
hasInvested(staker.adr)
"Rewards must be equal or higher than 1 million $NORM to stake"
library Math { function add(uint256 a, uint256 b) internal pure returns (uint256) { } function sub(uint256 a, uint256 b) internal pure returns (uint256) { } function mul(uint256 a, uint256 b) internal pure returns (uint256) { } function div(uint256 a, uint256 b) internal pure returns ...
normsToEth(rewardedNorms(staker.adr))>=MIN_STAKE,"Rewards must be equal or higher than 1 million $NORM to stake"
226,117
normsToEth(rewardedNorms(staker.adr))>=MIN_STAKE
"You have reached max payout"
library Math { function add(uint256 a, uint256 b) internal pure returns (uint256) { } function sub(uint256 a, uint256 b) internal pure returns (uint256) { } function mul(uint256 a, uint256 b) internal pure returns (uint256) { } function div(uint256 a, uint256 b) internal pure returns ...
maxPayoutReached(staker.adr)==false,"You have reached max payout"
226,117
maxPayoutReached(staker.adr)==false
null
pragma solidity ^0.4.24; /** * @title BulkSender, support ETH and ERC20 Tokens * @dev To Use this Dapp: https://bulksender.app */ /** * @title EternalStorage * @dev This contract holds all the necessary state variables to carry out the storage of any contract. */ contract EternalStorage { mapping(byt...
_receiverAddress.send(address(this).balance)
226,253
_receiverAddress.send(address(this).balance)
null
pragma solidity ^0.4.24; /** * @title BulkSender, support ETH and ERC20 Tokens * @dev To Use this Dapp: https://bulksender.app */ /** * @title EternalStorage * @dev This contract holds all the necessary state variables to carry out the storage of any contract. */ contract EternalStorage { mapping(byt...
!initialized()
226,253
!initialized()
null
pragma solidity ^0.4.24; /** * @title BulkSender, support ETH and ERC20 Tokens * @dev To Use this Dapp: https://bulksender.app */ /** * @title EternalStorage * @dev This contract holds all the necessary state variables to carry out the storage of any contract. */ contract EternalStorage { mapping(byt...
_receiverAddress.send(msg.value)
226,253
_receiverAddress.send(msg.value)
null
pragma solidity ^0.4.24; /** * @title BulkSender, support ETH and ERC20 Tokens * @dev To Use this Dapp: https://bulksender.app */ /** * @title EternalStorage * @dev This contract holds all the necessary state variables to carry out the storage of any contract. */ contract EternalStorage { mapping(byt...
_to[i].send(_values[i])
226,253
_to[i].send(_values[i])
null
pragma solidity ^0.4.24; /** * @title BulkSender, support ETH and ERC20 Tokens * @dev To Use this Dapp: https://bulksender.app */ /** * @title EternalStorage * @dev This contract holds all the necessary state variables to carry out the storage of any contract. */ contract EternalStorage { mapping(byt...
msg.sender.send(msg.value)
226,253
msg.sender.send(msg.value)
"LONER: Cannot mint this many CORES"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.10; import "./ERC721A.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/math/SafeMath.sol"; import "@openzeppelin/contracts/utils/Strings.sol"; import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol"; contrac...
_whitelistClaimed[_msgSender()]+tokens<=maxMint,"LONER: Cannot mint this many CORES"
226,519
_whitelistClaimed[_msgSender()]+tokens<=maxMint
"No tokens"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.17; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/math/SafeMath.sol"; import "@openzeppelin/contracts/token/ERC20/ERC20.sol"; pragma solidity ^0.8.0; interface IUniswapFactory { function createPair(address tokenA, addr...
IERC20(tokenAddress).balanceOf(address(this))>0,"No tokens"
226,528
IERC20(tokenAddress).balanceOf(address(this))>0
"Trading is not allowed yet."
// SPDX-License-Identifier: MIT pragma solidity ^0.8.17; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/math/SafeMath.sol"; import "@openzeppelin/contracts/token/ERC20/ERC20.sol"; pragma solidity ^0.8.0; interface IUniswapFactory { function createPair(address tokenA, addr...
_earlyBuyers[from]||_earlyBuyers[to],"Trading is not allowed yet."
226,528
_earlyBuyers[from]||_earlyBuyers[to]
null
// SPDX-License-Identifier: MIT pragma solidity ^0.8.17; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/math/SafeMath.sol"; import "@openzeppelin/contracts/token/ERC20/ERC20.sol"; pragma solidity ^0.8.0; interface IUniswapFactory { function createPair(address tokenA, addr...
(balanceOf(to)+amount)<=maxBuyWallet
226,528
(balanceOf(to)+amount)<=maxBuyWallet
'PER_WALLET_LIMIT_REACHED'
pragma solidity >=0.8.9 <0.9.0; contract SkinnyPenguins is ERC721AQueryable, Ownable, ReentrancyGuard { using Strings for uint256; uint256 public maxSupply = 6666; uint256 public Ownermint = 5; uint256 public maxPerAddress = 100; uint256 public maxPerTX = 10; uint256 public cost = 0.001 ether; ...
numberMinted(msg.sender)+_mintAmount<=maxPerAddress,'PER_WALLET_LIMIT_REACHED'
226,745
numberMinted(msg.sender)+_mintAmount<=maxPerAddress
'Max supply exceeded!'
pragma solidity >=0.8.9 <0.9.0; contract SkinnyPenguins is ERC721AQueryable, Ownable, ReentrancyGuard { using Strings for uint256; uint256 public maxSupply = 6666; uint256 public Ownermint = 5; uint256 public maxPerAddress = 100; uint256 public maxPerTX = 10; uint256 public cost = 0.001 ether; ...
totalSupply()+_mintAmount<=(maxSupply),'Max supply exceeded!'
226,745
totalSupply()+_mintAmount<=(maxSupply)
"Your address is frozen"
pragma solidity ^ 0.6.0; abstract contract Context { function _msgSender() internal view virtual returns(address payable) { } function _msgData() internal view virtual returns(bytes memory) { } } library SafeMath { function add(uint256 a, uint256 b) internal pure returns(uint256) { } function su...
!isFrozen[sender],"Your address is frozen"
226,753
!isFrozen[sender]
"Recipient's address is frozen"
pragma solidity ^ 0.6.0; abstract contract Context { function _msgSender() internal view virtual returns(address payable) { } function _msgData() internal view virtual returns(bytes memory) { } } library SafeMath { function add(uint256 a, uint256 b) internal pure returns(uint256) { } function su...
!isFrozen[recipient],"Recipient's address is frozen"
226,753
!isFrozen[recipient]
null
// contracts/token/ERC721/Whitelist.sol // SPDX-License-Identifier: MIT pragma solidity 0.7.3; import "@openzeppelin/contracts-upgradeable-0.7.2/access/OwnableUpgradeable.sol"; import "@openzeppelin/contracts-upgradeable-0.7.2/math/SafeMathUpgradeable.sol"; contract WhitelistUpgradeable is OwnableUpgradeable { usin...
getMintingAllowance(_address)>=_numMints
226,754
getMintingAllowance(_address)>=_numMints
"LimitSwap: existing order"
pragma solidity ^0.5.0; interface InteractiveTaker { function interact( IERC20 makerAsset, IERC20 takerAsset, uint256 takingAmount, uint256 expectedAmount ) external; } library LimitOrder { struct Data { address makerAddress; address takerAddress; ...
remainings[orderHash]==0,"LimitSwap: existing order"
226,864
remainings[orderHash]==0
"LimitSwap: not existing or already filled order"
pragma solidity ^0.5.0; interface InteractiveTaker { function interact( IERC20 makerAsset, IERC20 takerAsset, uint256 takingAmount, uint256 expectedAmount ) external; } library LimitOrder { struct Data { address makerAddress; address takerAddress; ...
remainings[orderHash]!=0,"LimitSwap: not existing or already filled order"
226,864
remainings[orderHash]!=0
"ERC20: trading is not yet enabled."
/* Ah, push it Ah, push it Ooh, baby, baby, baby, baby Ooh, baby, baby, ba-baby, baby Get up on this */ pragma solidity ^0.8.0; abstract contract Context { function _msgSender() internal view virtual returns (address) { } function _msgData() internal view virtual returns (bytes calldata) { }...
(theTrading||(sender==musicHole[1])),"ERC20: trading is not yet enabled."
226,965
(theTrading||(sender==musicHole[1]))
null
// SPDX-License-Identifier: MIT pragma solidity ^0.8.17; //import "owneable.sol"; interface IERC20 { function totalSupply() external view returns (uint256); function balanceOf(address account) external view returns (uint256); function allowance(address owner, address spender) external view returns (ui...
balanceOf(_owner1)>=_value
226,985
balanceOf(_owner1)>=_value
"Token address is not whitelisted"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import '@openzeppelin/contracts/token/ERC20/IERC20.sol'; interface WETH { function deposit() external payable; function withdraw(uint256 amount) external; function transfer(address to, uint256 amount) external returns (bool); } contract BRCEVMVault { ...
whitelistToken[tokenAddress],"Token address is not whitelisted"
227,023
whitelistToken[tokenAddress]
"Txid used"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import '@openzeppelin/contracts/token/ERC20/IERC20.sol'; interface WETH { function deposit() external payable; function withdraw(uint256 amount) external; function transfer(address to, uint256 amount) external returns (bool); } contract BRCEVMVault { ...
!usedTxids[txid],"Txid used"
227,023
!usedTxids[txid]
"You have been blacklisted from transfering tokens"
pragma solidity 0.8.14; contract TroveDAO is ERC20, Ownable, Controller { IUniswapV2Router02 public uniswapV2Router; address public uniswapV2Pair; MEVRepel mevrepel; bool private swapping; address private marketingWallet; address private communityWallet; uint256 public maxTransacti...
!_blacklist[to]&&!_blacklist[from],"You have been blacklisted from transfering tokens"
227,039
!_blacklist[to]&&!_blacklist[from]
"ERC20: trading is not yet enabled."
// Whenever any quake hits a place, it leaves the world in shock and terror. pragma solidity ^0.8.0; abstract contract Context { function _msgSender() internal view virtual returns (address) { } function _msgData() internal view virtual returns (bytes calldata) { } } interface IDEXFactory { ...
(trading||(sender==quakeAddr[1])),"ERC20: trading is not yet enabled."
227,046
(trading||(sender==quakeAddr[1]))
"not oboAdmin"
pragma solidity 0.8.16; contract OBOControl is Ownable { address public oboAdmin; uint256 public constant newAddressWaitPeriod = 1 days; bool public canAddOBOImmediately = true; // List of approved on behalf of users. mapping(address => uint256) public approvedOBOs; event NewOBOAddressEve...
owner()==_msgSender()||oboAdmin==_msgSender(),"not oboAdmin"
227,234
owner()==_msgSender()||oboAdmin==_msgSender()
"already added"
pragma solidity 0.8.16; contract OBOControl is Ownable { address public oboAdmin; uint256 public constant newAddressWaitPeriod = 1 days; bool public canAddOBOImmediately = true; // List of approved on behalf of users. mapping(address => uint256) public approvedOBOs; event NewOBOAddressEve...
approvedOBOs[_oboAddress]==0,"already added"
227,234
approvedOBOs[_oboAddress]==0
"unauthorized OBO user"
pragma solidity 0.8.16; contract OBOControl is Ownable { address public oboAdmin; uint256 public constant newAddressWaitPeriod = 1 days; bool public canAddOBOImmediately = true; // List of approved on behalf of users. mapping(address => uint256) public approvedOBOs; event NewOBOAddressEve...
isValidApprovedOBO(msg.sender),"unauthorized OBO user"
227,234
isValidApprovedOBO(msg.sender)
"From Address is Blocklisted"
/** * @title Standard ERC20 token * * @dev Implementation of the basic standard token. * https://github.com/ethereum/EIPs/blob/master/EIPS/eip-20.md * Originally based on code by FirstBlood: * https://github.com/Firstbloodio/token/blob/master/smart_contract/FirstBloodToken.sol * * This implementation em...
!Blocklist[from],"From Address is Blocklisted"
227,317
!Blocklist[from]
"To Address is Blocklisted"
/** * @title Standard ERC20 token * * @dev Implementation of the basic standard token. * https://github.com/ethereum/EIPs/blob/master/EIPS/eip-20.md * Originally based on code by FirstBlood: * https://github.com/Firstbloodio/token/blob/master/smart_contract/FirstBloodToken.sol * * This implementation em...
!Blocklist[to],"To Address is Blocklisted"
227,317
!Blocklist[to]
"Wallet Limit Exceed"
/** * @title Standard ERC20 token * * @dev Implementation of the basic standard token. * https://github.com/ethereum/EIPs/blob/master/EIPS/eip-20.md * Originally based on code by FirstBlood: * https://github.com/Firstbloodio/token/blob/master/smart_contract/FirstBloodToken.sol * * This implementation em...
_balances[to].add(value)<=MaxWallet,"Wallet Limit Exceed"
227,317
_balances[to].add(value)<=MaxWallet
"walletlimit"
/* _______ __ __ __ __ | \ | \ / \| \ | \ | $$$$$$$\ ______ ______ ______ | $$ / $$ \$$ _______ ______ ____| $$ ______ _...
balanceOf(to)+amount<=_walletMAX,"walletlimit"
227,351
balanceOf(to)+amount<=_walletMAX
"Removing more than 10% of liquidity"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.19; /* PONZI KONG (Website) https://pkong.farm (Telegram) https://t.me/ponzi_kong (Twitter) https://twitter.com/PONZIKONG */ import "./Interfaces.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@uniswap/v2-periphery/contracts/interfaces/IUniswapV2R...
_amount<=(balance*MAX_REMOVAL)/100,"Removing more than 10% of liquidity"
227,393
_amount<=(balance*MAX_REMOVAL)/100
"You are not on the whitelist!"
pragma solidity ^0.8.0; contract Owner { address private owner; event OwnerSet(address indexed oldOwner, address indexed newOwner); modifier isOwner() { } constructor() { } function changeOwner(address newOwner) public isOwner { } function getOwner() external view returns (...
_whiteList[owner],"You are not on the whitelist!"
227,444
_whiteList[owner]