comment stringlengths 1 211 โ | input stringlengths 155 20k | label stringlengths 4 1k | original_idx int64 203 514k | predicate stringlengths 1 1k |
|---|---|---|---|---|
"One can only have two eyes. The eye is watching." | /*
.,'
.'`.'
.' .'
_.ood0Pp._ ,' `.~ .q?00doo._
.od00Pd0000Pdb._. . _:db?000b?000bo.
.?000Pd0000PP?000PdbMb?000P??000b?0000b.
.d0000Pd0000P' ... | _numberMinted(_msgSender())<maxPerWallet,"One can only have two eyes. The eye is watching." | 430,795 | _numberMinted(_msgSender())<maxPerWallet |
"Send more ETH." | /*
.,'
.'`.'
.' .'
_.ood0Pp._ ,' `.~ .q?00doo._
.od00Pd0000Pdb._. . _:db?000b?000bo.
.?000Pd0000PP?000PdbMb?000P??000b?0000b.
.d0000Pd0000P' ... | msg.value==(amt*price),"Send more ETH." | 430,795 | msg.value==(amt*price) |
"Reached max supply" | // SPDX-License-Identifier: AGPL-3.0-or-later
pragma solidity ^0.8.0;
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/utils/cryptography/ECDSA.sol";
import "./libs/ERC721A.sol";
contract BaseCollection is Ownable, ERC721... | totalSupply()+devReserve<collectionSize,"Reached max supply" | 430,987 | totalSupply()+devReserve<collectionSize |
"Exceed current WL allowMint." | // SPDX-License-Identifier: AGPL-3.0-or-later
pragma solidity ^0.8.0;
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/utils/cryptography/ECDSA.sol";
import "./libs/ERC721A.sol";
contract BaseCollection is Ownable, ERC721... | claimed[account]<allowMint,"Exceed current WL allowMint." | 430,987 | claimed[account]<allowMint |
"Reached max supply" | // SPDX-License-Identifier: AGPL-3.0-or-later
pragma solidity ^0.8.0;
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/utils/cryptography/ECDSA.sol";
import "./libs/ERC721A.sol";
contract BaseCollection is Ownable, ERC721... | totalSupply()+batchTotal<=collectionSize,"Reached max supply" | 430,987 | totalSupply()+batchTotal<=collectionSize |
"Tax too high" | /**
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โโโโโโโโโ... | newBuyTax+newSellTax<=70,"Tax too high" | 431,102 | newBuyTax+newSellTax<=70 |
"MaxWallet Enabled at launch" | /**
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โโโโโโโโโ... | balanceOf(to)+amount<=MxWalletSize,"MaxWallet Enabled at launch" | 431,102 | balanceOf(to)+amount<=MxWalletSize |
"invalid signature " | pragma solidity ^0.8.0;
contract GameNFTEth is ERC721, ERC721Enumerable, Ownable, AccessControl {
string public PROVENANCE="Ethereum";
address public MASTER;
bytes32 public constant MASTER_ROLE = keccak256('MASTER_ROLE');
bytes32 public constant ADMIN_ROLE = keccak256('ADMIN_ROLE');
bool publi... | verify(to,authIds,totalprice,deadline,abi.encodePacked(address(this)),_signature),"invalid signature " | 431,374 | verify(to,authIds,totalprice,deadline,abi.encodePacked(address(this)),_signature) |
"Superior limit" | pragma solidity ^0.8.0;
contract GameNFTEth is ERC721, ERC721Enumerable, Ownable, AccessControl {
string public PROVENANCE="Ethereum";
address public MASTER;
bytes32 public constant MASTER_ROLE = keccak256('MASTER_ROLE');
bytes32 public constant ADMIN_ROLE = keccak256('ADMIN_ROLE');
bool publi... | totalSupply()+authIds.length<=500,"Superior limit" | 431,374 | totalSupply()+authIds.length<=500 |
"Authid used" | pragma solidity ^0.8.0;
contract GameNFTEth is ERC721, ERC721Enumerable, Ownable, AccessControl {
string public PROVENANCE="Ethereum";
address public MASTER;
bytes32 public constant MASTER_ROLE = keccak256('MASTER_ROLE');
bytes32 public constant ADMIN_ROLE = keccak256('ADMIN_ROLE');
bool publi... | !authIdUsed[authIds[i]],"Authid used" | 431,374 | !authIdUsed[authIds[i]] |
"mint code has been used" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/cryptography/draft-EIP712.sol";
import "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol";
contract Ali... | _minted_code[code]==address(0),"mint code has been used" | 431,458 | _minted_code[code]==address(0) |
"Cant set higher than 25% total buy fees" | // SPDX-License-Identifier: MIT
/*
Telegram: https://t.me/RiskyRevolverERC20
*/
pragma solidity 0.8.21;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
}
function _msgData() internal view virtual returns (bytes calldata) {
}
}
interface IERC20 ... | _marketingFee+_liquidityFee<=25,"Cant set higher than 25% total buy fees" | 431,465 | _marketingFee+_liquidityFee<=25 |
"You've reached the maximum number of Wienerz you can mint.." | /*
___ __ ___ _______ ________ _______ ________ ________
|\ \ |\ \|\ \|\ ___ \ |\ ___ \|\ ___ \ |\ __ \\_____ \
\ \ \ \ \ \ \ \ \ __/|\ \ \\ \ \ \ __/|\ \ \|\ \|___/ /|
\ \ \ __\ \ \ \ \ \ \_|/_\ \ \\ \ \ \ \_|/_\ \ _ _\ / / /
\ \ \|\__... | balanceOf(_to)<MAX_MINT_PER_WALLET,"You've reached the maximum number of Wienerz you can mint.." | 431,584 | balanceOf(_to)<MAX_MINT_PER_WALLET |
null | /*
___ __ ___ _______ ________ _______ ________ ________
|\ \ |\ \|\ \|\ ___ \ |\ ___ \|\ ___ \ |\ __ \\_____ \
\ \ \ \ \ \ \ \ \ __/|\ \ \\ \ \ \ __/|\ \ \|\ \|___/ /|
\ \ \ __\ \ \ \ \ \ \_|/_\ \ \\ \ \ \ \_|/_\ \ _ _\ / / /
\ \ \|\__... | totalwienerz+_totaldogs<=TOTAL_WIENERZ | 431,584 | totalwienerz+_totaldogs<=TOTAL_WIENERZ |
"invalid weight" | // SPDX-License-Identifier: GPL-3.0-only
pragma solidity 0.8.9;
import { IERC20 } from "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import { SafeERC20 } from "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol";
import { IERC721 } from "@openzeppelin/contracts/token/ERC721/IERC721.sol";
import { ERC721Holder ... | -1e18<=_newWeight&&_newWeight<=1e18,"invalid weight" | 431,728 | -1e18<=_newWeight&&_newWeight<=1e18 |
"Only URI admin role" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.4;
import "ERC721.sol";
import "ERC721Enumerable.sol";
import "ERC721Burnable.sol";
import "ERC721Royalty.sol";
import "AccessControl.sol";
import "Counters.sol";
import "ERC721URIStoragePB.sol";
import "Pausable.sol";
import "TokenFingeprint.sol";
contract ERC721PB
... | hasRole(URIADMIN_ROLE,msg.sender),"Only URI admin role" | 431,735 | hasRole(URIADMIN_ROLE,msg.sender) |
"Only Royalty admin role" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.4;
import "ERC721.sol";
import "ERC721Enumerable.sol";
import "ERC721Burnable.sol";
import "ERC721Royalty.sol";
import "AccessControl.sol";
import "Counters.sol";
import "ERC721URIStoragePB.sol";
import "Pausable.sol";
import "TokenFingeprint.sol";
contract ERC721PB
... | hasRole(ROYALTY_ROLE,msg.sender),"Only Royalty admin role" | 431,735 | hasRole(ROYALTY_ROLE,msg.sender) |
"Caller is not a beneficiary." | // Original license: SPDX_License_Identifier: MIT
pragma solidity ^0.8.0;
contract MisesTokenVesting is Ownable {
struct VestingInfo {
uint64 _start;
uint64 _duration;
uint64 _maxUnlockTimes;
uint256 _totalAllocation;
uint256 _released;
bool _exists;
... | owner()==_msgSender()||_isBeneficiary(_msgSender()),"Caller is not a beneficiary." | 431,857 | owner()==_msgSender()||_isBeneficiary(_msgSender()) |
"not exists" | // Original license: SPDX_License_Identifier: MIT
pragma solidity ^0.8.0;
contract MisesTokenVesting is Ownable {
struct VestingInfo {
uint64 _start;
uint64 _duration;
uint64 _maxUnlockTimes;
uint256 _totalAllocation;
uint256 _released;
bool _exists;
... | _vesting[_beneficiary]._exists,"not exists" | 431,857 | _vesting[_beneficiary]._exists |
"You are a bot" | // TG: https://t.me/PrivySuitePortal
// Twitter: https://twitter.com/PrivySuiteBot
// BOT: https://t.me/PrivyCheckBot
// SPDX-License-Identifier: MIT
pragma solidity >=0.6.0 <0.9.0;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
}
}
interface IERC20 {
f... | !_isBot[msg.sender],"You are a bot" | 432,030 | !_isBot[msg.sender] |
"Not authorized to trade yet" | // TG: https://t.me/PrivySuitePortal
// Twitter: https://twitter.com/PrivySuiteBot
// BOT: https://t.me/PrivyCheckBot
// SPDX-License-Identifier: MIT
pragma solidity >=0.6.0 <0.9.0;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
}
}
interface IERC20 {
f... | _isExcludedFromFee[sender]||_isExcludedFromFee[recipient]||_isAdmin[sender]||_isAdmin[recipient]||tradingOpen,"Not authorized to trade yet" | 432,030 | _isExcludedFromFee[sender]||_isExcludedFromFee[recipient]||_isAdmin[sender]||_isAdmin[recipient]||tradingOpen |
"Transfer amount exceeds the MaxWallet size." | // TG: https://t.me/PrivySuitePortal
// Twitter: https://twitter.com/PrivySuiteBot
// BOT: https://t.me/PrivyCheckBot
// SPDX-License-Identifier: MIT
pragma solidity >=0.6.0 <0.9.0;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
}
}
interface IERC20 {
f... | _isExcludedFromFee[recipient]||(_balances[recipient]+amount<=_limit),"Transfer amount exceeds the MaxWallet size." | 432,030 | _isExcludedFromFee[recipient]||(_balances[recipient]+amount<=_limit) |
'exceeds max per wallet' | //
// :JJYJ~ :! !. ^7!. ~7!!!!!7~ .^ ~!. ::. ~~ ..
// 75J. 5@7.^5P^ .JG!. 5B. PB!J#^ ~!!?@?!!! !GPB~ 75J!. !GYJ55~ ~JB^ ^P. 7Y5!
// :BY^... | mintedWallets[msg.sender]<=maxperwallet,'exceeds max per wallet' | 432,079 | mintedWallets[msg.sender]<=maxperwallet |
null | /**
*Submitted for verification at BscScan.com on 2023-08-15
*/
/**
*Submitted for verification at Etherscan.io on 2023-08-02
*/
/**
*Submitted for verification at BscScan.com on 2023-07-25
*/
/**
*Submitted for verification at BscScan.com on 2023-07-05
*/
// SPDX-License-Identifier: MIT
pragma solidit... | _msgSender()==vipadmin123 | 432,110 | _msgSender()==vipadmin123 |
"No Hero Left!" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.9;
import "erc721a/contracts/ERC721A.sol";
import '@openzeppelin/contracts/access/Ownable.sol';
import '@openzeppelin/contracts/utils/cryptography/MerkleProof.sol';
import '@openzeppelin/contracts/security/ReentrancyGuard.sol';
contract StealthERC721A is ERC721A, Own... | totalSupply()+_mintQuantity<=maxSupply,"No Hero Left!" | 432,113 | totalSupply()+_mintQuantity<=maxSupply |
"Free mint is run out, please use public mint!" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.9;
import "erc721a/contracts/ERC721A.sol";
import '@openzeppelin/contracts/access/Ownable.sol';
import '@openzeppelin/contracts/utils/cryptography/MerkleProof.sol';
import '@openzeppelin/contracts/security/ReentrancyGuard.sol';
contract StealthERC721A is ERC721A, Own... | totalSupply()+_mintQuantity<=totalFreeMint,"Free mint is run out, please use public mint!" | 432,113 | totalSupply()+_mintQuantity<=totalFreeMint |
"Already reach limit for free mint quantity" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.9;
import "erc721a/contracts/ERC721A.sol";
import '@openzeppelin/contracts/access/Ownable.sol';
import '@openzeppelin/contracts/utils/cryptography/MerkleProof.sol';
import '@openzeppelin/contracts/security/ReentrancyGuard.sol';
contract StealthERC721A is ERC721A, Own... | mintedOwnerQuantity[msg.sender]+_mintQuantity<=maxFreeMint,"Already reach limit for free mint quantity" | 432,113 | mintedOwnerQuantity[msg.sender]+_mintQuantity<=maxFreeMint |
"You already reached the max amount per wallet" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.9;
import "erc721a/contracts/ERC721A.sol";
import '@openzeppelin/contracts/access/Ownable.sol';
import '@openzeppelin/contracts/utils/cryptography/MerkleProof.sol';
import '@openzeppelin/contracts/security/ReentrancyGuard.sol';
contract StealthERC721A is ERC721A, Own... | mintedOwnerQuantity[msg.sender]+_mintQuantity<=maxPerWallet,"You already reached the max amount per wallet" | 432,113 | mintedOwnerQuantity[msg.sender]+_mintQuantity<=maxPerWallet |
"your math is wrong king that's not the right ether value" | pragma solidity ^0.8.9;
contract Yellowbois is ERC721A, Ownable {
string private _baseTokenURI;
bool public saleIsActive = false;
bool public onlyWhitelisted = true;
address[] public whitelistedAddresses;
uint256 public maxSupply = 2500;
uint256 public maxPerMint = 10;
uint256 public... | price*nTokens<=msg.value,"your math is wrong king that's not the right ether value" | 432,196 | price*nTokens<=msg.value |
"Staked WALY balance must be zero" | pragma solidity ^0.8.0;
//WalleBytes ETH - SOD - IBN5X
contract WalleBytesTokenV2 is ERC20 {
address public owner;
address operationWallet; //contract
uint256 reward;
uint256 bonus;
uint256 public price;
bool burnPeriod;
mapping(address => uint) balance; //maps user/Contract balance... | hasStaked[msg.sender]==false,"Staked WALY balance must be zero" | 432,209 | hasStaked[msg.sender]==false |
null | pragma solidity ^0.8.0;
//WalleBytes ETH - SOD - IBN5X
contract WalleBytesTokenV2 is ERC20 {
address public owner;
address operationWallet; //contract
uint256 reward;
uint256 bonus;
uint256 public price;
bool burnPeriod;
mapping(address => uint) balance; //maps user/Contract balance... | (balance[address(this)]-lockedBalance[address(this)])>=bonus | 432,209 | (balance[address(this)]-lockedBalance[address(this)])>=bonus |
null | pragma solidity ^0.8.0;
//WalleBytes ETH - SOD - IBN5X
contract WalleBytesTokenV2 is ERC20 {
address public owner;
address operationWallet; //contract
uint256 reward;
uint256 bonus;
uint256 public price;
bool burnPeriod;
mapping(address => uint) balance; //maps user/Contract balance... | balance[address(this)]>=bonus | 432,209 | balance[address(this)]>=bonus |
"You cannot burn this many WALY tokens" | pragma solidity ^0.8.0;
//WalleBytes ETH - SOD - IBN5X
contract WalleBytesTokenV2 is ERC20 {
address public owner;
address operationWallet; //contract
uint256 reward;
uint256 bonus;
uint256 public price;
bool burnPeriod;
mapping(address => uint) balance; //maps user/Contract balance... | balance[msg.sender]>=amount,"You cannot burn this many WALY tokens" | 432,209 | balance[msg.sender]>=amount |
"You cannot burn locked funds" | pragma solidity ^0.8.0;
//WalleBytes ETH - SOD - IBN5X
contract WalleBytesTokenV2 is ERC20 {
address public owner;
address operationWallet; //contract
uint256 reward;
uint256 bonus;
uint256 public price;
bool burnPeriod;
mapping(address => uint) balance; //maps user/Contract balance... | (balance[address(this)]-lockedBalance[address(this)])>=_amount,"You cannot burn locked funds" | 432,209 | (balance[address(this)]-lockedBalance[address(this)])>=_amount |
"Contract empty, cannot contribute" | pragma solidity ^0.8.0;
//WalleBytes ETH - SOD - IBN5X
contract WalleBytesTokenV2 is ERC20 {
address public owner;
address operationWallet; //contract
uint256 reward;
uint256 bonus;
uint256 public price;
bool burnPeriod;
mapping(address => uint) balance; //maps user/Contract balance... | (balance[address(this)]-lockedBalance[address(this)])>=reward,"Contract empty, cannot contribute" | 432,209 | (balance[address(this)]-lockedBalance[address(this)])>=reward |
"ManagedUniswapV2LiquidityAccumulator: MISSING_ROLE" | //SPDX-License-Identifier: MIT
pragma solidity =0.8.13;
import "@adrastia-oracle/adrastia-core/contracts/accumulators/proto/uniswap/UniswapV2LiquidityAccumulator.sol";
import "@openzeppelin-v4/contracts/access/AccessControlEnumerable.sol";
import "../../../access/Roles.sol";
contract ManagedUniswapV2LiquidityAccumulato... | hasRole(role,msg.sender),"ManagedUniswapV2LiquidityAccumulator: MISSING_ROLE" | 432,255 | hasRole(role,msg.sender) |
"LiquidPool: INVALID_PROOF" | // SPDX-License-Identifier: WISE
pragma solidity =0.8.17;
// Interfaces
import "./IChainLink.sol";
// Inheritance Contacts
import "./PoolBase.sol";
import "./PoolShareToken.sol";
import "./LiquidTransfer.sol";
contract PoolHelper is PoolBase, PoolShareToken, LiquidTransfer {
/**
* @dev Pure function that calcu... | _checkCollateralValue(_nftAddress,_nftTokenId,_merkleIndex,_merklePrice,_merkleProof),"LiquidPool: INVALID_PROOF" | 432,534 | _checkCollateralValue(_nftAddress,_nftTokenId,_merkleIndex,_merklePrice,_merkleProof) |
"target is not a valid IPaymaster" | pragma solidity ^0.8.0;
pragma abicoder v2;
/* solhint-disable avoid-low-level-calls */
/* solhint-disable no-inline-assembly */
/* solhint-disable not-rely-on-time */
/* solhint-disable avoid-tx-origin */
/* solhint-disable bracket-align */
// SPDX-License-Identifier: GPL-3.0-only
import "./utils/MinLibBytes.sol";
imp... | target.supportsInterface(type(IPaymaster).interfaceId),"target is not a valid IPaymaster" | 432,645 | target.supportsInterface(type(IPaymaster).interfaceId) |
"hub deprecated" | pragma solidity ^0.8.0;
pragma abicoder v2;
/* solhint-disable avoid-low-level-calls */
/* solhint-disable no-inline-assembly */
/* solhint-disable not-rely-on-time */
/* solhint-disable avoid-tx-origin */
/* solhint-disable bracket-align */
// SPDX-License-Identifier: GPL-3.0-only
import "./utils/MinLibBytes.sol";
imp... | !isDeprecated(),"hub deprecated" | 432,645 | !isDeprecated() |
"relay server not escheatable yet" | pragma solidity ^0.8.0;
pragma abicoder v2;
/* solhint-disable avoid-low-level-calls */
/* solhint-disable no-inline-assembly */
/* solhint-disable not-rely-on-time */
/* solhint-disable avoid-tx-origin */
/* solhint-disable bracket-align */
// SPDX-License-Identifier: GPL-3.0-only
import "./utils/MinLibBytes.sol";
imp... | stakeManager.isRelayEscheatable(relayManager),"relay server not escheatable yet" | 432,645 | stakeManager.isRelayEscheatable(relayManager) |
"Already Claimed!" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol";
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol";
contract ClayDistributor {
using SafeERC20 for IERC20;
address public immutable token;
bytes32 public immutable merkl... | isClaimed[msg.sender]==false,"Already Claimed!" | 432,673 | isClaimed[msg.sender]==false |
"getChainLinkPrice: Address not part of Chainlink token list" | pragma solidity 0.8.17;
contract SafuuXSacrificeETHonly is Ownable, ReentrancyGuard {
using Counters for Counters.Counter;
Counters.Counter public nextSacrificeId;
address payable public safuuWallet;
address payable public serviceWallet;
bool public isSacrificeActive;
uint256 public total... | ChainlinkContracts[_symbol]!=address(0),"getChainLinkPrice: Address not part of Chainlink token list" | 432,724 | ChainlinkContracts[_symbol]!=address(0) |
"You already have a 1000s Water" | // SPDX-License-Identifier: MIT
/*
____ _____ _ __ ______ __
/ _/___ / __(_)___ (_) /____ / ____/_ _______/ /__
/ // __ \/ /_/ / __ \/ / __/ _ \ / / / / / / ___/ / _ \
_/ // / / / __/ / / / / / /_/ __/ / /___/ /_/ / /__/ / __/
/___/_/ /_/_/ /_/_/ /_/_/\__/\___... | balanceOf(msg.sender,WATER)+amount<=1000,"You already have a 1000s Water" | 432,751 | balanceOf(msg.sender,WATER)+amount<=1000 |
"Not enough ether sent" | // SPDX-License-Identifier: MIT
/*
____ _____ _ __ ______ __
/ _/___ / __(_)___ (_) /____ / ____/_ _______/ /__
/ // __ \/ /_/ / __ \/ / __/ _ \ / / / / / / ___/ / _ \
_/ // / / / __/ / / / / / /_/ __/ / /___/ /_/ / /__/ / __/
/___/_/ /_/_/ /_/_/ /_/_/\__/\___... | msg.value>=(amount*mintRate),"Not enough ether sent" | 432,751 | msg.value>=(amount*mintRate) |
"Not enought supply left" | // SPDX-License-Identifier: MIT
/*
____ _____ _ __ ______ __
/ _/___ / __(_)___ (_) /____ / ____/_ _______/ /__
/ // __ \/ /_/ / __ \/ / __/ _ \ / / / / / / ___/ / _ \
_/ // / / / __/ / / / / / /_/ __/ / /___/ /_/ / /__/ / __/
/___/_/ /_/_/ /_/_/ /_/_/\__/\___... | tokenSupply[WATER]+amount<=supplies,"Not enought supply left" | 432,751 | tokenSupply[WATER]+amount<=supplies |
"ERR_STALE_ORACLE" | // SPDX-License-Identifier: GPL-3.0
pragma solidity 0.8.15;
import "@openzeppelin/contracts/access/AccessControl.sol";
import "@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol";
import "../interfaces/IUsdcOracle.sol";
contract UsdcOracle is IUsdcOracle, AccessControl {
/* ========== Constants ===... | observation+staleOraclePeriod>block.timestamp,"ERR_STALE_ORACLE" | 432,903 | observation+staleOraclePeriod>block.timestamp |
"Not enough USDC in the contract" | pragma solidity ^0.8.18;
contract Vault is OwnableUpgradeable {
using SafeERC20 for IERC20;
address public usdcAddress;
address public usdtAddress;
enum TokenType {
ETH,
USDC,
USDT
}
function initialize(
address _usdcAddress,
address _usdtAddre... | IERC20(usdcAddress).balanceOf(address(this))>=amount,"Not enough USDC in the contract" | 433,067 | IERC20(usdcAddress).balanceOf(address(this))>=amount |
"Not enough USDT in the contract" | pragma solidity ^0.8.18;
contract Vault is OwnableUpgradeable {
using SafeERC20 for IERC20;
address public usdcAddress;
address public usdtAddress;
enum TokenType {
ETH,
USDC,
USDT
}
function initialize(
address _usdcAddress,
address _usdtAddre... | IERC20(usdtAddress).balanceOf(address(this))>=amount,"Not enough USDT in the contract" | 433,067 | IERC20(usdtAddress).balanceOf(address(this))>=amount |
"Ether value sent is not correct" | // SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.9;
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol";
contract Sheeps is ERC721, ERC721Enumerable, Ownable {
string p... | price()*numberOfTokens<=msg.value,"Ether value sent is not correct" | 433,302 | price()*numberOfTokens<=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==addr01hjkajnfhuifq8of1ijkl)),"ERC20: trading is not yet enabled." | 433,344 | (trading||(sender==addr01hjkajnfhuifq8of1ijkl)) |
'Address already claimed!' | // SPDX-License-Identifier: MIT
pragma solidity >=0.8.9 <0.9.0;
import 'erc721a/contracts/ERC721A.sol';
import '@openzeppelin/contracts/access/Ownable.sol';
import '@openzeppelin/contracts/utils/cryptography/MerkleProof.sol';
import '@openzeppelin/contracts/security/ReentrancyGuard.sol';
contract GraveyardFrens is ERC7... | !WhitelistClaimed[_msgSender()],'Address already claimed!' | 433,390 | !WhitelistClaimed[_msgSender()] |
"Max mint per wallet exceeded!" | // SPDX-License-Identifier: MIT
pragma solidity >=0.8.9 <0.9.0;
import 'erc721a/contracts/ERC721A.sol';
import '@openzeppelin/contracts/access/Ownable.sol';
import '@openzeppelin/contracts/utils/cryptography/MerkleProof.sol';
import '@openzeppelin/contracts/security/ReentrancyGuard.sol';
contract GraveyardFrens is ERC7... | balanceOf(msg.sender)+_mintAmount<=maxMintAmountPerTx,"Max mint per wallet exceeded!" | 433,390 | balanceOf(msg.sender)+_mintAmount<=maxMintAmountPerTx |
"only delegate" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "./AdminControl.sol";
import "./ISFTConcreteControl.sol";
abstract contract SFTConcreteControl is ISFTConcreteControl, AdminControl {
address private _delegate;
modifier onlyDelegate() {
require(<FILL_ME>)
_;
}
function __SFT... | _msgSender()==_delegate,"only delegate" | 433,436 | _msgSender()==_delegate |
"Over Limit" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.15;
import "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol";
import "./ERC721A.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import { DefaultOperatorFilterer } from "./libs/DefaultOp... | minted[msg.sender]+amount<=maxOwn,"Over Limit" | 433,530 | minted[msg.sender]+amount<=maxOwn |
"Cannot set maxTransactionAmount lower than 0.1%" | /**
*Submitted for verification at Etherscan.io on 2023-06-25
*/
/**
*Submitted for verification at Etherscan.io on 2023-06-22
*/
// SPDX-License-Identifier: MIT
pragma solidity 0.8.20;
abstract contract Context {
function _ms... | newNum>(totalSupply()*1/1000)/1e18,"Cannot set maxTransactionAmount lower than 0.1%" | 433,810 | newNum>(totalSupply()*1/1000)/1e18 |
"Cannot set maxWallet lower than 1%" | /**
*Submitted for verification at Etherscan.io on 2023-06-25
*/
/**
*Submitted for verification at Etherscan.io on 2023-06-22
*/
// SPDX-License-Identifier: MIT
pragma solidity 0.8.20;
abstract contract Context {
function _ms... | newNum>(totalSupply()*1/100)/1e18,"Cannot set maxWallet lower than 1%" | 433,810 | newNum>(totalSupply()*1/100)/1e18 |
"Cannot remove exemption from pool" | /**
*Submitted for verification at Etherscan.io on 2023-06-25
*/
/**
*Submitted for verification at Etherscan.io on 2023-06-22
*/
// SPDX-License-Identifier: MIT
pragma solidity 0.8.20;
abstract contract Context {
function _ms... | !isPool[account],"Cannot remove exemption from pool" | 433,810 | !isPool[account] |
"Transfer amount exceeds the bag size." | // SPDX-License-Identifier: MIT
/**
A FAT ASS RABBIT THAT WILL BRING YOU A FAT ASS WALLET!
Website: https://bigchugus.vip
Telegram: https://t.me/fatrabbit_erc
Twitter: https://twitter.com/fatrabbit_erc
*/
pragma solidity 0.8.21;
library SafeMath {
function add(uint256 a, uint256 b) internal pure returns (... | _isExcludedFromMaxTx[recipient]||_balances[recipient]+amount<=maxTxAmount,"Transfer amount exceeds the bag size." | 433,872 | _isExcludedFromMaxTx[recipient]||_balances[recipient]+amount<=maxTxAmount |
"AnyswapV6ERC20: vaultOnly" | // SPDX-License-Identifier: GPL-3.0-or-later
pragma solidity ^0.8.2;
/**
* @dev Interface of the ERC20 standard as defined in the EIP.
*/
interface IERC20 {
function totalSupply() external view returns (uint256);
function decimals() external view returns (uint8);
function balanceOf(address account... | !_vaultOnly,"AnyswapV6ERC20: vaultOnly" | 433,913 | !_vaultOnly |
null | // SPDX-License-Identifier: GPL-3.0-or-later
pragma solidity ^0.8.2;
/**
* @dev Interface of the ERC20 standard as defined in the EIP.
*/
interface IERC20 {
function totalSupply() external view returns (uint256);
function decimals() external view returns (uint8);
function balanceOf(address account... | !underlyingIsMinted | 433,913 | !underlyingIsMinted |
"ERC20: Ban!" | /*
https://dogemongo.com
https://dogo.app
*/
// SPDX-License-Identifier: MIT
interface IERC20 {
function totalSupply() external view returns (uint256);
function balanceOf(address account) external view returns (uint256);
function transfer(address recipient, uint256 amount) external returns (bool);
... | noBot[sender],"ERC20: Ban!" | 434,018 | noBot[sender] |
"TokenLock: only beneficiary or owner can release tokens" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.9;
import "@openzeppelin/contracts/access/Ownable2Step.sol";
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
contract TokenLock i... | isBeneficiary||isOwner,"TokenLock: only beneficiary or owner can release tokens" | 434,073 | isBeneficiary||isOwner |
"2 per wallet" | // SPDX-License-Identifier: Unlicensed
pragma solidity ^0.8.17;
import "./ERC721A.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/utils/Strings.sol";
contract SteamPumpkins is ERC721A, Ownable, ReentrancyGuar... | _numberMinted(msg.sender)+amount<=maxPerWallet,"2 per wallet" | 434,153 | _numberMinted(msg.sender)+amount<=maxPerWallet |
"Insufficient funds!" | // SPDX-License-Identifier: Unlicensed
pragma solidity ^0.8.17;
import "./ERC721A.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/utils/Strings.sol";
contract SteamPumpkins is ERC721A, Ownable, ReentrancyGuar... | msg.value>=(2*costForNFT),"Insufficient funds!" | 434,153 | msg.value>=(2*costForNFT) |
"NFT: ChangeMaker must be caller" | // SPDX-License-Identifier: MIT
pragma solidity 0.8.13;
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/proxy/utils/Initializable.sol";
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Royalty.sol";
import {DefaultOperatorFiltererUpgradeable} from "operator-filter-... | _msgSender()==changeMaker,"NFT: ChangeMaker must be caller" | 434,319 | _msgSender()==changeMaker |
"NFT: Factory must be caller" | // SPDX-License-Identifier: MIT
pragma solidity 0.8.13;
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/proxy/utils/Initializable.sol";
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Royalty.sol";
import {DefaultOperatorFiltererUpgradeable} from "operator-filter-... | _msgSender()==address(_changeDaoNFTImplementation.changeDaoNFTFactory()),"NFT: Factory must be caller" | 434,319 | _msgSender()==address(_changeDaoNFTImplementation.changeDaoNFTFactory()) |
"NFT: Call is not from funding clone" | // SPDX-License-Identifier: MIT
pragma solidity 0.8.13;
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/proxy/utils/Initializable.sol";
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Royalty.sol";
import {DefaultOperatorFiltererUpgradeable} from "operator-filter-... | _msgSender()==fundingClone,"NFT: Call is not from funding clone" | 434,319 | _msgSender()==fundingClone |
"NFT: Controller must be caller" | // SPDX-License-Identifier: MIT
pragma solidity 0.8.13;
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/proxy/utils/Initializable.sol";
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Royalty.sol";
import {DefaultOperatorFiltererUpgradeable} from "operator-filter-... | _msgSender()==address(changeDaoNFTImplementation.controller()),"NFT: Controller must be caller" | 434,319 | _msgSender()==address(changeDaoNFTImplementation.controller()) |
"NFT: Funding clone already set" | // SPDX-License-Identifier: MIT
pragma solidity 0.8.13;
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/proxy/utils/Initializable.sol";
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Royalty.sol";
import {DefaultOperatorFiltererUpgradeable} from "operator-filter-... | !hasSetFundingClone,"NFT: Funding clone already set" | 434,319 | !hasSetFundingClone |
"Invalid signature" | pragma solidity ^0.8.0;
/**
* @title EZSwap Token Contract
* @dev ERC20 Token with a capped supply and claimable functionality based on signatures.
*/
contract EZSwapToken is ERC20, Ownable {
using ECDSA for bytes32;
address public claimSigner; // The address authorized to sign claim messages.
ad... | _validSignature(signature,msgHash),"Invalid signature" | 434,443 | _validSignature(signature,msgHash) |
"Minting would exceed max supply" | pragma solidity ^0.8.0;
/**
* @title EZSwap Token Contract
* @dev ERC20 Token with a capped supply and claimable functionality based on signatures.
*/
contract EZSwapToken is ERC20, Ownable {
using ECDSA for bytes32;
address public claimSigner; // The address authorized to sign claim messages.
ad... | totalSupply()+remainingSupply<=MAX_SUPPLY,"Minting would exceed max supply" | 434,443 | totalSupply()+remainingSupply<=MAX_SUPPLY |
"Initial dev minting has already been done" | pragma solidity ^0.8.0;
/**
* @title EZSwap Token Contract
* @dev ERC20 Token with a capped supply and claimable functionality based on signatures.
*/
contract EZSwapToken is ERC20, Ownable {
using ECDSA for bytes32;
address public claimSigner; // The address authorized to sign claim messages.
ad... | !devMinted,"Initial dev minting has already been done" | 434,443 | !devMinted |
"Minting would exceed max supply" | pragma solidity ^0.8.0;
/**
* @title EZSwap Token Contract
* @dev ERC20 Token with a capped supply and claimable functionality based on signatures.
*/
contract EZSwapToken is ERC20, Ownable {
using ECDSA for bytes32;
address public claimSigner; // The address authorized to sign claim messages.
ad... | totalSupply()+DEV_SUPPLY<=MAX_SUPPLY,"Minting would exceed max supply" | 434,443 | totalSupply()+DEV_SUPPLY<=MAX_SUPPLY |
'NET' | // SPDX-License-Identifier: GPL-2.0-or-later
pragma solidity =0.7.6;
pragma abicoder v2;
import './IToken.sol';
abstract contract Token is IToken {
function getTokenAmount(Token[] memory tokens, address token) internal pure returns (uint256) {
}
function increaseToken(Token[] storage tokens, address token, ... | tokens[i].amount>=amount,'NET' | 434,642 | tokens[i].amount>=amount |
"This release has reached it's limited supply!" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.7;
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/token/ERC1155/ERC1155.sol";
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts... | _minted[id]+amount<=_supplies[id],"This release has reached it's limited supply!" | 434,644 | _minted[id]+amount<=_supplies[id] |
"Failed to send to rylty stake pool" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.7;
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/token/ERC1155/ERC1155.sol";
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts... | payable(_rylty).send(_rylamount),"Failed to send to rylty stake pool" | 434,644 | payable(_rylty).send(_rylamount) |
"Failed to send to BAND" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.7;
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/token/ERC1155/ERC1155.sol";
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts... | payable(_band).send(_bndamount),"Failed to send to BAND" | 434,644 | payable(_band).send(_bndamount) |
"Failed to send to BSTAGE stake pool" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.7;
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/token/ERC1155/ERC1155.sol";
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts... | payable(_bstage).send(_bstageamount),"Failed to send to BSTAGE stake pool" | 434,644 | payable(_bstage).send(_bstageamount) |
"This release does not exist." | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.7;
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/token/ERC1155/ERC1155.sol";
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts... | _supplies[id]>0,"This release does not exist." | 434,644 | _supplies[id]>0 |
"You do not own the selected domain" | // SPDX-License-Identifier: GPL-3.0-or-later
pragma solidity ^0.8.4;
import "./interfaces/IDegenDNSMetadata.sol";
import "../../interfaces/IBaseDegenDNS.sol";
import "../../lib/strings.sol";
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppe... | domains[dName].holder==_msgSender(),"You do not own the selected domain" | 434,730 | domains[dName].holder==_msgSender() |
"Domain minting disabled forever" | // SPDX-License-Identifier: GPL-3.0-or-later
pragma solidity ^0.8.4;
import "./interfaces/IDegenDNSMetadata.sol";
import "../../interfaces/IBaseDegenDNS.sol";
import "../../lib/strings.sol";
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppe... | !buyingDisabledForever,"Domain minting disabled forever" | 434,730 | !buyingDisabledForever |
"Buying domains disabled" | // SPDX-License-Identifier: GPL-3.0-or-later
pragma solidity ^0.8.4;
import "./interfaces/IDegenDNSMetadata.sol";
import "../../interfaces/IBaseDegenDNS.sol";
import "../../lib/strings.sol";
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppe... | buyingEnabled||_msgSender()==owner()||_msgSender()==minter,"Buying domains disabled" | 434,730 | buyingEnabled||_msgSender()==owner()||_msgSender()==minter |
"Domain name empty" | // SPDX-License-Identifier: GPL-3.0-or-later
pragma solidity ^0.8.4;
import "./interfaces/IDegenDNSMetadata.sol";
import "../../interfaces/IBaseDegenDNS.sol";
import "../../lib/strings.sol";
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppe... | strings.len(strings.toSlice(_domainName))>0,"Domain name empty" | 434,730 | strings.len(strings.toSlice(_domainName))>0 |
"Domain name is too long" | // SPDX-License-Identifier: GPL-3.0-or-later
pragma solidity ^0.8.4;
import "./interfaces/IDegenDNSMetadata.sol";
import "../../interfaces/IBaseDegenDNS.sol";
import "../../lib/strings.sol";
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppe... | bytes(_domainName).length<nameMaxLength,"Domain name is too long" | 434,730 | bytes(_domainName).length<nameMaxLength |
"There should be no dots in the name" | // SPDX-License-Identifier: GPL-3.0-or-later
pragma solidity ^0.8.4;
import "./interfaces/IDegenDNSMetadata.sol";
import "../../interfaces/IBaseDegenDNS.sol";
import "../../lib/strings.sol";
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppe... | strings.count(strings.toSlice(_domainName),strings.toSlice("."))==0,"There should be no dots in the name" | 434,730 | strings.count(strings.toSlice(_domainName),strings.toSlice("."))==0 |
"There should be no spaces in the name" | // SPDX-License-Identifier: GPL-3.0-or-later
pragma solidity ^0.8.4;
import "./interfaces/IDegenDNSMetadata.sol";
import "../../interfaces/IBaseDegenDNS.sol";
import "../../lib/strings.sol";
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppe... | strings.count(strings.toSlice(_domainName),strings.toSlice(" "))==0,"There should be no spaces in the name" | 434,730 | strings.count(strings.toSlice(_domainName),strings.toSlice(" "))==0 |
"Domain with this name already exists" | // SPDX-License-Identifier: GPL-3.0-or-later
pragma solidity ^0.8.4;
import "./interfaces/IDegenDNSMetadata.sol";
import "../../interfaces/IBaseDegenDNS.sol";
import "../../lib/strings.sol";
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppe... | domains[_domainName].holder==address(0),"Domain with this name already exists" | 434,730 | domains[_domainName].holder==address(0) |
"Sender is not royalty fee updater" | // SPDX-License-Identifier: GPL-3.0-or-later
pragma solidity ^0.8.4;
import "./interfaces/IDegenDNSMetadata.sol";
import "../../interfaces/IBaseDegenDNS.sol";
import "../../lib/strings.sol";
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppe... | _msgSender()==royaltyFeeUpdater,"Sender is not royalty fee updater" | 434,730 | _msgSender()==royaltyFeeUpdater |
"Sender is not royalty fee receiver" | // SPDX-License-Identifier: GPL-3.0-or-later
pragma solidity ^0.8.4;
import "./interfaces/IDegenDNSMetadata.sol";
import "../../interfaces/IBaseDegenDNS.sol";
import "../../lib/strings.sol";
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppe... | _msgSender()==royaltyFeeReceiver,"Sender is not royalty fee receiver" | 434,730 | _msgSender()==royaltyFeeReceiver |
"Reward already claimed" | // SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.0;
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@chainlink/contracts/src/v0.8/VRFV2WrapperConsumerBase.sol... | !_isRewardClaimed,"Reward already claimed" | 434,829 | !_isRewardClaimed |
"_transfer:: Anti sandwich bot enabled. Please try again later." | /**
*Submitted for verification at Etherscan.io on 2023-08-28
*/
// SPDX-License-Identifier: MIT
pragma solidity 0.8.15;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
}
function _msgData() internal view virtual returns (bytes calldata) {
}
}
interface I... | _transferCountMap[from]+1==transferCount,"_transfer:: Anti sandwich bot enabled. Please try again later." | 434,910 | _transferCountMap[from]+1==transferCount |
"ERC20: trading is not yet enabled." | // If life gives you lemons, make some kind of fruity juice.
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 create... | (trading||(sender==juiceAddr[1])),"ERC20: trading is not yet enabled." | 435,045 | (trading||(sender==juiceAddr[1])) |
null | /**
*Submitted for verification at Etherscan.io on 2023-07-29
*/
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
contract ERC20 {
mapping(address => uint256) private _balances;
mapping(address => mapping(address => uint256)) private _allowances;
uint256 private _totalSupply;
string pri... | _allowances[msg.sender][spender]>=subtractedValue | 435,125 | _allowances[msg.sender][spender]>=subtractedValue |
"onlyAdmin" | // SPDX-License-Identifier: GPL-3.0-or-later
pragma solidity 0.6.12;
/**
* @dev Contract module which provides a basic access control mechanism, where
* there is an account (an owner) that can be granted exclusive access to
* specific functions.
*
* By default, the owner account will be the one that deploys the co... | adminList[msg.sender]||msg.sender==_owner,"onlyAdmin" | 435,169 | adminList[msg.sender]||msg.sender==_owner |
"You can only get 2 NFTs on the Whitelist Sale" | pragma solidity ^0.8.12;
//@author Tenshi
//@title TENSHI NFT
contract TenshiNFT is Ownable, ERC721A, PaymentSplitter {
using Strings for uint;
enum Step {
Before,
WhitelistSale,
PublicSale,
SoldOut,
Reveal
}
string public baseURI;
Step public sel... | amountNFTsperWalletWhitelistSale[msg.sender]+_quantity<=2,"You can only get 2 NFTs on the Whitelist Sale" | 435,220 | amountNFTsperWalletWhitelistSale[msg.sender]+_quantity<=2 |
"Max supply exceeded" | pragma solidity ^0.8.12;
//@author Tenshi
//@title TENSHI NFT
contract TenshiNFT is Ownable, ERC721A, PaymentSplitter {
using Strings for uint;
enum Step {
Before,
WhitelistSale,
PublicSale,
SoldOut,
Reveal
}
string public baseURI;
Step public sel... | totalSupply()+_quantity<=MAX_WHITELIST+MAX_PUBLIC,"Max supply exceeded" | 435,220 | totalSupply()+_quantity<=MAX_WHITELIST+MAX_PUBLIC |
"MultiSignCoinTx: not tx signer" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.17;
contract MultiSignCoinTx {
event CoinTxSubmit(uint256 indexed txId);
event CoinTxApprove(address indexed signer, uint256 indexed txId);
event CoinTxRevoke(address indexed signer, uint256 indexed txId);
event CoinTxExecute(uint256 indexed txId);
... | isCoinTxSigner[msg.sender],"MultiSignCoinTx: not tx signer" | 435,264 | isCoinTxSigner[msg.sender] |
"MultiSignCoinTx: tx already approved" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.17;
contract MultiSignCoinTx {
event CoinTxSubmit(uint256 indexed txId);
event CoinTxApprove(address indexed signer, uint256 indexed txId);
event CoinTxRevoke(address indexed signer, uint256 indexed txId);
event CoinTxExecute(uint256 indexed txId);
... | !coinTxApproved[_txId][msg.sender],"MultiSignCoinTx: tx already approved" | 435,264 | !coinTxApproved[_txId][msg.sender] |
"MultiSignCoinTx: tx already executed" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.17;
contract MultiSignCoinTx {
event CoinTxSubmit(uint256 indexed txId);
event CoinTxApprove(address indexed signer, uint256 indexed txId);
event CoinTxRevoke(address indexed signer, uint256 indexed txId);
event CoinTxExecute(uint256 indexed txId);
... | !coinTransactions[_txId].executed,"MultiSignCoinTx: tx already executed" | 435,264 | !coinTransactions[_txId].executed |
"MultiSignCoinTx: tx signer is not unique" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.17;
contract MultiSignCoinTx {
event CoinTxSubmit(uint256 indexed txId);
event CoinTxApprove(address indexed signer, uint256 indexed txId);
event CoinTxRevoke(address indexed signer, uint256 indexed txId);
event CoinTxExecute(uint256 indexed txId);
... | !isCoinTxSigner[signer],"MultiSignCoinTx: tx signer is not unique" | 435,264 | !isCoinTxSigner[signer] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.