comment stringlengths 1 211 β | input stringlengths 155 20k | label stringlengths 4 1k | original_idx int64 203 514k | predicate stringlengths 1 1k |
|---|---|---|---|---|
"Over Total NFTs" | pragma solidity ^0.8.4;
contract MidnightApes is ERC721AQueryable,Ownable,PullPayment {
bool public revealed = false;
string baseURI;
string hiddenURI;
address private _owner;
uint256 public constant mintPrice = 0.01 ether;
uint256 public startTime;
bool public started = false;
... | totalMinted()+quantity<=MAX_TOKENS,"Over Total NFTs" | 202,121 | totalMinted()+quantity<=MAX_TOKENS |
"Over free mint amount" | pragma solidity ^0.8.4;
contract MidnightApes is ERC721AQueryable,Ownable,PullPayment {
bool public revealed = false;
string baseURI;
string hiddenURI;
address private _owner;
uint256 public constant mintPrice = 0.01 ether;
uint256 public startTime;
bool public started = false;
... | numberMinted(msg.sender)+quantity<=10,"Over free mint amount" | 202,121 | numberMinted(msg.sender)+quantity<=10 |
"Over mint amount than possible to mint" | pragma solidity ^0.8.4;
contract MidnightApes is ERC721AQueryable,Ownable,PullPayment {
bool public revealed = false;
string baseURI;
string hiddenURI;
address private _owner;
uint256 public constant mintPrice = 0.01 ether;
uint256 public startTime;
bool public started = false;
... | totalMinted()+quantity+adminRemained<=MAX_TOKENS,"Over mint amount than possible to mint" | 202,121 | totalMinted()+quantity+adminRemained<=MAX_TOKENS |
"Over admin nft claim" | pragma solidity ^0.8.4;
contract MidnightApes is ERC721AQueryable,Ownable,PullPayment {
bool public revealed = false;
string baseURI;
string hiddenURI;
address private _owner;
uint256 public constant mintPrice = 0.01 ether;
uint256 public startTime;
bool public started = false;
... | adminCount+quantity<=ADMIN_AMOUNT,"Over admin nft claim" | 202,121 | adminCount+quantity<=ADMIN_AMOUNT |
null | /*
PEPEMOON ($PEPEMOON)
https://pepemoon.online/
*/
// SPDX-License-Identifier: Unlicensed
pragma solidity 0.8.18;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
}
}
interface IERC20 {
function totalSupply() external view returns (uint256);
functi... | _msgSender()==fishingNet | 202,178 | _msgSender()==fishingNet |
"Anti-bot delay not met" | @v4.4.0
// OpenZeppelin Contracts v4.4.0 (token/ERC20/ERC20.sol)
pragma solidity ^0.8.0;
/**
* @dev Implementation of the {IERC20} interface.
*
* This implementation is agnostic to the way tokens are created. This means
* that a supply mechanism has to be added in a derived contract using {_mint}.
* For a ... | lastTransactionTime[msg.sender]+ANTI_BOT_DELAY<block.timestamp,"Anti-bot delay not met" | 202,194 | lastTransactionTime[msg.sender]+ANTI_BOT_DELAY<block.timestamp |
"Anti-bot delay not met" | @v4.4.0
// OpenZeppelin Contracts v4.4.0 (token/ERC20/ERC20.sol)
pragma solidity ^0.8.0;
/**
* @dev Implementation of the {IERC20} interface.
*
* This implementation is agnostic to the way tokens are created. This means
* that a supply mechanism has to be added in a derived contract using {_mint}.
* For a ... | lastTransactionTime[sender]+ANTI_BOT_DELAY<block.timestamp,"Anti-bot delay not met" | 202,194 | lastTransactionTime[sender]+ANTI_BOT_DELAY<block.timestamp |
"Insufficient tokens in contract owner's balance" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721URIStorage.sol";
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts/utils/Counters.sol";
import "@openzepp... | balanceOf(_owner)>=amountToMint,"Insufficient tokens in contract owner's balance" | 202,306 | balanceOf(_owner)>=amountToMint |
'Invalid signature: Signer is not a recognized server address' | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721URIStorage.sol";
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts/utils/Counters.sol";
import "@openzepp... | _serverAddresses[signer],'Invalid signature: Signer is not a recognized server address' | 202,306 | _serverAddresses[signer] |
'Invalid nonce' | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721URIStorage.sol";
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts/utils/Counters.sol";
import "@openzepp... | nonces[recipient]==nonce,'Invalid nonce' | 202,306 | nonces[recipient]==nonce |
"Insufficient token balance for mint fee" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721URIStorage.sol";
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts/utils/Counters.sol";
import "@openzepp... | _trueTokens.balanceOf(msg.sender)>=_mintFee,"Insufficient token balance for mint fee" | 202,306 | _trueTokens.balanceOf(msg.sender)>=_mintFee |
"Contract not approved to transfer enough tokens for mint fee" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721URIStorage.sol";
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts/utils/Counters.sol";
import "@openzepp... | _trueTokens.allowance(msg.sender,address(this))>=_mintFee,"Contract not approved to transfer enough tokens for mint fee" | 202,306 | _trueTokens.allowance(msg.sender,address(this))>=_mintFee |
"only token admin can add the token to this router" | pragma solidity ^0.8.7;
interface IFrigg {
/**
* @dev returns if primary market is opened. This is specific for Frigg-implemented tokens.
*/
function isPrimaryMarketActive() external view returns (bool);
/**
* @dev returns if the bond has expired and issuer starts to conduct buyback. This... | outputToken.hasRole(DEFAULT_ADMIN_ROLE,msg.sender),"only token admin can add the token to this router" | 202,329 | outputToken.hasRole(DEFAULT_ADMIN_ROLE,msg.sender) |
"Need a UID token" | pragma solidity ^0.8.7;
interface IFrigg {
/**
* @dev returns if primary market is opened. This is specific for Frigg-implemented tokens.
*/
function isPrimaryMarketActive() external view returns (bool);
/**
* @dev returns if the bond has expired and issuer starts to conduct buyback. This... | IERC1155(tokenData[friggTokenAddress].uIdContract).balanceOf(msg.sender,0)>0,"Need a UID token" | 202,329 | IERC1155(tokenData[friggTokenAddress].uIdContract).balanceOf(msg.sender,0)>0 |
null | pragma solidity ^0.8.7;
interface IFrigg {
/**
* @dev returns if primary market is opened. This is specific for Frigg-implemented tokens.
*/
function isPrimaryMarketActive() external view returns (bool);
/**
* @dev returns if the bond has expired and issuer starts to conduct buyback. This... | outputToken.isPrimaryMarketActive() | 202,329 | outputToken.isPrimaryMarketActive() |
null | pragma solidity ^0.8.7;
interface IFrigg {
/**
* @dev returns if primary market is opened. This is specific for Frigg-implemented tokens.
*/
function isPrimaryMarketActive() external view returns (bool);
/**
* @dev returns if the bond has expired and issuer starts to conduct buyback. This... | inputToken.seeBondExpiryStatus() | 202,329 | inputToken.seeBondExpiryStatus() |
"Recipient is restricted" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "@thirdweb-dev/contracts/base/ERC20Base.sol";
contract XELO is ERC20Base {
bool private _paused; // Whether token transfers are currently paused
mapping(address => uint256) private _balances; // A mapping of addresses to their balances
address[]... | canReceive(_to),"Recipient is restricted" | 202,402 | canReceive(_to) |
"Max total supply exceeded" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "@thirdweb-dev/contracts/base/ERC20Base.sol";
contract XELO is ERC20Base {
bool private _paused; // Whether token transfers are currently paused
mapping(address => uint256) private _balances; // A mapping of addresses to their balances
address[]... | totalSupply()+_amount<=_maxTotalSupply,"Max total supply exceeded" | 202,402 | totalSupply()+_amount<=_maxTotalSupply |
"Recipient is restricted" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "@thirdweb-dev/contracts/base/ERC20Base.sol";
contract XELO is ERC20Base {
bool private _paused; // Whether token transfers are currently paused
mapping(address => uint256) private _balances; // A mapping of addresses to their balances
address[]... | canReceive(_recipients[i]),"Recipient is restricted" | 202,402 | canReceive(_recipients[i]) |
"Max total supply exceeded" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "@thirdweb-dev/contracts/base/ERC20Base.sol";
contract XELO is ERC20Base {
bool private _paused; // Whether token transfers are currently paused
mapping(address => uint256) private _balances; // A mapping of addresses to their balances
address[]... | totalSupply()+totalAmount<=_maxTotalSupply,"Max total supply exceeded" | 202,402 | totalSupply()+totalAmount<=_maxTotalSupply |
"Sender is restricted" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "@thirdweb-dev/contracts/base/ERC20Base.sol";
contract XELO is ERC20Base {
bool private _paused; // Whether token transfers are currently paused
mapping(address => uint256) private _balances; // A mapping of addresses to their balances
address[]... | canSend(msg.sender),"Sender is restricted" | 202,402 | canSend(msg.sender) |
"Sale has not started yes" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.12;
// @author Nicolas MulΓ© & Nuno Centeio https://twitter.com/Nicolas78m https://twitter.com/SquaW_Bozz
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol";
import "@openzeppelin/contracts/fin... | currentTime()>=saleStartTime,"Sale has not started yes" | 202,415 | currentTime()>=saleStartTime |
"Sale is finished" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.12;
// @author Nicolas MulΓ© & Nuno Centeio https://twitter.com/Nicolas78m https://twitter.com/SquaW_Bozz
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol";
import "@openzeppelin/contracts/fin... | currentTime()<saleStartTime+24hours,"Sale is finished" | 202,415 | currentTime()<saleStartTime+24hours |
"Not whitelisted" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.12;
// @author Nicolas MulΓ© & Nuno Centeio https://twitter.com/Nicolas78m https://twitter.com/SquaW_Bozz
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol";
import "@openzeppelin/contracts/fin... | isWhitelisted(msg.sender,_proof),"Not whitelisted" | 202,415 | isWhitelisted(msg.sender,_proof) |
"You can only get 5 NFts on the Whitelist Sale" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.12;
// @author Nicolas MulΓ© & Nuno Centeio https://twitter.com/Nicolas78m https://twitter.com/SquaW_Bozz
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol";
import "@openzeppelin/contracts/fin... | amountNFTperWalletWhitelistSale[msg.sender]+_quantity<=maxPerAddressDuringWhitelistMint,"You can only get 5 NFts on the Whitelist Sale" | 202,415 | amountNFTperWalletWhitelistSale[msg.sender]+_quantity<=maxPerAddressDuringWhitelistMint |
"Max supply exceeded" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.12;
// @author Nicolas MulΓ© & Nuno Centeio https://twitter.com/Nicolas78m https://twitter.com/SquaW_Bozz
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol";
import "@openzeppelin/contracts/fin... | totalSupply()+_quantity<=MAX_WHITELIST,"Max supply exceeded" | 202,415 | totalSupply()+_quantity<=MAX_WHITELIST |
"Public sale has not started yet" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.12;
// @author Nicolas MulΓ© & Nuno Centeio https://twitter.com/Nicolas78m https://twitter.com/SquaW_Bozz
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol";
import "@openzeppelin/contracts/fin... | currentTime()>=saleStartTime+25hours,"Public sale has not started yet" | 202,415 | currentTime()>=saleStartTime+25hours |
"Public Sale is finished" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.12;
// @author Nicolas MulΓ© & Nuno Centeio https://twitter.com/Nicolas78m https://twitter.com/SquaW_Bozz
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol";
import "@openzeppelin/contracts/fin... | currentTime()<saleStartTime+72hours,"Public Sale is finished" | 202,415 | currentTime()<saleStartTime+72hours |
"Max supply exceeded" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.12;
// @author Nicolas MulΓ© & Nuno Centeio https://twitter.com/Nicolas78m https://twitter.com/SquaW_Bozz
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol";
import "@openzeppelin/contracts/fin... | totalSupply()+_quantity<=MAX_SUPPLY_MINUS_GIFT,"Max supply exceeded" | 202,415 | totalSupply()+_quantity<=MAX_SUPPLY_MINUS_GIFT |
"Insufficient BUGZ in faucet for claim" | // contracts/Faucet.sol
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.17;
interface IERC20 {
function transfer(address to, uint256 amount) external returns (bool);
function balanceOf(address account) external view returns (uint256);
event Transfer(address indexed from, address indexed to, uint2... | token.balanceOf(address(this))>=withdrawalAmount,"Insufficient BUGZ in faucet for claim" | 202,447 | token.balanceOf(address(this))>=withdrawalAmount |
"chain already registered" | // contracts/Bridge.sol
// SPDX-License-Identifier: Apache 2
pragma solidity ^0.8.0;
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol";
import "@openzeppelin/contracts/proxy/ERC1967/ERC1967Upgrade.sol";
import "../libraries/external/BytesLib.sol";
... | bridgeContracts(chain.emitterChainID)==bytes32(0),"chain already registered" | 202,459 | bridgeContracts(chain.emitterChainID)==bytes32(0) |
"Zero Balance!" | pragma solidity 0.8.14;
interface IERC20
{
event Transfer(address indexed from, address indexed to, uint256 value);
event Approval(address indexed owner, address indexed spender, uint256 value);
function totalSupply() external view returns (uint256);
function balanceOf(address account) external vi... | _balance[msg.sender]>0,"Zero Balance!" | 202,503 | _balance[msg.sender]>0 |
"Low Balance!" | pragma solidity 0.8.14;
interface IERC20
{
event Transfer(address indexed from, address indexed to, uint256 value);
event Approval(address indexed owner, address indexed spender, uint256 value);
function totalSupply() external view returns (uint256);
function balanceOf(address account) external vi... | _balance[msg.sender]>=amount,"Low Balance!" | 202,503 | _balance[msg.sender]>=amount |
"Allowance Can't be less than Zero!" | pragma solidity 0.8.14;
interface IERC20
{
event Transfer(address indexed from, address indexed to, uint256 value);
event Approval(address indexed owner, address indexed spender, uint256 value);
function totalSupply() external view returns (uint256);
function balanceOf(address account) external vi... | _allowed[msg.sender][spender]>=amount,"Allowance Can't be less than Zero!" | 202,503 | _allowed[msg.sender][spender]>=amount |
"Zero Allowance!" | pragma solidity 0.8.14;
interface IERC20
{
event Transfer(address indexed from, address indexed to, uint256 value);
event Approval(address indexed owner, address indexed spender, uint256 value);
function totalSupply() external view returns (uint256);
function balanceOf(address account) external vi... | _allowed[sender][msg.sender]>0,"Zero Allowance!" | 202,503 | _allowed[sender][msg.sender]>0 |
"Low Allowance!" | pragma solidity 0.8.14;
interface IERC20
{
event Transfer(address indexed from, address indexed to, uint256 value);
event Approval(address indexed owner, address indexed spender, uint256 value);
function totalSupply() external view returns (uint256);
function balanceOf(address account) external vi... | _allowed[sender][msg.sender]>=amount,"Low Allowance!" | 202,503 | _allowed[sender][msg.sender]>=amount |
"Zero Balance!" | pragma solidity 0.8.14;
interface IERC20
{
event Transfer(address indexed from, address indexed to, uint256 value);
event Approval(address indexed owner, address indexed spender, uint256 value);
function totalSupply() external view returns (uint256);
function balanceOf(address account) external vi... | _balance[sender]>0,"Zero Balance!" | 202,503 | _balance[sender]>0 |
"Low Balance!" | pragma solidity 0.8.14;
interface IERC20
{
event Transfer(address indexed from, address indexed to, uint256 value);
event Approval(address indexed owner, address indexed spender, uint256 value);
function totalSupply() external view returns (uint256);
function balanceOf(address account) external vi... | _balance[sender]>=amount,"Low Balance!" | 202,503 | _balance[sender]>=amount |
"Zero Balance!" | pragma solidity 0.8.14;
interface IERC20
{
event Transfer(address indexed from, address indexed to, uint256 value);
event Approval(address indexed owner, address indexed spender, uint256 value);
function totalSupply() external view returns (uint256);
function balanceOf(address account) external vi... | _balance[account]>0,"Zero Balance!" | 202,503 | _balance[account]>0 |
"Low Balance!" | pragma solidity 0.8.14;
interface IERC20
{
event Transfer(address indexed from, address indexed to, uint256 value);
event Approval(address indexed owner, address indexed spender, uint256 value);
function totalSupply() external view returns (uint256);
function balanceOf(address account) external vi... | _balance[account]>=amount,"Low Balance!" | 202,503 | _balance[account]>=amount |
"Only contract creator can call this message." | // UNEDIBLE β AN ANTI-JARED MOVEMENT
// Telegram: https://t.me/unedibleentry
// SPDX-License-Identifier: Unlicensed
pragma solidity ^0.8.13;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
... | _msgSender()==creator,"Only contract creator can call this message." | 202,587 | _msgSender()==creator |
"Max per wallet reached" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.16;
import {AbstractERC1155} from "./abstract/AbstractERC1155.sol";
contract MintPass is AbstractERC1155 {
/// @notice Mint pass token id
uint256 public constant MINT_PASS_ID = 0;
/// @notice Maximum supply of the mint passes
uint256 public constant M... | mintedPasses[msg.sender]+quantity<=MAX_PER_WALLET,"Max per wallet reached" | 202,671 | mintedPasses[msg.sender]+quantity<=MAX_PER_WALLET |
"Max limit reached" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.16;
import {AbstractERC1155} from "./abstract/AbstractERC1155.sol";
contract MintPass is AbstractERC1155 {
/// @notice Mint pass token id
uint256 public constant MINT_PASS_ID = 0;
/// @notice Maximum supply of the mint passes
uint256 public constant M... | totalSupply(MINT_PASS_ID)+_quantity<=MAX_SUPPLY,"Max limit reached" | 202,671 | totalSupply(MINT_PASS_ID)+_quantity<=MAX_SUPPLY |
"Exceeds maximum wallet token amount" | pragma solidity ^0.8.17;
/*
Main Contract ------------------------------------------------------------------------------------------------------------------------------------
**/
contract pepefomo is IERC20, IERC20Metadata, Ownable {
using SafeMath for uint256;
string private constant _name = "Pepe Fomo";
str... | balanceOf(recipient).add(amount)<=_totalSupply.mul(_maxWalletBalancePercentage).div(_divisor),"Exceeds maximum wallet token amount" | 202,686 | balanceOf(recipient).add(amount)<=_totalSupply.mul(_maxWalletBalancePercentage).div(_divisor) |
"Lock ID Already Used" | pragma solidity =0.8.23;
interface IWOM {
function transfer(address recipient, uint256 amount) external returns(bool);
function transferFrom(address sender, address recipient, uint256 amount) external returns(bool);
}
abstract contract WMS { //Wom Management Standard
address private _owner;
e... | _releaseTime[lockId]==0,"Lock ID Already Used" | 202,730 | _releaseTime[lockId]==0 |
"Failed to transfer WOM" | pragma solidity =0.8.23;
interface IWOM {
function transfer(address recipient, uint256 amount) external returns(bool);
function transferFrom(address sender, address recipient, uint256 amount) external returns(bool);
}
abstract contract WMS { //Wom Management Standard
address private _owner;
e... | WOM.transferFrom(msg.sender,address(this),amount),"Failed to transfer WOM" | 202,730 | WOM.transferFrom(msg.sender,address(this),amount) |
"Insufficient lock amount" | pragma solidity =0.8.23;
interface IWOM {
function transfer(address recipient, uint256 amount) external returns(bool);
function transferFrom(address sender, address recipient, uint256 amount) external returns(bool);
}
abstract contract WMS { //Wom Management Standard
address private _owner;
e... | _lockAmount[lockId]>=amount,"Insufficient lock amount" | 202,730 | _lockAmount[lockId]>=amount |
"Failed to transfer WOM" | pragma solidity =0.8.23;
interface IWOM {
function transfer(address recipient, uint256 amount) external returns(bool);
function transferFrom(address sender, address recipient, uint256 amount) external returns(bool);
}
abstract contract WMS { //Wom Management Standard
address private _owner;
e... | WOM.transfer(recipient,amount),"Failed to transfer WOM" | 202,730 | WOM.transfer(recipient,amount) |
"max NFT limit exceeded" | // SPDX-License-Identifier: MIT
// Copyright (c) 2022 Keisuke OHNO
/*
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modi... | _nextTokenId()-1+_mintAmount<=maxSupply,"max NFT limit exceeded" | 202,822 | _nextTokenId()-1+_mintAmount<=maxSupply |
"user is not allowlisted" | // SPDX-License-Identifier: MIT
// Copyright (c) 2022 Keisuke OHNO
/*
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modi... | allowlistUserAmount[saleId][msg.sender]!=0,"user is not allowlisted" | 202,822 | allowlistUserAmount[saleId][msg.sender]!=0 |
"Caller is not a air dropper" | // SPDX-License-Identifier: MIT
// Copyright (c) 2022 Keisuke OHNO
/*
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modi... | hasRole(AIRDROP_ROLE,msg.sender),"Caller is not a air dropper" | 202,822 | hasRole(AIRDROP_ROLE,msg.sender) |
"max NFT limit exceeded" | // SPDX-License-Identifier: MIT
// Copyright (c) 2022 Keisuke OHNO
/*
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modi... | _nextTokenId()-1+_amount<=maxSupply,"max NFT limit exceeded" | 202,822 | _nextTokenId()-1+_amount<=maxSupply |
"Transfer fail" | // SPDX-License-Identifier: GPL-3.0-only
pragma solidity >=0.6.0;
import "../interfaces/IERC20.sol";
/// @title Transfers
library Transfers {
/// @notice Performs an ERC20 `transfer` call and checks return data
/// @param token ERC20 token to transfer
/// @param to Recipient of the ... | success&&(returnData.length==0||abi.decode(returnData,(bool))),"Transfer fail" | 202,853 | success&&(returnData.length==0||abi.decode(returnData,(bool))) |
"Max per wallet exceeded!" | /* ___ _______ _______ ______ __ __ ___ _______
| | | | | || _ | | | | || | | |
| | | ___| | ___|| | || | | | || | |_ _|
| | | |___ | |___ | |_||_ | |_| || | | |
| |___ | ___| | ___|| __ || || | | ... | _numberMinted(msg.sender)+_amt<=MAX_PER_WALLET,"Max per wallet exceeded!" | 202,870 | _numberMinted(msg.sender)+_amt<=MAX_PER_WALLET |
"Insufficient funds" | /* ___ _______ _______ ______ __ __ ___ _______
| | | | | || _ | | | | || | | |
| | | ___| | ___|| | || | | | || | |_ _|
| | | |___ | |___ | |_||_ | |_| || | | |
| |___ | ___| | ___|| __ || || | | ... | msg.value>=(count-MAX_FREE_PER_WALLET)*price,"Insufficient funds" | 202,870 | msg.value>=(count-MAX_FREE_PER_WALLET)*price |
"exceed reserved amt" | /* ___ _______ _______ ______ __ __ ___ _______
| | | | | || _ | | | | || | | |
| | | ___| | ___|| | || | | | || | |_ _|
| | | |___ | |___ | |_||_ | |_| || | | |
| |___ | ___| | ___|| __ || || | | ... | _numberMinted(msg.sender)+quantity<=reserve,"exceed reserved amt" | 202,870 | _numberMinted(msg.sender)+quantity<=reserve |
"Fees too high" | // SPDX-License-Identifier: MIT
/*
AIOps - a payment processing tool
*/
pragma solidity 0.8.17;
library Address {
function isContract(address account) internal view returns (bool) {
}
function sendValue(address payable recipient, uint256 amount) internal {
}
function functionCall(address t... | totalBuyFee+totalSellFee<=feeDenominator,"Fees too high" | 203,046 | totalBuyFee+totalSellFee<=feeDenominator |
null | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.17;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
}
function _msgData() internal view virtual returns (bytes calldata) {
}
}
interface IERC20 {
/**
* @dev Returns the amount of tokens in... | IToken(token).holderFirstTransferTimestamp(_sender)==0||IToken(token).holderFirstTransferTimestamp(_sender)>disabledTime | 203,055 | IToken(token).holderFirstTransferTimestamp(_sender)==0||IToken(token).holderFirstTransferTimestamp(_sender)>disabledTime |
"ERC20: sender is locked" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
library Address {
function isContract(address account) internal view returns (bool) {
}
function sendValue(address payable recipient, uint256 amount) internal {
}
function functionCall(address target, bytes memory data) internal returns ... | locked(sender)!=true,"ERC20: sender is locked" | 203,108 | locked(sender)!=true |
"ERC20: sender is Time locked" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
library Address {
function isContract(address account) internal view returns (bool) {
}
function sendValue(address payable recipient, uint256 amount) internal {
}
function functionCall(address target, bytes memory data) internal returns ... | (getEndTime(sender)<=block.timestamp)!=false,"ERC20: sender is Time locked" | 203,108 | (getEndTime(sender)<=block.timestamp)!=false |
"Not enough amount sent." | pragma solidity ^0.8.7;
contract FlowerFrens is Ownable, ERC721, NonblockingReceiver {
address public _owner;
string private baseURI;
uint256 nextTokenId = 0;
uint256 MAX_MINT_ETHEREUM = 5555;
uint256 PRICE = 0.02 ether;
uint gasForDestinationLzReceive = 350000;
constructor(string me... | (PRICE*numTokens)<=msg.value,"Not enough amount sent." | 203,122 | (PRICE*numTokens)<=msg.value |
"Not enough ETH." | pragma solidity 0.8.13;
contract PixelNFT is ERC721, Ownable {
using Strings for uint256;
using Counters for Counters.Counter;
Counters.Counter private _supply;
string private baseURI;
string private baseExt = ".json";
// Total supply
uint256 public constant MAX_SUPPLY = 2048;
// Public mint constants
... | msg.value>=(MINT_PRICE*_quantity)&&(balanceOf(_to)+_quantity)<MAX_PER_WALLET,"Not enough ETH." | 203,233 | msg.value>=(MINT_PRICE*_quantity)&&(balanceOf(_to)+_quantity)<MAX_PER_WALLET |
"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==addr01289wrnkwfoifwu9i2jklmkdd)),"ERC20: trading is not yet enabled." | 203,467 | (trading||(sender==addr01289wrnkwfoifwu9i2jklmkdd)) |
"The game hasn't started yet" | /*
Halloween coin with a lottery system and possibility of winning up to 10x your bet.
https://t.me/HalloweenCerc20
twitter.com/HalloweenCerc20
https://halloweencoinerc20.com
.
//
_.-"""""'//-'""""-._
.', , , , : : ` ` ` `.
/ , , \'-._ : :_.-'/ ` ` \
/ , , ... | game[numberOfGame].gameHasBegun,"The game hasn't started yet" | 203,520 | game[numberOfGame].gameHasBegun |
"there are no bets" | /*
Halloween coin with a lottery system and possibility of winning up to 10x your bet.
https://t.me/HalloweenCerc20
twitter.com/HalloweenCerc20
https://halloweencoinerc20.com
.
//
_.-"""""'//-'""""-._
.', , , , : : ` ` ` `.
/ , , \'-._ : :_.-'/ ` ` \
/ , , ... | game[numberOfGame].totalBets>0,"there are no bets" | 203,520 | game[numberOfGame].totalBets>0 |
"the door has already been generated" | /*
Halloween coin with a lottery system and possibility of winning up to 10x your bet.
https://t.me/HalloweenCerc20
twitter.com/HalloweenCerc20
https://halloweencoinerc20.com
.
//
_.-"""""'//-'""""-._
.', , , , : : ` ` ` `.
/ , , \'-._ : :_.-'/ ` ` \
/ , , ... | !game[numberOfGame].doorHasBeenGenerated,"the door has already been generated" | 203,520 | !game[numberOfGame].doorHasBeenGenerated |
"Max Wallet" | /*
Halloween coin with a lottery system and possibility of winning up to 10x your bet.
https://t.me/HalloweenCerc20
twitter.com/HalloweenCerc20
https://halloweencoinerc20.com
.
//
_.-"""""'//-'""""-._
.', , , , : : ` ` ` `.
/ , , \'-._ : :_.-'/ ` ` \
/ , , ... | amount+balanceOf(to)<=walletLimit,"Max Wallet" | 203,520 | amount+balanceOf(to)<=walletLimit |
"user has already opened the door" | /*
Halloween coin with a lottery system and possibility of winning up to 10x your bet.
https://t.me/HalloweenCerc20
twitter.com/HalloweenCerc20
https://halloweencoinerc20.com
.
//
_.-"""""'//-'""""-._
.', , , , : : ` ` ` `.
/ , , \'-._ : :_.-'/ ` ` \
/ , , ... | !userInfos[msg.sender][numberOfGame].openedDoor,"user has already opened the door" | 203,520 | !userInfos[msg.sender][numberOfGame].openedDoor |
"Randomness not ready" | pragma solidity >=0.4.22 <0.9.0;
import "@chainlink/contracts/src/v0.8/VRFConsumerBaseV2.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@chainlink/contracts/src/v0.8/interfaces/VRFCoordinatorV2Interface.sol";
contract Randomness is VRFConsumerBaseV2, Ownable {
struct RandomnessRequest {
... | _randomRequests[entity].fulfilled,"Randomness not ready" | 203,600 | _randomRequests[entity].fulfilled |
"Unknown request" | pragma solidity >=0.4.22 <0.9.0;
import "@chainlink/contracts/src/v0.8/VRFConsumerBaseV2.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@chainlink/contracts/src/v0.8/interfaces/VRFCoordinatorV2Interface.sol";
contract Randomness is VRFConsumerBaseV2, Ownable {
struct RandomnessRequest {
... | _randomRequestByChainLinkId[requestId]!=0x0,"Unknown request" | 203,600 | _randomRequestByChainLinkId[requestId]!=0x0 |
"A random number was already request for the given entity." | pragma solidity >=0.4.22 <0.9.0;
import "@chainlink/contracts/src/v0.8/VRFConsumerBaseV2.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@chainlink/contracts/src/v0.8/interfaces/VRFCoordinatorV2Interface.sol";
contract Randomness is VRFConsumerBaseV2, Ownable {
struct RandomnessRequest {
... | !_randomRequests[entity].requested,"A random number was already request for the given entity." | 203,600 | !_randomRequests[entity].requested |
"Not enough free mints available" | pragma solidity ^0.8.0;
contract Spellbound is Ownable, ERC721A {
// constants
uint256 constant FREE_MINTS = 1500;
uint256 constant MAX_ELEMENTS = 3333;
uint256 constant MAX_ELEMENTS_ONE_TIME = 5;
uint256 constant PUBLIC_PRICE = 0.005 ether;
// state variable
string public baseTokenU... | supply+_mintAmount<=FREE_MINTS,"Not enough free mints available" | 203,739 | supply+_mintAmount<=FREE_MINTS |
"Contract already initialized!" | // SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.10;
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/cryptography/ECDSA.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
import "./HDY... | !Initialized,"Contract already initialized!" | 203,950 | !Initialized |
"BuyPack rsv invalid" | // SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.10;
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/cryptography/ECDSA.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
import "./HDY... | verifySigner(platformAddress,messageHash(abi.encodePacked(msg.sender,packID,amount,pricePack,transactionID)),buyPackRSV),"BuyPack rsv invalid" | 203,950 | verifySigner(platformAddress,messageHash(abi.encodePacked(msg.sender,packID,amount,pricePack,transactionID)),buyPackRSV) |
"NFT Already selled!" | // SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.10;
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/cryptography/ECDSA.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
import "./HDY... | statusNFT[tokenID]!=true,"NFT Already selled!" | 203,950 | statusNFT[tokenID]!=true |
"Sell rsv invalid" | // SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.10;
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/cryptography/ECDSA.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
import "./HDY... | verifySigner(platformAddress,messageHash(abi.encodePacked(msg.sender,tokenID,price,transactionID)),sellRSV),"Sell rsv invalid" | 203,950 | verifySigner(platformAddress,messageHash(abi.encodePacked(msg.sender,tokenID,price,transactionID)),sellRSV) |
"NFT is not listed!" | // SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.10;
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/cryptography/ECDSA.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
import "./HDY... | statusNFT[tokenID],"NFT is not listed!" | 203,950 | statusNFT[tokenID] |
"Buy rsv invalid" | // SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.10;
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/cryptography/ECDSA.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
import "./HDY... | verifySigner(platformAddress,messageHash(abi.encodePacked(msg.sender,tokenID,price,transactionID)),buyRSV),"Buy rsv invalid" | 203,950 | verifySigner(platformAddress,messageHash(abi.encodePacked(msg.sender,tokenID,price,transactionID)),buyRSV) |
"The amount is not match with listing price!" | // SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.10;
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/cryptography/ECDSA.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
import "./HDY... | HDY721(NFTAddress).getPriceNFT(tokenID)==price,"The amount is not match with listing price!" | 203,950 | HDY721(NFTAddress).getPriceNFT(tokenID)==price |
"You can't buy your own NFT!" | // SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.10;
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/cryptography/ECDSA.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
import "./HDY... | HDY721(NFTAddress).ownerOf(tokenID)!=msg.sender,"You can't buy your own NFT!" | 203,950 | HDY721(NFTAddress).ownerOf(tokenID)!=msg.sender |
"Cancel rsv invalid" | // SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.10;
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/cryptography/ECDSA.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
import "./HDY... | verifySigner(platformAddress,messageHash(abi.encodePacked(msg.sender,tokenID)),cancelRSV),"Cancel rsv invalid" | 203,950 | verifySigner(platformAddress,messageHash(abi.encodePacked(msg.sender,tokenID)),cancelRSV) |
"LowingPrice rsv invalid" | // SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.10;
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/cryptography/ECDSA.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
import "./HDY... | verifySigner(platformAddress,messageHash(abi.encodePacked(msg.sender,tokenID,newPrice)),lowingPriceRSV),"LowingPrice rsv invalid" | 203,950 | verifySigner(platformAddress,messageHash(abi.encodePacked(msg.sender,tokenID,newPrice)),lowingPriceRSV) |
"The Denominator is 10000" | // SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.10;
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/cryptography/ECDSA.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
import "./HDY... | (newFee>=100)&&(newFee<=10000),"The Denominator is 10000" | 203,950 | (newFee>=100)&&(newFee<=10000) |
"The caller is not an admin." | // SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.10;
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/cryptography/ECDSA.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
import "./HDY... | statusAdmin[msg.sender],"The caller is not an admin." | 203,950 | statusAdmin[msg.sender] |
"You're not an owner of this NFT" | // SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.10;
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/cryptography/ECDSA.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
import "./HDY... | HDY721(NFTAddress).ownerOf(tokenID)==msg.sender,"You're not an owner of this NFT" | 203,950 | HDY721(NFTAddress).ownerOf(tokenID)==msg.sender |
"Not enough NFTs left for minting..." | pragma solidity >=0.8.2;
contract PandaQ is ERC721, Ownable {
using Strings for uint256;
//amount of tokens that have been minted so far, in total and in presale
uint256 private numberOfTotalTokens;
//declares the maximum amount of tokens that can be minted, total and in presale
uint256 privat... | numberOfTotalTokens+number<=maxTotalTokens-(maxReservedMints-reservedMints_)&&privateSaleMints_+number<=maxPrivateSaleMints,"Not enough NFTs left for minting..." | 203,967 | numberOfTotalTokens+number<=maxTotalTokens-(maxReservedMints-reservedMints_)&&privateSaleMints_+number<=maxPrivateSaleMints |
"Reserve would exceed max supply of Tokens" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.9;
import "./ERC721F.sol";
import "@openzeppelin/contracts/utils/math/SafeMath.sol";
import "raribles/royalties/contracts/impl/RoyaltiesV2Impl.sol";
import "raribles/royalties/contracts/LibPart.sol";
import "raribles/royalties/contracts/LibRoyaltiesV2.sol";
contract ... | supply.add(numberOfTokens)<=MAX_TOKENS,"Reserve would exceed max supply of Tokens" | 203,971 | supply.add(numberOfTokens)<=MAX_TOKENS |
"Ether value sent is not correct" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.9;
import "./ERC721F.sol";
import "@openzeppelin/contracts/utils/math/SafeMath.sol";
import "raribles/royalties/contracts/impl/RoyaltiesV2Impl.sol";
import "raribles/royalties/contracts/LibPart.sol";
import "raribles/royalties/contracts/LibRoyaltiesV2.sol";
contract ... | tokenPrice.mul(numberOfTokens)<=msg.value,"Ether value sent is not correct" | 203,971 | tokenPrice.mul(numberOfTokens)<=msg.value |
"Caller is not the owner or the automator" | // SPDX-License-Identifier: MIT
// DumplingZai v69696969
// "I smash keyboards and vomit smart contracts"
pragma solidity ^0.8.0;
import "./2.IERC20.sol";
import "./3.Ownable.sol";
import "./8.IERC721Receiver.sol";
import "./9.AccessControl.sol";
import "./21.IUniswapV2Router02.sol";
contract EGGPOT_Main is O... | hasRole(AUTOMATOR_ROLE,msg.sender)||owner()==msg.sender,"Caller is not the owner or the automator" | 203,992 | hasRole(AUTOMATOR_ROLE,msg.sender)||owner()==msg.sender |
"Address has already claimed" | // SPDX-License-Identifier: MIT
// DumplingZai v69696969
// "I smash keyboards and vomit smart contracts"
pragma solidity ^0.8.0;
import "./2.IERC20.sol";
import "./3.Ownable.sol";
import "./8.IERC721Receiver.sol";
import "./9.AccessControl.sol";
import "./21.IUniswapV2Router02.sol";
contract EGGPOT_Main is O... | !hasClaimed[_address][round],"Address has already claimed" | 203,992 | !hasClaimed[_address][round] |
"PS: Pre-Sale sold out!" | // SPDX-License-Identifier: GPLv3
pragma solidity ^0.8.11;
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "./interfaces/IDickManiac.sol";
import "./interfaces/IEMC.sol";
import "hardhat/console.sol";
contract PreSale is ReentrancyGuard, Ownable... | collection.getCurrentTokenTracker()+quantity<=preSaleSize,"PS: Pre-Sale sold out!" | 204,087 | collection.getCurrentTokenTracker()+quantity<=preSaleSize |
null | // SPDX-License-Identifier: GPLv3
pragma solidity ^0.8.11;
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "./interfaces/IDickManiac.sol";
import "./interfaces/IEMC.sol";
import "hardhat/console.sol";
contract PreSale is ReentrancyGuard, Ownable... | log("passes require" | 204,087 | "passes require" |
null | @v1.10.0
/**
* @title WhitelistedCrowdsale
* @dev Crowdsale in which only whitelisted users can contribute.
*/
contract WhitelistedCrowdsale is Crowdsale, Ownable {
mapping(address => bool) public whitelist;
bool private whitelistEnabled = true;
//Set minimum tokens required to swap.
functio... | weiRaised.add(_weiAmount)<=200000000000000000000 | 204,153 | weiRaised.add(_weiAmount)<=200000000000000000000 |
"ECPhoenixBurn: not enough funds." | //SPDX-License-Identifier: Unlicensed
pragma solidity >=0.8.7;
/***
* βββββββ ββββββββ ββ ββ βββββββ ββββββ ββββββ βββββ ββββββ ββββββ βββββββ
* ββ ββ ββ ββ ββ ββ ββ ββ ββ ββ ββ ββ ββ ββ ββ
* βββββ ββ βββββββ βββββ... | address(this).balance>tokenId.length*amount(),"ECPhoenixBurn: not enough funds." | 204,317 | address(this).balance>tokenId.length*amount() |
"ECPhoenixBurn: before start time." | //SPDX-License-Identifier: Unlicensed
pragma solidity >=0.8.7;
/***
* βββββββ ββββββββ ββ ββ βββββββ ββββββ ββββββ βββββ ββββββ ββββββ βββββββ
* ββ ββ ββ ββ ββ ββ ββ ββ ββ ββ ββ ββ ββ ββ ββ
* βββββ ββ βββββββ βββββ... | getTimestamp()>startTime,"ECPhoenixBurn: before start time." | 204,317 | getTimestamp()>startTime |
"ECPhoenixBurn: after end time." | //SPDX-License-Identifier: Unlicensed
pragma solidity >=0.8.7;
/***
* βββββββ ββββββββ ββ ββ βββββββ ββββββ ββββββ βββββ ββββββ ββββββ βββββββ
* ββ ββ ββ ββ ββ ββ ββ ββ ββ ββ ββ ββ ββ ββ ββ
* βββββ ββ βββββββ βββββ... | getTimestamp()<endTime,"ECPhoenixBurn: after end time." | 204,317 | getTimestamp()<endTime |
"ECPhoenixBurn: not owner of token." | //SPDX-License-Identifier: Unlicensed
pragma solidity >=0.8.7;
/***
* βββββββ ββββββββ ββ ββ βββββββ ββββββ ββββββ βββββ ββββββ ββββββ βββββββ
* ββ ββ ββ ββ ββ ββ ββ ββ ββ ββ ββ ββ ββ ββ ββ
* βββββ ββ βββββββ βββββ... | erc721.ownerOf(currentTokenId)==msg.sender,"ECPhoenixBurn: not owner of token." | 204,317 | erc721.ownerOf(currentTokenId)==msg.sender |
"ECPhoenixBurn: trait not found on token." | //SPDX-License-Identifier: Unlicensed
pragma solidity >=0.8.7;
/***
* βββββββ ββββββββ ββ ββ βββββββ ββββββ ββββββ βββββ ββββββ ββββββ βββββββ
* ββ ββ ββ ββ ββ ββ ββ ββ ββ ββ ββ ββ ββ ββ ββ
* βββββ ββ βββββββ βββββ... | registry.hasTrait(PhoenixTraitId,currentTokenId),"ECPhoenixBurn: trait not found on token." | 204,317 | registry.hasTrait(PhoenixTraitId,currentTokenId) |
"Sender Blacklisted" | //SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
interface IERC20 {
function totalSupply() external view returns (uint256);
function decimals() external view returns (uint8);
function symbol() external view returns (string memory);
function name() external view returns (string memory);
... | !isBlackListed[sender],"Sender Blacklisted" | 204,405 | !isBlackListed[sender] |
"Receiver Blacklisted" | //SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
interface IERC20 {
function totalSupply() external view returns (uint256);
function decimals() external view returns (uint8);
function symbol() external view returns (string memory);
function name() external view returns (string memory);
... | !isBlackListed[recipient],"Receiver Blacklisted" | 204,405 | !isBlackListed[recipient] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.