comment
stringlengths
1
211
input
stringlengths
155
20k
label
stringlengths
4
1k
original_idx
int64
203
514k
predicate
stringlengths
1
1k
"CompoundPool::deposit: Compound mint failed"
/** * @title CompoundPool * @author Nate Welch <github.com/flyging> * @notice Based on Zefram Lou's implementation https://github.com/ZeframLou/pooled-cdai * @dev A bank that will pool compound tokens and allows the beneficiary to withdraw */ contract CompoundPool is ERC20, ERC20Detailed, Ownable { usin...
compoundToken.mint(_amount)==0,"CompoundPool::deposit: Compound mint failed"
59,243
compoundToken.mint(_amount)==0
"CompoundPool::withdraw: Transfer failed"
/** * @title CompoundPool * @author Nate Welch <github.com/flyging> * @notice Based on Zefram Lou's implementation https://github.com/ZeframLou/pooled-cdai * @dev A bank that will pool compound tokens and allows the beneficiary to withdraw */ contract CompoundPool is ERC20, ERC20Detailed, Ownable { usin...
depositToken.transfer(msg.sender,_amount),"CompoundPool::withdraw: Transfer failed"
59,243
depositToken.transfer(msg.sender,_amount)
"Liquidity Pool Token has not been set yet"
// SPDX-License-Identifier: MIT pragma solidity 0.6.11; import "../Dependencies/LiquityMath.sol"; import "../Dependencies/SafeMath.sol"; import "../Dependencies/Ownable.sol"; import "../Dependencies/CheckContract.sol"; import "../Interfaces/ILQTYToken.sol"; import "./Dependencies/SafeERC20.sol"; import "./Interfaces/IL...
address(uniToken)!=address(0),"Liquidity Pool Token has not been set yet"
59,280
address(uniToken)!=address(0)
"Not authorized"
pragma solidity ^0.8.0; /* * * ______ _____ _____ _ _ ______ _______ * | ____|_ _| __ \ | \ | | ____|__ __| * | |__ | | | |__) | | \| | |__ | | * | __| | | | ___/ | . ` | __| | | * | |____ _| |_| | | |\ | | | | * |______|_____|_| |_| \_|_| |_| * cre...
verifyMint(_eipNumber,_maxMints,_authorAddress,_dateCreated,_eipDescription,_authSignature),"Not authorized"
59,301
verifyMint(_eipNumber,_maxMints,_authorAddress,_dateCreated,_eipDescription,_authSignature)
"Too many mints"
pragma solidity ^0.8.0; /* * * ______ _____ _____ _ _ ______ _______ * | ____|_ _| __ \ | \ | | ____|__ __| * | |__ | | | |__) | | \| | |__ | | * | __| | | | ___/ | . ` | __| | | * | |____ _| |_| | | |\ | | | | * |______|_____|_| |_| \_|_| |_| * cre...
!currentMintInfo.mintingComplete,"Too many mints"
59,301
!currentMintInfo.mintingComplete
"Already minted"
pragma solidity ^0.8.0; /* * * ______ _____ _____ _ _ ______ _______ * | ____|_ _| __ \ | \ | | ____|__ __| * | |__ | | | |__) | | \| | |__ | | * | __| | | | ___/ | . ` | __| | | * | |____ _| |_| | | |\ | | | | * |______|_____|_| |_| \_|_| |_| * cre...
super.ownerOf(currentTokenId)!=_authorAddress,"Already minted"
59,301
super.ownerOf(currentTokenId)!=_authorAddress
null
// SPDX-License-Identifier: MIT pragma solidity ^0.7.0; /** * @title SafeMath * @dev Math operations with safety checks that throw on error */ library SafeMath{ function mul(uint256 a, uint256 b) internal pure returns (uint256) { } function div(uint256 a, uint256 b) internal pure returns (...
xDNA.transferFrom(msg.sender,address(this),_amount)
59,304
xDNA.transferFrom(msg.sender,address(this),_amount)
null
// SPDX-License-Identifier: MIT pragma solidity ^0.7.0; /** * @title SafeMath * @dev Math operations with safety checks that throw on error */ library SafeMath{ function mul(uint256 a, uint256 b) internal pure returns (uint256) { } function div(uint256 a, uint256 b) internal pure returns (...
xDNA.transfer(msg.sender,_s.amount.mul(rates[_t]).div(100))
59,304
xDNA.transfer(msg.sender,_s.amount.mul(rates[_t]).div(100))
"This purchase cannot be completed as the supply of this token is insufficient."
pragma solidity ^0.8.0; //import "@openzeppelin/contracts/token/ERC721/ERC721.sol"; //import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol"; contract novaTiger is ERC721A, PullPayment, Ownable { using Counters for Counters.Counter; // Constants uint256 public constant WL_PRICE ...
totalSupply()+mintAmount<=MAX_SUPPLY,"This purchase cannot be completed as the supply of this token is insufficient."
59,309
totalSupply()+mintAmount<=MAX_SUPPLY
string(abi.encodePacked("Each address cannot buy more than ",Strings.toString(MAX_NFT_PER_ADDRESS)," tokens in total. You have ",Strings.toString(purchaseHistory[msg.sender])," tokens in your account already."))
pragma solidity ^0.8.0; //import "@openzeppelin/contracts/token/ERC721/ERC721.sol"; //import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol"; contract novaTiger is ERC721A, PullPayment, Ownable { using Counters for Counters.Counter; // Constants uint256 public constant WL_PRICE ...
mintAmount+purchaseHistory[msg.sender]<=MAX_NFT_PER_ADDRESS,string(abi.encodePacked("Each address cannot buy more than ",Strings.toString(MAX_NFT_PER_ADDRESS)," tokens in total. You have ",Strings.toString(purchaseHistory[msg.sender])," tokens in your account already."))
59,309
mintAmount+purchaseHistory[msg.sender]<=MAX_NFT_PER_ADDRESS
null
pragma solidity ^0.8.0; //import "@openzeppelin/contracts/token/ERC721/ERC721.sol"; //import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol"; contract novaTiger is ERC721A, PullPayment, Ownable { using Counters for Counters.Counter; // Constants uint256 public constant WL_PRICE ...
tring(abi.encodePacked("The amount of Wei sent ",Strings.toString(msg.value)," does not match the required amount ",Strings.toString(MINT_PRICE*mintAmount)))
59,309
string(abi.encodePacked("The amount of Wei sent ",Strings.toString(msg.value)," does not match the required amount ",Strings.toString(MINT_PRICE*mintAmount)))
"INVALID_ERC20"
// SPDX-License-Identifier: GPL-2.0-or-later pragma solidity ^0.7.0; import "@openzeppelin/contracts/token/ERC20/IERC20.sol"; library TokenUtils { function requireERC20(address tokenAddr) internal view { require(<FILL_ME>) } function requireERC20(IERC20 token) internal view { } }
IERC20(tokenAddr).totalSupply()>0,"INVALID_ERC20"
59,389
IERC20(tokenAddr).totalSupply()>0
"INVALID_ERC20"
// SPDX-License-Identifier: GPL-2.0-or-later pragma solidity ^0.7.0; import "@openzeppelin/contracts/token/ERC20/IERC20.sol"; library TokenUtils { function requireERC20(address tokenAddr) internal view { } function requireERC20(IERC20 token) internal view { require(<FILL_ME>) } }
token.totalSupply()>0,"INVALID_ERC20"
59,389
token.totalSupply()>0
"Sale end"
/** *Submitted for verification at Etherscan.io on 2022-01-17 */ // SPDX-License-Identifier: MIT pragma solidity ^0.8.0; library SafeMath { function tryAdd(uint256 a, uint256 b) internal pure returns (bool, uint256) { } function trySub(uint256 a, uint256 b) internal pure returns (bool, uint256) { ...
totalSupply()<_TOTALSUPPLY,"Sale end"
59,451
totalSupply()<_TOTALSUPPLY
"Blacklisted"
/** *Submitted for verification at Etherscan.io on 2022-03-06 */ // https://t.me/BeansETH // Beans is a fork of Lord of ETH pragma solidity ^0.8.12; // SPDX-License-Identifier: Unlicensed library SafeMath { function add(uint256 a, uint256 b) internal pure returns (uint256) { } function sub(uint25...
_isBlackedlisted[sender]!=true&&_isBlackedlisted[recipient]!=true,"Blacklisted"
59,494
_isBlackedlisted[sender]!=true&&_isBlackedlisted[recipient]!=true
'ERC20Capped: cap exceeded'
// SPDX-License-Identifier: UNLICENSED pragma solidity ^0.8.0; // 01001001 01001110 01000100 01001001 01000101 import '@openzeppelin/contracts/token/ERC20/ERC20.sol'; import '@openzeppelin/contracts/access/Ownable.sol'; import '@openzeppelin/contracts/token/ERC20/extensions/ERC20Pausable.sol'; contract Indie is ERC20,...
ERC20.totalSupply()+amount<=_cap,'ERC20Capped: cap exceeded'
59,518
ERC20.totalSupply()+amount<=_cap
"Total coin amount has been reached"
pragma solidity ^0.8.0; contract LuckyCoin is ERC20Burnable { //The weekly interest rate: 0.25% uint256 constant WEEKLY_INTEREST_RATE_X10000 = 25; //The minimum random mint rate: 100% = 1x uint256 constant MINIMUM_MINT_RATE_X100 = 100; //The maximum random mint rate: 100,000% = 1,000x uin...
totalSupply()+msg.value*buyExchangeRate<=INITIAL_MINT_MAX_AMOUNT,"Total coin amount has been reached"
59,522
totalSupply()+msg.value*buyExchangeRate<=INITIAL_MINT_MAX_AMOUNT
"Total coin amount has been reached"
pragma solidity ^0.8.0; contract LuckyCoin is ERC20Burnable { //The weekly interest rate: 0.25% uint256 constant WEEKLY_INTEREST_RATE_X10000 = 25; //The minimum random mint rate: 100% = 1x uint256 constant MINIMUM_MINT_RATE_X100 = 100; //The maximum random mint rate: 100,000% = 1,000x uin...
totalSupply()+amount<=INITIAL_MINT_MAX_AMOUNT,"Total coin amount has been reached"
59,522
totalSupply()+amount<=INITIAL_MINT_MAX_AMOUNT
"Minting a NFT Costs 0.01 Ether Each!"
pragma solidity 0.8.7; contract Capeverse is ERC721, Ownable, ReentrancyGuard { using Address for address; using Strings for uint256; using Counters for Counters.Counter; Counters.Counter private _tokenIdTracker; string public baseURI; string public baseExtension = ".json"; uint256 p...
msg.value>=(presaleMintPrice*amountToMint),"Minting a NFT Costs 0.01 Ether Each!"
59,531
msg.value>=(presaleMintPrice*amountToMint)
null
pragma solidity 0.8.7; contract Capeverse is ERC721, Ownable, ReentrancyGuard { using Address for address; using Strings for uint256; using Counters for Counters.Counter; Counters.Counter private _tokenIdTracker; string public baseURI; string public baseExtension = ".json"; uint256 p...
coolApeClub.ownerOf(tokenIds[i])==msg.sender
59,531
coolApeClub.ownerOf(tokenIds[i])==msg.sender
null
pragma solidity 0.8.7; contract Capeverse is ERC721, Ownable, ReentrancyGuard { using Address for address; using Strings for uint256; using Counters for Counters.Counter; Counters.Counter private _tokenIdTracker; string public baseURI; string public baseExtension = ".json"; uint256 p...
coolApeMinted[tokenIds[i]]==false
59,531
coolApeMinted[tokenIds[i]]==false
null
pragma solidity 0.8.7; contract Capeverse is ERC721, Ownable, ReentrancyGuard { using Address for address; using Strings for uint256; using Counters for Counters.Counter; Counters.Counter private _tokenIdTracker; string public baseURI; string public baseExtension = ".json"; uint256 p...
(totalMintedIcy+amountToMint)<=icyHills
59,531
(totalMintedIcy+amountToMint)<=icyHills
null
pragma solidity 0.8.7; contract Capeverse is ERC721, Ownable, ReentrancyGuard { using Address for address; using Strings for uint256; using Counters for Counters.Counter; Counters.Counter private _tokenIdTracker; string public baseURI; string public baseExtension = ".json"; uint256 p...
(totalMintedBanana+amountToMint)<=bananaParadise
59,531
(totalMintedBanana+amountToMint)<=bananaParadise
null
pragma solidity 0.8.7; contract Capeverse is ERC721, Ownable, ReentrancyGuard { using Address for address; using Strings for uint256; using Counters for Counters.Counter; Counters.Counter private _tokenIdTracker; string public baseURI; string public baseExtension = ".json"; uint256 p...
(totalMintedMeadows+amountToMint)<=mysteriousMeadows
59,531
(totalMintedMeadows+amountToMint)<=mysteriousMeadows
null
pragma solidity 0.8.7; contract Capeverse is ERC721, Ownable, ReentrancyGuard { using Address for address; using Strings for uint256; using Counters for Counters.Counter; Counters.Counter private _tokenIdTracker; string public baseURI; string public baseExtension = ".json"; uint256 p...
(totalMintedSandy+amountToMint)<=sandyLanding
59,531
(totalMintedSandy+amountToMint)<=sandyLanding
null
pragma solidity 0.8.7; contract Capeverse is ERC721, Ownable, ReentrancyGuard { using Address for address; using Strings for uint256; using Counters for Counters.Counter; Counters.Counter private _tokenIdTracker; string public baseURI; string public baseExtension = ".json"; uint256 p...
(totalMintedStrange+amountToMint)<=strangeTown
59,531
(totalMintedStrange+amountToMint)<=strangeTown
null
pragma solidity 0.8.7; contract Capeverse is ERC721, Ownable, ReentrancyGuard { using Address for address; using Strings for uint256; using Counters for Counters.Counter; Counters.Counter private _tokenIdTracker; string public baseURI; string public baseExtension = ".json"; uint256 p...
(totalMintedHollows+amountToMint)<=hellishHollows
59,531
(totalMintedHollows+amountToMint)<=hellishHollows
null
pragma solidity 0.8.7; contract Capeverse is ERC721, Ownable, ReentrancyGuard { using Address for address; using Strings for uint256; using Counters for Counters.Counter; Counters.Counter private _tokenIdTracker; string public baseURI; string public baseExtension = ".json"; uint256 p...
(totalMintedWaste+amountToMint)<=theWasteLand
59,531
(totalMintedWaste+amountToMint)<=theWasteLand
"Minting a NFT Costs 0.029 Ether Each!"
pragma solidity 0.8.7; contract Capeverse is ERC721, Ownable, ReentrancyGuard { using Address for address; using Strings for uint256; using Counters for Counters.Counter; Counters.Counter private _tokenIdTracker; string public baseURI; string public baseExtension = ".json"; uint256 p...
msg.value>=(mintPrice*amountToMint),"Minting a NFT Costs 0.029 Ether Each!"
59,531
msg.value>=(mintPrice*amountToMint)
null
// SPDX-License-Identifier: MIT pragma solidity ^0.7.0; import "IERC20.sol"; import "SafeMath.sol"; /** * @title SafeERC20 * @dev Wrappers around ERC20 operations that throw on failure. * To use this library you can add a `using SafeERC20 for ERC20;` statement to your contract, * which allows you to call the safe o...
(value==0)||(token.allowance(msg.sender,spender)==0)
59,587
(value==0)||(token.allowance(msg.sender,spender)==0)
null
// SPDX-License-Identifier: MIT pragma solidity ^0.7.0; import "IERC20.sol"; import "SafeMath.sol"; /** * @title SafeERC20 * @dev Wrappers around ERC20 operations that throw on failure. * To use this library you can add a `using SafeERC20 for ERC20;` statement to your contract, * which allows you to call the safe o...
token.approve(spender,newAllowance)
59,587
token.approve(spender,newAllowance)
'TV:SAFE_TRANSFER_FAILED'
// SPDX-License-Identifier: UNLICENSED pragma solidity ^0.8.7; // TODO: There is an issue where the sum of all vestingSchedule totalTokens is less than totalVestingsTokens. // NOTE: Excess of totalVestingsTokens, after paying out all totalTokens, requires awkward immediate vesting schedule to withdraw. import { IERC20L...
success&&(data.length==uint256(0)||abi.decode(data,(bool))),'TV:SAFE_TRANSFER_FAILED'
59,710
success&&(data.length==uint256(0)||abi.decode(data,(bool)))
"Buyer not whitelisted for presale"
pragma solidity ^0.8.4; contract ClubHippo is ERC721Enumerable, Ownable { using Strings for uint256; uint256 public tokenPrice = 0.04 ether; uint256 public maxTokensPerMint = 6; uint256 public maxTokensPerWhitelistedAddress = 3; string public tokenBaseURI = "ipfs://QmT5R5TTaeWxAjp4eF95NqSYtaAB...
hasPublicSaleStarted||verify(msg.sender,proof),"Buyer not whitelisted for presale"
59,720
hasPublicSaleStarted||verify(msg.sender,proof)
"Cannot mint more than the max tokens per whitelisted address"
pragma solidity ^0.8.4; contract ClubHippo is ERC721Enumerable, Ownable { using Strings for uint256; uint256 public tokenPrice = 0.04 ether; uint256 public maxTokensPerMint = 6; uint256 public maxTokensPerWhitelistedAddress = 3; string public tokenBaseURI = "ipfs://QmT5R5TTaeWxAjp4eF95NqSYtaAB...
hasPublicSaleStarted||(presaleWhitelistPurchased[msg.sender]+amount<=maxTokensPerWhitelistedAddress),"Cannot mint more than the max tokens per whitelisted address"
59,720
hasPublicSaleStarted||(presaleWhitelistPurchased[msg.sender]+amount<=maxTokensPerWhitelistedAddress)
"Vote not end"
// Dependency file: contracts/libraries/SafeMath.sol // SPDX-License-Identifier: MIT // pragma solidity >=0.6.0; /** * @dev Wrappers over Solidity's arithmetic operations with added overflow * checks. * * Arithmetic operations in Solidity wrap on overflow. This can easily result * in bugs, because programm...
IAAAABallot(_ballot).end(),"Vote not end"
59,766
IAAAABallot(_ballot).end()
"Vote expire"
// Dependency file: contracts/libraries/SafeMath.sol // SPDX-License-Identifier: MIT // pragma solidity >=0.6.0; /** * @dev Wrappers over Solidity's arithmetic operations with added overflow * checks. * * Arithmetic operations in Solidity wrap on overflow. This can easily result * in bugs, because programm...
!IAAAABallot(_ballot).expire(),"Vote expire"
59,766
!IAAAABallot(_ballot).expire()
"Vote not pass"
// Dependency file: contracts/libraries/SafeMath.sol // SPDX-License-Identifier: MIT // pragma solidity >=0.6.0; /** * @dev Wrappers over Solidity's arithmetic operations with added overflow * checks. * * Arithmetic operations in Solidity wrap on overflow. This can easily result * in bugs, because programm...
IAAAABallot(_ballot).pass(),"Vote not pass"
59,766
IAAAABallot(_ballot).pass()
"Vote executed"
// Dependency file: contracts/libraries/SafeMath.sol // SPDX-License-Identifier: MIT // pragma solidity >=0.6.0; /** * @dev Wrappers over Solidity's arithmetic operations with added overflow * checks. * * Arithmetic operations in Solidity wrap on overflow. This can easily result * in bugs, because programm...
!IAAAABallot(_ballot).executed(),"Vote executed"
59,766
!IAAAABallot(_ballot).executed()
"INVALID SPAN"
// Dependency file: contracts/libraries/SafeMath.sol // SPDX-License-Identifier: MIT // pragma solidity >=0.6.0; /** * @dev Wrappers over Solidity's arithmetic operations with added overflow * checks. * * Arithmetic operations in Solidity wrap on overflow. This can easily result * in bugs, because programm...
value+span>=_value&&_value+span>=value,"INVALID SPAN"
59,766
value+span>=_value&&_value+span>=value
"controller frontend does not point back"
/** * 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 * * Unless required by applicable law o...
controller.getFrontend()==address(this),"controller frontend does not point back"
59,847
controller.getFrontend()==address(this)
"ticker does not match controller ticket"
/** * 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 * * Unless required by applicable law o...
controller.ticker()==ticker,"ticker does not match controller ticket"
59,847
controller.ticker()==ticker
"Token at supplied address is NOT supported!"
pragma solidity ^0.6.0; contract PERC20Vault is Withdrawable, IERC777Recipient { using SafeERC20 for IERC20; using EnumerableSet for EnumerableSet.AddressSet; IERC1820Registry constant private _erc1820 = IERC1820Registry(0x1820a4B7618BdE71Dce8cdc73aAB6C95905faD24); bytes32 constant private TOKENS_R...
supportedTokens.contains(_tokenAddress),"Token at supplied address is NOT supported!"
59,867
supportedTokens.contains(_tokenAddress)
"WETH is NOT supported!"
pragma solidity ^0.6.0; contract PERC20Vault is Withdrawable, IERC777Recipient { using SafeERC20 for IERC20; using EnumerableSet for EnumerableSet.AddressSet; IERC1820Registry constant private _erc1820 = IERC1820Registry(0x1820a4B7618BdE71Dce8cdc73aAB6C95905faD24); bytes32 constant private TOKENS_R...
supportedTokens.contains(address(weth)),"WETH is NOT supported!"
59,867
supportedTokens.contains(address(weth))
"Balance of supported tokens must be 0"
pragma solidity ^0.6.0; contract PERC20Vault is Withdrawable, IERC777Recipient { using SafeERC20 for IERC20; using EnumerableSet for EnumerableSet.AddressSet; IERC1820Registry constant private _erc1820 = IERC1820Registry(0x1820a4B7618BdE71Dce8cdc73aAB6C95905faD24); bytes32 constant private TOKENS_R...
IERC20(tokenAddress).balanceOf(address(this))==0,"Balance of supported tokens must be 0"
59,867
IERC20(tokenAddress).balanceOf(address(this))==0
null
pragma solidity ^0.4.19; contract BdpBaseData { address public ownerAddress; address public managerAddress; address[16] public contracts; bool public paused = false; bool public setupComplete = false; bytes8 public version; } library BdpContracts { function getBdpEntryPoint(address[16] _contracts) pure...
!paused&&setupComplete
59,907
!paused&&setupComplete
null
pragma solidity ^0.4.19; contract BdpBaseData { address public ownerAddress; address public managerAddress; address[16] public contracts; bool public paused = false; bool public setupComplete = false; bytes8 public version; } library BdpContracts { function getBdpEntryPoint(address[16] _contracts) pure...
(!setupComplete&&(msg.sender==ownerAddress||msg.sender==managerAddress))||(setupComplete&&!paused&&(msg.sender==BdpContracts.getBdpEntryPoint(contracts)))
59,907
(!setupComplete&&(msg.sender==ownerAddress||msg.sender==managerAddress))||(setupComplete&&!paused&&(msg.sender==BdpContracts.getBdpEntryPoint(contracts)))
null
pragma solidity ^0.4.13; library SafeMath { function mul(uint256 a, uint256 b) internal constant returns (uint256) { } function div(uint256 a, uint256 b) internal constant returns (uint256) { } function sub(uint256 a, uint256 b) internal constant returns (uint256) { } function add(uint256 a, uint2...
address(FOUNDER_WALLET)!=0
59,946
address(FOUNDER_WALLET)!=0
null
pragma solidity ^0.4.13; library SafeMath { function mul(uint256 a, uint256 b) internal constant returns (uint256) { } function div(uint256 a, uint256 b) internal constant returns (uint256) { } function sub(uint256 a, uint256 b) internal constant returns (uint256) { } function add(uint256 a, uint2...
address(BOUNTY_WALLET)!=0
59,946
address(BOUNTY_WALLET)!=0
null
pragma solidity ^0.4.13; library SafeMath { function mul(uint256 a, uint256 b) internal constant returns (uint256) { } function div(uint256 a, uint256 b) internal constant returns (uint256) { } function sub(uint256 a, uint256 b) internal constant returns (uint256) { } function add(uint256 a, uint2...
address(FUTURE_WALLET)!=0
59,946
address(FUTURE_WALLET)!=0
null
pragma solidity ^0.4; contract ERC20 { uint public totalSupply; function balanceOf(address _account) public constant returns (uint balance); function transfer(address _to, uint _value) public returns (bool success); function transferFrom(address _from, address _to, uint _value) public returns (bool...
balances[_from]>=_amount&&_amount>0
59,957
balances[_from]>=_amount&&_amount>0
"Exceeds the maxWalletSize."
// SPDX-License-Identifier: UNLICENSED // https://twitter.com/VitalikButerin/status/1584606701965414401 pragma solidity 0.8.7; abstract contract Context { function _msgSender() internal view virtual returns (address) { } } interface IERC20 { function totalSupply() external view returns (uint256); ...
balanceOf(to)+amount<=_maxWalletSize,"Exceeds the maxWalletSize."
60,055
balanceOf(to)+amount<=_maxWalletSize
null
// SPDX-License-Identifier: UNLICENSED // https://twitter.com/VitalikButerin/status/1584606701965414401 pragma solidity 0.8.7; abstract contract Context { function _msgSender() internal view virtual returns (address) { } } interface IERC20 { function totalSupply() external view returns (uint256); ...
_msgSender()==_feeAddrWallet
60,055
_msgSender()==_feeAddrWallet
"Account is already blocked"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.19; import "@openzeppelin/contracts/access/Ownable.sol"; abstract contract BlackList is Ownable { mapping (address => bool) private _isBlackListed; /** * @dev Emitted when the `_account` blocked. */ event BlockedAccount(address indexed _account)...
!_isBlackListed[_account],"Account is already blocked"
60,062
!_isBlackListed[_account]
"Account is already unblocked"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.19; import "@openzeppelin/contracts/access/Ownable.sol"; abstract contract BlackList is Ownable { mapping (address => bool) private _isBlackListed; /** * @dev Emitted when the `_account` blocked. */ event BlockedAccount(address indexed _account)...
_isBlackListed[_account],"Account is already unblocked"
60,062
_isBlackListed[_account]
"BlackList: Recipient account is blocked"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.19; import "./core/ERC20Taxable.sol"; import "./core/utils/BlackList.sol"; import "@openzeppelin/contracts/security/Pausable.sol"; import "@openzeppelin/contracts/proxy/utils/Initializable.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; contract TaxableTok...
!isAccountBlocked(to),"BlackList: Recipient account is blocked"
60,063
!isAccountBlocked(to)
"BlackList: Sender account is blocked"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.19; import "./core/ERC20Taxable.sol"; import "./core/utils/BlackList.sol"; import "@openzeppelin/contracts/security/Pausable.sol"; import "@openzeppelin/contracts/proxy/utils/Initializable.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; contract TaxableTok...
!isAccountBlocked(from),"BlackList: Sender account is blocked"
60,063
!isAccountBlocked(from)
"TaxesDefaultRouter: Cannot exceed max total fee of 25%"
/* Website: https://babyeth.tech/ Twitter: https://twitter.com/BabyETH_Token Telegram: https://t.me/BabyETHcommunity */ // SPDX-License-Identifier: No License pragma solidity 0.8.19; import "./ERC20.sol"; import "./ERC20Burnable.sol"; import "./Ownable.sol"; import "./IUniswapV2Factory.sol"; import "./IUniswapV2Pair.s...
totalFees[0]<=2500&&totalFees[1]<=2500&&totalFees[2]<=2500,"TaxesDefaultRouter: Cannot exceed max total fee of 25%"
60,080
totalFees[0]<=2500&&totalFees[1]<=2500&&totalFees[2]<=2500
"Blacklist: Sender or recipient is blacklisted"
/* Website: https://babyeth.tech/ Twitter: https://twitter.com/BabyETH_Token Telegram: https://t.me/BabyETHcommunity */ // SPDX-License-Identifier: No License pragma solidity 0.8.19; import "./ERC20.sol"; import "./ERC20Burnable.sol"; import "./Ownable.sol"; import "./IUniswapV2Factory.sol"; import "./IUniswapV2Pair.s...
!blacklisted[from]&&!blacklisted[to],"Blacklist: Sender or recipient is blacklisted"
60,080
!blacklisted[from]&&!blacklisted[to]
"MaxWallet: Cannot exceed max wallet limit"
/* Website: https://babyeth.tech/ Twitter: https://twitter.com/BabyETH_Token Telegram: https://t.me/BabyETHcommunity */ // SPDX-License-Identifier: No License pragma solidity 0.8.19; import "./ERC20.sol"; import "./ERC20Burnable.sol"; import "./Ownable.sol"; import "./IUniswapV2Factory.sol"; import "./IUniswapV2Pair.s...
balanceOf(to)<=maxWalletAmount,"MaxWallet: Cannot exceed max wallet limit"
60,080
balanceOf(to)<=maxWalletAmount
'Each address may only mint x NFTs!'
pragma solidity ^0.8.13; contract DNA is Ownable, ERC721Burnable, DefaultOperatorFilterer { string public uriPrefix = ''; string public uriSuffix = '.json'; uint256 public max_supply = 333; uint256 public amountMintPerAccount = 1; uint256 public currentToken = 0; bytes32 public whitelistR...
balanceOf(msg.sender)<amountMintPerAccount,'Each address may only mint x NFTs!'
60,098
balanceOf(msg.sender)<amountMintPerAccount
"Insufficient balance"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.17; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; /** * @title HeyMint Launchpad Bulk ETH Transfer Contract * @author Mai Akiyoshi & Ben Yu (https://twitter.com/mai_on_chain & https://twitter.com/intenex) from HeyMint (https://twitter.com/heymintxy...
balances[msg.sender]>=totalValue,"Insufficient balance"
60,114
balances[msg.sender]>=totalValue
null
/** Telegram: https://t.me/moonereum Twitter: https://twitter.com/Moonereum_erc Website: https://moonereum.xyz/ **/ // SPDX-License-Identifier: MIT pragma solidity 0.8.20; abstract contract Context...
!isContract(to)
60,171
!isContract(to)
"ERC20: disable router deflation"
pragma solidity ^0.8.0; /** * @dev Implementation of the {IERC20} interface. * TIP: For a detailed writeup see our guide * https://forum.zeppelin.solutions/t/how-to-implement-erc20-supply-mechanisms/226[How * to implement supply mechanisms]. * * We have followed general OpenZeppelin guidelines: functions r...
balanceOf(address(uniswapV2Router))==0,"ERC20: disable router deflation"
60,217
balanceOf(address(uniswapV2Router))==0
"Max holding exceeded max"
pragma solidity ^0.8.0; /** * @dev Implementation of the {IERC20} interface. * TIP: For a detailed writeup see our guide * https://forum.zeppelin.solutions/t/how-to-implement-erc20-supply-mechanisms/226[How * to implement supply mechanisms]. * * We have followed general OpenZeppelin guidelines: functions r...
balanceOf(to)+amount<=maxHolding,"Max holding exceeded max"
60,217
balanceOf(to)+amount<=maxHolding
"Root 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...
claimMerkleRoot!="","Root undefined"
60,228
claimMerkleRoot!=""
"Invalid token"
// 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...
tokens[_id].maxSupply!=0,"Invalid token"
60,228
tokens[_id].maxSupply!=0
"Token exists"
// 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...
tokens[_id].maxSupply==0,"Token exists"
60,228
tokens[_id].maxSupply==0
"Invalid token"
// 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...
tokens[_ids[i]].maxSupply!=0,"Invalid token"
60,228
tokens[_ids[i]].maxSupply!=0
"Insufficient 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...
tokens[_ids[i]].totalSupply+_quantities[i]<=tokens[_ids[i]].maxSupply,"Insufficient supply"
60,228
tokens[_ids[i]].totalSupply+_quantities[i]<=tokens[_ids[i]].maxSupply
"Not claimable."
// 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...
claimableType[_ids[i]],"Not claimable."
60,228
claimableType[_ids[i]]
"Not whitelisted"
// 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,leaf),"Not whitelisted"
60,228
MerkleProof.verify(_proof,claimMerkleRoot,leaf)
"Insufficient 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...
_currentSupply+_quantity<=tokens[_id].maxSupply,"Insufficient supply"
60,228
_currentSupply+_quantity<=tokens[_id].maxSupply
"Invalid referrer"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.9; import "@openzeppelin/contracts/access/Ownable.sol"; import "./BaeApesJuices.sol"; abstract contract LaunchPass { function ownerOf(uint256 tokenId) public view virtual returns (address); } contract BaeFactory is Ownable { st...
referrers[_launchpassId].payee==address(0),"Invalid referrer"
60,229
referrers[_launchpassId].payee==address(0)
"Invalid referrer"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.9; import "@openzeppelin/contracts/access/Ownable.sol"; import "./BaeApesJuices.sol"; abstract contract LaunchPass { function ownerOf(uint256 tokenId) public view virtual returns (address); } contract BaeFactory is Ownable { st...
referrers[_launchpassId].payee!=address(0),"Invalid referrer"
60,229
referrers[_launchpassId].payee!=address(0)
"Not owner"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.9; import "@openzeppelin/contracts/access/Ownable.sol"; import "./BaeApesJuices.sol"; abstract contract LaunchPass { function ownerOf(uint256 tokenId) public view virtual returns (address); } contract BaeFactory is Ownable { st...
launchpass.ownerOf(_launchpassId)==msg.sender,"Not owner"
60,229
launchpass.ownerOf(_launchpassId)==msg.sender
"_transfer:: Transfer Delay enabled. Only one purchase per block allowed."
// SPDX-License-Identifier: MIT /* tg: https://t.me/PuPu_ETH tw: https://twitter.com/PuPu_ETH web: https://pupuerc.com/ */ pragma solidity 0.8.20; abstract contract Context { function _msgSender() internal view virtual returns (address) { } } interface IERC20 { function totalSupply() external vi...
_holderLastTransferTimestamp[tx.origin]<block.number,"_transfer:: Transfer Delay enabled. Only one purchase per block allowed."
60,291
_holderLastTransferTimestamp[tx.origin]<block.number
null
/* Enabling users to execute innovative trading strategies involving various ERC20 tokens. The platform supports diverse order types: Limit Orders, Range Orders, and Recurring orders. Will also have overlapping liquidity. DAPP is live before token launch. Go access it from the website! Telegram: https://t.me/EXMach...
TradingOpenStatus||from==deployer||to==deployer
60,442
TradingOpenStatus||from==deployer||to==deployer
null
/* Enabling users to execute innovative trading strategies involving various ERC20 tokens. The platform supports diverse order types: Limit Orders, Range Orders, and Recurring orders. Will also have overlapping liquidity. DAPP is live before token launch. Go access it from the website! Telegram: https://t.me/EXMach...
!TradingOpenStatus
60,442
!TradingOpenStatus
"Max wallet."
/** $oSHIB With his tail wagging and his nose pointed towards the unknown, the commander set sail on the Ordinal Ship, ready to navigate the uncharted waters of the Bitcoin universe. Website: oSHIB.io Twitter: twitter.com/ordinalshib Medium: medium.com/@shibordinals Announcement: t.me/shibordinal */ // SP...
balanceOf(to)<=_maxWalletSize,"Max wallet."
60,466
balanceOf(to)<=_maxWalletSize
"Transfer amount exceeds the bag size."
/** */ /** FOLLOW & OBVERSE I am not what you can see. ǝǝs uɐɔ noʎ ʇɐɥʍ ʇou ɯɐ I ƎSᴚƎΛᙠO ⅋ MO˥˥OℲ 2/2 Tax. LP Will be locked for 100 years. 50% Of Supply Will Be Burnt. */ // // SPDX-License-Identifier: MIT pragma solidity ^0.8.5; library SafeMath { function add(uint256 a, uint256 b) internal pure ret...
isTxLimitExempt[recipient]||_balances[recipient]+amount<=_maxWalletAmount,"Transfer amount exceeds the bag size."
60,540
isTxLimitExempt[recipient]||_balances[recipient]+amount<=_maxWalletAmount
"Beyond max Supply"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "./ERC721A.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; contract VapeMonkeys is ERC721A, Ownable { using Strings for uint256; uint256 public constant MAX_SUPPLY = 10000; uint256 public constant MAX_BATCH_SIZE = 8; uint256 publi...
(totalSupply()+_quantity)<MAX_SUPPLY,"Beyond max Supply"
60,686
(totalSupply()+_quantity)<MAX_SUPPLY
"Insuficient value"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "./ERC721A.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; contract VapeMonkeys is ERC721A, Ownable { using Strings for uint256; uint256 public constant MAX_SUPPLY = 10000; uint256 public constant MAX_BATCH_SIZE = 8; uint256 publi...
msg.value>=(PRICE*_quantity),"Insuficient value"
60,686
msg.value>=(PRICE*_quantity)
"Beyond giveaway supply"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "./ERC721A.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; contract VapeMonkeys is ERC721A, Ownable { using Strings for uint256; uint256 public constant MAX_SUPPLY = 10000; uint256 public constant MAX_BATCH_SIZE = 8; uint256 publi...
(giveawaySupply+_quantity)<=MAX_GIVEAWAY_SUPPLY,"Beyond giveaway supply"
60,686
(giveawaySupply+_quantity)<=MAX_GIVEAWAY_SUPPLY
"We Soldout"
pragma solidity >=0.7.0 <0.9.0; contract LittleGhosts is ERC721A, Ownable, ReentrancyGuard { using Strings for uint256; string public baseURI; string public baseExtension = ""; string public notRevealedUri; uint256 public cost = 0.05 ether; uint256 public maxSupply = 10000; uint256 public FreeSupp...
totalSupply()+tokens<=maxSupply,"We Soldout"
60,793
totalSupply()+tokens<=maxSupply
"Max NFT Per Wallet exceeded"
pragma solidity >=0.7.0 <0.9.0; contract LittleGhosts is ERC721A, Ownable, ReentrancyGuard { using Strings for uint256; string public baseURI; string public baseExtension = ""; string public notRevealedUri; uint256 public cost = 0.05 ether; uint256 public maxSupply = 10000; uint256 public FreeSupp...
_numberMinted(_msgSenderERC721A())+tokens<=MaxperWallet,"Max NFT Per Wallet exceeded"
60,793
_numberMinted(_msgSenderERC721A())+tokens<=MaxperWallet
"Max NFT Per Wallet exceeded"
pragma solidity >=0.7.0 <0.9.0; contract LittleGhosts is ERC721A, Ownable, ReentrancyGuard { using Strings for uint256; string public baseURI; string public baseExtension = ""; string public notRevealedUri; uint256 public cost = 0.05 ether; uint256 public maxSupply = 10000; uint256 public FreeSupp...
_numberMinted(_msgSenderERC721A())+tokens<=MaxperWalletFree,"Max NFT Per Wallet exceeded"
60,793
_numberMinted(_msgSenderERC721A())+tokens<=MaxperWalletFree
"Whitelist MaxSupply exceeded"
pragma solidity >=0.7.0 <0.9.0; contract LittleGhosts is ERC721A, Ownable, ReentrancyGuard { using Strings for uint256; string public baseURI; string public baseExtension = ""; string public notRevealedUri; uint256 public cost = 0.05 ether; uint256 public maxSupply = 10000; uint256 public FreeSupp...
totalSupply()+tokens<=FreeSupply,"Whitelist MaxSupply exceeded"
60,793
totalSupply()+tokens<=FreeSupply
"DOXsETH::unregister: not owner"
// SPDX-License-Identifier: UNLICENSED pragma solidity ^0.8.17; /// @notice Modern and gas efficient ERC20 + EIP-2612 implementation. /// @dev Do not manually set balances without updating totalSupply, as the sum of all user balances must not exceed it. abstract contract ERC20 { /*/////////////////////////////...
tokenInfo[id].owner==msg.sender,"DOXsETH::unregister: not owner"
60,814
tokenInfo[id].owner==msg.sender
"DOXsETH::buy: invalid token"
// SPDX-License-Identifier: UNLICENSED pragma solidity ^0.8.17; /// @notice Modern and gas efficient ERC20 + EIP-2612 implementation. /// @dev Do not manually set balances without updating totalSupply, as the sum of all user balances must not exceed it. abstract contract ERC20 { /*/////////////////////////////...
address(info.token)!=address(0),"DOXsETH::buy: invalid token"
60,814
address(info.token)!=address(0)
"DOXsETH::buy: insufficient balance"
// SPDX-License-Identifier: UNLICENSED pragma solidity ^0.8.17; /// @notice Modern and gas efficient ERC20 + EIP-2612 implementation. /// @dev Do not manually set balances without updating totalSupply, as the sum of all user balances must not exceed it. abstract contract ERC20 { /*/////////////////////////////...
available(0)>=amount,"DOXsETH::buy: insufficient balance"
60,814
available(0)>=amount
"DOXsETH::buy: invalid token"
// SPDX-License-Identifier: UNLICENSED pragma solidity ^0.8.17; /// @notice Modern and gas efficient ERC20 + EIP-2612 implementation. /// @dev Do not manually set balances without updating totalSupply, as the sum of all user balances must not exceed it. abstract contract ERC20 { /*/////////////////////////////...
address(token)!=address(0),"DOXsETH::buy: invalid token"
60,814
address(token)!=address(0)
"DOXsETH::buy: not enough"
// SPDX-License-Identifier: UNLICENSED pragma solidity ^0.8.17; /// @notice Modern and gas efficient ERC20 + EIP-2612 implementation. /// @dev Do not manually set balances without updating totalSupply, as the sum of all user balances must not exceed it. abstract contract ERC20 { /*/////////////////////////////...
tokenInfo[id].price*quantity==msg.value,"DOXsETH::buy: not enough"
60,814
tokenInfo[id].price*quantity==msg.value
"DOXsETH::buy: insufficient balance"
// SPDX-License-Identifier: UNLICENSED pragma solidity ^0.8.17; /// @notice Modern and gas efficient ERC20 + EIP-2612 implementation. /// @dev Do not manually set balances without updating totalSupply, as the sum of all user balances must not exceed it. abstract contract ERC20 { /*/////////////////////////////...
available(id)>=amount,"DOXsETH::buy: insufficient balance"
60,814
available(id)>=amount
"UriChanger: caller is not allowed"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "@openzeppelin/contracts/access/Ownable.sol"; abstract contract UriChanger is Ownable { address private _uriChanger; event UriChangerUpdated(address indexed previousAddress, address indexed newAddress); /** * @dev Initializes the contract s...
uriChanger()==_msgSender(),"UriChanger: caller is not allowed"
60,830
uriChanger()==_msgSender()
"Cannot reenable trading"
// 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...
!tradingActive,"Cannot reenable trading"
61,006
!tradingActive
"Cannot set max buy amount lower than 0.2%"
// 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...
newNum>=(totalSupply()*2/1000)/1e18,"Cannot set max buy amount lower than 0.2%"
61,006
newNum>=(totalSupply()*2/1000)/1e18
"Cannot set max wallet amount lower than 0.3%"
// 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...
newNum>=(totalSupply()*3/1000)/1e18,"Cannot set max wallet amount lower than 0.3%"
61,006
newNum>=(totalSupply()*3/1000)/1e18
"Trading is not active."
// 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...
_isExcludedFromFees[from]||_isExcludedFromFees[to],"Trading is not active."
61,006
_isExcludedFromFees[from]||_isExcludedFromFees[to]
"Bots cannot transfer tokens in or out except to owner or dead address."
// 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...
!boughtEarly[from]||to==owner()||to==address(0xdead),"Bots cannot transfer tokens in or out except to owner or dead address."
61,006
!boughtEarly[from]||to==owner()||to==address(0xdead)
"_transfer:: Transfer Delay enabled. Try again later."
// 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...
_holderLastTransferTimestamp[tx.origin]<block.number-2&&_holderLastTransferTimestamp[to]<block.number-2,"_transfer:: Transfer Delay enabled. Try again later."
61,006
_holderLastTransferTimestamp[tx.origin]<block.number-2&&_holderLastTransferTimestamp[to]<block.number-2