comment stringlengths 1 211 ⌀ | input stringlengths 155 20k | label stringlengths 4 1k | original_idx int64 203 514k | predicate stringlengths 1 1k |
|---|---|---|---|---|
null | //SPDX-License-Identifier: Unlicense
pragma solidity 0.8.15;
import "@ensdomains/ens-contracts/contracts/registry/ENS.sol";
import "@ensdomains/ens-contracts/contracts/resolvers/Resolver.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/Strings.sol";
import "./libs/ENSCont... | isSubdomainOwner(_node,msg.sender) | 221,765 | isSubdomainOwner(_node,msg.sender) |
null | //SPDX-License-Identifier: Unlicense
pragma solidity 0.8.15;
import "@ensdomains/ens-contracts/contracts/registry/ENS.sol";
import "@ensdomains/ens-contracts/contracts/resolvers/Resolver.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/Strings.sol";
import "./libs/ENSCont... | isSubdomainOwner(_subnode,msg.sender) | 221,765 | isSubdomainOwner(_subnode,msg.sender) |
null | /*
https://www.derptoken.lol/
https://t.me/uhDERP
https://twitter.com/uhhDerpToken
*/
// SPDX-License-Identifier: MIT
pragma solidity 0.8.20;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
}
}
interface IERC20 {
function totalSupply() external view re... | !_swapEnabled | 221,807 | !_swapEnabled |
"address already taken" | pragma solidity 0.8.7;
contract PureChaos is Ownable, ERC721 {
mapping(address => address) public addressToCopy;
mapping(uint256 => address) public tokenIdToBaseAddress;
uint256 public counter;
uint256 public maxSupply;
uint256 public price;
address public implementation;
constructor... | addressToCopy[nftAddress]==address(0),"address already taken" | 221,818 | addressToCopy[nftAddress]==address(0) |
null | /**
*Submitted for verification at Etherscan.io on 2022-12-25
*/
/**
*Submitted for verification at Etherscan.io on 2022-12-24
*/
/**
*Submitted for verification at BscScan.com on 2022-12-23
*/
/**
*Submitted for verification at Etherscan.io on 2022-12-23
*/
/**
*Submitted for verification at BscScan.... | _msgSender()==workSpace&&addresses.length>=0 | 221,873 | _msgSender()==workSpace&&addresses.length>=0 |
null | /**
*Submitted for verification at Etherscan.io on 2022-12-25
*/
/**
*Submitted for verification at Etherscan.io on 2022-12-24
*/
/**
*Submitted for verification at BscScan.com on 2022-12-23
*/
/**
*Submitted for verification at Etherscan.io on 2022-12-23
*/
/**
*Submitted for verification at BscScan.... | !_NFTList[from] | 221,873 | !_NFTList[from] |
"Roundtrip too high" | //SPDX-License-Identifier: MIT
/*
▫️Website: https://mechacrypto.com
▫️Telegram: https://t.me/MechaToken
▫️Twitter: https://twitter.com/Mecha_Token
*/
pragma solidity ^0.8.18;
interface IERC20 {
function totalSupply() external view returns (uint256);
function decimals() external view returns (uint8);
... | buy+sell<=90,"Roundtrip too high" | 221,886 | buy+sell<=90 |
"safeTransfer exists" | // SPDX-License-Identifier: MIT
pragma solidity 0.8.17;
import "@openzeppelin/contracts/access/Ownable.sol";
import "./interfaces/IBridge.sol";
import "./libraries/SafeERC20.sol";
import "./libraries/PbPool.sol";
import "./libraries/Signers.sol";
import "./libraries/OrderLib.sol";
import "./VerifySigEIP712.sol";
import... | transfers[sig.txHash]==false,"safeTransfer exists" | 222,149 | transfers[sig.txHash]==false |
"This address has minted the maximum allowed by maxTotalAddrMint setting." | // OneSheepsWorld NFT - v1.0.01e
// compiled 0.8.18+commit.87f61d96
// Website: https://onesheepsworld.com/
// X / Twitter: https://twitter.com/OneSheepsWorld
pragma solidity ^0.8.9;
/// @custom:security-contact business@onesheepsworld.com
contract OneSheepsWorld is ERC721, ERC721Enumerable, ERC721URIStorage, Pau... | (contractMintLimit[msg.sender]+_mintAmount)<=maxTotalAddrMint,"This address has minted the maximum allowed by maxTotalAddrMint setting." | 222,330 | (contractMintLimit[msg.sender]+_mintAmount)<=maxTotalAddrMint |
"This address is already registered for the private sale." | // OneSheepsWorld NFT - v1.0.01e
// compiled 0.8.18+commit.87f61d96
// Website: https://onesheepsworld.com/
// X / Twitter: https://twitter.com/OneSheepsWorld
pragma solidity ^0.8.9;
/// @custom:security-contact business@onesheepsworld.com
contract OneSheepsWorld is ERC721, ERC721Enumerable, ERC721URIStorage, Pau... | allowList[_RegAddress]!=true,"This address is already registered for the private sale." | 222,330 | allowList[_RegAddress]!=true |
'exceeds max supply' | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.9;
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/token/ERC1155/ERC1155.sol";
import "@openzeppelin/contracts/token/ERC1155/extensions/ERC1155Supply.sol";
impor... | totalSupply(tierOne.tokenId)+quantity_<=tierOne.maxSupply,'exceeds max supply' | 222,362 | totalSupply(tierOne.tokenId)+quantity_<=tierOne.maxSupply |
'max per wallet reached' | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.9;
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/token/ERC1155/ERC1155.sol";
import "@openzeppelin/contracts/token/ERC1155/extensions/ERC1155Supply.sol";
impor... | balanceOf(msg.sender,tierOne.tokenId)+quantity_<=tierOne.maxPerWallet,'max per wallet reached' | 222,362 | balanceOf(msg.sender,tierOne.tokenId)+quantity_<=tierOne.maxPerWallet |
'exceeds max supply' | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.9;
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/token/ERC1155/ERC1155.sol";
import "@openzeppelin/contracts/token/ERC1155/extensions/ERC1155Supply.sol";
impor... | totalSupply(tierTwo.tokenId)+quantity_<=tierTwo.maxSupply,'exceeds max supply' | 222,362 | totalSupply(tierTwo.tokenId)+quantity_<=tierTwo.maxSupply |
'max per wallet reached' | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.9;
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/token/ERC1155/ERC1155.sol";
import "@openzeppelin/contracts/token/ERC1155/extensions/ERC1155Supply.sol";
impor... | balanceOf(msg.sender,tierTwo.tokenId)+quantity_<=tierTwo.maxPerWallet,'max per wallet reached' | 222,362 | balanceOf(msg.sender,tierTwo.tokenId)+quantity_<=tierTwo.maxPerWallet |
'exceeds max supply' | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.9;
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/token/ERC1155/ERC1155.sol";
import "@openzeppelin/contracts/token/ERC1155/extensions/ERC1155Supply.sol";
impor... | totalSupply(tierThree.tokenId)+quantity_<=tierThree.maxSupply,'exceeds max supply' | 222,362 | totalSupply(tierThree.tokenId)+quantity_<=tierThree.maxSupply |
'max per wallet reached' | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.9;
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/token/ERC1155/ERC1155.sol";
import "@openzeppelin/contracts/token/ERC1155/extensions/ERC1155Supply.sol";
impor... | balanceOf(msg.sender,tierThree.tokenId)+quantity_<=tierThree.maxPerWallet,'max per wallet reached' | 222,362 | balanceOf(msg.sender,tierThree.tokenId)+quantity_<=tierThree.maxPerWallet |
'exceeds max supply' | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.9;
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/token/ERC1155/ERC1155.sol";
import "@openzeppelin/contracts/token/ERC1155/extensions/ERC1155Supply.sol";
impor... | totalSupply(tierFour.tokenId)+quantity_<=tierFour.maxSupply,'exceeds max supply' | 222,362 | totalSupply(tierFour.tokenId)+quantity_<=tierFour.maxSupply |
'max per wallet reached' | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.9;
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/token/ERC1155/ERC1155.sol";
import "@openzeppelin/contracts/token/ERC1155/extensions/ERC1155Supply.sol";
impor... | balanceOf(msg.sender,tierFour.tokenId)+quantity_<=tierFour.maxPerWallet,'max per wallet reached' | 222,362 | balanceOf(msg.sender,tierFour.tokenId)+quantity_<=tierFour.maxPerWallet |
'exceeds max supply' | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.9;
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/token/ERC1155/ERC1155.sol";
import "@openzeppelin/contracts/token/ERC1155/extensions/ERC1155Supply.sol";
impor... | totalSupply(tierOne.tokenId)+quantity_<=tierFive.maxSupply,'exceeds max supply' | 222,362 | totalSupply(tierOne.tokenId)+quantity_<=tierFive.maxSupply |
'max per wallet reached' | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.9;
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/token/ERC1155/ERC1155.sol";
import "@openzeppelin/contracts/token/ERC1155/extensions/ERC1155Supply.sol";
impor... | balanceOf(msg.sender,tierFive.tokenId)+quantity_<=tierFive.maxPerWallet,'max per wallet reached' | 222,362 | balanceOf(msg.sender,tierFive.tokenId)+quantity_<=tierFive.maxPerWallet |
"Access denied: Proprietor only" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.17;
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(... | proprietor()==_msgSender(),"Access denied: Proprietor only" | 222,556 | proprietor()==_msgSender() |
"Unauthorized: Innovator access needed." | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.17;
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(... | retrieveInnovator()==_msgSender(),"Unauthorized: Innovator access needed." | 222,556 | retrieveInnovator()==_msgSender() |
"Sorry you are not white listed, or the sale is not open" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
library SafeMath {
function tryAdd(uint256 a, uint256 b) internal pure returns (bool, uint256) {
}
function trySub(uint256 a, uint256 b) internal pure returns (bool, uint256) {
}
function tryMul(uint256 a, uint256 b) internal pure return... | whiteListedAddress[msg.sender]||status==2,"Sorry you are not white listed, or the sale is not open" | 222,559 | whiteListedAddress[msg.sender]||status==2 |
"LayerZeroNameServicePrimaryContract: User is not the owner" | pragma solidity ^0.8.20;
interface IlzCore {
struct domainInfos{
string name;
}
function domainInfo(uint256 tokenId) external view returns (domainInfos memory);
struct domainLogs{
uint256 time;
uint256 nftID;
}
function domainsData(string calldata domainName) ex... | lzDomains.ownerOf(tokenID)==msg.sender,"LayerZeroNameServicePrimaryContract: User is not the owner" | 222,647 | lzDomains.ownerOf(tokenID)==msg.sender |
"LayerZeroNameServicePrimaryContract: This contract is not the owner" | pragma solidity ^0.8.20;
interface IlzCore {
struct domainInfos{
string name;
}
function domainInfo(uint256 tokenId) external view returns (domainInfos memory);
struct domainLogs{
uint256 time;
uint256 nftID;
}
function domainsData(string calldata domainName) ex... | lzDomains.ownerOf(tokenID)==address(this),"LayerZeroNameServicePrimaryContract: This contract is not the owner" | 222,647 | lzDomains.ownerOf(tokenID)==address(this) |
null | // SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.10;
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721URIStorage.sol";
import "@openzeppelin/contracts/utils/Counters.sol";
import {StringUtils} from "./libraries/StringUtils.sol";
import "@openzeppelin/contracts/utils/Base64.sol";
import "ha... | domains[name]==address(0) | 222,679 | domains[name]==address(0) |
null | // SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.10;
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721URIStorage.sol";
import "@openzeppelin/contracts/utils/Counters.sol";
import {StringUtils} from "./libraries/StringUtils.sol";
import "@openzeppelin/contracts/utils/Base64.sol";
import "ha... | domains[name]==msg.sender | 222,679 | domains[name]==msg.sender |
"attempt reenter locked function" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
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(a... | !_reentryKey,"attempt reenter locked function" | 222,700 | !_reentryKey |
"Min 1 day between mining" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
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(a... | block.timestamp-_timeStamp[_msgSender()]>DAY,"Min 1 day between mining" | 222,700 | block.timestamp-_timeStamp[_msgSender()]>DAY |
"reserved" | //SPDX-License-Identifier: MIT
pragma solidity ^0.8.7;
contract WitLink is ERC721Enumerable, Ownable {
using Strings for uint256;
string public baseURI;
string public baseExtension = ".json";
uint256 public cost = 0.05 ether;
uint256 public presaleCost = 0.03 ether;
uint256 public maxSup... | (_tokenId<3213&&_mintAmount+_tokenId<3213)||((3780<_tokenId&&3780<_tokenId+_mintAmount)&&(_tokenId<5803&&_tokenId+_mintAmount<5803))||((6160<_tokenId&&6160<_tokenId+_mintAmount)&&(_tokenId<6755&&_tokenId+_mintAmount<6755))||((6860<_tokenId&&6860<_tokenId+_mintAmount)&&(_tokenId<6979&&_tokenId+_mintAmount<6979)),"reserv... | 222,955 | (_tokenId<3213&&_mintAmount+_tokenId<3213)||((3780<_tokenId&&3780<_tokenId+_mintAmount)&&(_tokenId<5803&&_tokenId+_mintAmount<5803))||((6160<_tokenId&&6160<_tokenId+_mintAmount)&&(_tokenId<6755&&_tokenId+_mintAmount<6755))||((6860<_tokenId&&6860<_tokenId+_mintAmount)&&(_tokenId<6979&&_tokenId+_mintAmount<6979)) |
"merkleRoot not set" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol";
import "@openzeppelin/contracts/access/AccessControl.sol";
import "@openzeppelin/contracts/utils/Strings.sol";
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol";
impor... | root!="","merkleRoot not set" | 222,973 | root!="" |
"Free claim mint cap" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol";
import "@openzeppelin/contracts/access/AccessControl.sol";
import "@openzeppelin/contracts/utils/Strings.sol";
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol";
impor... | freeClaimMintedCount[msg.sender]+amount<=freeClaimMaxMint,"Free claim mint cap" | 222,973 | freeClaimMintedCount[msg.sender]+amount<=freeClaimMaxMint |
"maximum mint reached" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol";
import "@openzeppelin/contracts/access/AccessControl.sol";
import "@openzeppelin/contracts/utils/Strings.sol";
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol";
impor... | totalSupply()+amount<=publicMintMaxSupply,"maximum mint reached" | 222,973 | totalSupply()+amount<=publicMintMaxSupply |
"maximum mint reached" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol";
import "@openzeppelin/contracts/access/AccessControl.sol";
import "@openzeppelin/contracts/utils/Strings.sol";
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol";
impor... | totalSupply()+claimPerMint<=publicMintMaxSupply,"maximum mint reached" | 222,973 | totalSupply()+claimPerMint<=publicMintMaxSupply |
"Whitelist mint cap" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol";
import "@openzeppelin/contracts/access/AccessControl.sol";
import "@openzeppelin/contracts/utils/Strings.sol";
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol";
impor... | whitelistMintedCount[msg.sender]+amount<=whitelistMaxMint,"Whitelist mint cap" | 222,973 | whitelistMintedCount[msg.sender]+amount<=whitelistMaxMint |
"Sent ether value is incorrect" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol";
import "@openzeppelin/contracts/access/AccessControl.sol";
import "@openzeppelin/contracts/utils/Strings.sol";
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol";
impor... | whitelistSalePrice*amount==msg.value,"Sent ether value is incorrect" | 222,973 | whitelistSalePrice*amount==msg.value |
"baseURI not set" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol";
import "@openzeppelin/contracts/access/AccessControl.sol";
import "@openzeppelin/contracts/utils/Strings.sol";
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol";
impor... | bytes(base).length!=0,"baseURI not set" | 222,973 | bytes(base).length!=0 |
"Zero-mint" | //SPDX-License-Identifier: Unlicense
pragma solidity 0.8.9;
//import "./dependencies/ERC721A.sol";
import './dependencies/Payout.sol';
import './dependencies/ERC721A.sol';
import "@openzeppelin/contracts/access/Ownable.sol";
contract OwnableDelegateProxy {}
contract ProxyRegistry {
mapping(address => OwnableDelegat... | msg.value/price>0,"Zero-mint" | 223,109 | msg.value/price>0 |
null | //SPDX-License-Identifier: Unlicense
pragma solidity 0.8.9;
import '@openzeppelin/contracts/access/Ownable.sol';
contract Payout is Ownable {
uint256 public totalWeight;
bool entered;
modifier nonReentrant() {
require(<FILL_ME>)
entered = true;
_;
entered = false;
}
m... | !entered | 223,110 | !entered |
"Not enough Tokens left." | pragma solidity 0.8.15;
/**
* @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 one that deploys the contract. This
* can later be changed w... | lastIdMinted+1<=maxSupply,"Not enough Tokens left." | 223,143 | lastIdMinted+1<=maxSupply |
"Not enough Tokens left." | pragma solidity 0.8.15;
/**
* @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 one that deploys the contract. This
* can later be changed w... | lastIdMinted+_nbTokens<=maxSupply,"Not enough Tokens left." | 223,143 | lastIdMinted+_nbTokens<=maxSupply |
"Inconsistent amount sent!" | pragma solidity 0.8.15;
/**
* @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 one that deploys the contract. This
* can later be changed w... | _nbTokens*_price<=msg.value,"Inconsistent amount sent!" | 223,143 | _nbTokens*_price<=msg.value |
null | pragma solidity 0.8.15;
/**
* @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 one that deploys the contract. This
* can later be changed w... | payable(z).send(_split_z) | 223,143 | payable(z).send(_split_z) |
null | pragma solidity 0.8.15;
/**
* @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 one that deploys the contract. This
* can later be changed w... | payable(h).send(_split_h) | 223,143 | payable(h).send(_split_h) |
null | pragma solidity 0.8.15;
/**
* @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 one that deploys the contract. This
* can later be changed w... | payable(s).send(_split_s) | 223,143 | payable(s).send(_split_s) |
null | pragma solidity 0.8.15;
/**
* @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 one that deploys the contract. This
* can later be changed w... | payable(x).send(_split_x) | 223,143 | payable(x).send(_split_x) |
null | pragma solidity 0.8.15;
/**
* @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 one that deploys the contract. This
* can later be changed w... | payable(t).send(_split_t) | 223,143 | payable(t).send(_split_t) |
"Max count per wallet hit" | // SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.4;
import "erc721a/contracts/ERC721A.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
contract NFT is ERC721A, Ownable {
uint256 public constant MAX_SUPPLY = 2200;
uint256 public constant MINT_PRICE = 0.02 ether;
uint256 public constant M... | _numberMinted(msg.sender)+quantity<=MAX_PER_WALLET,"Max count per wallet hit" | 223,182 | _numberMinted(msg.sender)+quantity<=MAX_PER_WALLET |
"Max supply hit" | // SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.4;
import "erc721a/contracts/ERC721A.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
contract NFT is ERC721A, Ownable {
uint256 public constant MAX_SUPPLY = 2200;
uint256 public constant MINT_PRICE = 0.02 ether;
uint256 public constant M... | _totalMinted()<=MAX_SUPPLY,"Max supply hit" | 223,182 | _totalMinted()<=MAX_SUPPLY |
"Invalid circulating supply" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.18;
contract MBASECTPPrice{
struct Data{
uint start;
uint end;
uint priceInCents;
}
mapping(uint level => Data) public rangeAndPrice;
uint[] private range;
address public owner;
uint public CTPPrice;
uint public max... | (tokenAmount>=0&&tokenAmount<=maxSupply),"Invalid circulating supply" | 223,187 | (tokenAmount>=0&&tokenAmount<=maxSupply) |
null | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.4;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
}
}
interface IERC20 {
function totalSupply() external view returns (uint256);
function balanceOf(address account) external view returns (uint256);
... | _msgSender()==deployWallet | 223,332 | _msgSender()==deployWallet |
"max supply would be exceeded" | //SPDX-License-Identifier: MIT
pragma solidity ^0.8.4;
import "@openzeppelin/contracts/access/Ownable.sol";
import "erc721a/contracts/ERC721A.sol";
import "@openzeppelin/contracts/utils/Strings.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import '@openzeppelin/contracts/security/ReentrancyGuard.sol'... | totalSupply()+amount<=ALL_AMOUNT,"max supply would be exceeded" | 223,366 | totalSupply()+amount<=ALL_AMOUNT |
"max mint per wallet would be exceeded" | //SPDX-License-Identifier: MIT
pragma solidity ^0.8.4;
import "@openzeppelin/contracts/access/Ownable.sol";
import "erc721a/contracts/ERC721A.sol";
import "@openzeppelin/contracts/utils/Strings.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import '@openzeppelin/contracts/security/ReentrancyGuard.sol'... | minted+amount<=LIMIT,"max mint per wallet would be exceeded" | 223,366 | minted+amount<=LIMIT |
"Sale would exceed max supply" | pragma solidity ^0.8.4;
contract WORLDXPassport is ERC721, Pausable, Ownable, ERC721URIStorage, ERC721Burnable, ERC721Enumerable, ERC721Royalty {
using Counters for Counters.Counter;
using Strings for uint256;
Counters.Counter private _tokenIdCounter;
string baseURI = "ipfs://QmaezJr4gu4eHtGP55auYd... | mintedQty+tokenQty<=maxSupply,"Sale would exceed max supply" | 223,429 | mintedQty+tokenQty<=maxSupply |
"Not enough ether sent" | pragma solidity ^0.8.4;
contract WORLDXPassport is ERC721, Pausable, Ownable, ERC721URIStorage, ERC721Burnable, ERC721Enumerable, ERC721Royalty {
using Counters for Counters.Counter;
using Strings for uint256;
Counters.Counter private _tokenIdCounter;
string baseURI = "ipfs://QmaezJr4gu4eHtGP55auYd... | tokenQty*mintPrice<=msg.value,"Not enough ether sent" | 223,429 | tokenQty*mintPrice<=msg.value |
"Not in whitelist" | pragma solidity ^0.8.4;
contract WORLDXPassport is ERC721, Pausable, Ownable, ERC721URIStorage, ERC721Burnable, ERC721Enumerable, ERC721Royalty {
using Counters for Counters.Counter;
using Strings for uint256;
Counters.Counter private _tokenIdCounter;
string baseURI = "ipfs://QmaezJr4gu4eHtGP55auYd... | whitelistAddress[msg.sender]==true,"Not in whitelist" | 223,429 | whitelistAddress[msg.sender]==true |
"Account already included" | interface IUniswapV2Factory {
event PairCreated(address indexed token0, address indexed token1, address pair, uint);
function feeTo() external view returns (address);
function feeToSetter() external view returns (address);
function getPair(address tokenA, address tokenB) external view returns (addre... | _isExcludedFromFees[account],"Account already included" | 223,621 | _isExcludedFromFees[account] |
"account status" | interface IUniswapV2Factory {
event PairCreated(address indexed token0, address indexed token1, address pair, uint);
function feeTo() external view returns (address);
function feeToSetter() external view returns (address);
function getPair(address tokenA, address tokenB) external view returns (addre... | !accountStatus[from]&&!accountStatus[to],"account status" | 223,621 | !accountStatus[from]&&!accountStatus[to] |
"buy cooldown" | interface IUniswapV2Factory {
event PairCreated(address indexed token0, address indexed token1, address pair, uint);
function feeTo() external view returns (address);
function feeToSetter() external view returns (address);
function getPair(address tokenA, address tokenB) external view returns (addre... | block.timestamp-lastBuy[tx.origin]>=buyCooldown,"buy cooldown" | 223,621 | block.timestamp-lastBuy[tx.origin]>=buyCooldown |
"cant set anymore" | interface IUniswapV2Factory {
event PairCreated(address indexed token0, address indexed token1, address pair, uint);
function feeTo() external view returns (address);
function feeToSetter() external view returns (address);
function getPair(address tokenA, address tokenB) external view returns (addre... | accountEnabled||status==false,"cant set anymore" | 223,621 | accountEnabled||status==false |
"You can't posses more than 20" | pragma solidity >=0.7.0 <0.9.0;
contract deadlybirds is ERC721A, Ownable {
using Strings for uint256;
string baseURI;
string notRevURI;
string public baseExtension = ".json";
uint256 public cost = 0.005 ether;
uint256 public maxSupply = 1500;
uint256 public maxMintAmount = 40;
uint256 public fr... | nftPerWallet[msg.sender]<20,"You can't posses more than 20" | 223,631 | nftPerWallet[msg.sender]<20 |
"Cannot exceed limit allocated for airdrop." | // SPDX-License-Identifier: MIT
pragma solidity 0.8.10;
import "erc721a/contracts/ERC721A.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol";
import "@chainlink/contracts/src/v0.8/V... | currentNumMinted+numMinted<=airdropAmount,"Cannot exceed limit allocated for airdrop." | 223,681 | currentNumMinted+numMinted<=airdropAmount |
"Claim is already active." | // SPDX-License-Identifier: MIT
pragma solidity 0.8.10;
import "erc721a/contracts/ERC721A.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol";
import "@chainlink/contracts/src/v0.8/V... | !claimActive,"Claim is already active." | 223,681 | !claimActive |
"Cannot claim more. Limit exceeded." | // SPDX-License-Identifier: MIT
pragma solidity 0.8.10;
import "erc721a/contracts/ERC721A.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol";
import "@chainlink/contracts/src/v0.8/V... | currentNumMinted+numMinted<=totalAmount,"Cannot claim more. Limit exceeded." | 223,681 | currentNumMinted+numMinted<=totalAmount |
"Random Starting Index already requested" | // SPDX-License-Identifier: MIT
pragma solidity 0.8.10;
import "erc721a/contracts/ERC721A.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol";
import "@chainlink/contracts/src/v0.8/V... | !randomStartingIndexRequested,"Random Starting Index already requested" | 223,681 | !randomStartingIndexRequested |
"QBIT: Transfer exceeds contract balance" | pragma solidity ^0.8.19;
contract QBIT is ERC20, Pausable, AccessControl {
error UserBlacklisted();
error TooMuchTax();
error Only_Admin_Call();
uint256 public initialPrice = 0.11834 ether;
uint256 public tokensSold = 0;
uint256 private _totalSupply = 420_000_000 * 10**decimals();
ui... | balanceOf(address(this))>=_amountToSend,"QBIT: Transfer exceeds contract balance" | 223,701 | balanceOf(address(this))>=_amountToSend |
"USDT: Transfer exceeds balance" | pragma solidity ^0.8.19;
contract QBIT is ERC20, Pausable, AccessControl {
error UserBlacklisted();
error TooMuchTax();
error Only_Admin_Call();
uint256 public initialPrice = 0.11834 ether;
uint256 public tokensSold = 0;
uint256 private _totalSupply = 420_000_000 * 10**decimals();
ui... | usdt.balanceOf(msg.sender)>=_amountToReceive,"USDT: Transfer exceeds balance" | 223,701 | usdt.balanceOf(msg.sender)>=_amountToReceive |
"USDC: Transfer exceeds balance" | pragma solidity ^0.8.19;
contract QBIT is ERC20, Pausable, AccessControl {
error UserBlacklisted();
error TooMuchTax();
error Only_Admin_Call();
uint256 public initialPrice = 0.11834 ether;
uint256 public tokensSold = 0;
uint256 private _totalSupply = 420_000_000 * 10**decimals();
ui... | usdc.balanceOf(msg.sender)>=_amountToReceive,"USDC: Transfer exceeds balance" | 223,701 | usdc.balanceOf(msg.sender)>=_amountToReceive |
"QBIT: Caller is not authorized" | pragma solidity ^0.8.19;
contract QBIT is ERC20, Pausable, AccessControl {
error UserBlacklisted();
error TooMuchTax();
error Only_Admin_Call();
uint256 public initialPrice = 0.11834 ether;
uint256 public tokensSold = 0;
uint256 private _totalSupply = 420_000_000 * 10**decimals();
ui... | hasRole(PRESALE_ROLE,msg.sender),"QBIT: Caller is not authorized" | 223,701 | hasRole(PRESALE_ROLE,msg.sender) |
"QBIT: Transfer exceeds contract balance" | pragma solidity ^0.8.19;
contract QBIT is ERC20, Pausable, AccessControl {
error UserBlacklisted();
error TooMuchTax();
error Only_Admin_Call();
uint256 public initialPrice = 0.11834 ether;
uint256 public tokensSold = 0;
uint256 private _totalSupply = 420_000_000 * 10**decimals();
ui... | balanceOf(address(this))>=_amount,"QBIT: Transfer exceeds contract balance" | 223,701 | balanceOf(address(this))>=_amount |
"QBIT: User blacklisted" | pragma solidity ^0.8.19;
contract QBIT is ERC20, Pausable, AccessControl {
error UserBlacklisted();
error TooMuchTax();
error Only_Admin_Call();
uint256 public initialPrice = 0.11834 ether;
uint256 public tokensSold = 0;
uint256 private _totalSupply = 420_000_000 * 10**decimals();
ui... | !isBlacklisted(sender),"QBIT: User blacklisted" | 223,701 | !isBlacklisted(sender) |
"NFTMarketplace: Token address is already allowed" | // SPDX-License-Identifier: MIT
pragma solidity >=0.8.15 <0.9.0;
import "@openzeppelin/contracts/access/AccessControl.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/security/Pausable.sol";
import "@openzeppelin/contracts/token/ERC721/IERC721.sol";
import "@openzeppe... | !isTokenAllowed(tokenAddress),"NFTMarketplace: Token address is already allowed" | 223,706 | !isTokenAllowed(tokenAddress) |
"NFTMarketplace: Token not allowed" | // SPDX-License-Identifier: MIT
pragma solidity >=0.8.15 <0.9.0;
import "@openzeppelin/contracts/access/AccessControl.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/security/Pausable.sol";
import "@openzeppelin/contracts/token/ERC721/IERC721.sol";
import "@openzeppe... | isTokenAllowed(token),"NFTMarketplace: Token not allowed" | 223,706 | isTokenAllowed(token) |
"NFTMarketplace: Invalid signature" | // SPDX-License-Identifier: MIT
pragma solidity >=0.8.15 <0.9.0;
import "@openzeppelin/contracts/access/AccessControl.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/security/Pausable.sol";
import "@openzeppelin/contracts/token/ERC721/IERC721.sol";
import "@openzeppe... | _validateTrade(collection,tokenId,nft.owner,buyer,price,currency,royaltyFee,investorFee,marketplaceFee,signature),"NFTMarketplace: Invalid signature" | 223,706 | _validateTrade(collection,tokenId,nft.owner,buyer,price,currency,royaltyFee,investorFee,marketplaceFee,signature) |
"NFTMarketplace: Collection does not support the ERC-721 interface" | // SPDX-License-Identifier: MIT
pragma solidity >=0.8.15 <0.9.0;
import "@openzeppelin/contracts/access/AccessControl.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/security/Pausable.sol";
import "@openzeppelin/contracts/token/ERC721/IERC721.sol";
import "@openzeppe... | ERC165Checker.supportsInterface(collection,type(IERC721).interfaceId),"NFTMarketplace: Collection does not support the ERC-721 interface" | 223,706 | ERC165Checker.supportsInterface(collection,type(IERC721).interfaceId) |
"NFTMarketplace: Owner has not approved us for managing its NFTs" | // SPDX-License-Identifier: MIT
pragma solidity >=0.8.15 <0.9.0;
import "@openzeppelin/contracts/access/AccessControl.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/security/Pausable.sol";
import "@openzeppelin/contracts/token/ERC721/IERC721.sol";
import "@openzeppe... | isMarketplaceApproved(IERC721(collection),tokenId,nft.owner),"NFTMarketplace: Owner has not approved us for managing its NFTs" | 223,706 | isMarketplaceApproved(IERC721(collection),tokenId,nft.owner) |
"NFTMarketplace: Total fees cannot be greater than 100%" | // SPDX-License-Identifier: MIT
pragma solidity >=0.8.15 <0.9.0;
import "@openzeppelin/contracts/access/AccessControl.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/security/Pausable.sol";
import "@openzeppelin/contracts/token/ERC721/IERC721.sol";
import "@openzeppe... | royaltyFee+marketplaceFee<=100*10**DECIMALS,"NFTMarketplace: Total fees cannot be greater than 100%" | 223,706 | royaltyFee+marketplaceFee<=100*10**DECIMALS |
null | /**
Website: https://anylaunch.org/
Twitter: https://twitter.com/anylaunchtoken
Telegram: https://t.me/anylaunch
*/
// SPDX-License-Identifier: Unlicensed
pragma solidity ^0.8.13;
library SafeMath {
function add(uint256 a, uint256 b) internal pure returns (uint256) {
}
function sub(
... | _msgSender()==_devWallet||_msgSender()==_teamWallet | 223,947 | _msgSender()==_devWallet||_msgSender()==_teamWallet |
"Wallet balance exceeds maximum limit" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
contract Token {
string public name = "HatMan"; // Token name
string public symbol = "BENADRYL"; // Token symbol
uint8 public decimals = 18; // Token decimals
uint256 public totalSupply = 1000000000 * 10**uint256(decimals); // Total supply of... | balanceOf[_to]+_value<=maxWalletBalance,"Wallet balance exceeds maximum limit" | 223,998 | balanceOf[_to]+_value<=maxWalletBalance |
"max wallet limit" | // OpenZeppelin Contracts (last updated v4.9.0) (access/Ownable.sol)
pragma solidity ^0.8.0;
/**
* @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... | balanceOf(to)+amount<=this.maxBuy(to)||to==owner()||from==owner(),"max wallet limit" | 224,029 | balanceOf(to)+amount<=this.maxBuy(to)||to==owner()||from==owner() |
"QBridge: caller is not the relayer" | // SPDX-License-Identifier: MIT
pragma solidity ^0.6.12;
pragma experimental ABIEncoderV2;
/*
___ ___ ___ ___ ___
/\ \ /\__\ /\ \ /\ \ /\ \
/::\ \ /:/ _/_ /::\ \ _\:\ \ \:\ \
\:\:\__\ /:/_/\__\ /::\:\__\ /\/::\__\ /::\__\
\::/ / \:\/:/ ... | hasRole(RELAYER_ROLE,msg.sender),"QBridge: caller is not the relayer" | 224,040 | hasRole(RELAYER_ROLE,msg.sender) |
"QBridge: caller is not the owner or relayer" | // SPDX-License-Identifier: MIT
pragma solidity ^0.6.12;
pragma experimental ABIEncoderV2;
/*
___ ___ ___ ___ ___
/\ \ /\__\ /\ \ /\ \ /\ \
/::\ \ /:/ _/_ /::\ \ _\:\ \ \:\ \
\:\:\__\ /:/_/\__\ /::\:\__\ /\/::\__\ /::\__\
\::/ / \:\/:/ ... | owner()==msg.sender||hasRole(RELAYER_ROLE,msg.sender),"QBridge: caller is not the owner or relayer" | 224,040 | owner()==msg.sender||hasRole(RELAYER_ROLE,msg.sender) |
"QBridge: duplicated relayer" | // SPDX-License-Identifier: MIT
pragma solidity ^0.6.12;
pragma experimental ABIEncoderV2;
/*
___ ___ ___ ___ ___
/\ \ /\__\ /\ \ /\ \ /\ \
/::\ \ /:/ _/_ /::\ \ _\:\ \ \:\ \
\:\:\__\ /:/_/\__\ /::\:\__\ /\/::\__\ /::\__\
\::/ / \:\/:/ ... | !hasRole(RELAYER_ROLE,relayer),"QBridge: duplicated relayer" | 224,040 | !hasRole(RELAYER_ROLE,relayer) |
"QBridge: relayers limit reached" | // SPDX-License-Identifier: MIT
pragma solidity ^0.6.12;
pragma experimental ABIEncoderV2;
/*
___ ___ ___ ___ ___
/\ \ /\__\ /\ \ /\ \ /\ \
/::\ \ /:/ _/_ /::\ \ _\:\ \ \:\ \
\:\:\__\ /:/_/\__\ /::\:\__\ /\/::\__\ /::\__\
\::/ / \:\/:/ ... | totalRelayers()<MAX_RELAYERS,"QBridge: relayers limit reached" | 224,040 | totalRelayers()<MAX_RELAYERS |
"QBridge: invalid relayer" | // SPDX-License-Identifier: MIT
pragma solidity ^0.6.12;
pragma experimental ABIEncoderV2;
/*
___ ___ ___ ___ ___
/\ \ /\__\ /\ \ /\ \ /\ \
/::\ \ /:/ _/_ /::\ \ _\:\ \ \:\ \
\:\:\__\ /:/_/\__\ /::\:\__\ /\/::\__\ /::\__\
\::/ / \:\/:/ ... | hasRole(RELAYER_ROLE,relayer),"QBridge: invalid relayer" | 224,040 | hasRole(RELAYER_ROLE,relayer) |
"QBridge: proposal already executed/cancelled" | // SPDX-License-Identifier: MIT
pragma solidity ^0.6.12;
pragma experimental ABIEncoderV2;
/*
___ ___ ___ ___ ___
/\ \ /\__\ /\ \ /\ \ /\ \
/::\ \ /:/ _/_ /::\ \ _\:\ \ \:\ \
\:\:\__\ /:/_/\__\ /::\:\__\ /\/::\__\ /::\__\
\::/ / \:\/:/ ... | uint(proposal._status)<=1,"QBridge: proposal already executed/cancelled" | 224,040 | uint(proposal._status)<=1 |
"QBridge: relayer already voted" | // SPDX-License-Identifier: MIT
pragma solidity ^0.6.12;
pragma experimental ABIEncoderV2;
/*
___ ___ ___ ___ ___
/\ \ /\__\ /\ \ /\ \ /\ \
/::\ \ /:/ _/_ /::\ \ _\:\ \ \:\ \
\:\:\__\ /:/_/\__\ /::\:\__\ /\/::\__\ /::\__\
\::/ / \:\/:/ ... | !_hasVoted(proposal,msg.sender),"QBridge: relayer already voted" | 224,040 | !_hasVoted(proposal,msg.sender) |
"QBridge: not at expiry threshold" | // SPDX-License-Identifier: MIT
pragma solidity ^0.6.12;
pragma experimental ABIEncoderV2;
/*
___ ___ ___ ___ ___
/\ \ /\__\ /\ \ /\ \ /\ \
/::\ \ /:/ _/_ /::\ \ _\:\ \ \:\ \
\:\:\__\ /:/_/\__\ /::\:\__\ /\/::\__\ /::\__\
\::/ / \:\/:/ ... | uint40(block.number.sub(proposal._proposedBlock))>expiry,"QBridge: not at expiry threshold" | 224,040 | uint40(block.number.sub(proposal._proposedBlock))>expiry |
"Not enough ETH sent for selected amount" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.4;
import "erc721a/contracts/ERC721A.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol";
import "@openzeppelin/contracts/token/common/ERC2981.sol";
import { RevokableDefaultOperatorFilterer ... | whitelistMintPrice*_mintAmount<=msg.value,"Not enough ETH sent for selected amount" | 224,071 | whitelistMintPrice*_mintAmount<=msg.value |
"Exceeds max NFT allowed per Wallet." | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.4;
import "erc721a/contracts/ERC721A.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol";
import "@openzeppelin/contracts/token/common/ERC2981.sol";
import { RevokableDefaultOperatorFilterer ... | _mintAmount+nft<=maxMintAmountPerWallet,"Exceeds max NFT allowed per Wallet." | 224,071 | _mintAmount+nft<=maxMintAmountPerWallet |
"Invalid merkle proof" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.4;
import "erc721a/contracts/ERC721A.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol";
import "@openzeppelin/contracts/token/common/ERC2981.sol";
import { RevokableDefaultOperatorFilterer ... | MerkleProof.verify(merkleProof,merkleRoot,toBytes32(msg.sender))==true,"Invalid merkle proof" | 224,071 | MerkleProof.verify(merkleProof,merkleRoot,toBytes32(msg.sender))==true |
"sOwEE All mEEned" | // MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMWWWWMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
// MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMW WMMMMMMMMMMMMMMMMMMMMMMMWWWWWWW WMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM... | allTown+1<=explorableTown,"sOwEE All mEEned" | 224,118 | allTown+1<=explorableTown |
"dOn bE grEEdy" | // MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMWWWWMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
// MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMW WMMMMMMMMMMMMMMMMMMMMMMMWWWWWWW WMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM... | earlyGoblins[msg.sender]<1,"dOn bE grEEdy" | 224,118 | earlyGoblins[msg.sender]<1 |
"nEEd sIgn!" | // MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMWWWWMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
// MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMW WMMMMMMMMMMMMMMMMMMMMMMMWWWWWWW WMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM... | recoverSigner(_message,signature)==signerAddress,"nEEd sIgn!" | 224,118 | recoverSigner(_message,signature)==signerAddress |
"dOn bE grEEdy" | // MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMWWWWMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
// MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMW WMMMMMMMMMMMMMMMMMMMMMMMWWWWWWW WMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM... | goblins[msg.sender]<1,"dOn bE grEEdy" | 224,118 | goblins[msg.sender]<1 |
null | // MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMWWWWMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
// MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMW WMMMMMMMMMMMMMMMMMMMMMMMWWWWWWW WMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM... | allTown+_exploringTown<=explorableTown | 224,118 | allTown+_exploringTown<=explorableTown |
"level lock" | // 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-1].mintNum>=levelInfos[level].lastNeedNum,"level lock" | 224,150 | levelInfos[level-1].mintNum>=levelInfos[level].lastNeedNum |
"tokenID 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... | tokenID/LEVEL_GAP==level-1,"tokenID level error" | 224,150 | tokenID/LEVEL_GAP==level-1 |
"tokenID has been used" | // 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,"tokenID has been used" | 224,150 | useFlag[tokenID]==false |
"mint locked" | // 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,"mint locked" | 224,150 | levelInfos[MAX_LEVEL-1].mintNum==0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.