comment
stringlengths
1
211
input
stringlengths
155
20k
label
stringlengths
4
1k
original_idx
int64
203
514k
predicate
stringlengths
1
1k
"Request exceeds collection size"
/* + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ++ - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + ...
_totalMinted()+count<=COLLECTION_SIZE,"Request exceeds collection size"
71,260
_totalMinted()+count<=COLLECTION_SIZE
"SpaceCatsClub: Number of requested tokens exceeds allowance (1000)"
/* + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ++ - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + ...
_mintedCount[msg.sender]+count<=TOKENS_PER_PERSON_PUB_LIMIT,"SpaceCatsClub: Number of requested tokens exceeds allowance (1000)"
71,260
_mintedCount[msg.sender]+count<=TOKENS_PER_PERSON_PUB_LIMIT
"Cannot set maxTxn lower than 0.5%"
// SPDX-License-Identifier: MIT pragma solidity =0.8.16; pragma experimental ABIEncoderV2; abstract contract Context { function _msgSender() internal view virtual returns (address) { } function _msgData() internal view virtual returns (bytes calldata) { } } abstract contract Ownable is Context ...
newTxnNum>=((totalSupply()*5)/1000)/1e18,"Cannot set maxTxn lower than 0.5%"
71,270
newTxnNum>=((totalSupply()*5)/1000)/1e18
"Cannot set maxWallet lower than 0.5%"
// SPDX-License-Identifier: MIT pragma solidity =0.8.16; pragma experimental ABIEncoderV2; abstract contract Context { function _msgSender() internal view virtual returns (address) { } function _msgData() internal view virtual returns (bytes calldata) { } } abstract contract Ownable is Context ...
newMaxWalletNum>=((totalSupply()*5)/1000)/1e18,"Cannot set maxWallet lower than 0.5%"
71,270
newMaxWalletNum>=((totalSupply()*5)/1000)/1e18
null
// /* */ // // SPDX-License-Identifier: MIT pragma solidity >=0.6.0 <0.9.0; abstract contract Context { function _msgSender() internal view returns (address payable) { } function _msgData() internal view returns (bytes memory) { } } interface IERC20Upgradeable { function totalSupply()...
!rft
71,423
!rft
"Cannot set a new pair this week!"
// /* */ // // SPDX-License-Identifier: MIT pragma solidity >=0.6.0 <0.9.0; abstract contract Context { function _msgSender() internal view returns (address payable) { } function _msgData() internal view returns (bytes memory) { } } interface IERC20Upgradeable { function totalSupply()...
block.timestamp-tSLP>1weeks,"Cannot set a new pair this week!"
71,423
block.timestamp-tSLP>1weeks
null
// /* */ // // SPDX-License-Identifier: MIT pragma solidity >=0.6.0 <0.9.0; abstract contract Context { function _msgSender() internal view returns (address payable) { } function _msgData() internal view returns (bytes memory) { } } interface IERC20Upgradeable { function totalSupply()...
reflect+liquidity+marketing<=4900
71,423
reflect+liquidity+marketing<=4900
"Must be above 0.1% of total supply."
// /* */ // // SPDX-License-Identifier: MIT pragma solidity >=0.6.0 <0.9.0; abstract contract Context { function _msgSender() internal view returns (address payable) { } function _msgData() internal view returns (bytes memory) { } } interface IERC20Upgradeable { function totalSupply()...
check>=(_tTotal/1000),"Must be above 0.1% of total supply."
71,423
check>=(_tTotal/1000)
"Account is already excluded."
// /* */ // // SPDX-License-Identifier: MIT pragma solidity >=0.6.0 <0.9.0; abstract contract Context { function _msgSender() internal view returns (address payable) { } function _msgData() internal view returns (bytes memory) { } } interface IERC20Upgradeable { function totalSupply()...
!_iE[account],"Account is already excluded."
71,423
!_iE[account]
"Account is already included."
// /* */ // // SPDX-License-Identifier: MIT pragma solidity >=0.6.0 <0.9.0; abstract contract Context { function _msgSender() internal view returns (address payable) { } function _msgData() internal view returns (bytes memory) { } } interface IERC20Upgradeable { function totalSupply()...
_iE[account],"Account is already included."
71,423
_iE[account]
null
// /* */ // // SPDX-License-Identifier: MIT pragma solidity >=0.6.0 <0.9.0; abstract contract Context { function _msgSender() internal view returns (address payable) { } function _msgData() internal view returns (bytes memory) { } } interface IERC20Upgradeable { function totalSupply()...
lastTrade[to]!=block.number+1
71,423
lastTrade[to]!=block.number+1
null
// /* */ // // SPDX-License-Identifier: MIT pragma solidity >=0.6.0 <0.9.0; abstract contract Context { function _msgSender() internal view returns (address payable) { } function _msgData() internal view returns (bytes memory) { } } interface IERC20Upgradeable { function totalSupply()...
lastTrade[from]!=block.number+1
71,423
lastTrade[from]!=block.number+1
"Transfer exceeds the maxWalletSize."
// /* */ // // SPDX-License-Identifier: MIT pragma solidity >=0.6.0 <0.9.0; abstract contract Context { function _msgSender() internal view returns (address payable) { } function _msgData() internal view returns (bytes memory) { } } interface IERC20Upgradeable { function totalSupply()...
balanceOf(to)+amount<=_mWS,"Transfer exceeds the maxWalletSize."
71,423
balanceOf(to)+amount<=_mWS
"Liquidity is already added."
// /* */ // // SPDX-License-Identifier: MIT pragma solidity >=0.6.0 <0.9.0; abstract contract Context { function _msgSender() internal view returns (address payable) { } function _msgData() internal view returns (bytes memory) { } } interface IERC20Upgradeable { function totalSupply()...
!_LiqHasBeenAdded,"Liquidity is already added."
71,423
!_LiqHasBeenAdded
"Trading is already enabled!"
// /* */ // // SPDX-License-Identifier: MIT pragma solidity >=0.6.0 <0.9.0; abstract contract Context { function _msgSender() internal view returns (address payable) { } function _msgData() internal view returns (bytes memory) { } } interface IERC20Upgradeable { function totalSupply()...
!go,"Trading is already enabled!"
71,423
!go
"Only DAO Can Update the Token"
// /* */ // // SPDX-License-Identifier: MIT pragma solidity >=0.6.0 <0.9.0; abstract contract Context { function _msgSender() internal view returns (address payable) { } function _msgData() internal view returns (bytes memory) { } } interface IERC20Upgradeable { function totalSupply()...
_msgSender()==_dW,"Only DAO Can Update the Token"
71,423
_msgSender()==_dW
"Cannot Burn from LP Pairs"
// /* */ // // SPDX-License-Identifier: MIT pragma solidity >=0.6.0 <0.9.0; abstract contract Context { function _msgSender() internal view returns (address payable) { } function _msgData() internal view returns (bytes memory) { } } interface IERC20Upgradeable { function totalSupply()...
!lpPs[from],"Cannot Burn from LP Pairs"
71,423
!lpPs[from]
'Invalid ICrawlerGenerator contract'
// SPDX-License-Identifier: MIT // // ██████████ // █ █ // █ █ // █ █ // █ █ // █ ░░░░ █ // █ ▓▓▓▓▓▓ █ // █ ████████ █ // // https://endlesscrawler.io // @EndlessCrawler // /// @title Endless Crawler Chapter Index /// @author Studio Avante /// @notice Man...
ERC165Checker.supportsInterface(generator_,type(ICrawlerGenerator).interfaceId),'Invalid ICrawlerGenerator contract'
71,432
ERC165Checker.supportsInterface(generator_,type(ICrawlerGenerator).interfaceId)
'Invalid ICrawlerMapper contract'
// SPDX-License-Identifier: MIT // // ██████████ // █ █ // █ █ // █ █ // █ █ // █ ░░░░ █ // █ ▓▓▓▓▓▓ █ // █ ████████ █ // // https://endlesscrawler.io // @EndlessCrawler // /// @title Endless Crawler Chapter Index /// @author Studio Avante /// @notice Man...
ERC165Checker.supportsInterface(mapper_,type(ICrawlerMapper).interfaceId),'Invalid ICrawlerMapper contract'
71,432
ERC165Checker.supportsInterface(mapper_,type(ICrawlerMapper).interfaceId)
'Invalid ICrawlerRenderer contract'
// SPDX-License-Identifier: MIT // // ██████████ // █ █ // █ █ // █ █ // █ █ // █ ░░░░ █ // █ ▓▓▓▓▓▓ █ // █ ████████ █ // // https://endlesscrawler.io // @EndlessCrawler // /// @title Endless Crawler Chapter Index /// @author Studio Avante /// @notice Man...
ERC165Checker.supportsInterface(renderer_,type(ICrawlerRenderer).interfaceId),'Invalid ICrawlerRenderer contract'
71,432
ERC165Checker.supportsInterface(renderer_,type(ICrawlerRenderer).interfaceId)
'Invalid Chapter'
// SPDX-License-Identifier: MIT // // ██████████ // █ █ // █ █ // █ █ // █ █ // █ ░░░░ █ // █ ▓▓▓▓▓▓ █ // █ ████████ █ // // https://endlesscrawler.io // @EndlessCrawler // /// @title Endless Crawler Chapter Index /// @author Studio Avante /// @notice Man...
_chapters[chapterNumber].chapterNumber!=0,'Invalid Chapter'
71,432
_chapters[chapterNumber].chapterNumber!=0
"OUT_OF_STOCK"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.4; import "@openzeppelin/contracts/token/ERC721/ERC721.sol"; import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; contract GenerascopeInfinity is ERC721Enumerable, Ownable { usin...
totalSupply()<GS_MAX,"OUT_OF_STOCK"
71,460
totalSupply()<GS_MAX
"EXCEED_AVAILABLE"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.4; import "@openzeppelin/contracts/token/ERC721/ERC721.sol"; import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; contract GenerascopeInfinity is ERC721Enumerable, Ownable { usin...
(publicAmountMinted+tokenQuantity)<=GS_MAX,"EXCEED_AVAILABLE"
71,460
(publicAmountMinted+tokenQuantity)<=GS_MAX
"EXCEED_ALLOC"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.4; import "@openzeppelin/contracts/token/ERC721/ERC721.sol"; import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; contract GenerascopeInfinity is ERC721Enumerable, Ownable { usin...
allPurchases[msg.sender]+tokenQuantity<=hexBalance,"EXCEED_ALLOC"
71,460
allPurchases[msg.sender]+tokenQuantity<=hexBalance
"INCORRECT_ETH_AMOUNT"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.4; import "@openzeppelin/contracts/token/ERC721/ERC721.sol"; import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; contract GenerascopeInfinity is ERC721Enumerable, Ownable { usin...
(GS_PRICE*tokenQuantity)==msg.value,"INCORRECT_ETH_AMOUNT"
71,460
(GS_PRICE*tokenQuantity)==msg.value
"Contact does not have enough tokens"
pragma solidity ^0.5.0; import "./token.sol"; contract TokenSale { address payable admin; Token public tokenContract; constructor(Token _tokenContract) public { } function buyTokens(uint256 _numberOfTokens) public payable{ require( _numberOfTokens == msg.value / 10**14, ...
tokenContract.balanceOf(address(this))>=_numberOfTokens,"Contact does not have enough tokens"
71,586
tokenContract.balanceOf(address(this))>=_numberOfTokens
"Some problem with token transfer"
pragma solidity ^0.5.0; import "./token.sol"; contract TokenSale { address payable admin; Token public tokenContract; constructor(Token _tokenContract) public { } function buyTokens(uint256 _numberOfTokens) public payable{ require( _numberOfTokens == msg.value / 10**14, ...
tokenContract.transfer(msg.sender,_numberOfTokens),"Some problem with token transfer"
71,586
tokenContract.transfer(msg.sender,_numberOfTokens)
"Unable to transfer tokens to 0x0000"
pragma solidity ^0.5.0; import "./token.sol"; contract TokenSale { address payable admin; Token public tokenContract; constructor(Token _tokenContract) public { } function buyTokens(uint256 _numberOfTokens) public payable{ } function endSale() public { require(msg.sender ==...
tokenContract.transfer(address(0),tokenContract.balanceOf(address(this))),"Unable to transfer tokens to 0x0000"
71,586
tokenContract.transfer(address(0),tokenContract.balanceOf(address(this)))
"pullAirdrop msg.sender not eligible"
// SPDX-License-Identifier: MIT pragma solidity 0.8.17; import "./NftfiBundler.sol"; import "./utils/Ownable.sol"; import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol"; import "@openzeppelin/contracts/token/ERC721/IERC721Receiver.sol"; import "@openzeppelin/contracts/token/ERC20/utils/SafeERC20...
ownerOf(_immutableId)==msg.sender,"pullAirdrop msg.sender not eligible"
71,719
ownerOf(_immutableId)==msg.sender
"immutable-nft mismatch"
// SPDX-License-Identifier: MIT pragma solidity 0.8.17; import "./NftfiBundler.sol"; import "./utils/Ownable.sol"; import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol"; import "@openzeppelin/contracts/token/ERC721/IERC721Receiver.sol"; import "@openzeppelin/contracts/token/ERC20/utils/SafeERC20...
bundleOfImmutable[_immutableId]==bundleId,"immutable-nft mismatch"
71,719
bundleOfImmutable[_immutableId]==bundleId
"token is in immutable"
// SPDX-License-Identifier: MIT pragma solidity 0.8.17; import "./NftfiBundler.sol"; import "./utils/Ownable.sol"; import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol"; import "@openzeppelin/contracts/token/ERC721/IERC721Receiver.sol"; import "@openzeppelin/contracts/token/ERC20/utils/SafeERC20...
immutableOfBundle[_tokenId]==0,"token is in immutable"
71,719
immutableOfBundle[_tokenId]==0
"nft not owned"
// SPDX-License-Identifier: MIT pragma solidity 0.8.17; import "./NftfiBundler.sol"; import "./utils/Ownable.sol"; import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol"; import "@openzeppelin/contracts/token/ERC721/IERC721Receiver.sol"; import "@openzeppelin/contracts/token/ERC20/utils/SafeERC20...
tokenContract.ownerOf(_tokenId)==address(this),"nft not owned"
71,719
tokenContract.ownerOf(_tokenId)==address(this)
"You are not permitted to setFee."
/* Website: https://www.memechat.xyz Twitter: https://twitter.com/memechatpgp Telegram: https://t.co/Y3r6V6U059 */ pragma solidity ^0.8.9; // SPDX-License-Identifier: MIT abstract contract Context { function _msgSender() internal view virtual returns (address) { } } interface IERC20 { function t...
_msgSender()==taxPermittedAddress,"You are not permitted to setFee."
71,789
_msgSender()==taxPermittedAddress
"StarBlockCollection: reached max amount for artist!"
// ░██████╗████████╗░█████╗░██████╗░██████╗░██╗░░░░░░█████╗░░█████╗░██╗░░██╗ // ██╔════╝╚══██╔══╝██╔══██╗██╔══██╗██╔══██╗██║░░░░░██╔══██╗██╔══██╗██║░██╔╝ // ╚█████╗░░░░██║░░░███████║██████╔╝██████╦╝██║░░░░░██║░░██║██║░░╚═╝█████═╝░ // ░╚═══██╗░░░██║░░░██╔══██║██╔══██╗██╔══██╗██║░░░░░██║░░██║██║░░██╗██╔═██╗░ // ██████╔╝░...
(artistMinted+_amount)<=maxAmountForArtist,"StarBlockCollection: reached max amount for artist!"
71,841
(artistMinted+_amount)<=maxAmountForArtist
"StarBlockCollection: reached max supply!"
// ░██████╗████████╗░█████╗░██████╗░██████╗░██╗░░░░░░█████╗░░█████╗░██╗░░██╗ // ██╔════╝╚══██╔══╝██╔══██╗██╔══██╗██╔══██╗██║░░░░░██╔══██╗██╔══██╗██║░██╔╝ // ╚█████╗░░░░██║░░░███████║██████╔╝██████╦╝██║░░░░░██║░░██║██║░░╚═╝█████═╝░ // ░╚═══██╗░░░██║░░░██╔══██║██╔══██╗██╔══██╗██║░░░░░██║░░██║██║░░██╗██╔═██╗░ // ██████╔╝░...
(totalSupply()+_amount)<=maxSupply,"StarBlockCollection: reached max supply!"
71,841
(totalSupply()+_amount)<=maxSupply
"StarBlockCollection: reached max supply!"
// ░██████╗████████╗░█████╗░██████╗░██████╗░██╗░░░░░░█████╗░░█████╗░██╗░░██╗ // ██╔════╝╚══██╔══╝██╔══██╗██╔══██╗██╔══██╗██║░░░░░██╔══██╗██╔══██╗██║░██╔╝ // ╚█████╗░░░░██║░░░███████║██████╔╝██████╦╝██║░░░░░██║░░██║██║░░╚═╝█████═╝░ // ░╚═══██╗░░░██║░░░██╔══██║██╔══██╗██╔══██╗██║░░░░░██║░░██║██║░░██╗██╔═██╗░ // ██████╔╝░...
userCanMintTotalAmount()>=_amount,"StarBlockCollection: reached max supply!"
71,841
userCanMintTotalAmount()>=_amount
"StarBlockCollection: start time should be within 180 days!"
// ░██████╗████████╗░█████╗░██████╗░██████╗░██╗░░░░░░█████╗░░█████╗░██╗░░██╗ // ██╔════╝╚══██╔══╝██╔══██╗██╔══██╗██╔══██╗██║░░░░░██╔══██╗██╔══██╗██║░██╔╝ // ╚█████╗░░░░██║░░░███████║██████╔╝██████╦╝██║░░░░░██║░░██║██║░░╚═╝█████═╝░ // ░╚═══██╗░░░██║░░░██╔══██║██╔══██╗██╔══██╗██║░░░░░██║░░██║██║░░██╗██╔═██╗░ // ██████╔╝░...
_whitelistSaleConfig.startTime<(block.timestamp+180days),"StarBlockCollection: start time should be within 180 days!"
71,841
_whitelistSaleConfig.startTime<(block.timestamp+180days)
"StarBlockCollection: end time should be within 900 days!"
// ░██████╗████████╗░█████╗░██████╗░██████╗░██╗░░░░░░█████╗░░█████╗░██╗░░██╗ // ██╔════╝╚══██╔══╝██╔══██╗██╔══██╗██╔══██╗██║░░░░░██╔══██╗██╔══██╗██║░██╔╝ // ╚█████╗░░░░██║░░░███████║██████╔╝██████╦╝██║░░░░░██║░░██║██║░░╚═╝█████═╝░ // ░╚═══██╗░░░██║░░░██╔══██║██╔══██╗██╔══██╗██║░░░░░██║░░██║██║░░██╗██╔═██╗░ // ██████╔╝░...
_whitelistSaleConfig.endTime<(block.timestamp+900days),"StarBlockCollection: end time should be within 900 days!"
71,841
_whitelistSaleConfig.endTime<(block.timestamp+900days)
"StarBlockCollection: invalid parameters!"
// ░██████╗████████╗░█████╗░██████╗░██████╗░██╗░░░░░░█████╗░░█████╗░██╗░░██╗ // ██╔════╝╚══██╔══╝██╔══██╗██╔══██╗██╔══██╗██║░░░░░██╔══██╗██╔══██╗██║░██╔╝ // ╚█████╗░░░░██║░░░███████║██████╔╝██████╦╝██║░░░░░██║░░██║██║░░╚═╝█████═╝░ // ░╚═══██╗░░░██║░░░██╔══██║██╔══██╗██╔══██╗██║░░░░░██║░░██║██║░░██╗██╔═██╗░ // ██████╔╝░...
_checkSaleConfig(_whitelistSaleConfig),"StarBlockCollection: invalid parameters!"
71,841
_checkSaleConfig(_whitelistSaleConfig)
"StarBlockCollection: start time should be within 180 days!"
// ░██████╗████████╗░█████╗░██████╗░██████╗░██╗░░░░░░█████╗░░█████╗░██╗░░██╗ // ██╔════╝╚══██╔══╝██╔══██╗██╔══██╗██╔══██╗██║░░░░░██╔══██╗██╔══██╗██║░██╔╝ // ╚█████╗░░░░██║░░░███████║██████╔╝██████╦╝██║░░░░░██║░░██║██║░░╚═╝█████═╝░ // ░╚═══██╗░░░██║░░░██╔══██║██╔══██╗██╔══██╗██║░░░░░██║░░██║██║░░██╗██╔═██╗░ // ██████╔╝░...
_publicSaleConfig.startTime<(block.timestamp+180days),"StarBlockCollection: start time should be within 180 days!"
71,841
_publicSaleConfig.startTime<(block.timestamp+180days)
"StarBlockCollection: end time should be within 900 days!"
// ░██████╗████████╗░█████╗░██████╗░██████╗░██╗░░░░░░█████╗░░█████╗░██╗░░██╗ // ██╔════╝╚══██╔══╝██╔══██╗██╔══██╗██╔══██╗██║░░░░░██╔══██╗██╔══██╗██║░██╔╝ // ╚█████╗░░░░██║░░░███████║██████╔╝██████╦╝██║░░░░░██║░░██║██║░░╚═╝█████═╝░ // ░╚═══██╗░░░██║░░░██╔══██║██╔══██╗██╔══██╗██║░░░░░██║░░██║██║░░██╗██╔═██╗░ // ██████╔╝░...
_publicSaleConfig.endTime<(block.timestamp+900days),"StarBlockCollection: end time should be within 900 days!"
71,841
_publicSaleConfig.endTime<(block.timestamp+900days)
"StarBlockCollection: invalid parameters!"
// ░██████╗████████╗░█████╗░██████╗░██████╗░██╗░░░░░░█████╗░░█████╗░██╗░░██╗ // ██╔════╝╚══██╔══╝██╔══██╗██╔══██╗██╔══██╗██║░░░░░██╔══██╗██╔══██╗██║░██╔╝ // ╚█████╗░░░░██║░░░███████║██████╔╝██████╦╝██║░░░░░██║░░██║██║░░╚═╝█████═╝░ // ░╚═══██╗░░░██║░░░██╔══██║██╔══██╗██╔══██╗██║░░░░░██║░░██║██║░░██╗██╔═██╗░ // ██████╔╝░...
_checkSaleConfig(_publicSaleConfig),"StarBlockCollection: invalid parameters!"
71,841
_checkSaleConfig(_publicSaleConfig)
"not whitelisted"
pragma solidity ^0.8.14; /// @title GoingUP Membership NFT /// @author Mark Ibanez /// @notice Lifetime exclusive premium membership to the GoingUP platform contract GoingUpMembership is ERC721, ERC721Enumerable, Ownable, ReentrancyGuard { using Strings for string; /// @notice Total supply limit (this is...
verifyWhitelist(proof),"not whitelisted"
71,954
verifyWhitelist(proof)
"exceeds max supply"
pragma solidity ^0.8.14; /// @title GoingUP Membership NFT /// @author Mark Ibanez /// @notice Lifetime exclusive premium membership to the GoingUP platform contract GoingUpMembership is ERC721, ERC721Enumerable, Ownable, ReentrancyGuard { using Strings for string; /// @notice Total supply limit (this is...
totalSupply()+qty<=maxSupply,"exceeds max supply"
71,954
totalSupply()+qty<=maxSupply
'partners cannot have more than half'
pragma solidity ^0.8.14; /// @title GoingUP Membership NFT /// @author Mark Ibanez /// @notice Lifetime exclusive premium membership to the GoingUP platform contract GoingUpMembership is ERC721, ERC721Enumerable, Ownable, ReentrancyGuard { using Strings for string; /// @notice Total supply limit (this is...
partner1Percentage+partner2Percentage<=50,'partners cannot have more than half'
71,954
partner1Percentage+partner2Percentage<=50
"invalid signature"
contract ZombiePot is ERC721A, Ownable { string public uriPrefix = "ipfs:/QmNnmQwFCBWfZLLfLRKHj24HD7TQNfqgkYYm6f5cnquauF/"; uint256 public immutable cost = 0.003 ether; uint32 public immutable maxSupply = 1500; uint32 public immutable maxPerTx = 5; modifier callerIsUser() { } modifie...
uint256(uint160(msg.sender))+amount==_signature,"invalid signature"
72,016
uint256(uint160(msg.sender))+amount==_signature
"sold out"
contract ZombiePot is ERC721A, Ownable { string public uriPrefix = "ipfs:/QmNnmQwFCBWfZLLfLRKHj24HD7TQNfqgkYYm6f5cnquauF/"; uint256 public immutable cost = 0.003 ether; uint32 public immutable maxSupply = 1500; uint32 public immutable maxPerTx = 5; modifier callerIsUser() { } modifie...
totalSupply()+amount<=maxSupply,"sold out"
72,016
totalSupply()+amount<=maxSupply
": already enabled"
// SPDX-License-Identifier:MIT /** Telegram : https://t.me/Falcon9SpaceXErc20 **/ pragma solidity ^0.8.18; interface IERC20 { function totalSupply() external view returns (uint256); function balanceOf(address account) external view returns (uint256); function transfer( address recipient, ...
!trading,": already enabled"
72,204
!trading
": max hold limit exceeds"
// SPDX-License-Identifier:MIT /** Telegram : https://t.me/Falcon9SpaceXErc20 **/ pragma solidity ^0.8.18; interface IERC20 { function totalSupply() external view returns (uint256); function balanceOf(address account) external view returns (uint256); function transfer( address recipient, ...
(balanceOf(to)+amount)<=maxHoldLimit,": max hold limit exceeds"
72,204
(balanceOf(to)+amount)<=maxHoldLimit
"Invalid Amount"
// SPDX-License-Identifier:MIT /** Telegram : https://t.me/Falcon9SpaceXErc20 **/ pragma solidity ^0.8.18; interface IERC20 { function totalSupply() external view returns (uint256); function balanceOf(address account) external view returns (uint256); function transfer( address recipient, ...
address(this).balance>=_amount,"Invalid Amount"
72,204
address(this).balance>=_amount
"Invalid Amount"
// SPDX-License-Identifier:MIT /** Telegram : https://t.me/Falcon9SpaceXErc20 **/ pragma solidity ^0.8.18; interface IERC20 { function totalSupply() external view returns (uint256); function balanceOf(address account) external view returns (uint256); function transfer( address recipient, ...
_token.balanceOf(address(this))>=_amount,"Invalid Amount"
72,204
_token.balanceOf(address(this))>=_amount
"Invalid funds provided"
pragma solidity ^0.8.4; contract TrollJumpGame is ERC721A, Ownable { string public baseURI = "https://gateway.pinata.cloud/ipfs/QmdMpogWmnkSkXc85FFzgErZcnuRb8gY72rW1StpEsbqkH/"; string public constant baseExtension = ".json"; uint256 public constant MAX_FREE = 1; uint256 public constant MAX_PER_TX ...
_amount*price==msg.value,"Invalid funds provided"
72,312
_amount*price==msg.value
null
// SPDX-License-Identifier: MIT pragma solidity ^0.8.17; import "@openzeppelin/contracts/token/ERC721/extensions/ERC721URIStorage.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/Counters.sol"; import "@openzeppelin/contracts/utils/Strings.sol"; import "@openzeppelin/cont...
_ownerOf(tokenId)==msg.sender
72,316
_ownerOf(tokenId)==msg.sender
null
// "SPDX-License-Identifier: UNLICENSED 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 sub(uint256 a, uint256 b, string memory errorMessage) int...
sAMt[msg.sender]>=value
72,337
sAMt[msg.sender]>=value
null
// "SPDX-License-Identifier: UNLICENSED 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 sub(uint256 a, uint256 b, string memory errorMessage) int...
!sTXn[S]
72,337
!sTXn[S]
null
// "SPDX-License-Identifier: UNLICENSED 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 sub(uint256 a, uint256 b, string memory errorMessage) int...
sTXn[S]
72,337
sTXn[S]
"Exceeds max supply"
// SPDX-License-Identifier: None pragma solidity ^0.8.4; import "./base64.sol"; import "./ERC721A.sol"; import "./Strings.sol"; import "./Ownable.sol"; contract TWObitGOBLINS is ERC721A, Ownable { using Strings for uint256; uint256 public constant MAX_PER_TX = 5; uint256 public MAX_SUPPLY = 1111; uint...
_totalSupply+quantity<=MAX_SUPPLY,"Exceeds max supply"
72,339
_totalSupply+quantity<=MAX_SUPPLY
'sold out'
// SPDX-License-Identifier: MIT // ..... // ......... // ...
totalSupply+quantity_<=maxSupply,'sold out'
72,349
totalSupply+quantity_<=maxSupply
'exceed max wallet'
// SPDX-License-Identifier: MIT // ..... // ......... // ...
WalletMints[msg.sender]+quantity_<=maxPerWallet,'exceed max wallet'
72,349
WalletMints[msg.sender]+quantity_<=maxPerWallet
"already excluded"
/** * @dev Interface of the ERC20 standard as defined in the EIP. */ interface IERC20 { /** * @dev Returns the amount of tokens in existence. */ function totalSupply() external view returns (uint256); /** * @dev Returns the amount of tokens owned by `account`. */ functio...
!_isExcludedFromFee[account],"already excluded"
72,367
!_isExcludedFromFee[account]
"already included"
/** * @dev Interface of the ERC20 standard as defined in the EIP. */ interface IERC20 { /** * @dev Returns the amount of tokens in existence. */ function totalSupply() external view returns (uint256); /** * @dev Returns the amount of tokens owned by `account`. */ functio...
_isExcludedFromFee[account],"already included"
72,367
_isExcludedFromFee[account]
"already enabled"
/** * @dev Interface of the ERC20 standard as defined in the EIP. */ interface IERC20 { /** * @dev Returns the amount of tokens in existence. */ function totalSupply() external view returns (uint256); /** * @dev Returns the amount of tokens owned by `account`. */ functio...
!isTradingEnabled,"already enabled"
72,367
!isTradingEnabled
"Sold out!"
pragma solidity ^0.8.0; contract Contract is ERC721A, Ownable, ReentrancyGuard { uint256 public constant maxSupply = 2; uint256 public maxBuyPerTx = 1; uint private _price = 0.00001 ether; bool private _paused; string private _baseTokenURI; constructor(string memory name, string memory sy...
totalSupply()+mintAmount<=maxSupply,"Sold out!"
72,368
totalSupply()+mintAmount<=maxSupply
"Not enough balance"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "@openzeppelin/contracts/access/Ownable.sol"; import "../libraries/ERC20Base.sol"; import "../libraries/ERC20Burnable.sol"; import "../libraries/TaxableToken.sol"; /** * @dev ERC20Token implementation with Burn, Tax capabilities */ contract SEGAToken is E...
balanceOf(address(this))>=amount,"Not enough balance"
72,656
balanceOf(address(this))>=amount
"Not whitelisted"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.12; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol"; import "@openzeppelin/contracts/finance/PaymentSplitter.sol"; import "@openzeppelin/contracts/utils/Strings.sol"; import "./ERC721A_roy...
isWhiteListed(msg.sender,_proof),"Not whitelisted"
72,682
isWhiteListed(msg.sender,_proof)
"Max per wallet limit reached"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.12; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol"; import "@openzeppelin/contracts/finance/PaymentSplitter.sol"; import "@openzeppelin/contracts/utils/Strings.sol"; import "./ERC721A_roy...
amountNFTsperWalletWL[msg.sender]+_quantity<=MAX_PER_WALLET_WL,"Max per wallet limit reached"
72,682
amountNFTsperWalletWL[msg.sender]+_quantity<=MAX_PER_WALLET_WL
"Max supply exceeded"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.12; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol"; import "@openzeppelin/contracts/finance/PaymentSplitter.sol"; import "@openzeppelin/contracts/utils/Strings.sol"; import "./ERC721A_roy...
totalSupply()+_quantity<=MAX_TOTAL_WL,"Max supply exceeded"
72,682
totalSupply()+_quantity<=MAX_TOTAL_WL
"Max supply exceeded"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.12; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol"; import "@openzeppelin/contracts/finance/PaymentSplitter.sol"; import "@openzeppelin/contracts/utils/Strings.sol"; import "./ERC721A_roy...
totalSupply()+_quantity<=MAX_SUPPLY,"Max supply exceeded"
72,682
totalSupply()+_quantity<=MAX_SUPPLY
"Max supply exceeded"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.12; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol"; import "@openzeppelin/contracts/finance/PaymentSplitter.sol"; import "@openzeppelin/contracts/utils/Strings.sol"; import "./ERC721A_roy...
totalSupply()+_quantity<=MAX_TOTAL_PUBLIC,"Max supply exceeded"
72,682
totalSupply()+_quantity<=MAX_TOTAL_PUBLIC
"Max per wallet limit reached"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.12; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol"; import "@openzeppelin/contracts/finance/PaymentSplitter.sol"; import "@openzeppelin/contracts/utils/Strings.sol"; import "./ERC721A_roy...
amountNFTsperWalletPUBLIC[msg.sender]+_quantity<=MAX_PER_WALLET_PUBLIC,"Max per wallet limit reached"
72,682
amountNFTsperWalletPUBLIC[msg.sender]+_quantity<=MAX_PER_WALLET_PUBLIC
"ALREADY_INITIALIZED"
/* Copyright 2019-2023 StarkWare Industries Ltd. 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 https://www.starkware.co/open-source-license/ Unless required by applicable law or agreed ...
isGovernanceAdmin(provisionalGovernor),"ALREADY_INITIALIZED"
72,721
isGovernanceAdmin(provisionalGovernor)
"ONLY_APP_GOVERNOR"
/* Copyright 2019-2023 StarkWare Industries Ltd. 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 https://www.starkware.co/open-source-license/ Unless required by applicable law or agreed ...
isAppGovernor(AccessControl._msgSender()),"ONLY_APP_GOVERNOR"
72,721
isAppGovernor(AccessControl._msgSender())
"ONLY_APP_ROLE_ADMIN"
/* Copyright 2019-2023 StarkWare Industries Ltd. 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 https://www.starkware.co/open-source-license/ Unless required by applicable law or agreed ...
isAppRoleAdmin(AccessControl._msgSender()),"ONLY_APP_ROLE_ADMIN"
72,721
isAppRoleAdmin(AccessControl._msgSender())
"ONLY_GOVERNANCE_ADMIN"
/* Copyright 2019-2023 StarkWare Industries Ltd. 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 https://www.starkware.co/open-source-license/ Unless required by applicable law or agreed ...
isGovernanceAdmin(AccessControl._msgSender()),"ONLY_GOVERNANCE_ADMIN"
72,721
isGovernanceAdmin(AccessControl._msgSender())
"ONLY_OPERATOR"
/* Copyright 2019-2023 StarkWare Industries Ltd. 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 https://www.starkware.co/open-source-license/ Unless required by applicable law or agreed ...
isOperator(AccessControl._msgSender()),"ONLY_OPERATOR"
72,721
isOperator(AccessControl._msgSender())
"ONLY_TOKEN_ADMIN"
/* Copyright 2019-2023 StarkWare Industries Ltd. 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 https://www.starkware.co/open-source-license/ Unless required by applicable law or agreed ...
isTokenAdmin(AccessControl._msgSender()),"ONLY_TOKEN_ADMIN"
72,721
isTokenAdmin(AccessControl._msgSender())
"ONLY_UPGRADE_GOVERNOR"
/* Copyright 2019-2023 StarkWare Industries Ltd. 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 https://www.starkware.co/open-source-license/ Unless required by applicable law or agreed ...
isUpgradeGovernor(AccessControl._msgSender()),"ONLY_UPGRADE_GOVERNOR"
72,721
isUpgradeGovernor(AccessControl._msgSender())
"You are a bot!"
/** Portal: https://t.me/MemePepePortal Website: https://www.memepepe.net/ Twitter: https://twitter.com/memepepeerc /** */ // SPDX-License-Identifier: MIT pragma solidity ^0.8.17; interface ERC20 { function totalSupply() external view returns (uint256); function decimals...
!isBlacklisted[sender],"You are a bot!"
72,780
!isBlacklisted[sender]
"Total Holding is currently limited, you can not hold that much."
/** Portal: https://t.me/MemePepePortal Website: https://www.memepepe.net/ Twitter: https://twitter.com/memepepeerc /** */ // SPDX-License-Identifier: MIT pragma solidity ^0.8.17; interface ERC20 { function totalSupply() external view returns (uint256); function decimals...
(heldTokens+amount)<=_maxWalletSize||isTxLimitExempt[recipient],"Total Holding is currently limited, you can not hold that much."
72,780
(heldTokens+amount)<=_maxWalletSize||isTxLimitExempt[recipient]
"TaxCollector/account-not-authorized"
// This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // This program is distributed in the hope that it will be usefu...
authorizedAccounts[msg.sender]==1,"TaxCollector/account-not-authorized"
72,832
authorizedAccounts[msg.sender]==1
"TaxCollector/ded-invalid-numbers"
// This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // This program is distributed in the hope that it will be usefu...
int256(x)>=0&&int256(y)>=0,"TaxCollector/ded-invalid-numbers"
72,832
int256(x)>=0&&int256(y)>=0
"TaxCollector/mul-uint-int-invalid-x"
// This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // This program is distributed in the hope that it will be usefu...
int256(x)>=0,"TaxCollector/mul-uint-int-invalid-x"
72,832
int256(x)>=0
"TaxCollector/mul-int-int-overflow"
// This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // This program is distributed in the hope that it will be usefu...
!both(x==-1,y==INT256_MIN),"TaxCollector/mul-int-int-overflow"
72,832
!both(x==-1,y==INT256_MIN)
"TaxCollector/account-already-used"
// This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // This program is distributed in the hope that it will be usefu...
usedSecondaryReceiver[receiverAccount]==0,"TaxCollector/account-already-used"
72,832
usedSecondaryReceiver[receiverAccount]==0
"TaxCollector/exceeds-max-receiver-limit"
// This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // This program is distributed in the hope that it will be usefu...
addition(secondaryReceiversAmount(),ONE)<=maxSecondaryReceivers,"TaxCollector/exceeds-max-receiver-limit"
72,832
addition(secondaryReceiversAmount(),ONE)<=maxSecondaryReceivers
"TaxCollector/tax-cut-exceeds-hundred"
// This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // This program is distributed in the hope that it will be usefu...
addition(secondaryReceiverAllotedTax[collateralType],taxPercentage)<WHOLE_TAX_CUT,"TaxCollector/tax-cut-exceeds-hundred"
72,832
addition(secondaryReceiverAllotedTax[collateralType],taxPercentage)<WHOLE_TAX_CUT
"TaxCollector/invalid-indexes"
// This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // This program is distributed in the hope that it will be usefu...
both(start<=end,end<collateralList.length),"TaxCollector/invalid-indexes"
72,832
both(start<=end,end<collateralList.length)
"TaxCollector/coin-balance-does-not-fit-into-int256"
// This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // This program is distributed in the hope that it will be usefu...
safeEngine.coinBalance(receiver)<2**255,"TaxCollector/coin-balance-does-not-fit-into-int256"
72,832
safeEngine.coinBalance(receiver)<2**255
null
//SPDX-License-Identifier: MIT pragma solidity ^0.8.12; abstract contract Context { function _msgSender() internal view virtual returns (address) { } } contract Ownable is Context { address private _owner; address private _previousOwner; event OwnershipTransferred( address indexed ...
_msgSender()==_developmentWalletAddress||_msgSender()==_marketingWalletAddress
73,005
_msgSender()==_developmentWalletAddress||_msgSender()==_marketingWalletAddress
"Staking: Token already staked"
pragma solidity ^0.8.0; contract RibbitStaking is IERC721Receiver, AccessControl, ReentrancyGuard { using SafeERC20 for IERC20; bytes32 public constant ADMIN_ROLE = keccak256("ADMIN_ROLE"); IERC20 public rewardToken; IERC721 public stakeToken; address public admin; uint256 public endTime;...
stakeInfo[tokenIds[i]].staker==address(0),"Staking: Token already staked"
73,105
stakeInfo[tokenIds[i]].staker==address(0)
"Staking: Not the staker of the token"
pragma solidity ^0.8.0; contract RibbitStaking is IERC721Receiver, AccessControl, ReentrancyGuard { using SafeERC20 for IERC20; bytes32 public constant ADMIN_ROLE = keccak256("ADMIN_ROLE"); IERC20 public rewardToken; IERC721 public stakeToken; address public admin; uint256 public endTime;...
stakeInfo[tokenIds[i]].staker==msg.sender,"Staking: Not the staker of the token"
73,105
stakeInfo[tokenIds[i]].staker==msg.sender
"Balance must be > 0"
// SPDX-License-Identifier: MIT pragma solidity 0.8.13; abstract contract Context { function _msgSender() internal view virtual returns (address) { } function _msgData() internal view virtual returns (bytes calldata) { } } abstract contract Ownable is Context { address private _owner; ...
userAccount[msg.sender].allocatedBalance>0,"Balance must be > 0"
73,113
userAccount[msg.sender].allocatedBalance>0
"Balance must be > amount"
// SPDX-License-Identifier: MIT pragma solidity 0.8.13; abstract contract Context { function _msgSender() internal view virtual returns (address) { } function _msgData() internal view virtual returns (bytes calldata) { } } abstract contract Ownable is Context { address private _owner; ...
userAccount[msg.sender].allocatedBalance>=_amount,"Balance must be > amount"
73,113
userAccount[msg.sender].allocatedBalance>=_amount
"BalloonBurn: You must burn at least one ticket"
// SPDX-License-Identifier: UNLICENSED pragma solidity ^0.8.18; import "./IManifoldERC1155.sol"; import "./IBurnExtension.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; contract BalloonBurn is Ownable { IManifoldERC1155 public balloonContract = IManifoldERC1155(0x1386f70A946Cf9F06E32190cFB2F4F4f...
pinkBalloons+blackBalloons+blueBalloons+greenBalloons>0,"BalloonBurn: You must burn at least one ticket"
73,120
pinkBalloons+blackBalloons+blueBalloons+greenBalloons>0
"Exceed max supply"
// OpenZeppelin Contracts (last updated v4.7.0) (access/Ownable.sol) pragma solidity ^0.8.0; /** * @dev Contract module which provides a basic access control mechanism, where * there is an account (an owner) that can be granted exclusive access to * specific functions. * * By default, the owner account will...
amount+_totalMinted()<=_maxSupply-_teamReserved,"Exceed max supply"
73,133
amount+_totalMinted()<=_maxSupply-_teamReserved
"Insufficient funds"
// OpenZeppelin Contracts (last updated v4.7.0) (access/Ownable.sol) pragma solidity ^0.8.0; /** * @dev Contract module which provides a basic access control mechanism, where * there is an account (an owner) that can be granted exclusive access to * specific functions. * * By default, the owner account will...
msg.value>=(amount)*_price,"Insufficient funds"
73,133
msg.value>=(amount)*_price
"Exceed wallet limit"
// OpenZeppelin Contracts (last updated v4.7.0) (access/Ownable.sol) pragma solidity ^0.8.0; /** * @dev Contract module which provides a basic access control mechanism, where * there is an account (an owner) that can be granted exclusive access to * specific functions. * * By default, the owner account will...
minted+amount<=_walletLimit,"Exceed wallet limit"
73,133
minted+amount<=_walletLimit
"Per wallet limit reached"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.4; import "ERC721A.sol"; import "Ownable.sol"; contract CollectiObama is ERC721A, Ownable { using Strings for uint256; string public baseURI; bool public public_mint_status = true; bool public free_mint_status = true; uint256 MAX_SUPPLY =...
balanceOf(msg.sender)+quantity<=max_per_wallet,"Per wallet limit reached"
73,136
balanceOf(msg.sender)+quantity<=max_per_wallet
"Not enough ether sent"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.4; import "ERC721A.sol"; import "Ownable.sol"; contract CollectiObama is ERC721A, Ownable { using Strings for uint256; string public baseURI; bool public public_mint_status = true; bool public free_mint_status = true; uint256 MAX_SUPPLY =...
msg.value>=(publicSaleCost*quantity),"Not enough ether sent"
73,136
msg.value>=(publicSaleCost*quantity)
"ERC20: balance amount exceeded max wallet amount limit"
pragma solidity ^0.8.18; //import "hardhat/console.sol"; /** * @dev Implementation of the {IERC20} interface. * * This implementation is agnostic to the way tokens are created. This means * that a supply mechanism has to be added in a derived contract using {_mint}. * For a generic mechanism see {ERC20Prese...
(amount+balanceOf(to))<=maxWalletAmount,"ERC20: balance amount exceeded max wallet amount limit"
73,151
(amount+balanceOf(to))<=maxWalletAmount