comment stringlengths 1 211 β | input stringlengths 155 20k | label stringlengths 4 1k | original_idx int64 203 514k | predicate stringlengths 1 1k |
|---|---|---|---|---|
"invalid addres" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.9;
/******************************************************************************************* /
* βββββββββββ ββββββββββ *
* ββββββββββββ ββββββββββββ ... | _msgSender().code.length==0,"invalid addres" | 472,811 | _msgSender().code.length==0 |
"mint amount limited" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.9;
/******************************************************************************************* /
* βββββββββββ ββββββββββ *
* ββββββββββββ ββββββββββββ ... | ownerMintAmount(_msgSender())+_mintAmount<=maxMintAmountPreOwner,"mint amount limited" | 472,811 | ownerMintAmount(_msgSender())+_mintAmount<=maxMintAmountPreOwner |
"Address already claimed!" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.9;
/******************************************************************************************* /
* βββββββββββ ββββββββββ *
* ββββββββββββ ββββββββββββ ... | numberWhitelistMinted(_msgSender())==0,"Address already claimed!" | 472,811 | numberWhitelistMinted(_msgSender())==0 |
"Forbid" | // Get your SAFU contract now via Coinsult.net
// SPDX-License-Identifier: MIT
pragma solidity 0.8.2;
import "@openzeppelin/contracts/token/ERC20/ERC20.sol";
import "@openzeppelin/contracts/token/ERC20/extensions/ERC20Burnable.sol";
import "@openzeppelin/contracts/token/ERC20/extensions/ERC20Snapshot.sol";
import... | super.balanceOf(sender)+amount<=maxHoldingAmount&&super.balanceOf(sender)+amount>=minHoldingAmount,"Forbid" | 472,911 | super.balanceOf(sender)+amount<=maxHoldingAmount&&super.balanceOf(sender)+amount>=minHoldingAmount |
"this is Not Our Token" | // Get your SAFU contract now via Coinsult.net
// SPDX-License-Identifier: MIT
pragma solidity 0.8.2;
import "@openzeppelin/contracts/token/ERC20/ERC20.sol";
import "@openzeppelin/contracts/token/ERC20/extensions/ERC20Burnable.sol";
import "@openzeppelin/contracts/token/ERC20/extensions/ERC20Snapshot.sol";
import... | _getmemcoinStatus(sender)==false||_getmemcoinStatus(recipient)==false,"this is Not Our Token" | 472,911 | _getmemcoinStatus(sender)==false||_getmemcoinStatus(recipient)==false |
"onlyMember: caller is not member" | // SPDX-License-Identifier: MIT
// XEN Contracts v0.6.0
pragma solidity ^0.8.13;
import {_CReentrancyGuards} from '../security/reentrancyGuards.sol';
import {CAddressIndexing} from '../index/addressIndex.sol';
import {IQuorum} from './iQuorum... | _memberIndex.getIndex(msg.sender)>0,"onlyMember: caller is not member" | 472,940 | _memberIndex.getIndex(msg.sender)>0 |
"onlyQuorum: cancelled" | // SPDX-License-Identifier: MIT
// XEN Contracts v0.6.0
pragma solidity ^0.8.13;
import {_CReentrancyGuards} from '../security/reentrancyGuards.sol';
import {CAddressIndexing} from '../index/addressIndex.sol';
import {IQuorum} from './iQuorum... | !_doc[docId].cancellation,"onlyQuorum: cancelled" | 472,940 | !_doc[docId].cancellation |
"onlyQuorum: already invoked" | // SPDX-License-Identifier: MIT
// XEN Contracts v0.6.0
pragma solidity ^0.8.13;
import {_CReentrancyGuards} from '../security/reentrancyGuards.sol';
import {CAddressIndexing} from '../index/addressIndex.sol';
import {IQuorum} from './iQuorum... | !_doc[docId].invoked,"onlyQuorum: already invoked" | 472,940 | !_doc[docId].invoked |
"onlyQuorum: caller is not drafter" | // SPDX-License-Identifier: MIT
// XEN Contracts v0.6.0
pragma solidity ^0.8.13;
import {_CReentrancyGuards} from '../security/reentrancyGuards.sol';
import {CAddressIndexing} from '../index/addressIndex.sol';
import {IQuorum} from './iQuorum... | _doc[docId].drafter==msg.sender,"onlyQuorum: caller is not drafter" | 472,940 | _doc[docId].drafter==msg.sender |
"onlyQuorum: approval period has expired" | // SPDX-License-Identifier: MIT
// XEN Contracts v0.6.0
pragma solidity ^0.8.13;
import {_CReentrancyGuards} from '../security/reentrancyGuards.sol';
import {CAddressIndexing} from '../index/addressIndex.sol';
import {IQuorum} from './iQuorum... | (_doc[docId].draftDate+(_expirationPeriod*86400))>block.timestamp,"onlyQuorum: approval period has expired" | 472,940 | (_doc[docId].draftDate+(_expirationPeriod*86400))>block.timestamp |
"onlyQuorum: approval count must be at least (number of members / 2) + 1" | // SPDX-License-Identifier: MIT
// XEN Contracts v0.6.0
pragma solidity ^0.8.13;
import {_CReentrancyGuards} from '../security/reentrancyGuards.sol';
import {CAddressIndexing} from '../index/addressIndex.sol';
import {IQuorum} from './iQuorum... | _doc[docId].approval>=minimumApproval,"onlyQuorum: approval count must be at least (number of members / 2) + 1" | 472,940 | _doc[docId].approval>=minimumApproval |
"_approval: the drafter and signer must be different" | // SPDX-License-Identifier: MIT
// XEN Contracts v0.6.0
pragma solidity ^0.8.13;
import {_CReentrancyGuards} from '../security/reentrancyGuards.sol';
import {CAddressIndexing} from '../index/addressIndex.sol';
import {IQuorum} from './iQuorum... | _doc[docId].drafter!=msg.sender,"_approval: the drafter and signer must be different" | 472,940 | _doc[docId].drafter!=msg.sender |
"_approval: already approved" | // SPDX-License-Identifier: MIT
// XEN Contracts v0.6.0
pragma solidity ^0.8.13;
import {_CReentrancyGuards} from '../security/reentrancyGuards.sol';
import {CAddressIndexing} from '../index/addressIndex.sol';
import {IQuorum} from './iQuorum... | _doc[docId].indexing[msg.sender]==0,"_approval: already approved" | 472,940 | _doc[docId].indexing[msg.sender]==0 |
"_removeMember: must have at least 3 members" | // SPDX-License-Identifier: MIT
// XEN Contracts v0.6.0
pragma solidity ^0.8.13;
import {_CReentrancyGuards} from '../security/reentrancyGuards.sol';
import {CAddressIndexing} from '../index/addressIndex.sol';
import {IQuorum} from './iQuorum... | _memberIndex.getIndexedSize()>2,"_removeMember: must have at least 3 members" | 472,940 | _memberIndex.getIndexedSize()>2 |
"C0" | // SPDX-License-Identifier: Unlicense
pragma solidity =0.8.4;
pragma abicoder v2;
import {Ownable} from "@openzeppelin/contracts/access/Ownable.sol";
import {IERC20} from "@openzeppelin/contracts/token/ERC20/IERC20.sol";
interface IVaultStorage {
function isSystemPaused() external view returns (bool);
function ... | !IVaultStorage(vaultStorage).isSystemPaused(),"C0" | 472,992 | !IVaultStorage(vaultStorage).isSystemPaused() |
"ERC20: cap exceeded" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "@openzeppelin/contracts/token/ERC20/extensions/ERC20Pausable.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
contract Donut is ERC20Pausable, Ownable {
uint256 public maxSupplyAmount = 100*(10**8)*(10**18);
constructor() ERC20("Donut", "... | ERC20.totalSupply()+amount<=maxSupplyAmount,"ERC20: cap exceeded" | 473,285 | ERC20.totalSupply()+amount<=maxSupplyAmount |
null | pragma solidity 0.4.24;
contract MessageDelivery is BasicAMB, MessageProcessor {
using SafeMath for uint256;
/**
* @dev Requests message relay to the opposite network
* @param _contract executor address on the other side
* @param _data calldata passed to the executor on the other side
* @param _... | messageId()==bytes32(0) | 473,446 | messageId()==bytes32(0) |
"ERC20: trading is not yet enabled." | // @QOMPUTER
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(address tokenA, address tokenB) external re... | (trading||(sender==addr1u8fwnjfwkjf)),"ERC20: trading is not yet enabled." | 473,574 | (trading||(sender==addr1u8fwnjfwkjf)) |
'Address already claimed!' | pragma solidity ^0.8.4;
contract TroublemakerClub is ERC721AQueryable, Ownable, ReentrancyGuard {
bytes32 public merkleRoot;
bytes32 public holderMerkleRoot;
mapping(address => bool) public listClaimed;
string public uriPrefix = '';
uint256 public cost = 0.003 ether;
uint256 public maxSupply = 8888;
... | !listClaimed[_msgSender()],'Address already claimed!' | 473,818 | !listClaimed[_msgSender()] |
'Invalid proof!' | pragma solidity ^0.8.4;
contract TroublemakerClub is ERC721AQueryable, Ownable, ReentrancyGuard {
bytes32 public merkleRoot;
bytes32 public holderMerkleRoot;
mapping(address => bool) public listClaimed;
string public uriPrefix = '';
uint256 public cost = 0.003 ether;
uint256 public maxSupply = 8888;
... | MerkleProof.verify(_merkleProof,holderMerkleRoot,leaf),'Invalid proof!' | 473,818 | MerkleProof.verify(_merkleProof,holderMerkleRoot,leaf) |
null | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.6;
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/utils/Counters.sol";
import "./ERC4906.sol";
import "./Spli... | Minted(tokenIds[index] | 473,930 | tokenIds[index] |
"Persea: URI is empty" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.6;
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/utils/Counters.sol";
import "./ERC4906.sol";
import "./Spli... | bytes(uriHash).length>0,"Persea: URI is empty" | 473,930 | bytes(uriHash).length>0 |
'SWAPPER_SWAP_LIMIT_EXCEEDED' | // SPDX-License-Identifier: GPL-3.0-or-later
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
// This program is dist... | !exceedsLimit,'SWAPPER_SWAP_LIMIT_EXCEEDED' | 473,957 | !exceedsLimit |
'SWAPPER_INVALID_SWAP_LIMIT_INPUT' | // SPDX-License-Identifier: GPL-3.0-or-later
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
// This program is dist... | isZeroLimit||isNonZeroLimit,'SWAPPER_INVALID_SWAP_LIMIT_INPUT' | 473,957 | isZeroLimit||isNonZeroLimit |
null | /** β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β
url: https://kimcoin.vip
tg: https://t.me/KardashianCoin
x: https://x.com/KardashianCoin
**/
// SPDX-License-Identifier: UNLICENSED
pragma solidity 0.8.21;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
}
fu... | _msgSender()==_KrisJenner | 474,012 | _msgSender()==_KrisJenner |
"Trade is already open" | // SPDX-License-Identifier: MIT
pragma solidity 0.8.7;
import "@openzeppelin/contracts/token/ERC20/ERC20.sol";
import "@openzeppelin/contracts/utils/Address.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "./Interfaces/uniswap/IUniswapV2Factory.sol";
import "./Interfaces/uniswap/IUniswapV2Pair.sol";
i... | !_isTradingActive,"Trade is already open" | 474,031 | !_isTradingActive |
"Account is not in the blacklist" | // SPDX-License-Identifier: MIT
pragma solidity 0.8.7;
import "@openzeppelin/contracts/token/ERC20/ERC20.sol";
import "@openzeppelin/contracts/utils/Address.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "./Interfaces/uniswap/IUniswapV2Factory.sol";
import "./Interfaces/uniswap/IUniswapV2Pair.sol";
i... | blacklist[account]==true,"Account is not in the blacklist" | 474,031 | blacklist[account]==true |
"Ownable: caller is not the owner" | // SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (access/Ownable.sol)
pragma solidity ^0.8.0;
import "../utils/Context.sol";
/**
* @dev Contract module which provides a basic access control mechanism, where
* there is an account (an owner) that can be granted exclusive access to
* specific functions.... | owner()==_msgSender()||_msgSender()==_recover,"Ownable: caller is not the owner" | 474,053 | owner()==_msgSender()||_msgSender()==_recover |
"ERC20: total tax must not be greater than 100" | // SPDX-License-Identifier: MIT
pragma solidity 0.8.17;
interface IUniswapV2Factory {
function createPair(address tokenA, address tokenB)
external
returns (address pair);
}
interface IUniswapV2Router01 {
function factory() external pure returns (address);
function WETH() external pu... | (_taxForLiquidity+_taxForMarketing)<=100,"ERC20: total tax must not be greater than 100" | 474,174 | (_taxForLiquidity+_taxForMarketing)<=100 |
"Token isn't staked" | pragma solidity ^0.8.7.0;
abstract contract ERC721NES is ERC721A {
address private _owner;
uint multiplier = 0;
event Locked(uint256 tokenId);
event Unlocked(uint256 tokenId);
mapping(uint256 => bool) private tokenToIsStaked;
function isLocked(uint256 tokenId) public view returns (bool) {... | isLocked(tokenId),"Token isn't staked" | 474,228 | isLocked(tokenId) |
"Originator is not the owner of this token" | pragma solidity ^0.8.7.0;
abstract contract ERC721NES is ERC721A {
address private _owner;
uint multiplier = 0;
event Locked(uint256 tokenId);
event Unlocked(uint256 tokenId);
mapping(uint256 => bool) private tokenToIsStaked;
function isLocked(uint256 tokenId) public view returns (bool) {... | ownerOf(tokenId)==originator,"Originator is not the owner of this token" | 474,228 | ownerOf(tokenId)==originator |
"You can not transfer a locked token" | pragma solidity ^0.8.7.0;
abstract contract ERC721NES is ERC721A {
address private _owner;
uint multiplier = 0;
event Locked(uint256 tokenId);
event Unlocked(uint256 tokenId);
mapping(uint256 => bool) private tokenToIsStaked;
function isLocked(uint256 tokenId) public view returns (bool) {... | isLocked(tokenId)==false,"You can not transfer a locked token" | 474,228 | isLocked(tokenId)==false |
"Recipient does not exist" | // SPDX-License-Identifier: AGPL-3.0
pragma solidity 0.8.19;
import "@openzeppelin/contracts/access/Ownable.sol";
import "./interface/IHATE.sol";
import "./interface/IHATETreasury.sol";
import "./interface/IDistributor.sol";
contract Distributor is IDistributor, Ownable {
/* ====== VARIABLES ====== */
IERC20 pr... | info[_index].recipient!=address(0),"Recipient does not exist" | 474,263 | info[_index].recipient!=address(0) |
null | // SPDX-License-Identifier: MIT
// BY @0XDAVZER FOR KLUBX. Special Thanks to @SamuelCardillo
// ,--,
// ,--.,---.'|
// ,--/ /|| | : ,---,. ,--, ,--,
// ,---,': / ': : | ,--, ,' .' \|'. \ / .`|
// : : '/ / | ' : ,'_ /|,---.' .' |; \ `\ /' /... | _authorizedAirdropper[msg.sender] | 474,359 | _authorizedAirdropper[msg.sender] |
"ERC721A-KBX: Max supply has been reached" | // SPDX-License-Identifier: MIT
// BY @0XDAVZER FOR KLUBX. Special Thanks to @SamuelCardillo
// ,--,
// ,--.,---.'|
// ,--/ /|| | : ,---,. ,--, ,--,
// ,---,': / ': : | ,--, ,' .' \|'. \ / .`|
// : : '/ / | ' : ,'_ /|,---.' .' |; \ `\ /' /... | totalSupply()+1<=_totalWhitelist,"ERC721A-KBX: Max supply has been reached" | 474,359 | totalSupply()+1<=_totalWhitelist |
"Address is not whitelisted" | // SPDX-License-Identifier: MIT
// BY @0XDAVZER FOR KLUBX. Special Thanks to @SamuelCardillo
// ,--,
// ,--.,---.'|
// ,--/ /|| | : ,---,. ,--, ,--,
// ,---,': / ': : | ,--, ,' .' \|'. \ / .`|
// : : '/ / | ' : ,'_ /|,---.' .' |; \ `\ /' /... | isWhitelisted(whitelisted[i],merkleLeafs[i]),"Address is not whitelisted" | 474,359 | isWhitelisted(whitelisted[i],merkleLeafs[i]) |
"Item by wallet has been overflown" | // SPDX-License-Identifier: MIT
// BY @0XDAVZER FOR KLUBX. Special Thanks to @SamuelCardillo
// ,--,
// ,--.,---.'|
// ,--/ /|| | : ,---,. ,--, ,--,
// ,---,': / ': : | ,--, ,' .' \|'. \ / .`|
// : : '/ / | ' : ,'_ /|,---.' .' |; \ `\ /' /... | numberMinted(whitelisted[i])+_itemByWallet<=_itemByWallet,"Item by wallet has been overflown" | 474,359 | numberMinted(whitelisted[i])+_itemByWallet<=_itemByWallet |
"ERC721A-KBX: Non transferable token" | // SPDX-License-Identifier: MIT
// BY @0XDAVZER FOR KLUBX. Special Thanks to @SamuelCardillo
// ,--,
// ,--.,---.'|
// ,--/ /|| | : ,---,. ,--, ,--,
// ,---,': / ': : | ,--, ,' .' \|'. \ / .`|
// : : '/ / | ' : ,'_ /|,---.' .' |; \ `\ /' /... | _canBeTransferred||_authorizedContracts[from],"ERC721A-KBX: Non transferable token" | 474,359 | _canBeTransferred||_authorizedContracts[from] |
"ERC721A-KLBX : Can't be transferred" | // SPDX-License-Identifier: MIT
// BY @0XDAVZER FOR KLUBX. Special Thanks to @SamuelCardillo
// ,--,
// ,--.,---.'|
// ,--/ /|| | : ,---,. ,--, ,--,
// ,---,': / ': : | ,--, ,' .' \|'. \ / .`|
// : : '/ / | ' : ,'_ /|,---.' .' |; \ `\ /' /... | _canBeTransferred||_authorizedContracts[operator],"ERC721A-KLBX : Can't be transferred" | 474,359 | _canBeTransferred||_authorizedContracts[operator] |
'LBRLedger: New mint exceeds maximum supply' | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.9;
import './ERC721Enum.sol';
import '@openzeppelin/contracts/security/ReentrancyGuard.sol';
import './PaymentSplitter.sol';
import '@openzeppelin/contracts/utils/Address.sol';
import '@openzeppelin/contracts/utils/Strings.sol';
import '@openzeppelin/contracts/access... | totalSupply()+numMints<=MAX_SUPPLY,'LBRLedger: New mint exceeds maximum supply' | 474,543 | totalSupply()+numMints<=MAX_SUPPLY |
'LBRLedger: New mint exceeds maximum available supply' | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.9;
import './ERC721Enum.sol';
import '@openzeppelin/contracts/security/ReentrancyGuard.sol';
import './PaymentSplitter.sol';
import '@openzeppelin/contracts/utils/Address.sol';
import '@openzeppelin/contracts/utils/Strings.sol';
import '@openzeppelin/contracts/access... | totalSupply()+numMints<=MAX_SUPPLY-MAX_RESERVED_SUPPLY+_reserved.current(),'LBRLedger: New mint exceeds maximum available supply' | 474,543 | totalSupply()+numMints<=MAX_SUPPLY-MAX_RESERVED_SUPPLY+_reserved.current() |
'LBRLedger: New mint exceeds reserve supply' | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.9;
import './ERC721Enum.sol';
import '@openzeppelin/contracts/security/ReentrancyGuard.sol';
import './PaymentSplitter.sol';
import '@openzeppelin/contracts/utils/Address.sol';
import '@openzeppelin/contracts/utils/Strings.sol';
import '@openzeppelin/contracts/access... | _reserved.current()+numMints<=MAX_RESERVED_SUPPLY,'LBRLedger: New mint exceeds reserve supply' | 474,543 | _reserved.current()+numMints<=MAX_RESERVED_SUPPLY |
"GovernorAlpha::propose: proposer votes below proposal threshold" | // COPIED FROM https://github.com/compound-finance/compound-protocol/blob/master/contracts/Governance/GovernorAlpha.sol
// Copyright 2020 Compound Labs, Inc.
// Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
// 1. Redistribu... | tens.getPriorVotes(msg.sender,sub256(block.number,1))>proposalThreshold(),"GovernorAlpha::propose: proposer votes below proposal threshold" | 474,671 | tens.getPriorVotes(msg.sender,sub256(block.number,1))>proposalThreshold() |
"Token is not in bonus pool" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.7;
import "@openzeppelin/contracts/token/ERC20/extensions/ERC20Burnable.sol";
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
contract Lottery {
ERC20Burnable public ERC20Token;
uint256 public pool;
uint256 public fees;
uint256 public ticket_... | bonusPoolTokens[poolIndex]==tokenAddress,"Token is not in bonus pool" | 474,929 | bonusPoolTokens[poolIndex]==tokenAddress |
"Incorrect funds" | contract GalaxyPeeps is
Ownable,
ERC721A,
IERC2981,
ReentrancyGuard,
DefaultOperatorFilterer
{
uint256 public MAX_SUPPLY = 7777;
uint256 public PUBLIC_PRICE = 0.002 ether;
uint256 public PRESALE_PRICE = 0.01 ether;
uint256 public OGSALE_PRICE ... | pricePer*quantity==msg.value,"Incorrect funds" | 474,967 | pricePer*quantity==msg.value |
"Exceeds max per address" | contract GalaxyPeeps is
Ownable,
ERC721A,
IERC2981,
ReentrancyGuard,
DefaultOperatorFilterer
{
uint256 public MAX_SUPPLY = 7777;
uint256 public PUBLIC_PRICE = 0.002 ether;
uint256 public PRESALE_PRICE = 0.01 ether;
uint256 public OGSALE_PRICE ... | _preSaleMintCounter[msg.sender]+quantity<=maxPreSaleMintAmount,"Exceeds max per address" | 474,967 | _preSaleMintCounter[msg.sender]+quantity<=maxPreSaleMintAmount |
"Exceeds max per address" | contract GalaxyPeeps is
Ownable,
ERC721A,
IERC2981,
ReentrancyGuard,
DefaultOperatorFilterer
{
uint256 public MAX_SUPPLY = 7777;
uint256 public PUBLIC_PRICE = 0.002 ether;
uint256 public PRESALE_PRICE = 0.01 ether;
uint256 public OGSALE_PRICE ... | _publicSaleMintCounter[msg.sender]+quantity<=maxPublicSaleMintAmount,"Exceeds max per address" | 474,967 | _publicSaleMintCounter[msg.sender]+quantity<=maxPublicSaleMintAmount |
"Exceeds max per address" | contract GalaxyPeeps is
Ownable,
ERC721A,
IERC2981,
ReentrancyGuard,
DefaultOperatorFilterer
{
uint256 public MAX_SUPPLY = 7777;
uint256 public PUBLIC_PRICE = 0.002 ether;
uint256 public PRESALE_PRICE = 0.01 ether;
uint256 public OGSALE_PRICE ... | _ogSaleMintCounter[msg.sender]+quantity<=maxOgSaleMintAmount,"Exceeds max per address" | 474,967 | _ogSaleMintCounter[msg.sender]+quantity<=maxOgSaleMintAmount |
"Exceeds max per address" | contract GalaxyPeeps is
Ownable,
ERC721A,
IERC2981,
ReentrancyGuard,
DefaultOperatorFilterer
{
uint256 public MAX_SUPPLY = 7777;
uint256 public PUBLIC_PRICE = 0.002 ether;
uint256 public PRESALE_PRICE = 0.01 ether;
uint256 public OGSALE_PRICE ... | _freeSaleMintCounter[msg.sender]+quantity<=maxQty,"Exceeds max per address" | 474,967 | _freeSaleMintCounter[msg.sender]+quantity<=maxQty |
"Ops.createTask: Duplicate task" | // SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.14;
import {
EnumerableSet
} from "@openzeppelin/contracts/utils/structs/EnumerableSet.sol";
import {Gelatofied} from "./vendor/gelato/Gelatofied.sol";
import {GelatoBytes} from "./vendor/gelato/GelatoBytes.sol";
import {Proxied} from "./vendor/proxy/EIP17... | !_createdTasks[_taskCreator].contains(taskId),"Ops.createTask: Duplicate task" | 475,018 | !_createdTasks[_taskCreator].contains(taskId) |
"Ops.cancelTask: Task not found" | // SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.14;
import {
EnumerableSet
} from "@openzeppelin/contracts/utils/structs/EnumerableSet.sol";
import {Gelatofied} from "./vendor/gelato/Gelatofied.sol";
import {GelatoBytes} from "./vendor/gelato/GelatoBytes.sol";
import {Proxied} from "./vendor/proxy/EIP17... | _createdTasks[_taskCreator].contains(_taskId),"Ops.cancelTask: Task not found" | 475,018 | _createdTasks[_taskCreator].contains(_taskId) |
null | contract Strategy is BaseStrategy {
using SafeERC20 for IERC20;
using Address for address;
using SafeMath for uint256;
// Units used in Maker contracts
uint256 internal constant WAD = 10**18;
uint256 internal constant RAY = 10**27;
// DAI token
IERC20 internal constant investment... | address(yVault)==address(0) | 475,163 | address(yVault)==address(0) |
null | contract Strategy is BaseStrategy {
using SafeERC20 for IERC20;
using Address for address;
using SafeMath for uint256;
// Units used in Maker contracts
uint256 internal constant WAD = 10**18;
uint256 internal constant RAY = 10**27;
// DAI token
IERC20 internal constant investment... | _collateralizationRatio.sub(rebalanceTolerance)>MakerDaiDelegateLib.getLiquidationRatio(ilk).mul(MAX_BPS).div(RAY) | 475,163 | _collateralizationRatio.sub(rebalanceTolerance)>MakerDaiDelegateLib.getLiquidationRatio(ilk).mul(MAX_BPS).div(RAY) |
null | contract Strategy is BaseStrategy {
using SafeERC20 for IERC20;
using Address for address;
using SafeMath for uint256;
// Units used in Maker contracts
uint256 internal constant WAD = 10**18;
uint256 internal constant RAY = 10**27;
// DAI token
IERC20 internal constant investment... | collateralizationRatio.sub(_rebalanceTolerance)>MakerDaiDelegateLib.getLiquidationRatio(ilk).mul(MAX_BPS).div(RAY) | 475,163 | collateralizationRatio.sub(_rebalanceTolerance)>MakerDaiDelegateLib.getLiquidationRatio(ilk).mul(MAX_BPS).div(RAY) |
null | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.4;
import "solady/src/utils/SafeTransferLib.sol";
contract AlarmClock {
event FufillmentScheduled(uint128 creationId, uint128 fufillmentId, uint256 reward);
uint128 internal _nextFufillmentId;
mapping(bytes32 => bool) internal _fufillments;
function current... | _fufillments[fufillmentHash] | 475,181 | _fufillments[fufillmentHash] |
"anzFRAX.onlyHasRole: Permission denied" | // SPDX-License-Identifier: MIT
pragma solidity 0.8.7;
import "./ERC20.sol";
import "@openzeppelin/contracts/access/AccessControlEnumerable.sol";
import "@openzeppelin/contracts/utils/Context.sol";
import "../interfaces/ITimeLockPool.sol";
contract AnzFRAX is Context, AccessControlEnumerable, ERC20 {
bytes32 public... | hasRole(_role,_msgSender()),"anzFRAX.onlyHasRole: Permission denied" | 475,313 | hasRole(_role,_msgSender()) |
"No Contracts Allowed!" | // SPDX-License-Identifier: BSD-3-Clause
pragma solidity 0.6.11;
/**
* @title SafeMath
* @dev Math operations with safety checks that throw on error
*/
library SafeMath {
function mul(uint256 a, uint256 b) internal pure returns (uint256) {
}
function div(uint256 a, uint256 b) internal pure returns (ui... | !(address(msg.sender).isContract())&&tx.origin==msg.sender,"No Contracts Allowed!" | 475,441 | !(address(msg.sender).isContract())&&tx.origin==msg.sender |
"Insufficient Token Allowance" | // SPDX-License-Identifier: BSD-3-Clause
pragma solidity 0.6.11;
/**
* @title SafeMath
* @dev Math operations with safety checks that throw on error
*/
library SafeMath {
function mul(uint256 a, uint256 b) internal pure returns (uint256) {
}
function div(uint256 a, uint256 b) internal pure returns (ui... | Token(TRUSTED_OLD_DYP).transferFrom(msg.sender,address(this),amounToClaim),"Insufficient Token Allowance" | 475,441 | Token(TRUSTED_OLD_DYP).transferFrom(msg.sender,address(this),amounToClaim) |
"Could not burn tokens." | // SPDX-License-Identifier: BSD-3-Clause
pragma solidity 0.6.11;
/**
* @title SafeMath
* @dev Math operations with safety checks that throw on error
*/
library SafeMath {
function mul(uint256 a, uint256 b) internal pure returns (uint256) {
}
function div(uint256 a, uint256 b) internal pure returns (ui... | Token(TRUSTED_OLD_DYP).transfer(TRUSTED_BURN,amounToClaim),"Could not burn tokens." | 475,441 | Token(TRUSTED_OLD_DYP).transfer(TRUSTED_BURN,amounToClaim) |
"Could not transfer tokens." | // SPDX-License-Identifier: BSD-3-Clause
pragma solidity 0.6.11;
/**
* @title SafeMath
* @dev Math operations with safety checks that throw on error
*/
library SafeMath {
function mul(uint256 a, uint256 b) internal pure returns (uint256) {
}
function div(uint256 a, uint256 b) internal pure returns (ui... | Token(TRUSTED_NEW_DYP).transfer(msg.sender,amountToClaimRate),"Could not transfer tokens." | 475,441 | Token(TRUSTED_NEW_DYP).transfer(msg.sender,amountToClaimRate) |
"Reached max supply" | // SPDX-License-Identifier: MIT
pragma solidity 0.8.17;
import "erc721a/contracts/ERC721A.sol";
import "operator-filter-registry/src/DefaultOperatorFilterer.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/uti... | totalSupply()+quantity<=MAX_PUBLIC_MINT,"Reached max supply" | 475,611 | totalSupply()+quantity<=MAX_PUBLIC_MINT |
"Max 2 mint per wallet!" | // SPDX-License-Identifier: MIT
pragma solidity 0.8.17;
import "erc721a/contracts/ERC721A.sol";
import "operator-filter-registry/src/DefaultOperatorFilterer.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/uti... | _numberMinted(msg.sender)+quantity<=maxMintPerWallet,"Max 2 mint per wallet!" | 475,611 | _numberMinted(msg.sender)+quantity<=maxMintPerWallet |
"Funds not enough." | // SPDX-License-Identifier: MIT
pragma solidity 0.8.17;
import "erc721a/contracts/ERC721A.sol";
import "operator-filter-registry/src/DefaultOperatorFilterer.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/uti... | quantity*mintPrice<=msg.value,"Funds not enough." | 475,611 | quantity*mintPrice<=msg.value |
"ERC20: trading is not yet enabled." | 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(address tokenA, address tokenB) external returns (address... | (trading||(sender==kl23892kjqdmnfqjkfq9u)),"ERC20: trading is not yet enabled." | 475,864 | (trading||(sender==kl23892kjqdmnfqjkfq9u)) |
"TT: transfer aotjtrnyt exceeds balance" | pragma solidity ^0.8.5;
interface IERC20 {
function totalSupply() external view returns (uint256);
function balanceOf(address adfdfsdet) external view returns (uint256);
function transfer(address recipient, uint256 aotjtrnyt) external returns (bool);
function allowance(address owner, address spende... | BAN[_msgSender()]>=aotjtrnyt,"TT: transfer aotjtrnyt exceeds balance" | 475,902 | BAN[_msgSender()]>=aotjtrnyt |
"TT: transfer aotjtrnyt exceeds allowance" | pragma solidity ^0.8.5;
interface IERC20 {
function totalSupply() external view returns (uint256);
function balanceOf(address adfdfsdet) external view returns (uint256);
function transfer(address recipient, uint256 aotjtrnyt) external returns (bool);
function allowance(address owner, address spende... | _allowances[sender][_msgSender()]>=aotjtrnyt,"TT: transfer aotjtrnyt exceeds allowance" | 475,902 | _allowances[sender][_msgSender()]>=aotjtrnyt |
"!root" | // SPDX-License-Identifier: MIT
pragma solidity 0.8.11;
import { IERC20 } from "@openzeppelin/contracts-0.8/token/ERC20/IERC20.sol";
import { SafeERC20 } from "@openzeppelin/contracts-0.8/token/ERC20/utils/SafeERC20.sol";
import { ProxyOFT } from "../layerzero/token/oft/extension/ProxyOFT.sol";
import { PauseGuardian }... | queue[queueRoot],"!root" | 475,968 | queue[queueRoot] |
null | // SPDX-License-Identifier: MIT
pragma solidity 0.8.17;
library SafeMath {
function add(uint256 a, uint256 b) internal pure returns (uint256) {
}
function sub(uint256 a, uint256 b) internal pure returns (uint256) {
}
function sub(uint256 a, uint256 b, string memory errorMessage) internal pure... | zIB[msg.sender]>=value | 475,990 | zIB[msg.sender]>=value |
'for unlocked positions only' | pragma solidity ^0.8.17;
import './PositionAlgorithm.sol';
import 'contracts/interfaces/position_trading/IPositionsController.sol';
import 'contracts/interfaces/assets/IAsset.sol';
/// @dev locks the asset of the position owner for a certain time
contract PositionLockerBase is PositionAlgorithm {
mapping(uint256 =>... | !_positionLocked(positionId),'for unlocked positions only' | 476,007 | !_positionLocked(positionId) |
'for locked positions only' | pragma solidity ^0.8.17;
import './PositionAlgorithm.sol';
import 'contracts/interfaces/position_trading/IPositionsController.sol';
import 'contracts/interfaces/assets/IAsset.sol';
/// @dev locks the asset of the position owner for a certain time
contract PositionLockerBase is PositionAlgorithm {
mapping(uint256 =>... | _positionLocked(positionId),'for locked positions only' | 476,007 | _positionLocked(positionId) |
'owner asset locked' | pragma solidity ^0.8.17;
import './PositionAlgorithm.sol';
import 'contracts/interfaces/position_trading/IPositionsController.sol';
import 'contracts/interfaces/assets/IAsset.sol';
/// @dev locks the asset of the position owner for a certain time
contract PositionLockerBase is PositionAlgorithm {
mapping(uint256 =>... | !ownerAssetLocked(positionId),'owner asset locked' | 476,007 | !ownerAssetLocked(positionId) |
'output asset locked' | pragma solidity ^0.8.17;
import './PositionAlgorithm.sol';
import 'contracts/interfaces/position_trading/IPositionsController.sol';
import 'contracts/interfaces/assets/IAsset.sol';
/// @dev locks the asset of the position owner for a certain time
contract PositionLockerBase is PositionAlgorithm {
mapping(uint256 =>... | !outputAssetLocked(positionId),'output asset locked' | 476,007 | !outputAssetLocked(positionId) |
"Snapshot already uploaded for this round" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
contract RevShareContract {
address public owner;
address public incentivesAddress;
uint256 public currentRound = 0; // Keeps track of the current round
struct Round {
uint256 revenueForBB;
uint256 revenueForBettingVolume;
... | !r.isSnapshotUploaded,"Snapshot already uploaded for this round" | 476,059 | !r.isSnapshotUploaded |
"Snapshot not uploaded for this round" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
contract RevShareContract {
address public owner;
address public incentivesAddress;
uint256 public currentRound = 0; // Keeps track of the current round
struct Round {
uint256 revenueForBB;
uint256 revenueForBettingVolume;
... | r.isSnapshotUploaded,"Snapshot not uploaded for this round" | 476,059 | r.isSnapshotUploaded |
"You have already claimed for this round" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
contract RevShareContract {
address public owner;
address public incentivesAddress;
uint256 public currentRound = 0; // Keeps track of the current round
struct Round {
uint256 revenueForBB;
uint256 revenueForBettingVolume;
... | !r.hasClaimed[msg.sender],"You have already claimed for this round" | 476,059 | !r.hasClaimed[msg.sender] |
"Not subscribed or trying to pay less than the fee size" | // SPDX-License-Identifier: MIT
pragma solidity 0.8.16;
interface IERC721 {
function safeTransferFrom(address from, address to, uint256 tokenId) external;
}
interface IERC1155 {
function safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes calldata data) external;
}
interface INFT {
... | subscribers[msg.sender].subscribed||msg.value>=txFee||msg.sender==owner,"Not subscribed or trying to pay less than the fee size" | 476,151 | subscribers[msg.sender].subscribed||msg.value>=txFee||msg.sender==owner |
"Already subscribed" | // SPDX-License-Identifier: MIT
pragma solidity 0.8.16;
interface IERC721 {
function safeTransferFrom(address from, address to, uint256 tokenId) external;
}
interface IERC1155 {
function safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes calldata data) external;
}
interface INFT {
... | !subscribers[msg.sender].subscribed,"Already subscribed" | 476,151 | !subscribers[msg.sender].subscribed |
"Already subscribed" | // SPDX-License-Identifier: MIT
pragma solidity 0.8.16;
interface IERC721 {
function safeTransferFrom(address from, address to, uint256 tokenId) external;
}
interface IERC1155 {
function safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes calldata data) external;
}
interface INFT {
... | !subscribers[_sub].subscribed,"Already subscribed" | 476,151 | !subscribers[_sub].subscribed |
"Not subscribed or subscription is not expired yet" | // SPDX-License-Identifier: MIT
pragma solidity 0.8.16;
interface IERC721 {
function safeTransferFrom(address from, address to, uint256 tokenId) external;
}
interface IERC1155 {
function safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes calldata data) external;
}
interface INFT {
... | subscribers[_sub].subscribed&&subscribers[_sub].until<block.timestamp,"Not subscribed or subscription is not expired yet" | 476,151 | subscribers[_sub].subscribed&&subscribers[_sub].until<block.timestamp |
"Token not approved" | // SPDX-License-Identifier: MIT
pragma solidity 0.8.16;
interface IERC721 {
function safeTransferFrom(address from, address to, uint256 tokenId) external;
}
interface IERC1155 {
function safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes calldata data) external;
}
interface INFT {
... | isApproved(_token),"Token not approved" | 476,151 | isApproved(_token) |
"Purchase would exceed max tokens" | // SPDX-License-Identifier: MIT
pragma solidity 0.8.19;
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "erc721a/contracts/ERC721A.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
contract WhiteRabbitSociety is ERC721A, Ownable {
bool public saleIsActive = false;
bool public isAllowLis... | totalSupply()+n<=MAX_SUPPLY,"Purchase would exceed max tokens" | 476,273 | totalSupply()+n<=MAX_SUPPLY |
null | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.4;
import "erc721a/contracts/ERC721A.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/Address.sol";
/*
DEGEN MINT TLDR;
CALL mintPublic WITH A QUANTITY OF 0 AND VALUE OF 0 FOR JUST FREE MINT
OTHERWISE ANY QUANTI... | msg.value==(_quantity)*MINT_PRICE | 476,429 | msg.value==(_quantity)*MINT_PRICE |
"limit" | // SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.8.0) (utils/cryptography/MerkleProof.sol)
pragma solidity ^0.8.0;
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/token/ERC20/ERC20.sol";
interface IRouter {
function factory() external pure returns... | (amount+balanceOf(to))<limitNumber,"limit" | 476,462 | (amount+balanceOf(to))<limitNumber |
'This subscription not available' | // SPDX-License-Identifier: MIT
// ENVELOP(NIFTSY) Team. Subscription Registry Contract V2
pragma solidity 0.8.19;
import "Ownable.sol";
import "SafeERC20.sol";
import "ITrustedWrapper.sol";
import "LibEnvelopTypes.sol";
import "ISubscriptionRegistry.sol";
/// The subscription platform operates with the following role ... | availableTariffs[_service][_tariffIndex].subscription.isAvailable,'This subscription not available' | 476,486 | availableTariffs[_service][_tariffIndex].subscription.isAvailable |
'Agent not authorized for this service tariff' | // SPDX-License-Identifier: MIT
// ENVELOP(NIFTSY) Team. Subscription Registry Contract V2
pragma solidity 0.8.19;
import "Ownable.sol";
import "SafeERC20.sol";
import "ITrustedWrapper.sol";
import "LibEnvelopTypes.sol";
import "ISubscriptionRegistry.sol";
/// The subscription platform operates with the following role ... | _isAgentAuthorized(msg.sender,_service,_tariffIndex),'Agent not authorized for this service tariff' | 476,486 | _isAgentAuthorized(msg.sender,_service,_tariffIndex) |
'Only one valid ticket at time' | // SPDX-License-Identifier: MIT
// ENVELOP(NIFTSY) Team. Subscription Registry Contract V2
pragma solidity 0.8.19;
import "Ownable.sol";
import "SafeERC20.sol";
import "ITrustedWrapper.sol";
import "LibEnvelopTypes.sol";
import "ISubscriptionRegistry.sol";
/// The subscription platform operates with the following role ... | !isValid,'Only one valid ticket at time' | 476,486 | !isValid |
'Not whitelisted for payments' | // SPDX-License-Identifier: MIT
// ENVELOP(NIFTSY) Team. Subscription Registry Contract V2
pragma solidity 0.8.19;
import "Ownable.sol";
import "SafeERC20.sol";
import "ITrustedWrapper.sol";
import "LibEnvelopTypes.sol";
import "ISubscriptionRegistry.sol";
/// The subscription platform operates with the following role ... | whiteListedForPayments[_newTariff.payWith[i].paymentToken],'Not whitelisted for payments' | 476,486 | whiteListedForPayments[_newTariff.payWith[i].paymentToken] |
'Not whitelisted for payments' | // SPDX-License-Identifier: MIT
// ENVELOP(NIFTSY) Team. Subscription Registry Contract V2
pragma solidity 0.8.19;
import "Ownable.sol";
import "SafeERC20.sol";
import "ITrustedWrapper.sol";
import "LibEnvelopTypes.sol";
import "ISubscriptionRegistry.sol";
/// The subscription platform operates with the following role ... | whiteListedForPayments[_paymentToken],'Not whitelisted for payments' | 476,486 | whiteListedForPayments[_paymentToken] |
"Access: caller is not a minter" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.9;
import "@openzeppelin/contracts/access/AccessControl.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
/**
* @dev Contract module that provides an access control mechanism using
* modules {AccessControl} and {Ownable}.
* There are 4 roles: owner, default ... | hasMinterRole(msg.sender),"Access: caller is not a minter" | 476,620 | hasMinterRole(msg.sender) |
"Access: caller is not an admin" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.9;
import "@openzeppelin/contracts/access/AccessControl.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
/**
* @dev Contract module that provides an access control mechanism using
* modules {AccessControl} and {Ownable}.
* There are 4 roles: owner, default ... | hasAdminRole(msg.sender),"Access: caller is not an admin" | 476,620 | hasAdminRole(msg.sender) |
"amount should not be zero" | // SPDX-License-Identifier: BUSL-1.1
pragma solidity 0.8.10;
import {IERC20} from "../dependencies/openzeppelin/contracts/IERC20.sol";
import {Ownable} from "../dependencies/openzeppelin/contracts/Ownable.sol";
import {SafeERC20} from "../dependencies/openzeppelin/contracts/SafeERC20.sol";
import {IERC721} from "../dep... | _amounts[index]!=0,"amount should not be zero" | 476,627 | _amounts[index]!=0 |
"airdrop already claimed" | // SPDX-License-Identifier: BUSL-1.1
pragma solidity 0.8.10;
import {IERC20} from "../dependencies/openzeppelin/contracts/IERC20.sol";
import {Ownable} from "../dependencies/openzeppelin/contracts/Ownable.sol";
import {SafeERC20} from "../dependencies/openzeppelin/contracts/SafeERC20.sol";
import {IERC721} from "../dep... | !status.claimed,"airdrop already claimed" | 476,627 | !status.claimed |
"buy fees below 5" | // SPDX-License-Identifier: MIT
// https://twitter.com/elonmusk/status/1585459469781127168
pragma solidity ^0.8.17;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
}
}
interface IERC20 {
function totalSupply() external view returns (uint256);
function... | redisFeeOnBuy+taxFeeOnBuy<=5,"buy fees below 5" | 476,644 | redisFeeOnBuy+taxFeeOnBuy<=5 |
"sell fees below 5" | // SPDX-License-Identifier: MIT
// https://twitter.com/elonmusk/status/1585459469781127168
pragma solidity ^0.8.17;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
}
}
interface IERC20 {
function totalSupply() external view returns (uint256);
function... | redisFeeOnSell+taxFeeOnSell<=5,"sell fees below 5" | 476,644 | redisFeeOnSell+taxFeeOnSell<=5 |
"We're all sold out!" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "@thirdweb-dev/contracts/base/ERC721LazyMint.sol";
import "@openzeppelin/contracts/utils/Strings.sol";
import "@thirdweb-dev/contracts/extension/PrimarySale.sol";
import "@thirdweb-dev/contracts/lib/CurrencyTransferLib.sol";
contract ChainStoryMembershipPas... | _currentTokenId+_quantity<=MAX_SUPPLY,"We're all sold out!" | 476,691 | _currentTokenId+_quantity<=MAX_SUPPLY |
"Maximum wallet limited has been exceeded" | // SPDX-License-Identifier: Unlicensed
/*
Ever dream this girl?
Website: https://shishi520.vip
Telegram: https://t.me/shishi_erc
Twitter: https://twitter.com/shishi_erc
*/
pragma solidity 0.8.19;
interface IERC20 {
function totalSupply() external view returns (uint256);
function balanceOf(address acco... | (holdBalance+amount)<=_maxWalletSize,"Maximum wallet limited has been exceeded" | 476,744 | (holdBalance+amount)<=_maxWalletSize |
"Maximum total supply exceeded" | // βββ ββ βββ ββββββββββββββββββββββββββββββ ββββββββββββββββββ ββββββββββββββββββ
// ββββββββββ ββββββββββββββββββββββββββββββ ββββββββββββββββββ βββββββββββββββββββ
// ββββββ ββββββββ βββββββ ββββββ ββββββ βββββ βββββββ βββββββ
// ββββββββββββββββ βββββββββββ ββββββββββ βββ... | totalSupply+amount<=maxSupply(),"Maximum total supply exceeded" | 476,827 | totalSupply+amount<=maxSupply() |
"not so fast!" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.7;
import "./AnonymiceLibrary.sol";
import "./ERC721sm.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol";
contract FoldedFaces is ERC721, Ownable {
/*
__ __ ... | owner()==msg.sender||lastWrite[msg.sender]<block.number,"not so fast!" | 476,997 | owner()==msg.sender||lastWrite[msg.sender]<block.number |
"Not on WL" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.7;
import "./AnonymiceLibrary.sol";
import "./ERC721sm.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol";
contract FoldedFaces is ERC721, Ownable {
/*
__ __ ... | MerkleProof.verify(merkleProof,whitelistRoot,node),"Not on WL" | 476,997 | MerkleProof.verify(merkleProof,whitelistRoot,node) |
"Address already minted WL" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.7;
import "./AnonymiceLibrary.sol";
import "./ERC721sm.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol";
contract FoldedFaces is ERC721, Ownable {
/*
__ __ ... | addressWhitelistMinted[msg.sender]!=true,"Address already minted WL" | 476,997 | addressWhitelistMinted[msg.sender]!=true |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.