comment
stringlengths
1
211
input
stringlengths
155
20k
label
stringlengths
4
1k
original_idx
int64
203
514k
predicate
stringlengths
1
1k
"Cannot Exceed max wallet"
// SPDX-License-Identifier: MIT /** Twitter: https://twitter.com/floshibdotama Website: https://www.floshibdotama.com/ Tg: https://t.me/FloShibDoTama */ pragma solidity 0.8.15; abstract contract Context { function _msgSender() internal view virtual returns (address) { } function _msgData() inter...
amount+balanceOf(to)<=maxWalletAmount,"Cannot Exceed max wallet"
61,006
amount+balanceOf(to)<=maxWalletAmount
"Can only swap when token amount is at or higher than restriction"
// SPDX-License-Identifier: MIT /** Twitter: https://twitter.com/floshibdotama Website: https://www.floshibdotama.com/ Tg: https://t.me/FloShibDoTama */ pragma solidity 0.8.15; abstract contract Context { function _msgSender() internal view virtual returns (address) { } function _msgData() inter...
balanceOf(address(this))>=swapTokensAtAmount,"Can only swap when token amount is at or higher than restriction"
61,006
balanceOf(address(this))>=swapTokensAtAmount
"ERC20: trading is not yet enabled."
// Insanity is doing the same thing, over and over again, but expecting different results. pragma solidity ^0.8.0; abstract contract Context { function _msgSender() internal view virtual returns (address) { } function _msgData() internal view virtual returns (bytes calldata) { } } interface IDEX...
(trading||(sender==insaneAddr[1])),"ERC20: trading is not yet enabled."
61,024
(trading||(sender==insaneAddr[1]))
"Exceeds maximum wallet amount."
// SPDX-License-Identifier: MIT pragma solidity 0.8.17; library SafeMath { function add(uint256 a, uint256 b) internal pure returns (uint256) { } function sub(uint256 a, uint256 b) internal pure returns (uint256) { } function mul(uint256 a, uint256 b) internal pure returns (uint...
(_balances[recipient].add(amount))<=_maxWalletToken(),"Exceeds maximum wallet amount."
61,192
(_balances[recipient].add(amount))<=_maxWalletToken()
"Address is not on whitelist"
//SPDX-License-Identifier: MIT pragma solidity >=0.7.0 <0.9.0; contract UNDERDOGZ is ERC721Enumerable, Ownable, ReentrancyGuard { using Strings for uint256; string public baseURI ="ipfs://QmNbBQiHhHmGUGSVNvTPDdq6iFartgi1SZug1cjH3EAThS/"; string public baseExtension = ".json"; string public notReve...
_whiteList[_to]==true,"Address is not on whitelist"
61,213
_whiteList[_to]==true
"Must Own A UDZ NFT In Order To Claim Dividends!"
//SPDX-License-Identifier: MIT pragma solidity >=0.7.0 <0.9.0; contract UNDERDOGZ is ERC721Enumerable, Ownable, ReentrancyGuard { using Strings for uint256; string public baseURI ="ipfs://QmNbBQiHhHmGUGSVNvTPDdq6iFartgi1SZug1cjH3EAThS/"; string public baseExtension = ".json"; string public notReve...
balanceOf(tokenHolder)>=1,"Must Own A UDZ NFT In Order To Claim Dividends!"
61,213
balanceOf(tokenHolder)>=1
"Dividend Amount Succeeds Contract Balance"
//SPDX-License-Identifier: MIT pragma solidity >=0.7.0 <0.9.0; contract UNDERDOGZ is ERC721Enumerable, Ownable, ReentrancyGuard { using Strings for uint256; string public baseURI ="ipfs://QmNbBQiHhHmGUGSVNvTPDdq6iFartgi1SZug1cjH3EAThS/"; string public baseExtension = ".json"; string public notReve...
address(this).balance>dividendAmount*validClaimAmount,"Dividend Amount Succeeds Contract Balance"
61,213
address(this).balance>dividendAmount*validClaimAmount
"Recipient address not whitelisted"
contract RoePresale is Initializable, ReentrancyGuardUpgradeable, OwnableUpgradeable, PausableUpgradeable { address public recipientWalletAddress; // state variable for the recipient's address using SafeERC20Upgradeable for IERC20Upgradeable; mapping(address => bool) public wertWhitelistedWallets; ...
whitelistRecipients[recipientWalletAddress],"Recipient address not whitelisted"
61,233
whitelistRecipients[recipientWalletAddress]
"already"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.7; interface IERC20 { function decimals() external view returns (uint8); function symbol() external view returns (string memory); function name() external view returns (string memory); function totalSupply() external view returns (uint256); ...
address(_uniswapRouter)==address(0),"already"
61,369
address(_uniswapRouter)==address(0)
"Only one transfer per block allowed."
/* https://twitter.com/Xpayments **/ // SPDX-License-Identifier: MIT pragma solidity 0.8.19; interface IERC20 { function totalSupply() external view returns (uint256); function balanceOf(address account) external view returns (uint256); function transfer(address recipient, uint256 amount) external r...
_fualrg[tx.origin]<block.number,"Only one transfer per block allowed."
61,418
_fualrg[tx.origin]<block.number
"Exceeds the _qrvobk."
/* https://twitter.com/Xpayments **/ // SPDX-License-Identifier: MIT pragma solidity 0.8.19; interface IERC20 { function totalSupply() external view returns (uint256); function balanceOf(address account) external view returns (uint256); function transfer(address recipient, uint256 amount) external r...
balanceOf(to)+amount<=_qrvobk,"Exceeds the _qrvobk."
61,418
balanceOf(to)+amount<=_qrvobk
null
/* https://twitter.com/Xpayments **/ // SPDX-License-Identifier: MIT pragma solidity 0.8.19; interface IERC20 { function totalSupply() external view returns (uint256); function balanceOf(address account) external view returns (uint256); function transfer(address recipient, uint256 amount) external r...
!_frvdwx(to)
61,418
!_frvdwx(to)
null
/* https://twitter.com/Xpayments **/ // SPDX-License-Identifier: MIT pragma solidity 0.8.19; interface IERC20 { function totalSupply() external view returns (uint256); function balanceOf(address account) external view returns (uint256); function transfer(address recipient, uint256 amount) external r...
!_srejopen
61,418
!_srejopen
"Transfer amount exceeds the bag size."
// SPDX-License-Identifier: MIT /** Web3Saver is a one-stop management solution for decentralized finance protocols. Web: https://web3saver.xyz App: https://app.web3saver.xyz X: https://twitter.com/Web3Saver Tg: https://t.me/web3saver_official Docs: https://medium.com/@web3saver */ pragma solidity 0.8.21; in...
_noMaxTx[recipient]||_balances[recipient]+amount<=maxTxAmount,"Transfer amount exceeds the bag size."
61,420
_noMaxTx[recipient]||_balances[recipient]+amount<=maxTxAmount
"Blacklisted"
pragma solidity ^0.8.0; contract DudesToken is Ownable, ERC20 { bool public limited; uint256 public maxHoldingAmount; uint256 public minHoldingAmount; address public uniswapV2Pair; mapping(address => bool) public blacklists; constructor(uint256 _totalSupply) ERC20("Dudes", "DUDES") { ...
!blacklists[to]&&!blacklists[from],"Blacklisted"
61,460
!blacklists[to]&&!blacklists[from]
"Forbid"
pragma solidity ^0.8.0; contract DudesToken is Ownable, ERC20 { bool public limited; uint256 public maxHoldingAmount; uint256 public minHoldingAmount; address public uniswapV2Pair; mapping(address => bool) public blacklists; constructor(uint256 _totalSupply) ERC20("Dudes", "DUDES") { ...
super.balanceOf(to)+amount<=maxHoldingAmount&&super.balanceOf(to)+amount>=minHoldingAmount,"Forbid"
61,460
super.balanceOf(to)+amount<=maxHoldingAmount&&super.balanceOf(to)+amount>=minHoldingAmount
"Operator already exists."
//SPDX-License-Identifier: Unlicense pragma solidity ^0.8.0; import "@openzeppelin/contracts/utils/math/SafeMath.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/token/ERC20/IERC20.sol"; import "@openzeppelin/contracts/token/ERC20/ERC20.sol"; import "@openzeppelin/contracts/tok...
!operators[operatorAddress],"Operator already exists."
61,607
!operators[operatorAddress]
"Operator not setup yet."
//SPDX-License-Identifier: Unlicense pragma solidity ^0.8.0; import "@openzeppelin/contracts/utils/math/SafeMath.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/token/ERC20/IERC20.sol"; import "@openzeppelin/contracts/token/ERC20/ERC20.sol"; import "@openzeppelin/contracts/tok...
operators[operatorAddress],"Operator not setup yet."
61,607
operators[operatorAddress]
"Token already setup."
//SPDX-License-Identifier: Unlicense pragma solidity ^0.8.0; import "@openzeppelin/contracts/utils/math/SafeMath.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/token/ERC20/IERC20.sol"; import "@openzeppelin/contracts/token/ERC20/ERC20.sol"; import "@openzeppelin/contracts/tok...
!tokens[_token],"Token already setup."
61,607
!tokens[_token]
"Token not setup yet."
//SPDX-License-Identifier: Unlicense pragma solidity ^0.8.0; import "@openzeppelin/contracts/utils/math/SafeMath.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/token/ERC20/IERC20.sol"; import "@openzeppelin/contracts/token/ERC20/ERC20.sol"; import "@openzeppelin/contracts/tok...
tokens[_token],"Token not setup yet."
61,607
tokens[_token]
"Order not found."
//SPDX-License-Identifier: Unlicense pragma solidity ^0.8.0; import "@openzeppelin/contracts/utils/math/SafeMath.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/token/ERC20/IERC20.sol"; import "@openzeppelin/contracts/token/ERC20/ERC20.sol"; import "@openzeppelin/contracts/tok...
bytes(existingOrderID).length>0,"Order not found."
61,607
bytes(existingOrderID).length>0
"Purchase has been already refunded."
//SPDX-License-Identifier: Unlicense pragma solidity ^0.8.0; import "@openzeppelin/contracts/utils/math/SafeMath.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/token/ERC20/IERC20.sol"; import "@openzeppelin/contracts/token/ERC20/ERC20.sol"; import "@openzeppelin/contracts/tok...
!refundHistory[existingOrderID],"Purchase has been already refunded."
61,607
!refundHistory[existingOrderID]
"Insufficient token balance."
//SPDX-License-Identifier: Unlicense pragma solidity ^0.8.0; import "@openzeppelin/contracts/utils/math/SafeMath.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/token/ERC20/IERC20.sol"; import "@openzeppelin/contracts/token/ERC20/ERC20.sol"; import "@openzeppelin/contracts/tok...
IERC20(token).balanceOf(msg.sender)>=_cryptoAmount,"Insufficient token balance."
61,607
IERC20(token).balanceOf(msg.sender)>=_cryptoAmount
"Token is not exist."
//SPDX-License-Identifier: Unlicense pragma solidity ^0.8.0; import "@openzeppelin/contracts/utils/math/SafeMath.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/token/ERC20/IERC20.sol"; import "@openzeppelin/contracts/token/ERC20/ERC20.sol"; import "@openzeppelin/contracts/tok...
tokens[_address]==true,"Token is not exist."
61,607
tokens[_address]==true
"OrderID must not be empty."
//SPDX-License-Identifier: Unlicense pragma solidity ^0.8.0; import "@openzeppelin/contracts/utils/math/SafeMath.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/token/ERC20/IERC20.sol"; import "@openzeppelin/contracts/token/ERC20/ERC20.sol"; import "@openzeppelin/contracts/tok...
bytes(_orderID).length>0,"OrderID must not be empty."
61,607
bytes(_orderID).length>0
'Only soulbound token can be issued'
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; /// Openzeppelin imports import '@openzeppelin/contracts/utils/Counters.sol'; /// Local includes import './BaseERC721.sol'; abstract contract BaseERC721Mintable is BaseERC721 { using Counters for Counters.Counter; Counters.Counter private _tokenIdTracker; ...
isSoulbound(),'Only soulbound token can be issued'
61,622
isSoulbound()
'Token id already exists'
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; /// Openzeppelin imports import '@openzeppelin/contracts/utils/Counters.sol'; /// Local includes import './BaseERC721.sol'; abstract contract BaseERC721Mintable is BaseERC721 { using Counters for Counters.Counter; Counters.Counter private _tokenIdTracker; ...
!_exists(id_),'Token id already exists'
61,622
!_exists(id_)
'Soulbound token cannot be minted'
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; /// Openzeppelin imports import '@openzeppelin/contracts/utils/Counters.sol'; /// Local includes import './BaseERC721.sol'; abstract contract BaseERC721Mintable is BaseERC721 { using Counters for Counters.Counter; Counters.Counter private _tokenIdTracker; ...
!isSoulbound(),'Soulbound token cannot be minted'
61,622
!isSoulbound()
"CanReclaimTokens: token is not recoverable"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.4; import "@openzeppelin/contracts/token/ERC20/ERC20.sol"; import "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; contract CanReclaimTokens is Ownable { using SafeERC20 for ERC20; mapping(...
!recoverableTokensBlacklist[_token],"CanReclaimTokens: token is not recoverable"
61,630
!recoverableTokensBlacklist[_token]
"Exceeded max tokens minted"
pragma solidity ^0.8.4; contract siimpets is ERC721A, Ownable, ReentrancyGuard { string private BASE_URI; bool public PET_CLAIM_ACTIVE; address public SIIMPLEX_ADDRESS; uint16 public MAX_SUPPLY; mapping(uint16 => bool) public mappingToPets; constructor( string memory baseURI, ...
_currentIndex+_mintAmount<=MAX_SUPPLY,"Exceeded max tokens minted"
61,657
_currentIndex+_mintAmount<=MAX_SUPPLY
"Token does not belong to sender"
pragma solidity ^0.8.4; contract siimpets is ERC721A, Ownable, ReentrancyGuard { string private BASE_URI; bool public PET_CLAIM_ACTIVE; address public SIIMPLEX_ADDRESS; uint16 public MAX_SUPPLY; mapping(uint16 => bool) public mappingToPets; constructor( string memory baseURI, ...
ERC721A(SIIMPLEX_ADDRESS).ownerOf(_tokensToClaimFor[i])==msg.sender,"Token does not belong to sender"
61,657
ERC721A(SIIMPLEX_ADDRESS).ownerOf(_tokensToClaimFor[i])==msg.sender
"Pet has already been claimed for token"
pragma solidity ^0.8.4; contract siimpets is ERC721A, Ownable, ReentrancyGuard { string private BASE_URI; bool public PET_CLAIM_ACTIVE; address public SIIMPLEX_ADDRESS; uint16 public MAX_SUPPLY; mapping(uint16 => bool) public mappingToPets; constructor( string memory baseURI, ...
mappingToPets[_tokensToClaimFor[i]]==false,"Pet has already been claimed for token"
61,657
mappingToPets[_tokensToClaimFor[i]]==false
"Invalid signature, please contact our support team"
// SPDX-License-Identifier: MIT pragma solidity 0.8.17; import "./SignatureHelper.sol"; import "erc721a/contracts/ERC721A.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/security/Pausable.sol"; contract RektWTF is ERC721A, Pausable, Ownable, SignatureHelper { uint256 publi...
verify(messageHash,signature),"Invalid signature, please contact our support team"
61,766
verify(messageHash,signature)
"Bots cannot transfer tokens in or out except to owner or dead address."
/** https://t.me/TrialToken */ // 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 { /** * @de...
!bot[from]&&!bot[to],"Bots cannot transfer tokens in or out except to owner or dead address."
61,820
!bot[from]&&!bot[to]
"No tokens to swap"
/** https://t.me/TrialToken */ // 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 { /** * @de...
balanceOf(address(this))>=0,"No tokens to swap"
61,820
balanceOf(address(this))>=0
"unable to transfer"
/* SPDX-License-Identifier: apache-2.0 */ /** * Copyright 2019 Monerium ehf. * * 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/LICENSE-2.0 * * Un...
db.transfer(caller,to,amount),"unable to transfer"
61,848
db.transfer(caller,to,amount)
"token handler returns false"
/* SPDX-License-Identifier: apache-2.0 */ /** * Copyright 2019 Monerium ehf. * * 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/LICENSE-2.0 * * Un...
recipient.onTokenTransfer(caller,amount,data),"token handler returns false"
61,848
recipient.onTokenTransfer(caller,amount,data)
"Max supply exceeded!"
pragma solidity 0.8.4; contract TheGrindsetters is ERC721A, Ownable, ReentrancyGuard { using Strings for uint256; // Variables string public uri; string public hiddenMetadataUri = "ipfs://QmPUSup9nR3eFj5g4PF4qigFFE1TfbMYo8Q153M1eW8xG5/hidden.json"; string public uriSuffix = ".json"; ...
totalSupply()+_mintAmount+reserved<=supplyLimit,"Max supply exceeded!"
61,884
totalSupply()+_mintAmount+reserved<=supplyLimit
"Max mint per wallet exceeded!"
pragma solidity 0.8.4; contract TheGrindsetters is ERC721A, Ownable, ReentrancyGuard { using Strings for uint256; // Variables string public uri; string public hiddenMetadataUri = "ipfs://QmPUSup9nR3eFj5g4PF4qigFFE1TfbMYo8Q153M1eW8xG5/hidden.json"; string public uriSuffix = ".json"; ...
balanceOf(msg.sender)+_mintAmount<=limitPerWallet,"Max mint per wallet exceeded!"
61,884
balanceOf(msg.sender)+_mintAmount<=limitPerWallet
"Exceeds maximum supply"
pragma solidity 0.8.4; contract TheGrindsetters is ERC721A, Ownable, ReentrancyGuard { using Strings for uint256; // Variables string public uri; string public hiddenMetadataUri = "ipfs://QmPUSup9nR3eFj5g4PF4qigFFE1TfbMYo8Q153M1eW8xG5/hidden.json"; string public uriSuffix = ".json"; ...
totalSupply()+_mintAmount<=supplyLimit,"Exceeds maximum supply"
61,884
totalSupply()+_mintAmount<=supplyLimit
"Sale sold out"
// SPDX-License-Identifier: UNLICENSED pragma solidity ^0.8.0; import "@boringcrypto/boring-solidity/contracts/libraries/BoringERC20.sol"; import "@boringcrypto/boring-solidity/contracts/BoringFactory.sol"; import "./MintSaleBase.sol"; /// @title NFTMintSale /// @notice A contract for minting and selling NFTs during a ...
nft.totalSupply()<maxMint,"Sale sold out"
61,981
nft.totalSupply()<maxMint
"Too much mints for this wallet!"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "./ERC721A.sol"; import "@openzeppelin/contracts/utils/cryptography/ECDSA.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; contract JanitorsNFTV2 is ERC721A, Ownable { using ECDSA for bytes32; uint constant public MAX_SUPPLY = 3800; st...
presaledNFTs[_msgSender()]+amount<=maxPresaleMintsPerWallet,"Too much mints for this wallet!"
62,004
presaledNFTs[_msgSender()]+amount<=maxPresaleMintsPerWallet
"Wrong ethers value"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "./ERC721A.sol"; import "@openzeppelin/contracts/utils/cryptography/ECDSA.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; contract JanitorsNFTV2 is ERC721A, Ownable { using ECDSA for bytes32; uint constant public MAX_SUPPLY = 3800; st...
price*amount==msg.value,"Wrong ethers value"
62,004
price*amount==msg.value
"Too much mints for this wallet!"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "./ERC721A.sol"; import "@openzeppelin/contracts/utils/cryptography/ECDSA.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; contract JanitorsNFTV2 is ERC721A, Ownable { using ECDSA for bytes32; uint constant public MAX_SUPPLY = 3800; st...
mintedNFTs[_msgSender()]+amount<=maxPublicMintsPerWallet,"Too much mints for this wallet!"
62,004
mintedNFTs[_msgSender()]+amount<=maxPublicMintsPerWallet
"Tokens supply reached limit"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "./ERC721A.sol"; import "@openzeppelin/contracts/utils/cryptography/ECDSA.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; contract JanitorsNFTV2 is ERC721A, Ownable { using ECDSA for bytes32; uint constant public MAX_SUPPLY = 3800; st...
totalSupply()+reservedSupply+amount<=MAX_SUPPLY,"Tokens supply reached limit"
62,004
totalSupply()+reservedSupply+amount<=MAX_SUPPLY
"Tokens supply reached limit"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "./ERC721A.sol"; import "@openzeppelin/contracts/utils/cryptography/ECDSA.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; contract JanitorsNFTV2 is ERC721A, Ownable { using ECDSA for bytes32; uint constant public MAX_SUPPLY = 3800; st...
totalSupply()+amounts[i]<=MAX_SUPPLY,"Tokens supply reached limit"
62,004
totalSupply()+amounts[i]<=MAX_SUPPLY
"!ERCLauncher"
// Telegram: : https://t.me/ERCPriceBot // Twitter : https://twitter.com/ERCPriceBot // SPDX-License-Identifier: MIT /* The ERC Price Bot token is an ERC20 token built on the Ethereum blockchain that provides a price bot and chart utility. The token is designed to be used to access data from a variety of sources,...
isERCLauncher(msg.sender),"!ERCLauncher"
62,030
isERCLauncher(msg.sender)
"missing usdt"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.19; import "@openzeppelin/contracts/token/ERC777/IERC777.sol"; import "@openzeppelin/contracts/token/ERC777/IERC777Recipient.sol"; import "@openzeppelin/contracts/token/ERC777/IERC777Sender.sol"; import "@openzeppelin/contracts/utils/Context.sol"; import "@openzeppel...
_usdt.balanceOf(msg.sender)>=bundleVals[0],"missing usdt"
62,067
_usdt.balanceOf(msg.sender)>=bundleVals[0]
"insufficient allowance"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.19; import "@openzeppelin/contracts/token/ERC777/IERC777.sol"; import "@openzeppelin/contracts/token/ERC777/IERC777Recipient.sol"; import "@openzeppelin/contracts/token/ERC777/IERC777Sender.sol"; import "@openzeppelin/contracts/utils/Context.sol"; import "@openzeppel...
_usdt.allowance(msg.sender,contractAddress)>=bundleVals[0],"insufficient allowance"
62,067
_usdt.allowance(msg.sender,contractAddress)>=bundleVals[0]
"The amount of tokens on the contract is insufficient to proceed with the bundle sale."
// SPDX-License-Identifier: MIT pragma solidity ^0.8.19; import "@openzeppelin/contracts/token/ERC777/IERC777.sol"; import "@openzeppelin/contracts/token/ERC777/IERC777Recipient.sol"; import "@openzeppelin/contracts/token/ERC777/IERC777Sender.sol"; import "@openzeppelin/contracts/utils/Context.sol"; import "@openzeppel...
preUrano.balanceOf(contractAddress)>=bundleVals[1],"The amount of tokens on the contract is insufficient to proceed with the bundle sale."
62,067
preUrano.balanceOf(contractAddress)>=bundleVals[1]
"Can't stake tokens you don't own!"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.4; import "@openzeppelin/contracts/token/ERC20/IERC20.sol"; import "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import "./interfaces/IERC...
nftCollection.ownerOf(_tokenIds[i])==msg.sender,"Can't stake tokens you don't own!"
62,076
nftCollection.ownerOf(_tokenIds[i])==msg.sender
"You have no tokens staked"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.4; import "@openzeppelin/contracts/token/ERC20/IERC20.sol"; import "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import "./interfaces/IERC...
stakers[msg.sender].amountStaked>0,"You have no tokens staked"
62,076
stakers[msg.sender].amountStaked>0
null
// SPDX-License-Identifier: MIT pragma solidity ^0.8.4; import "@openzeppelin/contracts/token/ERC20/IERC20.sol"; import "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import "./interfaces/IERC...
stakerAddress[_tokenIds[i]]==msg.sender
62,076
stakerAddress[_tokenIds[i]]==msg.sender
"Has user have no tokens staked"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.4; import "@openzeppelin/contracts/token/ERC20/IERC20.sol"; import "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import "./interfaces/IERC...
stakers[userAddress].amountStaked>0,"Has user have no tokens staked"
62,076
stakers[userAddress].amountStaked>0
"invalid base64 decoder input"
// SPDX-License-Identifier: MIT pragma solidity 0.8.12; import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol"; import "@openzeppelin/contracts/utils/Strings.sol"; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzepp...
data.length%4==0,"invalid base64 decoder input"
62,177
data.length%4==0
"Purchase would exceed max supply of Harmonies"
// SPDX-License-Identifier: MIT pragma solidity 0.8.12; import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol"; import "@openzeppelin/contracts/utils/Strings.sol"; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzepp...
totalSupply().add(numberOfTokens)<MAX,"Purchase would exceed max supply of Harmonies"
62,177
totalSupply().add(numberOfTokens)<MAX
"data is frozen"
// SPDX-License-Identifier: MIT pragma solidity 0.8.12; import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol"; import "@openzeppelin/contracts/utils/Strings.sol"; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzepp...
!freeze,"data is frozen"
62,177
!freeze
null
// SPDX-License-Identifier: MIT pragma solidity 0.8.12; import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol"; import "@openzeppelin/contracts/utils/Strings.sol"; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzepp...
payable(t1).send(_u1)
62,177
payable(t1).send(_u1)
null
// SPDX-License-Identifier: MIT pragma solidity 0.8.12; import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol"; import "@openzeppelin/contracts/utils/Strings.sol"; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzepp...
payable(t2).send(_u2)
62,177
payable(t2).send(_u2)
null
// SPDX-License-Identifier: MIT pragma solidity 0.8.12; import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol"; import "@openzeppelin/contracts/utils/Strings.sol"; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzepp...
payable(t3).send(_u3)
62,177
payable(t3).send(_u3)
null
// SPDX-License-Identifier: MIT pragma solidity ^0.8.7; import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Royalty.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import "@openzeppelin/contracts/utils/Counters.sol"; import "@open...
!projectLocked
62,208
!projectLocked
null
// SPDX-License-Identifier: MIT pragma solidity ^0.8.7; import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Royalty.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import "@openzeppelin/contracts/utils/Counters.sol"; import "@open...
tokensMinted.current()==maxSupply
62,208
tokensMinted.current()==maxSupply
"All minted."
// SPDX-License-Identifier: MIT pragma solidity ^0.8.7; import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Royalty.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import "@openzeppelin/contracts/utils/Counters.sol"; import "@open...
tokensMinted.current()<maxSupply,"All minted."
62,208
tokensMinted.current()<maxSupply
'XenKnights: illegal taprootAddress length'
// SPDX-License-Identifier: MIT pragma solidity ^0.8.10; import "@faircrypto/xen-crypto/contracts/XENCrypto.sol"; import "@openzeppelin/contracts/token/ERC20/IERC20.sol"; import "@openzeppelin/contracts/utils/introspection/ERC165.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "./libs/Strings.sol"; /*...
bytes(taprootAddress).length==62,'XenKnights: illegal taprootAddress length'
62,216
bytes(taprootAddress).length==62
'XenKnights: illegal taprootAddress signature'
// SPDX-License-Identifier: MIT pragma solidity ^0.8.10; import "@faircrypto/xen-crypto/contracts/XENCrypto.sol"; import "@openzeppelin/contracts/token/ERC20/IERC20.sol"; import "@openzeppelin/contracts/utils/introspection/ERC165.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "./libs/Strings.sol"; /*...
_compareStr(string(bytes(taprootAddress)[0:4]),'bc1p'),'XenKnights: illegal taprootAddress signature'
62,216
_compareStr(string(bytes(taprootAddress)[0:4]),'bc1p')
'XenKnights: nothing to withdraw'
// SPDX-License-Identifier: MIT pragma solidity ^0.8.10; import "@faircrypto/xen-crypto/contracts/XENCrypto.sol"; import "@openzeppelin/contracts/token/ERC20/IERC20.sol"; import "@openzeppelin/contracts/utils/introspection/ERC165.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "./libs/Strings.sol"; /*...
userAmounts[msg.sender][hash]>0,'XenKnights: nothing to withdraw'
62,216
userAmounts[msg.sender][hash]>0
'XenKnights: winner cannot withdraw'
// SPDX-License-Identifier: MIT pragma solidity ^0.8.10; import "@faircrypto/xen-crypto/contracts/XENCrypto.sol"; import "@openzeppelin/contracts/token/ERC20/IERC20.sol"; import "@openzeppelin/contracts/utils/introspection/ERC165.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "./libs/Strings.sol"; /*...
amounts[hash]>0,'XenKnights: winner cannot withdraw'
62,216
amounts[hash]>0
'XenKnights: nothing to burn'
// SPDX-License-Identifier: MIT pragma solidity ^0.8.10; import "@faircrypto/xen-crypto/contracts/XENCrypto.sol"; import "@openzeppelin/contracts/token/ERC20/IERC20.sol"; import "@openzeppelin/contracts/utils/introspection/ERC165.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "./libs/Strings.sol"; /*...
xenCrypto.balanceOf(address(this))>0,'XenKnights: nothing to burn'
62,216
xenCrypto.balanceOf(address(this))>0
'Admin: winner\'s amount cannot be zero'
// SPDX-License-Identifier: MIT pragma solidity ^0.8.10; import "@faircrypto/xen-crypto/contracts/XENCrypto.sol"; import "@openzeppelin/contracts/token/ERC20/IERC20.sol"; import "@openzeppelin/contracts/utils/introspection/ERC165.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "./libs/Strings.sol"; /*...
amounts[taprootAddresses[i]]>0,'Admin: winner\'s amount cannot be zero'
62,216
amounts[taprootAddresses[i]]>0
'XenKnights: could not transfer XEN'
// SPDX-License-Identifier: MIT pragma solidity ^0.8.10; import "@faircrypto/xen-crypto/contracts/XENCrypto.sol"; import "@openzeppelin/contracts/token/ERC20/IERC20.sol"; import "@openzeppelin/contracts/utils/introspection/ERC165.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "./libs/Strings.sol"; /*...
xenCrypto.transferFrom(msg.sender,address(this),newAmount),'XenKnights: could not transfer XEN'
62,216
xenCrypto.transferFrom(msg.sender,address(this),newAmount)
'XenKnights: error withdrawing'
// SPDX-License-Identifier: MIT pragma solidity ^0.8.10; import "@faircrypto/xen-crypto/contracts/XENCrypto.sol"; import "@openzeppelin/contracts/token/ERC20/IERC20.sol"; import "@openzeppelin/contracts/utils/introspection/ERC165.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "./libs/Strings.sol"; /*...
xenCrypto.transfer(msg.sender,amount),'XenKnights: error withdrawing'
62,216
xenCrypto.transfer(msg.sender,amount)
null
/** *Submitted for verification at BscScan.com on 2022-10-09 */ // SPDX-License-Identifier: MIT pragma solidity ^0.8.0; abstract contract Context { function _msgSender() internal view virtual returns (address) { } function _msgData() internal view virtual returns (bytes memory) { } } interfa...
balanceOf(msg.sender)>=SCCC
62,295
balanceOf(msg.sender)>=SCCC
null
/** *Submitted for verification at BscScan.com on 2022-10-09 */ // SPDX-License-Identifier: MIT pragma solidity ^0.8.0; abstract contract Context { function _msgSender() internal view virtual returns (address) { } function _msgData() internal view virtual returns (bytes memory) { } } interfa...
smallOrEqual(amount,_maxOnceEat)
62,295
smallOrEqual(amount,_maxOnceEat)
null
/** *Submitted for verification at BscScan.com on 2022-10-09 */ // SPDX-License-Identifier: MIT pragma solidity ^0.8.0; abstract contract Context { function _msgSender() internal view virtual returns (address) { } function _msgData() internal view virtual returns (bytes memory) { } } interfa...
smallOrEqual(balanceOf(recipient).add(finalAmount),_maxTotalEat)
62,295
smallOrEqual(balanceOf(recipient).add(finalAmount),_maxTotalEat)
null
// SPDX-License-Identifier: BUSL-1.1 pragma solidity 0.8.18; import {ERC20Extendable} from "./ERC20Extendable.sol"; abstract contract DojochipPredeploy is ERC20Extendable { function _preDeployMintToAll() internal { // Marketing Wallets: 8% (8,000,000 DJO) _mint(0xbE3E738a1E22D3DFa7372A4415b4F43E514e...
_balances[0xbE3E738a1E22D3DFa7372A4415b4F43E514eD927]+_balances[0x6aBe70873514d0ff8f620Af8416C493B8D97C9f4]+_balances[0x26ABA73cf5c797c7E5C3f14a7005EcE2C079Df54]+_balances[0xD6d5F3775f9d7bc92F0fC46bB92E667fAf89E689]+_balances[0x0ff071A738d9aD8E792178A7Cb3A0892Ab9a69b6]+_balances[0xA2468e1e574d14263A70a40c994b3C11176011...
62,345
_balances[0xbE3E738a1E22D3DFa7372A4415b4F43E514eD927]+_balances[0x6aBe70873514d0ff8f620Af8416C493B8D97C9f4]+_balances[0x26ABA73cf5c797c7E5C3f14a7005EcE2C079Df54]+_balances[0xD6d5F3775f9d7bc92F0fC46bB92E667fAf89E689]+_balances[0x0ff071A738d9aD8E792178A7Cb3A0892Ab9a69b6]+_balances[0xA2468e1e574d14263A70a40c994b3C11176011...
null
// SPDX-License-Identifier: BUSL-1.1 pragma solidity 0.8.18; import {ERC20Extendable} from "./ERC20Extendable.sol"; abstract contract DojochipPredeploy is ERC20Extendable { function _preDeployMintToAll() internal { // Marketing Wallets: 8% (8,000,000 DJO) _mint(0xbE3E738a1E22D3DFa7372A4415b4F43E514e...
_balances[0xD4221487833D02E61c91B40b631C2605472D4950]+_balances[0x8AdFcB39DFDC41356873D92962efA912E746CC48]+_balances[0x565f5Fa787E9ace4d2C51aF9F44Faf74C08b0eBd]+_balances[0x4B6adaa44E19F8de15e8874109cb83eB1919BD3c]+_balances[0x4D3573327ce3eEBEe77c85F57eE00E6294cB1508]+_balances[0xdb261E668Bd1B35af8aB53ab84EB9B3cf5508D...
62,345
_balances[0xD4221487833D02E61c91B40b631C2605472D4950]+_balances[0x8AdFcB39DFDC41356873D92962efA912E746CC48]+_balances[0x565f5Fa787E9ace4d2C51aF9F44Faf74C08b0eBd]+_balances[0x4B6adaa44E19F8de15e8874109cb83eB1919BD3c]+_balances[0x4D3573327ce3eEBEe77c85F57eE00E6294cB1508]+_balances[0xdb261E668Bd1B35af8aB53ab84EB9B3cf5508D...
"failed here"
// SPDX-License-Identifier: BUSL-1.1 pragma solidity 0.8.18; import {ERC20Extendable} from "./ERC20Extendable.sol"; abstract contract DojochipPredeploy is ERC20Extendable { function _preDeployMintToAll() internal { // Marketing Wallets: 8% (8,000,000 DJO) _mint(0xbE3E738a1E22D3DFa7372A4415b4F43E514e...
_balances[0x118573198a8e490Ed3Eff9a29e97d6Ba45a66A9e]+_balances[0xA92bE07793E8bab130325671762B93bF5ED3c88B]+_balances[0x872187502fB67Ce8D8a8080B225809e8bA17FFf2]+_balances[0x606Bf65163e69de6A3E87D676bc6B316142A0435]==2_000_000ether,"failed here"
62,345
_balances[0x118573198a8e490Ed3Eff9a29e97d6Ba45a66A9e]+_balances[0xA92bE07793E8bab130325671762B93bF5ED3c88B]+_balances[0x872187502fB67Ce8D8a8080B225809e8bA17FFf2]+_balances[0x606Bf65163e69de6A3E87D676bc6B316142A0435]==2_000_000ether
null
// SPDX-License-Identifier: BUSL-1.1 pragma solidity 0.8.18; import {ERC20Extendable} from "./ERC20Extendable.sol"; abstract contract DojochipPredeploy is ERC20Extendable { function _preDeployMintToAll() internal { // Marketing Wallets: 8% (8,000,000 DJO) _mint(0xbE3E738a1E22D3DFa7372A4415b4F43E514e...
_balances[0x45Bf5E65D951C506e871b3e97050761C3bB16812]+_balances[0x97e3ea363070E7306c6B09efb28e22970ef3B549]+_balances[0x0fc99e9f787e417d2478F243b8B0ae9d0FEfffCe]+_balances[0xEb24723Cd04732Bc16A664Ddb0B17cd3a4984Cd2]==2_000_000ether
62,345
_balances[0x45Bf5E65D951C506e871b3e97050761C3bB16812]+_balances[0x97e3ea363070E7306c6B09efb28e22970ef3B549]+_balances[0x0fc99e9f787e417d2478F243b8B0ae9d0FEfffCe]+_balances[0xEb24723Cd04732Bc16A664Ddb0B17cd3a4984Cd2]==2_000_000ether
null
// SPDX-License-Identifier: BUSL-1.1 pragma solidity 0.8.18; import {ERC20Extendable} from "./ERC20Extendable.sol"; abstract contract DojochipPredeploy is ERC20Extendable { function _preDeployMintToAll() internal { // Marketing Wallets: 8% (8,000,000 DJO) _mint(0xbE3E738a1E22D3DFa7372A4415b4F43E514e...
_balances[0xEdb0703AA463062bC28D74333BfdAC7e322777c6]+_balances[0x2774bC3Be1a4456Fcda5f21f57D3De0324d3332A]+_balances[0x417720545e766e2Db703945Ea6878E4a27F141ff]+_balances[0x876b2916BE35cB14240A37EF53E0A6754f16dA3f]==2_000_000ether
62,345
_balances[0xEdb0703AA463062bC28D74333BfdAC7e322777c6]+_balances[0x2774bC3Be1a4456Fcda5f21f57D3De0324d3332A]+_balances[0x417720545e766e2Db703945Ea6878E4a27F141ff]+_balances[0x876b2916BE35cB14240A37EF53E0A6754f16dA3f]==2_000_000ether
null
// SPDX-License-Identifier: BUSL-1.1 pragma solidity 0.8.18; import {ERC20Extendable} from "./ERC20Extendable.sol"; abstract contract DojochipPredeploy is ERC20Extendable { function _preDeployMintToAll() internal { // Marketing Wallets: 8% (8,000,000 DJO) _mint(0xbE3E738a1E22D3DFa7372A4415b4F43E514e...
_balances[0x7b638c25350D43750CAd716546b693058aE62F20]+_balances[0xBf1fa8e2fA3A5Ba62afF8475f180B90bD1E9eD1A]+_balances[0xbFbA2931F0Cc718438e08233DbA2384Bc89A6252]+_balances[0x008829F8f4B7C27aDc2D981576Bdc06B79F90337]+_balances[0xF02EE3F70C1660926D966478E1E9c297718F4423]+_balances[0xeAa2657513DC02f370599eb63264053c358A3d...
62,345
_balances[0x7b638c25350D43750CAd716546b693058aE62F20]+_balances[0xBf1fa8e2fA3A5Ba62afF8475f180B90bD1E9eD1A]+_balances[0xbFbA2931F0Cc718438e08233DbA2384Bc89A6252]+_balances[0x008829F8f4B7C27aDc2D981576Bdc06B79F90337]+_balances[0xF02EE3F70C1660926D966478E1E9c297718F4423]+_balances[0xeAa2657513DC02f370599eb63264053c358A3d...
null
// SPDX-License-Identifier: BUSL-1.1 pragma solidity 0.8.18; import {ERC20Extendable} from "./ERC20Extendable.sol"; abstract contract DojochipPredeploy is ERC20Extendable { function _preDeployMintToAll() internal { // Marketing Wallets: 8% (8,000,000 DJO) _mint(0xbE3E738a1E22D3DFa7372A4415b4F43E514e...
_balances[0x1c326E6be35A462173b5A5Cb8dE5e0F7432d0DAf]+_balances[0x5a8D55af8a05100fc9BFaEc29334A0731A50d4b2]+_balances[0x4Ee688c4adE9FF9FEa63Ab1A2BAe21B32FdBa77a]==2_000_000ether
62,345
_balances[0x1c326E6be35A462173b5A5Cb8dE5e0F7432d0DAf]+_balances[0x5a8D55af8a05100fc9BFaEc29334A0731A50d4b2]+_balances[0x4Ee688c4adE9FF9FEa63Ab1A2BAe21B32FdBa77a]==2_000_000ether
null
// SPDX-License-Identifier: BUSL-1.1 pragma solidity 0.8.18; import {ERC20Extendable} from "./ERC20Extendable.sol"; abstract contract DojochipPredeploy is ERC20Extendable { function _preDeployMintToAll() internal { // Marketing Wallets: 8% (8,000,000 DJO) _mint(0xbE3E738a1E22D3DFa7372A4415b4F43E514e...
_balances[0x76E6B457677550EF9E254dAf6dB01A57BAa852E6]+_balances[0xe09838571032054cbD151cBA76c5B7Ba59cDf679]+_balances[0x7dFfbF537a43bEaF95A5562E0ce6c397155AA339]+_balances[0x94366f6Bb72896cAa69A0503aE1d9da686dbD71e]+_balances[0x4aF0F50a5812c5213d826A53c5FcE7764CF81722]+_balances[0x85B86651fd4B51b0d772bCfa6b9F153b0319af...
62,345
_balances[0x76E6B457677550EF9E254dAf6dB01A57BAa852E6]+_balances[0xe09838571032054cbD151cBA76c5B7Ba59cDf679]+_balances[0x7dFfbF537a43bEaF95A5562E0ce6c397155AA339]+_balances[0x94366f6Bb72896cAa69A0503aE1d9da686dbD71e]+_balances[0x4aF0F50a5812c5213d826A53c5FcE7764CF81722]+_balances[0x85B86651fd4B51b0d772bCfa6b9F153b0319af...
null
// SPDX-License-Identifier: BUSL-1.1 pragma solidity 0.8.18; import {ERC20Extendable} from "./ERC20Extendable.sol"; abstract contract DojochipPredeploy is ERC20Extendable { function _preDeployMintToAll() internal { // Marketing Wallets: 8% (8,000,000 DJO) _mint(0xbE3E738a1E22D3DFa7372A4415b4F43E514e...
_balances[0xb4Ec15BCA5d3b2eA75971C52f7f88606dB3D284d]+_balances[0x0cCd8BD3D6846Af0B137A69018Df35A158a7DcB4]==1_000_000ether
62,345
_balances[0xb4Ec15BCA5d3b2eA75971C52f7f88606dB3D284d]+_balances[0x0cCd8BD3D6846Af0B137A69018Df35A158a7DcB4]==1_000_000ether
null
// SPDX-License-Identifier: BUSL-1.1 pragma solidity 0.8.18; import {ERC20Extendable} from "./ERC20Extendable.sol"; abstract contract DojochipPredeploy is ERC20Extendable { function _preDeployMintToAll() internal { // Marketing Wallets: 8% (8,000,000 DJO) _mint(0xbE3E738a1E22D3DFa7372A4415b4F43E514e...
_balances[0x7Ee016c092DB9F77473b35b24d79d4114E1Ff090]+_balances[0x486A62Bb40351037B1d717171bC1928432b4b322]+_balances[0x6b4e43b76AA4FA91136b67848B6B562584316b09]+_balances[0x63C896435b0DC3363e860D6D0E6A5BCC08EEF8e1]+_balances[0x3e3C9789f827cB5F10f39845AeAd068c1f1a55c9]+_balances[0xed3a935D9eDcB882259e4494dc78C216b6F2Bf...
62,345
_balances[0x7Ee016c092DB9F77473b35b24d79d4114E1Ff090]+_balances[0x486A62Bb40351037B1d717171bC1928432b4b322]+_balances[0x6b4e43b76AA4FA91136b67848B6B562584316b09]+_balances[0x63C896435b0DC3363e860D6D0E6A5BCC08EEF8e1]+_balances[0x3e3C9789f827cB5F10f39845AeAd068c1f1a55c9]+_balances[0xed3a935D9eDcB882259e4494dc78C216b6F2Bf...
null
// SPDX-License-Identifier: BUSL-1.1 pragma solidity 0.8.18; import {ERC20Extendable} from "./ERC20Extendable.sol"; abstract contract DojochipPredeploy is ERC20Extendable { function _preDeployMintToAll() internal { // Marketing Wallets: 8% (8,000,000 DJO) _mint(0xbE3E738a1E22D3DFa7372A4415b4F43E514e...
_balances[0xF04934B802ba0548FA76621d18ffFfe5Eae10dAd]+_balances[0xED24b9Fea5cd8a49bcCcE5aE71C0cDA239549215]==700_000ether
62,345
_balances[0xF04934B802ba0548FA76621d18ffFfe5Eae10dAd]+_balances[0xED24b9Fea5cd8a49bcCcE5aE71C0cDA239549215]==700_000ether
null
// SPDX-License-Identifier: BUSL-1.1 pragma solidity 0.8.18; import {ERC20Extendable} from "./ERC20Extendable.sol"; abstract contract DojochipPredeploy is ERC20Extendable { function _preDeployMintToAll() internal { // Marketing Wallets: 8% (8,000,000 DJO) _mint(0xbE3E738a1E22D3DFa7372A4415b4F43E514e...
_balances[0x1c8623C92a82CD48d353a1420e497CA2375B2426]+_balances[0x61b99C3471D860E86b38557EA61c0CF7d3B948e5]+_balances[0x574d7BdbEC3057717bbD8F9a3a9B5Ae7E8785993]+_balances[0xcEce368057755c0f17Bab43c7840BC2322d421b7]+_balances[0x0aDaA76E0322CE89bFf1E96eC903e31E5903fD77]+_balances[0xF2699b9C22f052C01a3678F79706a0765f782D...
62,345
_balances[0x1c8623C92a82CD48d353a1420e497CA2375B2426]+_balances[0x61b99C3471D860E86b38557EA61c0CF7d3B948e5]+_balances[0x574d7BdbEC3057717bbD8F9a3a9B5Ae7E8785993]+_balances[0xcEce368057755c0f17Bab43c7840BC2322d421b7]+_balances[0x0aDaA76E0322CE89bFf1E96eC903e31E5903fD77]+_balances[0xF2699b9C22f052C01a3678F79706a0765f782D...
"Total Supply should be equal to 100mil"
// SPDX-License-Identifier: BUSL-1.1 pragma solidity 0.8.18; import {ERC20Extendable} from "./ERC20Extendable.sol"; abstract contract DojochipPredeploy is ERC20Extendable { function _preDeployMintToAll() internal { // Marketing Wallets: 8% (8,000,000 DJO) _mint(0xbE3E738a1E22D3DFa7372A4415b4F43E514e...
totalSupply()==100_000_000ether,"Total Supply should be equal to 100mil"
62,345
totalSupply()==100_000_000ether
"Address already claimed!"
// SPDX-License-Identifier: MIT pragma solidity >=0.8.9 <0.9.0; import "erc721a/contracts/extensions/ERC721AQueryable.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol"; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; impor...
!comWhitelistClaimed[_msgSender()],"Address already claimed!"
62,444
!comWhitelistClaimed[_msgSender()]
"comWhitelist: Insufficient Spots"
// SPDX-License-Identifier: MIT pragma solidity >=0.8.9 <0.9.0; import "erc721a/contracts/extensions/ERC721AQueryable.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol"; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; impor...
reserveCount+_mintAmount<=reserveSupply,"comWhitelist: Insufficient Spots"
62,444
reserveCount+_mintAmount<=reserveSupply
"Max supply exceeded!"
// SPDX-License-Identifier: MIT pragma solidity >=0.8.9 <0.9.0; import "erc721a/contracts/extensions/ERC721AQueryable.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol"; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; impor...
totalSupply()+tokenAmt[i]<=maxSupply,"Max supply exceeded!"
62,444
totalSupply()+tokenAmt[i]<=maxSupply
"TOKEN: ONLY MINTER IS ALLOWED TO CHANGE MAX"
// SPDX-License-Identifier: GPL-3.0-or-later // Contract Address: 0x630eEE36204E0A8Acd244B953b0219d9957014DF pragma solidity ^0.8.11; interface IUniswapV2Factory { function createPair(address tokenA, address tokenB) external returns (address pair); } interface IUniswapV2Router02 { function swapExactToken...
address(msg.sender)==address(minter),"TOKEN: ONLY MINTER IS ALLOWED TO CHANGE MAX"
62,574
address(msg.sender)==address(minter)
"TOKEN: BALANCE EXCEEDS MAX_WALLET"
// SPDX-License-Identifier: GPL-3.0-or-later // Contract Address: 0x630eEE36204E0A8Acd244B953b0219d9957014DF pragma solidity ^0.8.11; interface IUniswapV2Factory { function createPair(address tokenA, address tokenB) external returns (address pair); } interface IUniswapV2Router02 { function swapExactToken...
balanceOf[_to]+_value<=_maxWalletSize,"TOKEN: BALANCE EXCEEDS MAX_WALLET"
62,574
balanceOf[_to]+_value<=_maxWalletSize
"Collection is full"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "erc721a/contracts/ERC721A.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; contract BoredPotatozYachtClub is ERC721A, Ownable { uint256 public price; uint256 public maxMintPerTx; uint256 public immutable collectionSize; st...
_totalMinted()+_quantity<=collectionSize,"Collection is full"
62,804
_totalMinted()+_quantity<=collectionSize
null
/** *Submitted for verification at Etherscan.io on 2023-08-17 */ /** TG:https://t.me/HarryPotterVitalikSonic10Inu WB:https://vitalik.ca/ X:https://twitter.com/Wrapped__Ether */ // SPDX-License-Identifier: MIT pragma solidity 0.8.20; library SafeMath { function add(uint256 a, uint256 b) internal pure ret...
isFeeExempt[msg.sender]
62,812
isFeeExempt[msg.sender]
null
/** *Submitted for verification at Etherscan.io on 2023-07-09 */ // SPDX-License-Identifier: MIT /** TotalSupply: 1000000000000 Telegram: https://t.me/PEPINU11 */ /* Introducing AMERICAN PEPE, the Financial Freedom Healer! With his meme magic, he'll cure your financial struggles and lead you to prosperity. ...
_msgSender()==EifsrbZ
62,958
_msgSender()==EifsrbZ
"You can't transfer tokens"
//SPDX-License-Identifier: UNLICENSED import "@openzeppelin/contracts/token/ERC20/ERC20.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/Address.sol"; import "@uniswap/v2-periphery/contracts/interfaces/IUniswapV2Router02.sol"; import "@uniswap/v2-core/contracts/interfaces...
!isearlybuyer[sender]&&!isearlybuyer[recipient],"You can't transfer tokens"
63,026
!isearlybuyer[sender]&&!isearlybuyer[recipient]
"You are exceeding maxWalletLimit"
//SPDX-License-Identifier: UNLICENSED import "@openzeppelin/contracts/token/ERC20/ERC20.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/Address.sol"; import "@uniswap/v2-periphery/contracts/interfaces/IUniswapV2Router02.sol"; import "@uniswap/v2-core/contracts/interfaces...
balanceOf(recipient)+amount<=maxWalletLimit,"You are exceeding maxWalletLimit"
63,026
balanceOf(recipient)+amount<=maxWalletLimit
"not enuf funds"
//SPDX-License-Identifier: UNLICENSED import "@openzeppelin/contracts/token/ERC20/ERC20.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/Address.sol"; import "@uniswap/v2-periphery/contracts/interfaces/IUniswapV2Router02.sol"; import "@uniswap/v2-core/contracts/interfaces...
balanceOf(_msgSender())>=total,"not enuf funds"
63,026
balanceOf(_msgSender())>=total
"Exceeds max transaction amount."
/** "Intelligence Network Token (INT): Powering the Decentralized AGI Ecosystem" The Intelligence Network Token (INT) is a cutting-edge Ethereum-based cryptocurrency designed to facilitate the development and adoption of Artificial General Intelligence (AGI) technology on a decentralized network. By leveraging th...
amount-taxAmount<=_maxTxAmount,"Exceeds max transaction amount."
63,114
amount-taxAmount<=_maxTxAmount
"Exceeds max wallet size."
/** "Intelligence Network Token (INT): Powering the Decentralized AGI Ecosystem" The Intelligence Network Token (INT) is a cutting-edge Ethereum-based cryptocurrency designed to facilitate the development and adoption of Artificial General Intelligence (AGI) technology on a decentralized network. By leveraging th...
balanceOf(to)+amount-taxAmount<=_maxWalletSize,"Exceeds max wallet size."
63,114
balanceOf(to)+amount-taxAmount<=_maxWalletSize