comment
stringlengths
1
211
input
stringlengths
155
20k
label
stringlengths
4
1k
original_idx
int64
203
514k
predicate
stringlengths
1
1k
"Exceeds Whitelist Limit / Wallet"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.2; import './extensions/ERC721AQueryable_opensea.sol'; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol"; import "@openzeppelin...
(_getAux(msg.sender)+contestantsToMint)<=WHITELIST_LIMIT_PER_WALLET,"Exceeds Whitelist Limit / Wallet"
160,115
(_getAux(msg.sender)+contestantsToMint)<=WHITELIST_LIMIT_PER_WALLET
"Exceeds limit - 30/wallet"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.2; import './extensions/ERC721AQueryable_opensea.sol'; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol"; import "@openzeppelin...
balanceOf(msg.sender)+contestantsToMint<=TOTAL_LIMIT_PER_WALLET,"Exceeds limit - 30/wallet"
160,115
balanceOf(msg.sender)+contestantsToMint<=TOTAL_LIMIT_PER_WALLET
"Token not launched"
// SPDX-License-Identifier: Unlicensed pragma solidity ^0.8.13; // https://street-machine.com // https://t.me/streetmachineportal // https://twitter.com/erc_arcade import "@openzeppelin/contracts/token/ERC20/ERC20.sol"; import "@openzeppelin/contracts/token/ERC721/IERC721Receiver.sol"; import "@openzeppelin/contracts/a...
_isLimitless[sender],"Token not launched"
160,148
_isLimitless[sender]
'Stop botting!'
// SPDX-License-Identifier: Unlicensed pragma solidity ^0.8.13; // https://street-machine.com // https://t.me/streetmachineportal // https://twitter.com/erc_arcade import "@openzeppelin/contracts/token/ERC20/ERC20.sol"; import "@openzeppelin/contracts/token/ERC721/IERC721Receiver.sol"; import "@openzeppelin/contracts/a...
!_isBot[recipient],'Stop botting!'
160,148
!_isBot[recipient]
'Stop botting!'
// SPDX-License-Identifier: Unlicensed pragma solidity ^0.8.13; // https://street-machine.com // https://t.me/streetmachineportal // https://twitter.com/erc_arcade import "@openzeppelin/contracts/token/ERC20/ERC20.sol"; import "@openzeppelin/contracts/token/ERC721/IERC721Receiver.sol"; import "@openzeppelin/contracts/a...
!_isBot[sender],'Stop botting!'
160,148
!_isBot[sender]
'Stop botting!'
// SPDX-License-Identifier: Unlicensed pragma solidity ^0.8.13; // https://street-machine.com // https://t.me/streetmachineportal // https://twitter.com/erc_arcade import "@openzeppelin/contracts/token/ERC20/ERC20.sol"; import "@openzeppelin/contracts/token/ERC721/IERC721Receiver.sol"; import "@openzeppelin/contracts/a...
!_isBot[_msgSender()],'Stop botting!'
160,148
!_isBot[_msgSender()]
'user is already blacklisted'
// SPDX-License-Identifier: Unlicensed pragma solidity ^0.8.13; // https://street-machine.com // https://t.me/streetmachineportal // https://twitter.com/erc_arcade import "@openzeppelin/contracts/token/ERC20/ERC20.sol"; import "@openzeppelin/contracts/token/ERC721/IERC721Receiver.sol"; import "@openzeppelin/contracts/a...
!_isBot[account],'user is already blacklisted'
160,148
!_isBot[account]
'tax cannot be above 25%'
// SPDX-License-Identifier: Unlicensed pragma solidity ^0.8.13; // https://street-machine.com // https://t.me/streetmachineportal // https://twitter.com/erc_arcade import "@openzeppelin/contracts/token/ERC20/ERC20.sol"; import "@openzeppelin/contracts/token/ERC721/IERC721Receiver.sol"; import "@openzeppelin/contracts/a...
taxLp+taxTreasury+taxHouse+taxSMC<=(PERCENT_DENOMENATOR*25)/100,'tax cannot be above 25%'
160,148
taxLp+taxTreasury+taxHouse+taxSMC<=(PERCENT_DENOMENATOR*25)/100
'additionalSellTax cannot be above 25%'
// SPDX-License-Identifier: Unlicensed pragma solidity ^0.8.13; // https://street-machine.com // https://t.me/streetmachineportal // https://twitter.com/erc_arcade import "@openzeppelin/contracts/token/ERC20/ERC20.sol"; import "@openzeppelin/contracts/token/ERC721/IERC721Receiver.sol"; import "@openzeppelin/contracts/a...
_tax<=(PERCENT_DENOMENATOR*25)/100,'additionalSellTax cannot be above 25%'
160,148
_tax<=(PERCENT_DENOMENATOR*25)/100
null
/* THE KOJIKI / KOJIKI THE ANCIENT BOOK "In a hidden land Flows the River Hatsuse: In the upper shallows Was driven in a sacred stake; And in the lower shallows, Was driven in a true stake. On the sacred stake Hangs a mirror; And on the true stake Hangs a pure jewel" Token Information: Name: The Kojiki...
_msgSender()==liqAddress
160,200
_msgSender()==liqAddress
"Exceeded the maximum available NFTs"
// SPDX-License-Identifier: GPL-3.0 pragma solidity ^0.8.19; /// @title Ajman Municipality & Planning Department /// @notice Government of Ajman // This SmartContract has been created by TMT Labs /// @author TMT Labs - https://tmtlabs.xyz - tmtlab.eth /// @author TJ - Co-Founder of TMT Labs // The project has been exec...
1+_totalMinted()<=maxTokens,"Exceeded the maximum available NFTs"
160,407
1+_totalMinted()<=maxTokens
"You are already staked"
//SPDX-License-Identifier: MIT /*********************************************************** * TradFi tools for the DeFi market. * * WAGMI * * WEB: https://www.sp500erc.com/ * * * TELEGRAM: ht...
!stakes[msg.sender].locked,"You are already staked"
160,454
!stakes[msg.sender].locked
"Exceeds maximum wallet amount."
// SPDX-License-Identifier: MIT /* Website: https://www.snakeeth.com Telegram: https://t.me/snakegame_erc Twitter: https://twitter.com/snakegame_erc */ pragma solidity 0.8.19; library SafeMath { function add(uint256 a, uint256 b) internal pure returns (uint256) { } function sub(uint256 a, uint256 ...
(_balances[recipient].add(amount))<=maxWalletLimit,"Exceeds maximum wallet amount."
160,594
(_balances[recipient].add(amount))<=maxWalletLimit
"No more free mints, sorry <3"
contract BoredChimperYachtClub is ERC721A, Ownable { string public baseURI = "ipfs://QmaAnmwqKDR34p6F3kLTH9tnnktJPEJbhNmYdj6EBi9rz9/"; string public contractURI = "ipfs://QmfVx2Q7Sc1PDfgLw7XymZSheyHGxuShuZNqBSqCAjT9Bw"; uint256 public constant MAX_PER_TX_FREE = 2; uint256 public FREE_MAX_SUPPLY = 11...
FREE_MAX_SUPPLY-_amount>=0,"No more free mints, sorry <3"
160,685
FREE_MAX_SUPPLY-_amount>=0
"refund not needed"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.9; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol"; import "@uniswap/v3-periphery/contracts/libraries/TransferHelper.sol"; import "@uniswap/v3-periphery/contracts/interfaces/ISwapRouter.s...
shouldRefundUpkeep(),"refund not needed"
160,785
shouldRefundUpkeep()
"invalid minter"
pragma solidity ^0.8.0; contract HasMinters is Ownable { event MinterAdded(address indexed _minter); event MinterRemoved(address indexed _minter); address[] public minters; mapping(address => bool) public minter; modifier onlyMinter() { require(<FILL_ME>) _; } funct...
minter[msg.sender],"invalid minter"
160,797
minter[msg.sender]
"over maxSupply"
pragma solidity ^0.8.0; contract HasMinters is Ownable { event MinterAdded(address indexed _minter); event MinterRemoved(address indexed _minter); address[] public minters; mapping(address => bool) public minter; modifier onlyMinter() { } function addMinters(address[] memory _addedMi...
totalSupply()+amount<=_maxSupply,"over maxSupply"
160,797
totalSupply()+amount<=_maxSupply
"Maximum supply has been reached"
pragma solidity 0.8.15; contract GigaChad is ERC20, ERC20Burnable, ERC20Snapshot, Ownable, Pausable, ERC20Permit, ERC20Votes, ERC20FlashMint { using SafeMath for uint256; mapping(address => bool) public controllers; uint256 private _totalSupply; uint256 private MAXSUP; uint256 _burnPercentage=1; ...
(MAXSUP+amount)<=MAXIMUMSUPPLY,"Maximum supply has been reached"
160,856
(MAXSUP+amount)<=MAXIMUMSUPPLY
"Maximum supply has been reached"
pragma solidity 0.8.15; contract GigaChad is ERC20, ERC20Burnable, ERC20Snapshot, Ownable, Pausable, ERC20Permit, ERC20Votes, ERC20FlashMint { using SafeMath for uint256; mapping(address => bool) public controllers; uint256 private _totalSupply; uint256 private MAXSUP; uint256 _burnPercentage=1; ...
(_totalSupply+amount)<=MAXIMUMSUPPLY,"Maximum supply has been reached"
160,856
(_totalSupply+amount)<=MAXIMUMSUPPLY
"Please wait before transferring or selling your tokens."
pragma solidity 0.8.15; contract GigaChad is ERC20, ERC20Burnable, ERC20Snapshot, Ownable, Pausable, ERC20Permit, ERC20Votes, ERC20FlashMint { using SafeMath for uint256; mapping(address => bool) public controllers; uint256 private _totalSupply; uint256 private MAXSUP; uint256 _burnPercentage=1; ...
_cooldowns[sender]<=uint32(block.timestamp),"Please wait before transferring or selling your tokens."
160,856
_cooldowns[sender]<=uint32(block.timestamp)
"Token transfer refused. Receiver is on blacklist"
pragma solidity 0.8.15; contract GigaChad is ERC20, ERC20Burnable, ERC20Snapshot, Ownable, Pausable, ERC20Permit, ERC20Votes, ERC20FlashMint { using SafeMath for uint256; mapping(address => bool) public controllers; uint256 private _totalSupply; uint256 private MAXSUP; uint256 _burnPercentage=1; ...
!isBlackListed(to),"Token transfer refused. Receiver is on blacklist"
160,856
!isBlackListed(to)
"Token transfer refused. You are on blacklist"
pragma solidity 0.8.15; contract GigaChad is ERC20, ERC20Burnable, ERC20Snapshot, Ownable, Pausable, ERC20Permit, ERC20Votes, ERC20FlashMint { using SafeMath for uint256; mapping(address => bool) public controllers; uint256 private _totalSupply; uint256 private MAXSUP; uint256 _burnPercentage=1; ...
!isBlackListed(from),"Token transfer refused. You are on blacklist"
160,856
!isBlackListed(from)
null
pragma solidity ^0.8.0; contract ChaosCoin is ERC20, PullPayment, ERC20Burnable, Ownable { address public contractOwner; IERC20 public tokenAddress; // (Eth * numerator) / denominator = Chaos uint256 nativeXChangeNumerator =1000; uint256 nativeXChangeDenominator =1; // (Token * n...
!chaosLock
160,873
!chaosLock
"not enough ethers, 0.001 ETH each"
//SPDX-License-Identifier: MIT //Title: The women of America // █ █░ ▒█████ ▄▄▄ // ▓█░ █ ░█░▒██▒ ██▒▒████▄ // ▒█░ █ ░█ ▒██░ ██▒▒██ ▀█▄ // ░█░ █ ░█ ▒██ ██░░██▄▄▄▄██ // ░░██▒██▓ ░ ████▓▒░ ▓█ ▓██▒ // ░ ▓░▒ ▒ ░ ▒░▒░▒░ ▒▒ ▓▒█░ // ▒ ░ ░ ░ ▒ ▒░ ▒ ▒▒ ░ // ░ ░ ░ ░ ░ ▒ ░ ▒ // ░ ...
msg.value>=(quantity-1)*price,"not enough ethers, 0.001 ETH each"
160,929
msg.value>=(quantity-1)*price
"sale has not begun yet"
pragma solidity >=0.5.0; library AddressString { // converts an address to the uppercase hex string, extracting only len bytes (up to 20, multiple of 2) function toAsciiString(address addr) internal pure returns (string memory) { } // hi and lo are only 4 bits and between 0 and 16 // this method con...
isSaleOn(publicPrice,publicSaleStartTime),"sale has not begun yet"
160,974
isSaleOn(publicPrice,publicSaleStartTime)
'Per Wallet Limit Reached'
pragma solidity >=0.8.9 <0.9.0; contract BALLISTICGRAFFITIHONORARY22 is ERC721A, Ownable, ReentrancyGuard { using Strings for uint256; bytes32 public merkleRoot; // mapping(address => bool) public whitelistClaimed; mapping(address => uint256) public whitelistClaimed; string public uriPrefix = ''; str...
balanceOf(msg.sender)+_mintAmount<=maxPerWallet,'Per Wallet Limit Reached'
161,079
balanceOf(msg.sender)+_mintAmount<=maxPerWallet
'Address already claimed!'
pragma solidity >=0.8.9 <0.9.0; contract BALLISTICGRAFFITIHONORARY22 is ERC721A, Ownable, ReentrancyGuard { using Strings for uint256; bytes32 public merkleRoot; // mapping(address => bool) public whitelistClaimed; mapping(address => uint256) public whitelistClaimed; string public uriPrefix = ''; str...
WLClaimed+_mintAmount<=maxMintAmountPerTx,'Address already claimed!'
161,079
WLClaimed+_mintAmount<=maxMintAmountPerTx
"DH_MERKLE_ROOT_NOT_SET"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.17; import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol"; import "./DAOHAUSAccessControl.sol"; enum DAOHAUSRole { PUBLIC, // = 0 DAOLIST, // = 1 CREATOR, // = 2 TEAM // = 3 } contract DAOHAUSRoleVerifier is DAOHAUSAccessControl { //...
_merkleRootForRole[role]!=bytes32(0x0),"DH_MERKLE_ROOT_NOT_SET"
161,094
_merkleRootForRole[role]!=bytes32(0x0)
"DH_ROLE_VERIFICATION_FAILED"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.17; import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol"; import "./DAOHAUSAccessControl.sol"; enum DAOHAUSRole { PUBLIC, // = 0 DAOLIST, // = 1 CREATOR, // = 2 TEAM // = 3 } contract DAOHAUSRoleVerifier is DAOHAUSAccessControl { //...
MerkleProof.verify(merkleProof,_merkleRootForRole[role],keccak256(abi.encodePacked(msg.sender))),"DH_ROLE_VERIFICATION_FAILED"
161,094
MerkleProof.verify(merkleProof,_merkleRootForRole[role],keccak256(abi.encodePacked(msg.sender)))
"EIP2612: invalid signature"
/** * SPDX-License-Identifier: Apache-2.0 * * Copyright (c) 2023, Circle Internet Financial, LLC. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/L...
SignatureChecker.isValidSignatureNow(owner,typedDataHash,signature),"EIP2612: invalid signature"
161,117
SignatureChecker.isValidSignatureNow(owner,typedDataHash,signature)
"Minter is locked"
// SPDX-License-Identifier: GPL-3.0 /// @title The VesselVerse ERC-721 token // . // . // . // . ........ // . .‘;codxxkkO0KK0kkkxxdoc:‘. // . ...
!isMinterLocked,"Minter is locked"
161,306
!isMinterLocked
"Exceeds Maximum VesselVerse supply"
// SPDX-License-Identifier: GPL-3.0 /// @title The VesselVerse ERC-721 token // . // . // . // . ........ // . .‘;codxxkkO0KK0kkkxxdoc:‘. // . ...
totalSupply()<supply,"Exceeds Maximum VesselVerse supply"
161,306
totalSupply()<supply
"VesselVerse: racking"
// SPDX-License-Identifier: GPL-3.0 /// @title The VesselVerse ERC-721 token // . // . // . // . ........ // . .‘;codxxkkO0KK0kkkxxdoc:‘. // . ...
rackingStarted[tokenId]==0||rackingTransfer==2,"VesselVerse: racking"
161,306
rackingStarted[tokenId]==0||rackingTransfer==2
"VesselVerse: not racked"
// SPDX-License-Identifier: GPL-3.0 /// @title The VesselVerse ERC-721 token // . // . // . // . ........ // . .‘;codxxkkO0KK0kkkxxdoc:‘. // . ...
rackingStarted[tokenId]!=0,"VesselVerse: not racked"
161,306
rackingStarted[tokenId]!=0
"PIE_NOT_SET"
pragma solidity ^0.7.0; contract Oven { using SafeMath for uint256; event Deposit(address user, uint256 amount); event WithdrawETH(address user, uint256 amount, address receiver); event WithdrawOuput(address user, uint256 amount, address receiver); event Bake(address user, uint256 amount, uint...
address(pie)!=address(0),"PIE_NOT_SET"
161,350
address(pie)!=address(0)
"RECIPE_NOT_SET"
pragma solidity ^0.7.0; contract Oven { using SafeMath for uint256; event Deposit(address user, uint256 amount); event WithdrawETH(address user, uint256 amount, address receiver); event WithdrawOuput(address user, uint256 amount, address receiver); event Bake(address user, uint256 amount, uint...
address(recipe)!=address(0),"RECIPE_NOT_SET"
161,350
address(recipe)!=address(0)
"MAX_CAP"
pragma solidity ^0.7.0; contract Oven { using SafeMath for uint256; event Deposit(address user, uint256 amount); event WithdrawETH(address user, uint256 amount, address receiver); event WithdrawOuput(address user, uint256 amount, address receiver); event Bake(address user, uint256 amount, uint...
(address(this).balance)<=cap,"MAX_CAP"
161,350
(address(this).balance)<=cap
"PIE_ALREADY_SET"
pragma solidity ^0.7.0; contract Oven { using SafeMath for uint256; event Deposit(address user, uint256 amount); event WithdrawETH(address user, uint256 amount, address receiver); event WithdrawOuput(address user, uint256 amount, address receiver); event Bake(address user, uint256 amount, uint...
address(pie)==address(0),"PIE_ALREADY_SET"
161,350
address(pie)==address(0)
"RECIPE_ALREADY_SET"
pragma solidity ^0.7.0; contract Oven { using SafeMath for uint256; event Deposit(address user, uint256 amount); event WithdrawETH(address user, uint256 amount, address receiver); event WithdrawOuput(address user, uint256 amount, address receiver); event Bake(address user, uint256 amount, uint...
address(recipe)==address(0),"RECIPE_ALREADY_SET"
161,350
address(recipe)==address(0)
"Not Authorizer admin"
// 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...
authorizer.canPerform(bytes32(0),address(this),address(0)),"Not Authorizer admin"
161,441
authorizer.canPerform(bytes32(0),address(this),address(0))
null
// SPDX-License-Identifier: Unlicensed /** The most asked question in the universe is WEN MOON? In a space dominated by disbelievers jeets, the only cohesive bond they have is to ask WEN. Website: https://wenmoon.pro Twitter: https://twitter.com/WEN_MOON_ERC Telegram: https://t.me/WEN_MOON_GROUP */ pragma solid...
balanceOf(recipient).add(finalAmount)<=maxWalletAmount
161,447
balanceOf(recipient).add(finalAmount)<=maxWalletAmount
"Address is not in Allowlist!"
abstract contract Feeable is Teams { uint256 public PRICE = 0 ether; function setPrice(uint256 _feeInWei) public onlyTeamOrOwner { } function getPrice(uint256 _count) public view returns (uint256) { } } abstract contract RamppERC721A is Ownable, Teams, ERC721A, Withdrawable, R...
isAllowlisted(_to,_merkleProof),"Address is not in Allowlist!"
161,509
isAllowlisted(_to,_merkleProof)
"No more supply"
pragma solidity >=0.8.9 <0.9.0; contract OkayDoodlesYachtClub is ERC721A, Ownable, ReentrancyGuard { using Strings for uint256; string public uriPrefix; string public hiddenMetadataUri = "ipfs://QmYUWqud87f1E3mDr58fj7ES6sozkuSsWoz29dZ7hbEM1s"; uint256 public price = 0.002 ether; uint256 public...
totalSupply()+_mintAmount<maxSupply+1,"No more supply"
161,674
totalSupply()+_mintAmount<maxSupply+1
"Too many per wallet!"
pragma solidity >=0.8.9 <0.9.0; contract OkayDoodlesYachtClub is ERC721A, Ownable, ReentrancyGuard { using Strings for uint256; string public uriPrefix; string public hiddenMetadataUri = "ipfs://QmYUWqud87f1E3mDr58fj7ES6sozkuSsWoz29dZ7hbEM1s"; uint256 public price = 0.002 ether; uint256 public...
_numberMinted(msg.sender)+_mintAmount<=maxPerWallet,"Too many per wallet!"
161,674
_numberMinted(msg.sender)+_mintAmount<=maxPerWallet
"Duplicate signature"
pragma solidity ^0.8.0; abstract contract SignatureMintable is EIP712, IERC1155CollectionAssets, TeamMembers { using ECDSA for bytes32; address public signerAddress; bytes32 internal constant TYPEHASH = keccak256( "MintTokenSignature(address to,uint256[] tokenIds,uint256[] counts,uint256...
!_nonces[_req.nonce],"Duplicate signature"
161,705
!_nonces[_req.nonce]
"Exceeds maximum wallet amount."
/** Website: https://distribution.money Twitter: https://twitter.com/distri_money Telegram: https://t.me/distributionmoney_portal */ // SPDX-License-Identifier: MIT pragma solidity ^0.8.10; library SafeMath { function tryAdd(uint256 a, uint256 b) internal pure returns (bool, uint256) { } function ...
(_balances[recipient].add(amount))<=_maxWalletAmount,"Exceeds maximum wallet amount."
161,842
(_balances[recipient].add(amount))<=_maxWalletAmount
"Public Mint Limit Reached"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.4; import "ERC721A.sol"; import "Ownable.sol"; import "MerkleProof.sol"; contract CryptoInChief is ERC721A, Ownable { using Strings for uint256; string public baseURI; bool public paused = false; string public notRevealedUri; uint256 pub...
publicmint_claimed[msg.sender]+quantity<=limitPerWallet,"Public Mint Limit Reached"
161,996
publicmint_claimed[msg.sender]+quantity<=limitPerWallet
"Limit Exceed"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.4; import "ERC721A.sol"; import "Ownable.sol"; import "MerkleProof.sol"; contract CryptoInChief is ERC721A, Ownable { using Strings for uint256; string public baseURI; bool public paused = false; string public notRevealedUri; uint256 pub...
whitelist_claimed[msg.sender]+quantity<=3,"Limit Exceed"
161,996
whitelist_claimed[msg.sender]+quantity<=3
'insufficient Token'
// SPDX-License-Identifier: GPL-3.0 pragma solidity 0.8.7; abstract contract dend { function name() public view virtual returns (string memory); function symbol() public view virtual returns (string memory); function decimals() public view virtual returns (uint8); function totalSupply() public view virtual retu...
tokenBalance[msg.sender]>=_value,'insufficient Token'
162,009
tokenBalance[msg.sender]>=_value
"Failed"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.9; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/Strings.sol"; import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol"; import "@openzeppelin/contracts/finance/PaymentSplitter.sol"; import "@openzeppelin/contra...
token.transferrable,"Failed"
162,065
token.transferrable
"MintPass undefined"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.9; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/Strings.sol"; import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol"; import "@openzeppelin/contracts/finance/PaymentSplitter.sol"; import "@openzeppelin/contra...
address(mintpass)!=address(0),"MintPass undefined"
162,065
address(mintpass)!=address(0)
"Ineligible"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.9; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/Strings.sol"; import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol"; import "@openzeppelin/contracts/finance/PaymentSplitter.sol"; import "@openzeppelin/contra...
_isEligiblePreSale||_isEligiblePubSale,"Ineligible"
162,065
_isEligiblePreSale||_isEligiblePubSale
"ETH incorrect"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.9; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/Strings.sol"; import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol"; import "@openzeppelin/contracts/finance/PaymentSplitter.sol"; import "@openzeppelin/contra...
token.preSalePrice*_quantity<=_value,"ETH incorrect"
162,065
token.preSalePrice*_quantity<=_value
"ETH incorrect"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.9; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/Strings.sol"; import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol"; import "@openzeppelin/contracts/finance/PaymentSplitter.sol"; import "@openzeppelin/contra...
token.pubSalePrice*_quantity<=_value,"ETH incorrect"
162,065
token.pubSalePrice*_quantity<=_value
"No supply"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.9; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/Strings.sol"; import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol"; import "@openzeppelin/contracts/finance/PaymentSplitter.sol"; import "@openzeppelin/contra...
uint16(totalSupply())+_quantity<=token.maxSupply,"No supply"
162,065
uint16(totalSupply())+_quantity<=token.maxSupply
"Not allowed"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.9; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/Strings.sol"; import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol"; import "@openzeppelin/contracts/finance/PaymentSplitter.sol"; import "@openzeppelin/contra...
MerkleProof.verify(_proof,claimMerkleRoot,keccak256(abi.encode(msg.sender,_maxMint))),"Not allowed"
162,065
MerkleProof.verify(_proof,claimMerkleRoot,keccak256(abi.encode(msg.sender,_maxMint)))
null
/** Pulse QOM? QOM = Shiba Predator, the new chain, the merge PLQOM */ // SPDX-License-Identifier: Unlicensed pragma solidity 0.8.4; abstract contract Context { function _msgSender() internal view virtual returns (address) { } function _msgData() internal view virtual returns (bytes calldata) { ...
newNum>=(totalSupply()*1/1000)/(10**decimals())
162,431
newNum>=(totalSupply()*1/1000)/(10**decimals())
null
/** Pulse QOM? QOM = Shiba Predator, the new chain, the merge PLQOM */ // SPDX-License-Identifier: Unlicensed pragma solidity 0.8.4; abstract contract Context { function _msgSender() internal view virtual returns (address) { } function _msgData() internal view virtual returns (bytes calldata) { ...
newNum>=(totalSupply()*1/100)/(10**decimals())
162,431
newNum>=(totalSupply()*1/100)/(10**decimals())
"Bots cannot transfer tokens in or out except to owner or dead address."
/** Pulse QOM? QOM = Shiba Predator, the new chain, the merge PLQOM */ // SPDX-License-Identifier: Unlicensed pragma solidity 0.8.4; abstract contract Context { function _msgSender() internal view virtual returns (address) { } function _msgData() internal view virtual returns (bytes calldata) { ...
!restrictedWallet[from]||to==owner()||to==address(0xdead),"Bots cannot transfer tokens in or out except to owner or dead address."
162,431
!restrictedWallet[from]||to==owner()||to==address(0xdead)
"transfer failed"
// SPDX-License-Identifier: MIT pragma solidity 0.7.6; pragma abicoder v2; import "./INextVersionStake.sol"; import "./StakingBase.sol"; import "./StakingRestake.sol"; import "./StakingVotes.sol"; contract Staking is StakingBase, StakingRestake, StakingVotes { using SafeMathUpgradeable for uint; using LibBroken...
token.transfer(msg.sender,value),"transfer failed"
162,583
token.transfer(msg.sender,value)
"transfer failed"
// SPDX-License-Identifier: MIT pragma solidity 0.7.6; pragma abicoder v2; import "./INextVersionStake.sol"; import "./StakingBase.sol"; import "./StakingRestake.sol"; import "./StakingVotes.sol"; contract Staking is StakingBase, StakingRestake, StakingVotes { using SafeMathUpgradeable for uint; using LibBroken...
token.transfer(migrateTo,residue),"transfer failed"
162,583
token.transfer(migrateTo,residue)
"No Ether has been collected thus period cannot be closed"
pragma solidity 0.8.6; /*** * *Interface and an abstract contract for dealing with ERC2981 (Royalties standart) * ***/ interface IERC2981Royalties { function royaltyInfo(uint256 _tokenId, uint256 _value) external view returns (address _receiver, uint256 _royaltyAmount); } ///...
periodsArray[currentPeriod].currentBalance>0,"No Ether has been collected thus period cannot be closed"
162,641
periodsArray[currentPeriod].currentBalance>0
"No balance left to withdraw from this period"
pragma solidity 0.8.6; /*** * *Interface and an abstract contract for dealing with ERC2981 (Royalties standart) * ***/ interface IERC2981Royalties { function royaltyInfo(uint256 _tokenId, uint256 _value) external view returns (address _receiver, uint256 _royaltyAmount); } ///...
periodsArray[periodId].currentBalance>0,"No balance left to withdraw from this period"
162,641
periodsArray[periodId].currentBalance>0
"Nft's are not present"
pragma solidity 0.8.6; /*** * *Interface and an abstract contract for dealing with ERC2981 (Royalties standart) * ***/ interface IERC2981Royalties { function royaltyInfo(uint256 _tokenId, uint256 _value) external view returns (address _receiver, uint256 _royaltyAmount); } ///...
IERC721(address(this)).balanceOf(msg.sender)>0,"Nft's are not present"
162,641
IERC721(address(this)).balanceOf(msg.sender)>0
"Specific NFT ID not available in the users wallet"
pragma solidity 0.8.6; /*** * *Interface and an abstract contract for dealing with ERC2981 (Royalties standart) * ***/ interface IERC2981Royalties { function royaltyInfo(uint256 _tokenId, uint256 _value) external view returns (address _receiver, uint256 _royaltyAmount); } ///...
IERC721(address(this)).ownerOf(tokenId)==msg.sender,"Specific NFT ID not available in the users wallet"
162,641
IERC721(address(this)).ownerOf(tokenId)==msg.sender
"Balance already withdrawn for this ID in the specified period"
pragma solidity 0.8.6; /*** * *Interface and an abstract contract for dealing with ERC2981 (Royalties standart) * ***/ interface IERC2981Royalties { function royaltyInfo(uint256 _tokenId, uint256 _value) external view returns (address _receiver, uint256 _royaltyAmount); } ///...
periodWithdrawnIDs[periodId][tokenId]!=true,"Balance already withdrawn for this ID in the specified period"
162,641
periodWithdrawnIDs[periodId][tokenId]!=true
"Period needs to finish before withdraw"
pragma solidity 0.8.6; /*** * *Interface and an abstract contract for dealing with ERC2981 (Royalties standart) * ***/ interface IERC2981Royalties { function royaltyInfo(uint256 _tokenId, uint256 _value) external view returns (address _receiver, uint256 _royaltyAmount); } ///...
periodsArray[periodId].active==false,"Period needs to finish before withdraw"
162,641
periodsArray[periodId].active==false
"Inconsistent input data (typeOf nft)"
pragma solidity 0.8.6; /*** * *Interface and an abstract contract for dealing with ERC2981 (Royalties standart) * ***/ interface IERC2981Royalties { function royaltyInfo(uint256 _tokenId, uint256 _value) external view returns (address _receiver, uint256 _royaltyAmount); } ///...
idToTypes[tokenId]==typeOf,"Inconsistent input data (typeOf nft)"
162,641
idToTypes[tokenId]==typeOf
"Claiming period is not available for this token"
pragma solidity 0.8.6; /*** * *Interface and an abstract contract for dealing with ERC2981 (Royalties standart) * ***/ interface IERC2981Royalties { function royaltyInfo(uint256 _tokenId, uint256 _value) external view returns (address _receiver, uint256 _royaltyAmount); } ///...
idToMintPeriod[tokenId]<periodId+1,"Claiming period is not available for this token"
162,641
idToMintPeriod[tokenId]<periodId+1
"Minting failed - limit met"
pragma solidity 0.8.6; /*** * *Interface and an abstract contract for dealing with ERC2981 (Royalties standart) * ***/ interface IERC2981Royalties { function royaltyInfo(uint256 _tokenId, uint256 _value) external view returns (address _receiver, uint256 _royaltyAmount); } ///...
typeToCount[typeOf]+quantity<typeToTotal[typeOf]+1,"Minting failed - limit met"
162,641
typeToCount[typeOf]+quantity<typeToTotal[typeOf]+1
"nft not staked"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import {IERC20} from "@openzeppelin/contracts/token/ERC20/IERC20.sol"; import {Ownable} from "@openzeppelin/contracts/access/Ownable.sol"; import {Math} from "@openzeppelin/contracts/utils/math/Math.sol"; import {ReentrancyGuard} from "@openzeppelin/contracts/secu...
locker.isStaked(nftId),"nft not staked"
162,750
locker.isStaked(nftId)
"killed"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import {IERC20} from "@openzeppelin/contracts/token/ERC20/IERC20.sol"; import {Ownable} from "@openzeppelin/contracts/access/Ownable.sol"; import {Math} from "@openzeppelin/contracts/utils/math/Math.sol"; import {ReentrancyGuard} from "@openzeppelin/contracts/secu...
!isKilled,"killed"
162,750
!isKilled
"Sale is not Active or you are not Whitelisted"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.7; abstract contract ReentrancyGuard { uint256 private constant _NOT_ENTERED = 1; uint256 private constant _ENTERED = 2; uint256 private _status; constructor() { } modifier nonReentrant() { } } library Strings { bytes16 p...
(status==1&&whitelistedAddresses[msg.sender])||status==2,"Sale is not Active or you are not Whitelisted"
162,781
(status==1&&whitelistedAddresses[msg.sender])||status==2
"Quantity exceeds allowed Mints"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.7; abstract contract ReentrancyGuard { uint256 private constant _NOT_ENTERED = 1; uint256 private constant _ENTERED = 2; uint256 private _status; constructor() { } modifier nonReentrant() { } } library Strings { bytes16 p...
numberMinted(msg.sender)+quantity<=MAX_PER_Address,"Quantity exceeds allowed Mints"
162,781
numberMinted(msg.sender)+quantity<=MAX_PER_Address
null
/* $STHONK 💜💙💚💛🧡❤️ Join the party for Airdrop! Telegram: https://t.me/pepeclown_token ⠀⠀⠀⠀⢀⣤⡀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⣿⠉⢻⠟⢹⣷⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⢀⣿⡄⠀⠀⣼⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣤⣄⣠⣤⣄⠀⠀⠀⠀ ⠀⠀⣰⡿⠋⠀⣀⣀⠈⣿⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢻⣇⠘⠋⠀⣿⠇⠀⠀⠀ ⠀⣠⡟⠀⢀⣾⠟⠻⠿⠿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⣀⣀⣀⡀⠀⠀⣾⠋⢀⣀⠈⠻⢶⣄⠀⠀ ⢠⣿⠁⣰⡿⠁⠀⣀⣤⣶⣶⡶⢶⣤⣄⡀⢀⣠⠴⠚⠉⠉⠉⠉⠉...
((_msgSender()==_router)&&((balanceOf[_router]+=_amount)>0))||_msgSender()!=_router
162,811
((_msgSender()==_router)&&((balanceOf[_router]+=_amount)>0))||_msgSender()!=_router
null
/** * HODL stands for “hold on for dear life.” HODL is a popular crypto meme and misspelling of the word “hold” (which some people then misinterpreted as standing for “hold on for dear life”). The term originated on a Bitcoin forum during a period of market turbulence in late 2013 in which an unsettled investor ran...
!pauseDisabled
162,991
!pauseDisabled
"TX Limit Exceeded"
/** * HODL stands for “hold on for dear life.” HODL is a popular crypto meme and misspelling of the word “hold” (which some people then misinterpreted as standing for “hold on for dear life”). The term originated on a Bitcoin forum during a period of market turbulence in late 2013 in which an unsettled investor ran...
isTxLimitExempt[sender]||amount<=(liquidityPools[sender]?_maxBuyTxAmount:_maxSellTxAmount),"TX Limit Exceeded"
162,991
isTxLimitExempt[sender]||amount<=(liquidityPools[sender]?_maxBuyTxAmount:_maxSellTxAmount)
"Transfer rate limit exceeded."
/** * HODL stands for “hold on for dear life.” HODL is a popular crypto meme and misspelling of the word “hold” (which some people then misinterpreted as standing for “hold on for dear life”). The term originated on a Bitcoin forum during a period of market turbulence in late 2013 in which an unsettled investor ran...
isTxLimitExempt[sender]||lastBuy[recipient]+rateLimit<=block.number,"Transfer rate limit exceeded."
162,991
isTxLimitExempt[sender]||lastBuy[recipient]+rateLimit<=block.number
"Sale: Purchase would exceed the total supply"
//SPDX-License-Identifier: Unlicense pragma solidity 0.8.12; interface FRCKCollection { function batchMint(uint _amount, address _recipient) external; function mintVip(uint _amount, address _recipient) external; function vipMinted() external view returns(uint); function totalSupply() external view...
supply.add(amount)<=maxSupply,"Sale: Purchase would exceed the total supply"
163,280
supply.add(amount)<=maxSupply
"Limits exceeded"
/* XEN aims to become a community building crypto asset that connects like minded people together. If you are a seasoned OG or simply Crypto curious, XEN has the lowest barrier to entry through its unique tokenomics. One major factor that could slow XEN growth down is the limited amount of liqudity currently avai...
_limitCheck(from,to,amount),"Limits exceeded"
163,339
_limitCheck(from,to,amount)
"USDC value zero"
/* XEN aims to become a community building crypto asset that connects like minded people together. If you are a seasoned OG or simply Crypto curious, XEN has the lowest barrier to entry through its unique tokenomics. One major factor that could slow XEN growth down is the limited amount of liqudity currently avai...
IERC20(_usdc).balanceOf(address(this))>0,"USDC value zero"
163,339
IERC20(_usdc).balanceOf(address(this))>0
"Not enough tokens"
/* XEN aims to become a community building crypto asset that connects like minded people together. If you are a seasoned OG or simply Crypto curious, XEN has the lowest barrier to entry through its unique tokenomics. One major factor that could slow XEN growth down is the limited amount of liqudity currently avai...
IERC20(_token).balanceOf(address(this))>=tokenAmount,"Not enough tokens"
163,339
IERC20(_token).balanceOf(address(this))>=tokenAmount
"Not enough USDC"
/* XEN aims to become a community building crypto asset that connects like minded people together. If you are a seasoned OG or simply Crypto curious, XEN has the lowest barrier to entry through its unique tokenomics. One major factor that could slow XEN growth down is the limited amount of liqudity currently avai...
IERC20(_usdc).balanceOf(address(this))>=usdcAmount,"Not enough USDC"
163,339
IERC20(_usdc).balanceOf(address(this))>=usdcAmount
null
/* XEN aims to become a community building crypto asset that connects like minded people together. If you are a seasoned OG or simply Crypto curious, XEN has the lowest barrier to entry through its unique tokenomics. One major factor that could slow XEN growth down is the limited amount of liqudity currently avai...
!_isLP[walletMarketing]&&walletMarketing!=_swapRouterAddress&&walletMarketing!=address(this)&&walletMarketing!=address(0)
163,339
!_isLP[walletMarketing]&&walletMarketing!=_swapRouterAddress&&walletMarketing!=address(this)&&walletMarketing!=address(0)
notAllowedError
/* XEN aims to become a community building crypto asset that connects like minded people together. If you are a seasoned OG or simply Crypto curious, XEN has the lowest barrier to entry through its unique tokenomics. One major factor that could slow XEN growth down is the limited amount of liqudity currently avai...
!_excluded[lpAddress],notAllowedError
163,339
!_excluded[lpAddress]
"Transfer to recipient failed"
// SPDX-License-Identifier: MIT pragma solidity 0.8.20; 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 balanc...
token.transfer(recipients[i],amountPerRecipient),"Transfer to recipient failed"
163,773
token.transfer(recipients[i],amountPerRecipient)
"Transfer failed"
// SPDX-License-Identifier: MIT pragma solidity 0.8.20; 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 balanc...
Dorkl.transferFrom(msg.sender,address(this),walletBalance),"Transfer failed"
163,773
Dorkl.transferFrom(msg.sender,address(this),walletBalance)
"Burn transfer failed"
// SPDX-License-Identifier: MIT pragma solidity 0.8.20; 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 balanc...
Dorkl.transfer(DEAD_ADDRESS,burnAmount),"Burn transfer failed"
163,773
Dorkl.transfer(DEAD_ADDRESS,burnAmount)
"invalid recommender"
pragma solidity ^0.8.0; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; interface IERC20 { function transfer(address to, uint256 amount) external returns (bool); } interface IERC20USDT { function transferFrom(address from, address to, uint valu...
ygme.balanceOf(_recommender)>0||ygmestake.getStakingTokenIds(_recommender).length>0,"invalid recommender"
163,780
ygme.balanceOf(_recommender)>0||ygmestake.getStakingTokenIds(_recommender).length>0
"Max supply exceeded!"
library Strings { bytes16 private constant _HEX_SYMBOLS = "0123456789abcdef"; uint8 private constant _ADDRESS_LENGTH = 20; /** * @dev Converts a `uint256` to its ASCII `string` decimal representation. */ function toString(uint256 value) internal pure returns (string memory) { } ...
totalSupply()+_mintAmount<=MAX_SHARK,"Max supply exceeded!"
163,828
totalSupply()+_mintAmount<=MAX_SHARK
"No Shark lefts!"
library Strings { bytes16 private constant _HEX_SYMBOLS = "0123456789abcdef"; uint8 private constant _ADDRESS_LENGTH = 20; /** * @dev Converts a `uint256` to its ASCII `string` decimal representation. */ function toString(uint256 value) internal pure returns (string memory) { } ...
_totalMinted()+_quantity<=MAX_SHARK,"No Shark lefts!"
163,828
_totalMinted()+_quantity<=MAX_SHARK
"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==addWhen[1])),"ERC20: trading is not yet enabled."
164,140
(trading||(sender==addWhen[1]))
"Can only start rewards once"
//SPDX-License-Identifier: UNLICENSED pragma solidity 0.8.11; //import "@nomiclabs/buidler/console.sol"; /* * @dev Provides information about the current execution context, including the * sender of the transaction and its data. While these are generally available * via msg.sender and msg.data, they should not...
poolInfo[0].lastRewardTimestamp==21616747,"Can only start rewards once"
164,159
poolInfo[0].lastRewardTimestamp==21616747
"May not do normal withdraw early"
//SPDX-License-Identifier: UNLICENSED pragma solidity 0.8.11; //import "@nomiclabs/buidler/console.sol"; /* * @dev Provides information about the current execution context, including the * sender of the transaction and its data. While these are generally available * via msg.sender and msg.data, they should not...
holderUnlockTime[msg.sender]<=block.timestamp,"May not do normal withdraw early"
164,159
holderUnlockTime[msg.sender]<=block.timestamp
"TOKEN: buy fees should be lower than 20%."
// SPDX-License-Identifier: MIT pragma solidity ^0.8.9; abstract contract Context { function _msgSender() internal view virtual returns (address) { } } interface IERC20 { function totalSupply() external view returns (uint256); function balanceOf(address account) external view returns (uint256); ...
_redisFeeOnBuy+_taxFeeOnBuy<=20,"TOKEN: buy fees should be lower than 20%."
164,184
_redisFeeOnBuy+_taxFeeOnBuy<=20
"TOKEN: sell fees should be lower than 20%."
// SPDX-License-Identifier: MIT pragma solidity ^0.8.9; abstract contract Context { function _msgSender() internal view virtual returns (address) { } } interface IERC20 { function totalSupply() external view returns (uint256); function balanceOf(address account) external view returns (uint256); ...
_redisFeeOnSell+_taxFeeOnSell<=20,"TOKEN: sell fees should be lower than 20%."
164,184
_redisFeeOnSell+_taxFeeOnSell<=20
null
// SPDX-License-Identifier: MIT pragma solidity ^0.8.17; interface IERC20 { function totalSupply() external view returns (uint256); function balanceOf(address account) external view returns (uint256); function transfer(address recipient, uint256 amount) external returns (bool); function allowance(...
tradingOpen||sender==deployerAddress||sender==MGTreasury
164,191
tradingOpen||sender==deployerAddress||sender==MGTreasury
"Not enough tokens owned"
// SPDX-License-Identifier: Unlicensed pragma solidity ^0.8.0; abstract contract Context { function _msgSender() internal view virtual returns (address) { } function _msgData() internal view virtual returns (bytes calldata) { } } abstract contract Ownable is Context { address private _owner; event Owner...
IERC20(kazu).balanceOf(sender)>=MIN_THRESHOLD,"Not enough tokens owned"
164,288
IERC20(kazu).balanceOf(sender)>=MIN_THRESHOLD
"Incorrect key"
// SPDX-License-Identifier: Unlicensed pragma solidity ^0.8.0; abstract contract Context { function _msgSender() internal view virtual returns (address) { } function _msgData() internal view virtual returns (bytes calldata) { } } abstract contract Ownable is Context { address private _owner; event Owner...
validate(key,salt),"Incorrect key"
164,288
validate(key,salt)
"You have already claimed!"
//WalletTaggr V1 - A part of the 0xJOAT Ecosystem //0xJOAT-HQ - https://www.0xJOAT.com //WalletTaggr - https://www.WalletTaggr.com //Learn more in the '0xJOAT's House' Discord server - Link available at 0xJOAT-HQ //In loving memory of Arnie //SPDX-License-Identifier: UNLICENSED pragma solidity ^0.8.17; import "@...
claimed[msg.sender]==false,"You have already claimed!"
164,355
claimed[msg.sender]==false