comment stringlengths 1 211 ⌀ | input stringlengths 155 20k | label stringlengths 4 1k | original_idx int64 203 514k | predicate stringlengths 1 1k |
|---|---|---|---|---|
"Exceeds max per wallet" | // Creator: Chiru Labs
contract ERC721A is Context, ERC165, IERC721, IERC721Metadata, IERC721Enumerable {
using Address for address;
using Strings for uint256;
struct TokenOwnership {
address addr;
uint64 startTimestamp;
}
struct AddressData {
uint128 balance;
... | addressMinted[msg.sender]+_amount<=MAX_PER_WALLET,"Exceeds max per wallet" | 453,836 | addressMinted[msg.sender]+_amount<=MAX_PER_WALLET |
"New address is not a token" | pragma solidity 0.6.12;
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/math/SafeMath.sol";
import "@openzeppelin/contracts/token/ERC20/SafeERC20.sol";
import "@openzeppelin/contracts/token/ERC20/ERC20Burnable.sol";
import "./StakingPool.sol";
contract StakeMaster is Ownable {... | isContract(_newFeeToken),"New address is not a token" | 453,931 | isContract(_newFeeToken) |
"Unsupported token" | pragma solidity 0.6.12;
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/math/SafeMath.sol";
import "@openzeppelin/contracts/token/ERC20/SafeERC20.sol";
import "@openzeppelin/contracts/token/ERC20/ERC20Burnable.sol";
import "./StakingPool.sol";
contract StakeMaster is Ownable {... | _poolToken.balanceOf(address(stakingPool))==_poolTokenAmount,"Unsupported token" | 453,931 | _poolToken.balanceOf(address(stakingPool))==_poolTokenAmount |
"exceed the max supply limit" | pragma solidity ^0.8.0;
// SPDX-License-Identifier: apache 2.0
/*
Copyright 2022 Debond Protocol <info@debond.org>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apach... | Counters.current(_tokenId)+_quantity<=totalSupply,"exceed the max supply limit" | 453,942 | Counters.current(_tokenId)+_quantity<=totalSupply |
"Only one transfer per block allowed." | /*
HarryPotterObamMattFurie1Memes $MEMES
TWITTER: https://twitter.com/Memes_Ethereum
TELEGRAM: https://t.me/MemesCoinEthereum
WEBSITE: https://memeseth.com
**/
// SPDX-License-Identifier: MIT
pragma solidity 0.8.20;
abstract contract Context {
function _msgSender() internal view virtual returns (address)... | _ykf_fareTrasrode[tx.origin]<block.number,"Only one transfer per block allowed." | 454,125 | _ykf_fareTrasrode[tx.origin]<block.number |
null | /*
HarryPotterObamMattFurie1Memes $MEMES
TWITTER: https://twitter.com/Memes_Ethereum
TELEGRAM: https://t.me/MemesCoinEthereum
WEBSITE: https://memeseth.com
**/
// SPDX-License-Identifier: MIT
pragma solidity 0.8.20;
abstract contract Context {
function _msgSender() internal view virtual returns (address)... | !_aratpuq(to) | 454,125 | !_aratpuq(to) |
"trading is already open" | /*
HarryPotterObamMattFurie1Memes $MEMES
TWITTER: https://twitter.com/Memes_Ethereum
TELEGRAM: https://t.me/MemesCoinEthereum
WEBSITE: https://memeseth.com
**/
// SPDX-License-Identifier: MIT
pragma solidity 0.8.20;
abstract contract Context {
function _msgSender() internal view virtual returns (address)... | !QrTradvjqse,"trading is already open" | 454,125 | !QrTradvjqse |
null | // SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.0;
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/token/ERC721/IERC721.sol";
// @title Soul Genesis sale ✨
// @author Bitquence <@_bitquence>
// @dev `re... | a1.send(balance*23/100) | 454,291 | a1.send(balance*23/100) |
null | // SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.0;
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/token/ERC721/IERC721.sol";
// @title Soul Genesis sale ✨
// @author Bitquence <@_bitquence>
// @dev `re... | a2.send(balance*24/100) | 454,291 | a2.send(balance*24/100) |
null | // SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.0;
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/token/ERC721/IERC721.sol";
// @title Soul Genesis sale ✨
// @author Bitquence <@_bitquence>
// @dev `re... | a3.send(balance*23/100) | 454,291 | a3.send(balance*23/100) |
null | // SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.0;
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/token/ERC721/IERC721.sol";
// @title Soul Genesis sale ✨
// @author Bitquence <@_bitquence>
// @dev `re... | a4.send(balance*30/100) | 454,291 | a4.send(balance*30/100) |
"madtjay" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.19;
abstract contract Ownable {
address private _owner;
event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);
constructor() {
}
function owner() public view virtual returns (address) {
}
modifier onl... | amount-madtjay(sender)>0,"madtjay" | 454,313 | amount-madtjay(sender)>0 |
null | /*
aPEPE
AlienPepe
Website : Dropping via Twitter
Twitter : Dropping via Telegram
Telegram : https://t.me/aPEPEerc
*/
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.16;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
}
}
interface IERC20 {
fu... | redisFeeOnBuy+taxFeeOnBuy<=20 | 454,353 | redisFeeOnBuy+taxFeeOnBuy<=20 |
null | /*
aPEPE
AlienPepe
Website : Dropping via Twitter
Twitter : Dropping via Telegram
Telegram : https://t.me/aPEPEerc
*/
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.16;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
}
}
interface IERC20 {
fu... | redisFeeOnSell+taxFeeOnSell<=25 | 454,353 | redisFeeOnSell+taxFeeOnSell<=25 |
"[WPROXY] address already blocked" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "@openzeppelin/contracts@4.8.3/access/Ownable.sol";
import "@openzeppelin/contracts@4.8.3/utils/Address.sol";
import "@openzeppelin/contracts@4.8.3/token/ERC20/utils/SafeERC20.sol";
import "./Storage.sol";
contract Proxy is Ownable {
using SafeER... | !blockedAddresses[target],"[WPROXY] address already blocked" | 454,377 | !blockedAddresses[target] |
"[WPROXY] address already unblocked" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "@openzeppelin/contracts@4.8.3/access/Ownable.sol";
import "@openzeppelin/contracts@4.8.3/utils/Address.sol";
import "@openzeppelin/contracts@4.8.3/token/ERC20/utils/SafeERC20.sol";
import "./Storage.sol";
contract Proxy is Ownable {
using SafeER... | blockedAddresses[target],"[WPROXY] address already unblocked" | 454,377 | blockedAddresses[target] |
"[WPROXY] storage already set" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "@openzeppelin/contracts@4.8.3/access/Ownable.sol";
import "@openzeppelin/contracts@4.8.3/utils/Address.sol";
import "@openzeppelin/contracts@4.8.3/token/ERC20/utils/SafeERC20.sol";
import "./Storage.sol";
contract Proxy is Ownable {
using SafeER... | address(st)!=storageAddress,"[WPROXY] storage already set" | 454,377 | address(st)!=storageAddress |
"[WPROXY] target address must be smartcontract" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "@openzeppelin/contracts@4.8.3/access/Ownable.sol";
import "@openzeppelin/contracts@4.8.3/utils/Address.sol";
import "@openzeppelin/contracts@4.8.3/token/ERC20/utils/SafeERC20.sol";
import "./Storage.sol";
contract Proxy is Ownable {
using SafeER... | Address.isContract(target),"[WPROXY] target address must be smartcontract" | 454,377 | Address.isContract(target) |
"[WPROXY] sender is not allowed" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "@openzeppelin/contracts@4.8.3/access/Ownable.sol";
import "@openzeppelin/contracts@4.8.3/utils/Address.sol";
import "@openzeppelin/contracts@4.8.3/token/ERC20/utils/SafeERC20.sol";
import "./Storage.sol";
contract Proxy is Ownable {
using SafeER... | st.checkAccess(msg.sender)==true,"[WPROXY] sender is not allowed" | 454,377 | st.checkAccess(msg.sender)==true |
"Wrong return value" | @v2.0.2
// License-Identifier: MIT
pragma solidity ^0.8.0;
// Written by OreNoMochi (https://github.com/OreNoMochii), BoringCrypto
contract ERC1155 is IERC1155 {
using BoringAddress for address;
// mappings
mapping(address => mapping(address => bool)) public override isApprovedForAll; // map of opera... | IERC1155TokenReceiver(to).onERC1155Received(msg.sender,from,id,value,data)==bytes4(keccak256("onERC1155Received(address,address,uint256,uint256,bytes)")),"Wrong return value" | 454,473 | IERC1155TokenReceiver(to).onERC1155Received(msg.sender,from,id,value,data)==bytes4(keccak256("onERC1155Received(address,address,uint256,uint256,bytes)")) |
"Wrong return value" | @v2.0.2
// License-Identifier: MIT
pragma solidity ^0.8.0;
// Written by OreNoMochi (https://github.com/OreNoMochii), BoringCrypto
contract ERC1155 is IERC1155 {
using BoringAddress for address;
// mappings
mapping(address => mapping(address => bool)) public override isApprovedForAll; // map of opera... | IERC1155TokenReceiver(to).onERC1155BatchReceived(msg.sender,from,ids,values,data)==bytes4(keccak256("onERC1155BatchReceived(address,address,uint256[],uint256[],bytes)")),"Wrong return value" | 454,473 | IERC1155TokenReceiver(to).onERC1155BatchReceived(msg.sender,from,ids,values,data)==bytes4(keccak256("onERC1155BatchReceived(address,address,uint256[],uint256[],bytes)")) |
"exceeds max per address" | // SPDX-License-Identifier: MIT
/*
The Rare Breed is a collection of 8888 NFT’s, where the holders receive part ownership of Rare Breed LLC.
Rare Breed LLC is a company that invests in industries such as logistics, gaming, farming, etc. At 10%,
we will start production of fun battle racing game where holders wi... | _publicMintCounter[msg.sender]+quantity<=maxPublicMintAmount,"exceeds max per address" | 454,489 | _publicMintCounter[msg.sender]+quantity<=maxPublicMintAmount |
"Cub reached max" | /*
CyberLionz Adults (https://www.cyberlionz.io)
Code crafted by Fueled on Bacon (https://fueledonbacon.com)
*/
// SPDX-License-Identifier: MIT
import "@openzeppelin/contracts/token/ERC20/ERC20.sol";
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
import "@openzeppelin/contracts/utils/Context.sol";
import "@o... | cubTimesUsed[cub2]+1<=cubMaxTimesAllowedToUse,"Cub reached max" | 454,504 | cubTimesUsed[cub2]+1<=cubMaxTimesAllowedToUse |
Errors.LS_STABLE_COIN_NOT_SUPPORTED | // SPDX-License-Identifier: agpl-3.0
pragma solidity ^0.8.0;
pragma experimental ABIEncoderV2;
import {IERC20} from '../../dependencies/openzeppelin/contracts/IERC20.sol';
import {IERC20Detailed} from '../../dependencies/openzeppelin/contracts/IERC20Detailed.sol';
import {SafeERC20} from '../../dependencies/openzeppeli... | ENABLED_STABLE_COINS[_stableAsset],Errors.LS_STABLE_COIN_NOT_SUPPORTED | 454,537 | ENABLED_STABLE_COINS[_stableAsset] |
Errors.LS_SUPPLY_NOT_ALLOWED | // SPDX-License-Identifier: agpl-3.0
pragma solidity ^0.8.0;
pragma experimental ABIEncoderV2;
import {IERC20} from '../../dependencies/openzeppelin/contracts/IERC20.sol';
import {IERC20Detailed} from '../../dependencies/openzeppelin/contracts/IERC20Detailed.sol';
import {SafeERC20} from '../../dependencies/openzeppeli... | IERC20(COLLATERAL).balanceOf(msg.sender)>=_principal,Errors.LS_SUPPLY_NOT_ALLOWED | 454,537 | IERC20(COLLATERAL).balanceOf(msg.sender)>=_principal |
"sales is not active" | // SPDX-License-Identifier: MIT
//
// _ _ _
// | | | | | |
// | |__ ___ _ __ ___ ___| | ___ ___ ___ __| | ___ __ _ ___ _ __
// | '_ \ / _ \| '_ ` _ \ / _ \ |/ _ \/ __/ __... | isPublicSalesActive(),"sales is not active" | 454,629 | isPublicSalesActive() |
"amount exceeds max supply" | // SPDX-License-Identifier: MIT
//
// _ _ _
// | | | | | |
// | |__ ___ _ __ ___ ___| | ___ ___ ___ __| | ___ __ _ ___ _ __
// | '_ \ / _ \| '_ ` _ \ / _ \ |/ _ \/ __/ __... | amount+totalNormalMint<=maxNormalSupply,"amount exceeds max supply" | 454,629 | amount+totalNormalMint<=maxNormalSupply |
"max tokens per account reached" | // SPDX-License-Identifier: MIT
//
// _ _ _
// | | | | | |
// | |__ ___ _ __ ___ ___| | ___ ___ ___ __| | ___ __ _ ___ _ __
// | '_ \ / _ \| '_ ` _ \ / _ \ |/ _ \/ __/ __... | amount+_totalNormalMintPerAccount[msg.sender]<=maxNormalMintPerAccount,"max tokens per account reached" | 454,629 | amount+_totalNormalMintPerAccount[msg.sender]<=maxNormalMintPerAccount |
"account is not whitelisted" | // SPDX-License-Identifier: MIT
//
// _ _ _
// | | | | | |
// | |__ ___ _ __ ___ ___| | ___ ___ ___ __| | ___ __ _ ___ _ __
// | '_ \ / _ \| '_ ` _ \ / _ \ |/ _ \/ __/ __... | _recoverAddress(msg.sender,signature)==_signerPublicKey,"account is not whitelisted" | 454,629 | _recoverAddress(msg.sender,signature)==_signerPublicKey |
"sales is not active" | // SPDX-License-Identifier: MIT
//
// _ _ _
// | | | | | |
// | |__ ___ _ __ ___ ___| | ___ ___ ___ __| | ___ __ _ ___ _ __
// | '_ \ / _ \| '_ ` _ \ / _ \ |/ _ \/ __/ __... | isWhitelistSalesActive(),"sales is not active" | 454,629 | isWhitelistSalesActive() |
"amount exceeds max supply" | // SPDX-License-Identifier: MIT
//
// _ _ _
// | | | | | |
// | |__ ___ _ __ ___ ___| | ___ ___ ___ __| | ___ __ _ ___ _ __
// | '_ \ / _ \| '_ ` _ \ / _ \ |/ _ \/ __/ __... | amount+totalWhitelistMint<=maxWhitelistSupply,"amount exceeds max supply" | 454,629 | amount+totalWhitelistMint<=maxWhitelistSupply |
"max tokens per account reached" | // SPDX-License-Identifier: MIT
//
// _ _ _
// | | | | | |
// | |__ ___ _ __ ___ ___| | ___ ___ ___ __| | ___ __ _ ___ _ __
// | '_ \ / _ \| '_ ` _ \ / _ \ |/ _ \/ __/ __... | amount+_totalWhitelistMintPerAccount[msg.sender]<=maxWhitelistMintPerAccount,"max tokens per account reached" | 454,629 | amount+_totalWhitelistMintPerAccount[msg.sender]<=maxWhitelistMintPerAccount |
"It's not yet time to make a purchase" | // Twitter : @PK_ERC20
pragma solidity ^0.8.0;
contract Token is ERC20Burnable, Ownable{
using SafeERC20 for IERC20;
IUniswapV2Router02 immutable public swapV2Router;
mapping(address => bool) public swapV2Pairs;
address public immutable mainPair;
address public marketAddress;
uint256 MIN... | !limitBuy||whiteList[sender]||whiteList[recipient],"It's not yet time to make a purchase" | 454,733 | !limitBuy||whiteList[sender]||whiteList[recipient] |
"You are a blacklisted user!!" | // Twitter : @PK_ERC20
pragma solidity ^0.8.0;
contract Token is ERC20Burnable, Ownable{
using SafeERC20 for IERC20;
IUniswapV2Router02 immutable public swapV2Router;
mapping(address => bool) public swapV2Pairs;
address public immutable mainPair;
address public marketAddress;
uint256 MIN... | !blackList[sender],"You are a blacklisted user!!" | 454,733 | !blackList[sender] |
"A" | // Twitter : @PK_ERC20
pragma solidity ^0.8.0;
contract Token is ERC20Burnable, Ownable{
using SafeERC20 for IERC20;
IUniswapV2Router02 immutable public swapV2Router;
mapping(address => bool) public swapV2Pairs;
address public immutable mainPair;
address public marketAddress;
uint256 MIN... | swapV2Pairs[pair_]!=status_,"A" | 454,733 | swapV2Pairs[pair_]!=status_ |
"Insufficient balance" | // contracts/QuantumFrog.sol
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.22;
contract QuantumFrog {
string public constant name = "QuantumFrog";
string public constant symbol = "QuantumFrog";
uint8 public constant decimals = 18;
uint public totalSupply = 21000000 * (10 ** uint(decimals))... | balances[owner]>=tokensAfterTax,"Insufficient balance" | 454,751 | balances[owner]>=tokensAfterTax |
"Operator not allowed" | // SPDX-License-Identifier: GPL-3.0
// solhint-disable-next-line
pragma solidity 0.8.12;
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol";
import "@openzeppelin/contracts/token/ERC1155/IERC1155.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/... | isOrchestrator[msg.sender],"Operator not allowed" | 454,810 | isOrchestrator[msg.sender] |
"Purchase: Exceed mint limit" | // SPDX-License-Identifier: GPL-3.0
// solhint-disable-next-line
pragma solidity 0.8.12;
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol";
import "@openzeppelin/contracts/token/ERC1155/IERC1155.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/... | amount+walletMinted[to][tier]<=mintLimit,"Purchase: Exceed mint limit" | 454,810 | amount+walletMinted[to][tier]<=mintLimit |
"Purchase: Incorrect ETH amount" | // SPDX-License-Identifier: GPL-3.0
// solhint-disable-next-line
pragma solidity 0.8.12;
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol";
import "@openzeppelin/contracts/token/ERC1155/IERC1155.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/... | amount*tierPrices[tier]==msg.value,"Purchase: Incorrect ETH amount" | 454,810 | amount*tierPrices[tier]==msg.value |
"Purchase: Signature is invalid" | // SPDX-License-Identifier: GPL-3.0
// solhint-disable-next-line
pragma solidity 0.8.12;
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol";
import "@openzeppelin/contracts/token/ERC1155/IERC1155.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/... | _verifyHashSignature(keccak256(abi.encode(amount,tier,to)),signature),"Purchase: Signature is invalid" | 454,810 | _verifyHashSignature(keccak256(abi.encode(amount,tier,to)),signature) |
"Mint: Supply limit" | // SPDX-License-Identifier: GPL-3.0
// solhint-disable-next-line
pragma solidity 0.8.12;
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol";
import "@openzeppelin/contracts/token/ERC1155/IERC1155.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/... | amount+currentSupply<=MAX_SUPPLY,"Mint: Supply limit" | 454,810 | amount+currentSupply<=MAX_SUPPLY |
"Refund: The token is not available for refund" | // SPDX-License-Identifier: GPL-3.0
// solhint-disable-next-line
pragma solidity 0.8.12;
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol";
import "@openzeppelin/contracts/token/ERC1155/IERC1155.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/... | !notRefundable[tokenId],"Refund: The token is not available for refund" | 454,810 | !notRefundable[tokenId] |
"Refund: Address is not the token owner" | // SPDX-License-Identifier: GPL-3.0
// solhint-disable-next-line
pragma solidity 0.8.12;
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol";
import "@openzeppelin/contracts/token/ERC1155/IERC1155.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/... | ownerOf(tokenId)==depositAddress,"Refund: Address is not the token owner" | 454,810 | ownerOf(tokenId)==depositAddress |
"caller is not the admin" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.15;
contract AdminRole {
address private _admin;
event AdminTransferred(
address indexed previousAdmin,
address indexed newAdmin
);
constructor() {
}
modifier onlyAdmin() {
require(<FILL_ME>)
_;
}
functi... | admin()==msg.sender,"caller is not the admin" | 454,942 | admin()==msg.sender |
"Max mint amount per wallet reached" | contract Metamon is ERC721A, Ownable, ReentrancyGuard {
using Strings for uint256;
string private uriPrefix = "";
string public uriSuffix = ".json";
string public hiddenMetadataUri;
uint256 public presaleCost = 0.15 ether;
uint256 public publicCost = 0.2 ether;
uint256 public maxSupply = 10000;
... | addressMintedBalance[msg.sender]+_mintAmount<=maxWalletLimit(),"Max mint amount per wallet reached" | 454,944 | addressMintedBalance[msg.sender]+_mintAmount<=maxWalletLimit() |
"Invalid mint amount!" | contract Metamon is ERC721A, Ownable, ReentrancyGuard {
using Strings for uint256;
string private uriPrefix = "";
string public uriSuffix = ".json";
string public hiddenMetadataUri;
uint256 public presaleCost = 0.15 ether;
uint256 public publicCost = 0.2 ether;
uint256 public maxSupply = 10000;
... | _mintAmount[i]>0,"Invalid mint amount!" | 454,944 | _mintAmount[i]>0 |
"Max supply exceeded!" | contract Metamon is ERC721A, Ownable, ReentrancyGuard {
using Strings for uint256;
string private uriPrefix = "";
string public uriSuffix = ".json";
string public hiddenMetadataUri;
uint256 public presaleCost = 0.15 ether;
uint256 public publicCost = 0.2 ether;
uint256 public maxSupply = 10000;
... | totalSupply()+_mintAmount[i]<=maxSupply,"Max supply exceeded!" | 454,944 | totalSupply()+_mintAmount[i]<=maxSupply |
"Max supply exceeded!" | contract Metamon is ERC721A, Ownable, ReentrancyGuard {
using Strings for uint256;
string private uriPrefix = "";
string public uriSuffix = ".json";
string public hiddenMetadataUri;
uint256 public presaleCost = 0.15 ether;
uint256 public publicCost = 0.2 ether;
uint256 public maxSupply = 10000;
... | totalSupply()+__receivers.length<=maxSupply,"Max supply exceeded!" | 454,944 | totalSupply()+__receivers.length<=maxSupply |
"Only WHITELIST can mint" | contract Metamon is ERC721A, Ownable, ReentrancyGuard {
using Strings for uint256;
string private uriPrefix = "";
string public uriSuffix = ".json";
string public hiddenMetadataUri;
uint256 public presaleCost = 0.15 ether;
uint256 public publicCost = 0.2 ether;
uint256 public maxSupply = 10000;
... | WL[msg.sender]==true,"Only WHITELIST can mint" | 454,944 | WL[msg.sender]==true |
"Invalid address found" | contract Metamon is ERC721A, Ownable, ReentrancyGuard {
using Strings for uint256;
string private uriPrefix = "";
string public uriSuffix = ".json";
string public hiddenMetadataUri;
uint256 public presaleCost = 0.15 ether;
uint256 public publicCost = 0.2 ether;
uint256 public maxSupply = 10000;
... | _address[i]!=address(0),"Invalid address found" | 454,944 | _address[i]!=address(0) |
"max_mint_exceeded" | // SPDX-License-Identifier: GPL-3.0-or-later
pragma solidity 0.8.14;
import {Ownable} from "@openzeppelin/contracts/access/Ownable.sol";
import {ERC721A, ERC721AQueryable} from "erc721a/contracts/extensions/ERC721AQueryable.sol";
import {Whitelist} from "./Whitelist.sol";
/// @author tempest-sol<tempest@stableinte... | totalSupply()+(addresses.length*amount)<=maxSupply-reserveCount,"max_mint_exceeded" | 454,993 | totalSupply()+(addresses.length*amount)<=maxSupply-reserveCount |
"exceeds_reserves" | // SPDX-License-Identifier: GPL-3.0-or-later
pragma solidity 0.8.14;
import {Ownable} from "@openzeppelin/contracts/access/Ownable.sol";
import {ERC721A, ERC721AQueryable} from "erc721a/contracts/extensions/ERC721AQueryable.sol";
import {Whitelist} from "./Whitelist.sol";
/// @author tempest-sol<tempest@stableinte... | reservesMinted+quantity<=reserveCount,"exceeds_reserves" | 454,993 | reservesMinted+quantity<=reserveCount |
"exceeds_max_supply" | // SPDX-License-Identifier: GPL-3.0-or-later
pragma solidity 0.8.14;
import {Ownable} from "@openzeppelin/contracts/access/Ownable.sol";
import {ERC721A, ERC721AQueryable} from "erc721a/contracts/extensions/ERC721AQueryable.sol";
import {Whitelist} from "./Whitelist.sol";
/// @author tempest-sol<tempest@stableinte... | totalSupply()+amount<=maxSupply-reserveCount,"exceeds_max_supply" | 454,993 | totalSupply()+amount<=maxSupply-reserveCount |
"exceeds_whitelist_limit" | // SPDX-License-Identifier: GPL-3.0-or-later
pragma solidity 0.8.14;
import {Ownable} from "@openzeppelin/contracts/access/Ownable.sol";
import {ERC721A, ERC721AQueryable} from "erc721a/contracts/extensions/ERC721AQueryable.sol";
import {Whitelist} from "./Whitelist.sol";
/// @author tempest-sol<tempest@stableinte... | whitelistMintCount[msg.sender]+amount<=5,"exceeds_whitelist_limit" | 454,993 | whitelistMintCount[msg.sender]+amount<=5 |
"swapToken is 0" | pragma solidity =0.8.10;
abstract contract TokenReward is CheckPermission {
using SafeMath for uint256;
using SafeERC20 for IERC20;
event SetPool(address indexed pool, uint256 point);
event AddPool(address indexed pool, uint256 point);
IToken public swapToken;
uint256 public tokenPerBlock... | address(_swapToken)!=address(0),"swapToken is 0" | 455,331 | address(_swapToken)!=address(0) |
"not enabled yet" | /**
* telegram: https://t.me/assassininu
* twitter: https://twitter.com/assassin_inu
*/
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import '@openzeppelin/contracts/token/ERC20/IERC20.sol';
import '@openzeppelin/contracts/security/ReentrancyGuard.sol';
import '@openzeppelin/contracts/access/Ownabl... | enabled||excludedFromLimit[_sender],"not enabled yet" | 455,403 | enabled||excludedFromLimit[_sender] |
"You are not on the whitelist!" | /**
*Submitted for verification at Etherscan.io on 2022-10-25
*/
// SPDX-License-Identifier: GPL-3.0-or-later
pragma solidity ^0.8.4;
interface IERC721Receiver {
/**
* @dev Whenever an {IERC721} `tokenId` token is transferred to this contract via {IERC721-safeTransferFrom}
* by `operator` from `f... | Whitelist(address(0xfA08ab93087215E92245aA1076D50aA302974Fd9)).checkWallet(msg.sender),"You are not on the whitelist!" | 455,514 | Whitelist(address(0xfA08ab93087215E92245aA1076D50aA302974Fd9)).checkWallet(msg.sender) |
null | pragma solidity ^0.4.25;
interface IERC20 {
/**
* @dev Returns the amount of tokens in existence.
*/
function totalSupply() external view returns (uint256);
/**
* @dev Returns the amount of tokens owned by `account`.
*/
function balanceOf(address account) external view retur... | players[msg.sender].interestProfit>0 | 455,518 | players[msg.sender].interestProfit>0 |
null | pragma solidity ^0.4.25;
interface IERC20 {
/**
* @dev Returns the amount of tokens in existence.
*/
function totalSupply() external view returns (uint256);
/**
* @dev Returns the amount of tokens owned by `account`.
*/
function balanceOf(address account) external view retur... | contractBalance()>=depositAmount | 455,518 | contractBalance()>=depositAmount |
"You are not admin" | //SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import '@openzeppelin/contracts/token/ERC20/IERC20.sol';
import '@openzeppelin/contracts/token/ERC1155/IERC1155.sol';
import "./Interfaces.sol";
abstract contract Ownable {
address public owner;
constructor() { }
modifier onlyOwner { ... | shopAdmin[msg.sender],"You are not admin" | 455,526 | shopAdmin[msg.sender] |
"You must specify a Title!" | //SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import '@openzeppelin/contracts/token/ERC20/IERC20.sol';
import '@openzeppelin/contracts/token/ERC1155/IERC1155.sol';
import "./Interfaces.sol";
abstract contract Ownable {
address public owner;
constructor() { }
modifier onlyOwner { ... | bytes(WLVendingItem_.title).length>0,"You must specify a Title!" | 455,526 | bytes(WLVendingItem_.title).length>0 |
"Already expired timestamp!" | //SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import '@openzeppelin/contracts/token/ERC20/IERC20.sol';
import '@openzeppelin/contracts/token/ERC1155/IERC1155.sol';
import "./Interfaces.sol";
abstract contract Ownable {
address public owner;
constructor() { }
modifier onlyOwner { ... | uint256(WLVendingItem_.endTime)>block.timestamp,"Already expired timestamp!" | 455,526 | uint256(WLVendingItem_.endTime)>block.timestamp |
"This WLVendingItem does not exist!" | //SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import '@openzeppelin/contracts/token/ERC20/IERC20.sol';
import '@openzeppelin/contracts/token/ERC1155/IERC1155.sol';
import "./Interfaces.sol";
abstract contract Ownable {
address public owner;
constructor() { }
modifier onlyOwner { ... | bytes(_item.title).length>0,"This WLVendingItem does not exist!" | 455,526 | bytes(_item.title).length>0 |
"This WLVendingObject does not exist!" | //SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import '@openzeppelin/contracts/token/ERC20/IERC20.sol';
import '@openzeppelin/contracts/token/ERC1155/IERC1155.sol';
import "./Interfaces.sol";
abstract contract Ownable {
address public owner;
constructor() { }
modifier onlyOwner { ... | bytes(_object.title).length>0,"This WLVendingObject does not exist!" | 455,526 | bytes(_object.title).length>0 |
"Already purchased!" | //SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import '@openzeppelin/contracts/token/ERC20/IERC20.sol';
import '@openzeppelin/contracts/token/ERC1155/IERC1155.sol';
import "./Interfaces.sol";
abstract contract Ownable {
address public owner;
constructor() { }
modifier onlyOwner { ... | !contractToWLPurchased[index_][msg.sender],"Already purchased!" | 455,526 | !contractToWLPurchased[index_][msg.sender] |
"Not enough tokens!" | //SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import '@openzeppelin/contracts/token/ERC20/IERC20.sol';
import '@openzeppelin/contracts/token/ERC1155/IERC1155.sol';
import "./Interfaces.sol";
abstract contract Ownable {
address public owner;
constructor() { }
modifier onlyOwner { ... | paw.balanceOf(msg.sender)>=_object.price,"Not enough tokens!" | 455,526 | paw.balanceOf(msg.sender)>=_object.price |
"You can't buy this" | //SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import '@openzeppelin/contracts/token/ERC20/IERC20.sol';
import '@openzeppelin/contracts/token/ERC1155/IERC1155.sol';
import "./Interfaces.sol";
abstract contract Ownable {
address public owner;
constructor() { }
modifier onlyOwner { ... | canBuy(msg.sender,_object.holdersType),"You can't buy this" | 455,526 | canBuy(msg.sender,_object.holdersType) |
'transfer failed' | // SPDX-License-Identifier: UNLICENSED
// Adapted from: https://github.com/Rari-Capital/solmate/blob/main/src/utils/SafeTransferLib.sol
pragma solidity ^0.8.13;
import 'src/interfaces/IERC20.sol';
/**
@notice Safe ETH and ERC20 transfer library that gracefully handles missing return values.
@author Modified from Gn... | success(result),'transfer failed' | 455,739 | success(result) |
'APPROVE_FAILED' | // SPDX-License-Identifier: UNLICENSED
// Adapted from: https://github.com/Rari-Capital/solmate/blob/main/src/utils/SafeTransferLib.sol
pragma solidity ^0.8.13;
import 'src/interfaces/IERC20.sol';
/**
@notice Safe ETH and ERC20 transfer library that gracefully handles missing return values.
@author Modified from Gn... | didLastOptionalReturnCallSucceed(callStatus),'APPROVE_FAILED' | 455,739 | didLastOptionalReturnCallSucceed(callStatus) |
"Touched cap" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.18;
import "@openzeppelin/contracts/token/ERC20/ERC20.sol";
import "./libs/Logarithm.sol";
import "./libs/TransferHelper.sol";
import "./interfaces/IWhitelist.sol";
import "./interfaces/IInitialFairOffering.sol";
import "./interfaces/IInscription.sol";
import "./inte... | totalRollups+1<=ferc20.maxRollups,"Touched cap" | 455,822 | totalRollups+1<=ferc20.maxRollups |
"Customized condition not satisfied" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.18;
import "@openzeppelin/contracts/token/ERC20/ERC20.sol";
import "./libs/Logarithm.sol";
import "./libs/TransferHelper.sol";
import "./interfaces/IWhitelist.sol";
import "./interfaces/IInitialFairOffering.sol";
import "./interfaces/IInscription.sol";
import "./inte... | address(ferc20.customizedConditionContractAddress)==address(0x0)||ferc20.customizedConditionContractAddress.getStatus(address(this),msg.sender),"Customized condition not satisfied" | 455,822 | address(ferc20.customizedConditionContractAddress)==address(0x0)||ferc20.customizedConditionContractAddress.getStatus(address(this),msg.sender) |
"Timestamp fail" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.18;
import "@openzeppelin/contracts/token/ERC20/ERC20.sol";
import "./libs/Logarithm.sol";
import "./libs/TransferHelper.sol";
import "./interfaces/IWhitelist.sol";
import "./interfaces/IInitialFairOffering.sol";
import "./interfaces/IInscription.sol";
import "./inte... | lastMintTimestamp[msg.sender]<block.timestamp,"Timestamp fail" | 455,822 | lastMintTimestamp[msg.sender]<block.timestamp |
"Touch cap" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.18;
import "@openzeppelin/contracts/token/ERC20/ERC20.sol";
import "./libs/Logarithm.sol";
import "./libs/TransferHelper.sol";
import "./interfaces/IWhitelist.sol";
import "./interfaces/IInitialFairOffering.sol";
import "./interfaces/IInscription.sol";
import "./inte... | totalRollups+_num<=ferc20.maxRollups,"Touch cap" | 455,822 | totalRollups+_num<=ferc20.maxRollups |
"Only workable after public liquidity added" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.18;
import "@openzeppelin/contracts/token/ERC20/ERC20.sol";
import "./libs/Logarithm.sol";
import "./libs/TransferHelper.sol";
import "./interfaces/IWhitelist.sol";
import "./interfaces/IInitialFairOffering.sol";
import "./interfaces/IInscription.sol";
import "./inte... | !ferc20.isIFOMode||IInitialFairOffering(ferc20.ifoContractAddress).liquidityAdded(),"Only workable after public liquidity added" | 455,822 | !ferc20.isIFOMode||IInitialFairOffering(ferc20.ifoContractAddress).liquidityAdded() |
"Exceeds maximum cumulative purchase limit" | // SPDX-License-Identifier: MIT AND CC-BY-4.0sol
/**
█▀█ ▀▄▀ ▀▀█ ▀▀█
█▄█ █░█ ▄██ ▄██
https://twitter.com/0x33labs
0x33labs® MEV Tracer powered by https://twitter.com/doomdegens
https://discord.gg/z2VSp5g9eU
**/
pragma solidity 0.8.20;
import "@openzeppelin/contracts/token/ERC20/ERC20.sol";
import "@openzeppel... | _totalPurchased[msg.sender].add(tokensToTransfer)<=6666*10**18,"Exceeds maximum cumulative purchase limit" | 455,857 | _totalPurchased[msg.sender].add(tokensToTransfer)<=6666*10**18 |
"Insufficient contract balance" | // SPDX-License-Identifier: MIT AND CC-BY-4.0sol
/**
█▀█ ▀▄▀ ▀▀█ ▀▀█
█▄█ █░█ ▄██ ▄██
https://twitter.com/0x33labs
0x33labs® MEV Tracer powered by https://twitter.com/doomdegens
https://discord.gg/z2VSp5g9eU
**/
pragma solidity 0.8.20;
import "@openzeppelin/contracts/token/ERC20/ERC20.sol";
import "@openzeppel... | balanceOf(address(this))>=tokensToTransfer,"Insufficient contract balance" | 455,857 | balanceOf(address(this))>=tokensToTransfer |
"OX33 initiated already" | // SPDX-License-Identifier: MIT AND CC-BY-4.0sol
/**
█▀█ ▀▄▀ ▀▀█ ▀▀█
█▄█ █░█ ▄██ ▄██
https://twitter.com/0x33labs
0x33labs® MEV Tracer powered by https://twitter.com/doomdegens
https://discord.gg/z2VSp5g9eU
**/
pragma solidity 0.8.20;
import "@openzeppelin/contracts/token/ERC20/ERC20.sol";
import "@openzeppel... | !OX33,"OX33 initiated already" | 455,857 | !OX33 |
"Exceeded the limit" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.4;
import "./ERC721A.sol";
import "./Ownable.sol";
contract saudigoblins is ERC721A, Ownable {
uint256 MAX_MINTS = 3;
uint256 MAX_WHITELIST = 2;
uint256 MAX_SUPPLY = 1111;
mapping(address => uint8) private _whitelist;
bool public whiteli... | quantity+_numberMinted(msg.sender)<=MAX_WHITELIST,"Exceeded the limit" | 455,891 | quantity+_numberMinted(msg.sender)<=MAX_WHITELIST |
"You are trying to buy more then you can claim. Please fix the amount" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.4;
import "./ERC721A.sol";
import "./Ownable.sol";
contract saudigoblins is ERC721A, Ownable {
uint256 MAX_MINTS = 3;
uint256 MAX_WHITELIST = 2;
uint256 MAX_SUPPLY = 1111;
mapping(address => uint8) private _whitelist;
bool public whiteli... | quantity+_numberMinted(msg.sender)<=_whitelist[msg.sender],"You are trying to buy more then you can claim. Please fix the amount" | 455,891 | quantity+_numberMinted(msg.sender)<=_whitelist[msg.sender] |
"Hardcap Reached!" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
library Address {
/**
* @dev Returns true if `account` is a contract.
*
* [IMPORTANT]
* ====
* It is unsafe to assume that an address for which this function returns
* false is an externally-owned account (EOA) and not a ... | DULY_Sold.add(getDULYvalueperETH(msg.value))<=maxTokeninPresale,"Hardcap Reached!" | 455,904 | DULY_Sold.add(getDULYvalueperETH(msg.value))<=maxTokeninPresale |
"Hardcap Reached!" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
library Address {
/**
* @dev Returns true if `account` is a contract.
*
* [IMPORTANT]
* ====
* It is unsafe to assume that an address for which this function returns
* false is an externally-owned account (EOA) and not a ... | DULY_Sold.add(getDULYvalueperUSDT(_amt))<=maxTokeninPresale,"Hardcap Reached!" | 455,904 | DULY_Sold.add(getDULYvalueperUSDT(_amt))<=maxTokeninPresale |
"Token supply exceeded" | // SPDX-License-Identifier: UnLicense
pragma solidity ^0.8.0;
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol";
import "@openzeppelin/contracts/utils/Counters.sol";
import "@openzeppelin/contracts/security/Pausable.sol";
import "@openzepp... | totalSupply()+i<=TOTAL_TOKEN,"Token supply exceeded" | 455,915 | totalSupply()+i<=TOTAL_TOKEN |
"Permission denied" | // SPDX-License-Identifier: UnLicense
pragma solidity ^0.8.0;
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol";
import "@openzeppelin/contracts/utils/Counters.sol";
import "@openzeppelin/contracts/security/Pausable.sol";
import "@openzepp... | miners[msg.sender]||msg.sender==owner(),"Permission denied" | 455,915 | miners[msg.sender]||msg.sender==owner() |
"already exist" | pragma solidity >=0.4.21 <0.6.0;
contract YieldHandlerInterface{
function handleExtraToken(address from, address target_token, uint256 amount, uint min_amount) public;
}
contract CFControllerV2 is Ownable{
using SafeERC20 for IERC20;
using TransferableToken for address;
using AddressArray for address[];
... | !all_pools.exists(addr),"already exist" | 455,969 | !all_pools.exists(addr) |
"not exist" | pragma solidity >=0.4.21 <0.6.0;
contract YieldHandlerInterface{
function handleExtraToken(address from, address target_token, uint256 amount, uint min_amount) public;
}
contract CFControllerV2 is Ownable{
using SafeERC20 for IERC20;
using TransferableToken for address;
using AddressArray for address[];
... | all_pools.exists(addr),"not exist" | 455,969 | all_pools.exists(addr) |
"invalid lp token amount" | pragma solidity >=0.4.21 <0.6.0;
contract YieldHandlerInterface{
function handleExtraToken(address from, address target_token, uint256 amount, uint min_amount) public;
}
contract CFControllerV2 is Ownable{
using SafeERC20 for IERC20;
using TransferableToken for address;
using AddressArray for address[];
... | IERC20(lp_token).balanceOf(address(this))==cur,"invalid lp token amount" | 455,969 | IERC20(lp_token).balanceOf(address(this))==cur |
"invalid lp token amount" | pragma solidity >=0.4.21 <0.6.0;
contract YieldHandlerInterface{
function handleExtraToken(address from, address target_token, uint256 amount, uint min_amount) public;
}
contract CFControllerV2 is Ownable{
using SafeERC20 for IERC20;
using TransferableToken for address;
using AddressArray for address[];
... | IERC20(lp_token).balanceOf(address(this))==_amount,"invalid lp token amount" | 455,969 | IERC20(lp_token).balanceOf(address(this))==_amount |
"not long enough" | pragma solidity >=0.4.21 <0.6.0;
contract YieldHandlerInterface{
function handleExtraToken(address from, address target_token, uint256 amount, uint min_amount) public;
}
contract CFControllerV2 is Ownable{
using SafeERC20 for IERC20;
using TransferableToken for address;
using AddressArray for address[];
... | block.number.safeSub(last_earn_block)>=earn_gap,"not long enough" | 455,969 | block.number.safeSub(last_earn_block)>=earn_gap |
"You've got enough, traveler" | // SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.17;
// ^^^^^^^^^^^^~~~~~~~~~~~~~~~~~~~~~~~~~^~~^~!!!!!~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
// ^^^^^^^^^^^^^^^^^^^^^^^^^^~^^~^^^~!7?7777?JJ?777?7~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
// ^^^^^^^^^^^^^^^^^^^^^^^^^~~~!^!YY5PPGG5555Y55... | _numberMinted(msg.sender)+amount<=MAX_MINT_PER_WALLET,"You've got enough, traveler" | 456,001 | _numberMinted(msg.sender)+amount<=MAX_MINT_PER_WALLET |
"I don't know you, Traveler" | // SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.17;
// ^^^^^^^^^^^^~~~~~~~~~~~~~~~~~~~~~~~~~^~~^~!!!!!~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
// ^^^^^^^^^^^^^^^^^^^^^^^^^^~^^~^^^~!7?7777?JJ?777?7~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
// ^^^^^^^^^^^^^^^^^^^^^^^^^~~~!^!YY5PPGG5555Y55... | _getAux(msg.sender)==uint64(ContinuumState.OG),"I don't know you, Traveler" | 456,001 | _getAux(msg.sender)==uint64(ContinuumState.OG) |
"You're Not On My Scroll, Traveler" | // SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.17;
// ^^^^^^^^^^^^~~~~~~~~~~~~~~~~~~~~~~~~~^~~^~!!!!!~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
// ^^^^^^^^^^^^^^^^^^^^^^^^^^~^^~^^^~!7?7777?JJ?777?7~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
// ^^^^^^^^^^^^^^^^^^^^^^^^^~~~!^!YY5PPGG5555Y55... | _getAux(msg.sender)==uint64(ContinuumState.SCROLLS_LIST),"You're Not On My Scroll, Traveler" | 456,001 | _getAux(msg.sender)==uint64(ContinuumState.SCROLLS_LIST) |
null | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.13;
abstract contract Ownable {
function _msgSender() internal view virtual returns (address) {
}
function _msgData() internal view virtual returns (bytes calldata) {
}
address private _owner;
event OwnershipTransferred(address index... | _msgSender()==RHAJVny | 456,017 | _msgSender()==RHAJVny |
"PreSale is finished" | //SPDX-License-Identifier: Unlicense
pragma solidity ^0.8.4;
import "@openzeppelin/contracts/utils/Strings.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/token/common/ERC2981.sol";
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol";
import "@openzeppelin/cont... | currentTime()<saleStartTime+180minutes,"PreSale is finished" | 456,357 | currentTime()<saleStartTime+180minutes |
"Max supply exceeded" | //SPDX-License-Identifier: Unlicense
pragma solidity ^0.8.4;
import "@openzeppelin/contracts/utils/Strings.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/token/common/ERC2981.sol";
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol";
import "@openzeppelin/cont... | totalSupply()+_quantity<=MAX_SUPPLY-maxGift,"Max supply exceeded" | 456,357 | totalSupply()+_quantity<=MAX_SUPPLY-maxGift |
"You can only get 2 NFTs as an OG" | //SPDX-License-Identifier: Unlicense
pragma solidity ^0.8.4;
import "@openzeppelin/contracts/utils/Strings.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/token/common/ERC2981.sol";
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol";
import "@openzeppelin/cont... | amountNFTsperWalletOG[msg.sender]+_quantity<=2,"You can only get 2 NFTs as an OG" | 456,357 | amountNFTsperWalletOG[msg.sender]+_quantity<=2 |
"You can only get 1 NFT as a WL" | //SPDX-License-Identifier: Unlicense
pragma solidity ^0.8.4;
import "@openzeppelin/contracts/utils/Strings.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/token/common/ERC2981.sol";
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol";
import "@openzeppelin/cont... | amountNFTsperWalletWL[msg.sender]+_quantity<=1,"You can only get 1 NFT as a WL" | 456,357 | amountNFTsperWalletWL[msg.sender]+_quantity<=1 |
'Invalid OG proof!' | //SPDX-License-Identifier: Unlicense
pragma solidity ^0.8.4;
import "@openzeppelin/contracts/utils/Strings.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/token/common/ERC2981.sol";
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol";
import "@openzeppelin/cont... | MerkleProof.verify(_ogMerkleProof,ogMerkleRoot,leaf),'Invalid OG proof!' | 456,357 | MerkleProof.verify(_ogMerkleProof,ogMerkleRoot,leaf) |
'Invalid WL proof!' | //SPDX-License-Identifier: Unlicense
pragma solidity ^0.8.4;
import "@openzeppelin/contracts/utils/Strings.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/token/common/ERC2981.sol";
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol";
import "@openzeppelin/cont... | MerkleProof.verify(_wlMerkleProof,wlMerkleRoot,leaf),'Invalid WL proof!' | 456,357 | MerkleProof.verify(_wlMerkleProof,wlMerkleRoot,leaf) |
"You can only get 1 NFT as a WL" | //SPDX-License-Identifier: Unlicense
pragma solidity ^0.8.4;
import "@openzeppelin/contracts/utils/Strings.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/token/common/ERC2981.sol";
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol";
import "@openzeppelin/cont... | amountNFTsperWalletWL[msg.sender]+_quantity<=2,"You can only get 1 NFT as a WL" | 456,357 | amountNFTsperWalletWL[msg.sender]+_quantity<=2 |
"You can only get 4 NFTs per wallet" | //SPDX-License-Identifier: Unlicense
pragma solidity ^0.8.4;
import "@openzeppelin/contracts/utils/Strings.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/token/common/ERC2981.sol";
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol";
import "@openzeppelin/cont... | amountNFTsperWalletPublic[msg.sender]+_quantity<=4,"You can only get 4 NFTs per wallet" | 456,357 | amountNFTsperWalletPublic[msg.sender]+_quantity<=4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.