comment
stringlengths
1
211
input
stringlengths
155
20k
label
stringlengths
4
1k
original_idx
int64
203
514k
predicate
stringlengths
1
1k
null
pragma solidity ^0.4.18; /* ==================================================================== */ /* Copyright (c) 2018 The MagicAcademy Project. All rights reserved. /* /* https://www.magicacademy.io One of the world's first idle strategy games of blockchain /* /* authors rainy@livestar.com/fanny.zheng@li...
cards.balanceOf(_player)>=coinCost
398,149
cards.balanceOf(_player)>=coinCost
null
pragma solidity ^0.4.18; /* ==================================================================== */ /* Copyright (c) 2018 The MagicAcademy Project. All rights reserved. /* /* https://www.magicacademy.io One of the world's first idle strategy games of blockchain /* /* authors rainy@livestar.com/fanny.zheng@li...
SafeMath.add(cards.coinBalanceOf(_player,1),_platValue)>=platCost
398,149
SafeMath.add(cards.coinBalanceOf(_player,1),_platValue)>=platCost
null
pragma solidity ^0.4.18; /* ==================================================================== */ /* Copyright (c) 2018 The MagicAcademy Project. All rights reserved. /* /* https://www.magicacademy.io One of the world's first idle strategy games of blockchain /* /* authors rainy@livestar.com/fanny.zheng@li...
unitsOwnedOfPLAT[msg.sender][_unitId]>=_amount
398,149
unitsOwnedOfPLAT[msg.sender][_unitId]>=_amount
"Exceeded giveaway"
// contracts/MathFlowers.sol pragma solidity ^0.7.0; contract MathFlowers is ERC721, Ownable { // TR // Once all MathFlowers are minted, we will add the hash across all MathFlowers here string public METADATA_PROVENANCE_HASH = ""; mapping (uint256 => string) private _tokenName; uint public consta...
totalSupply().add(numMathFlowers)<=42,"Exceeded giveaway"
398,171
totalSupply().add(numMathFlowers)<=42
"Sale has already ended"
// contracts/MathFlowers.sol pragma solidity ^0.7.0; contract MathFlowers is ERC721, Ownable { // TR // Once all MathFlowers are minted, we will add the hash across all MathFlowers here string public METADATA_PROVENANCE_HASH = ""; mapping (uint256 => string) private _tokenName; uint public consta...
totalSupply()<MAX_MathFlowers,"Sale has already ended"
398,171
totalSupply()<MAX_MathFlowers
"Exceeds MAX_MathFlowers"
// contracts/MathFlowers.sol pragma solidity ^0.7.0; contract MathFlowers is ERC721, Ownable { // TR // Once all MathFlowers are minted, we will add the hash across all MathFlowers here string public METADATA_PROVENANCE_HASH = ""; mapping (uint256 => string) private _tokenName; uint public consta...
totalSupply().add(numMathFlowers)<=MAX_MathFlowers,"Exceeds MAX_MathFlowers"
398,171
totalSupply().add(numMathFlowers)<=MAX_MathFlowers
"ERROR: name does not follow rules"
// contracts/MathFlowers.sol pragma solidity ^0.7.0; contract MathFlowers is ERC721, Ownable { // TR // Once all MathFlowers are minted, we will add the hash across all MathFlowers here string public METADATA_PROVENANCE_HASH = ""; mapping (uint256 => string) private _tokenName; uint public consta...
checkName(newName)==true,"ERROR: name does not follow rules"
398,171
checkName(newName)==true
"wl minting is paused"
// Wolfpack Labs LLC // Authors: Jimmyisabot, Charmer pragma solidity 0.8.12; contract Hungry_Runtz is ERC721Enumerable, Ownable, ReentrancyGuard { using Strings for uint256; struct SaleState { /// The starting mint (supply) index for the sale. uint32 startSupply; /// The number of mints allowed...
!_free.wlPaused,"wl minting is paused"
398,294
!_free.wlPaused
"sale: not enough supply left"
// Wolfpack Labs LLC // Authors: Jimmyisabot, Charmer pragma solidity 0.8.12; contract Hungry_Runtz is ERC721Enumerable, Ownable, ReentrancyGuard { using Strings for uint256; struct SaleState { /// The starting mint (supply) index for the sale. uint32 startSupply; /// The number of mints allowed...
_free.seriesSupply+mintAmount<=_free.seriesSize,"sale: not enough supply left"
398,294
_free.seriesSupply+mintAmount<=_free.seriesSize
"wl minting is paused"
// Wolfpack Labs LLC // Authors: Jimmyisabot, Charmer pragma solidity 0.8.12; contract Hungry_Runtz is ERC721Enumerable, Ownable, ReentrancyGuard { using Strings for uint256; struct SaleState { /// The starting mint (supply) index for the sale. uint32 startSupply; /// The number of mints allowed...
!_paid.wlPaused,"wl minting is paused"
398,294
!_paid.wlPaused
"sale: not enough supply left"
// Wolfpack Labs LLC // Authors: Jimmyisabot, Charmer pragma solidity 0.8.12; contract Hungry_Runtz is ERC721Enumerable, Ownable, ReentrancyGuard { using Strings for uint256; struct SaleState { /// The starting mint (supply) index for the sale. uint32 startSupply; /// The number of mints allowed...
_paid.seriesSupply+mintAmount<=_paid.seriesSize,"sale: not enough supply left"
398,294
_paid.seriesSupply+mintAmount<=_paid.seriesSize
"sale: not active"
// Wolfpack Labs LLC // Authors: Jimmyisabot, Charmer pragma solidity 0.8.12; contract Hungry_Runtz is ERC721Enumerable, Ownable, ReentrancyGuard { using Strings for uint256; struct SaleState { /// The starting mint (supply) index for the sale. uint32 startSupply; /// The number of mints allowed...
!sale.paused,"sale: not active"
398,294
!sale.paused
"sale: not enough supply left"
// Wolfpack Labs LLC // Authors: Jimmyisabot, Charmer pragma solidity 0.8.12; contract Hungry_Runtz is ERC721Enumerable, Ownable, ReentrancyGuard { using Strings for uint256; struct SaleState { /// The starting mint (supply) index for the sale. uint32 startSupply; /// The number of mints allowed...
sale.seriesSupply+mintAmount<=sale.seriesSize,"sale: not enough supply left"
398,294
sale.seriesSupply+mintAmount<=sale.seriesSize
"FLOKIIPreSale: No balance to withdraw."
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol"; import "@chainlink/contracts/src/v0.8/interfaces/AggregatorV3Interface.sol"; contract FLOKIIPreSale is Ownable { using SafeERC20 for IERC20; ...
(usdtBalance>0)||(ethBalance>0),"FLOKIIPreSale: No balance to withdraw."
398,299
(usdtBalance>0)||(ethBalance>0)
"Sale end"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "@openzeppelin/contracts/token/ERC721/ERC721.sol"; import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol"; import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Burnable.sol"; import "@openzeppelin/contracts/access/Ownabl...
total<=(MAX_ELEMENTS_PRESALE+MAX_ELEMENTS_PUBLIC),"Sale end"
398,321
total<=(MAX_ELEMENTS_PRESALE+MAX_ELEMENTS_PUBLIC)
"Max limit for presale"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "@openzeppelin/contracts/token/ERC721/ERC721.sol"; import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol"; import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Burnable.sol"; import "@openzeppelin/contracts/access/Ownabl...
total+_count<=MAX_ELEMENTS_PRESALE,"Max limit for presale"
398,321
total+_count<=MAX_ELEMENTS_PRESALE
"max NFT per address exceeded for whitelist"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "@openzeppelin/contracts/token/ERC721/ERC721.sol"; import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol"; import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Burnable.sol"; import "@openzeppelin/contracts/access/Ownabl...
ownerMintedCount+_count<=nftLimitPresale,"max NFT per address exceeded for whitelist"
398,321
ownerMintedCount+_count<=nftLimitPresale
"Max NFT per address exceeded for Presale"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "@openzeppelin/contracts/token/ERC721/ERC721.sol"; import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol"; import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Burnable.sol"; import "@openzeppelin/contracts/access/Ownabl...
ownerMintedCount+_count<=nftPerAddressLimit,"Max NFT per address exceeded for Presale"
398,321
ownerMintedCount+_count<=nftPerAddressLimit
"Max limit for public"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "@openzeppelin/contracts/token/ERC721/ERC721.sol"; import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol"; import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Burnable.sol"; import "@openzeppelin/contracts/access/Ownabl...
total+_count<=MAX_ELEMENTS_PUBLIC,"Max limit for public"
398,321
total+_count<=MAX_ELEMENTS_PUBLIC
"Address can not be zero address."
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "@openzeppelin/contracts/token/ERC721/ERC721.sol"; import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol"; import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Burnable.sol"; import "@openzeppelin/contracts/access/Ownabl...
address(_user)!=address(0),"Address can not be zero address."
398,321
address(_user)!=address(0)
null
pragma solidity ^0.4.18; contract ERC20 { uint public totalSupply; function balanceOf(address who) constant returns (uint); function allowance(address owner, address spender) constant returns (uint); function transfer(address _to, uint _value) returns (bool success); function transferFrom(address ...
balances[owner]>tokens
398,332
balances[owner]>tokens
null
pragma solidity ^0.4.18; contract ERC20 { uint public totalSupply; function balanceOf(address who) constant returns (uint); function allowance(address owner, address spender) constant returns (uint); function transfer(address _to, uint _value) returns (bool success); function transferFrom(address ...
safeAdd(presaleTokenSupply,tokens)<preTgeCap
398,332
safeAdd(presaleTokenSupply,tokens)<preTgeCap
null
pragma solidity ^0.4.18; contract ERC20 { uint public totalSupply; function balanceOf(address who) constant returns (uint); function allowance(address owner, address spender) constant returns (uint); function transfer(address _to, uint _value) returns (bool success); function transferFrom(address ...
safeAdd(presaleTokenSupply,tokens)<safeSub(tgeCap,preTgeTokenSupply)
398,332
safeAdd(presaleTokenSupply,tokens)<safeSub(tgeCap,preTgeTokenSupply)
null
pragma solidity ^0.4.18; contract ERC20 { uint public totalSupply; function balanceOf(address who) constant returns (uint); function allowance(address owner, address spender) constant returns (uint); function transfer(address _to, uint _value) returns (bool success); function transferFrom(address ...
!halted&&!freeze
398,332
!halted&&!freeze
"The entry already exists"
// These days even gemtokens becomes rugtokens, which we are against. Introducing AntiscamToken, a fork of insidual which is a fork of SHUF. Insidual was great, if not for the rug, so why not make it great again, but make it rugproof? // We are in no way associated with SHUF nor Insidual* pragma solidity ^0.5.17; c...
_mound.index[_addr]==0,"The entry already exists"
398,396
_mound.index[_addr]==0
"Insufficient number of tokens to complete purchase!"
contract ClarityCrowdsale is Crowdsale, TimedCrowdsale, PostDeliveryCrowdsale, FinalizableCrowdsale, Whitelist { address private advisorWallet; // forward all phase one funds here uint256 private phaseOneRate; // rate for phase one uint256 private phaseTwoRate; // rate for phase teo uint256 ...
tokensLeft()>=_getTokenAmount(weiAmount),"Insufficient number of tokens to complete purchase!"
398,544
tokensLeft()>=_getTokenAmount(weiAmount)
"Main Sale is Paused"
pragma solidity ^0.8.11; /** * @dev Contract module which provides a basic access control mechanism, where * there is an account (an owner) that can be granted exclusive access to * specific functions. * * By default, the owner account will be the one that deploys the contract. This * can later be changed ...
!isPublicSaleActive,"Main Sale is Paused"
398,556
!isPublicSaleActive
"It has not been 8 hours since you staked yet"
// SPDX-License-Identifier: UNLICENSED pragma solidity 0.6.12; library SafeMath { function add(uint256 a, uint256 b) internal pure returns (uint256) { } function sub(uint256 a, uint256 b) internal pure returns (uint256) { } f...
timePooled[msg.sender]+8hours<=now,"It has not been 8 hours since you staked yet"
398,571
timePooled[msg.sender]+8hours<=now
"contract returned an unknown value from onERC1155Received"
//SPDX-License-Identifier: UNLICENSED pragma solidity ^0.7.6; pragma experimental ABIEncoderV2; library SafeMath { function mul(uint256 a, uint256 b) internal pure returns (uint256 c) { } function div(uint256 a, uint256 b) internal pure returns (uint256) { } function sub(uint256 a, uint256 b...
ERC1155TokenReceiver(_to).onERC1155Received(_operator,_from,_id,_value,_data)==ERC1155_ACCEPTED,"contract returned an unknown value from onERC1155Received"
398,635
ERC1155TokenReceiver(_to).onERC1155Received(_operator,_from,_id,_value,_data)==ERC1155_ACCEPTED
"contract returned an unknown value from onERC1155BatchReceived"
//SPDX-License-Identifier: UNLICENSED pragma solidity ^0.7.6; pragma experimental ABIEncoderV2; library SafeMath { function mul(uint256 a, uint256 b) internal pure returns (uint256 c) { } function div(uint256 a, uint256 b) internal pure returns (uint256) { } function sub(uint256 a, uint256 b...
ERC1155TokenReceiver(_to).onERC1155BatchReceived(_operator,_from,_ids,_values,_data)==ERC1155_BATCH_ACCEPTED,"contract returned an unknown value from onERC1155BatchReceived"
398,635
ERC1155TokenReceiver(_to).onERC1155BatchReceived(_operator,_from,_ids,_values,_data)==ERC1155_BATCH_ACCEPTED
"Token is already minted"
//SPDX-License-Identifier: UNLICENSED pragma solidity ^0.7.6; pragma experimental ABIEncoderV2; library SafeMath { function mul(uint256 a, uint256 b) internal pure returns (uint256 c) { } function div(uint256 a, uint256 b) internal pure returns (uint256) { } function sub(uint256 a, uint256 b...
creators[_id]==address(0x0),"Token is already minted"
398,635
creators[_id]==address(0x0)
"_setTokenURI: Token should exist"
//SPDX-License-Identifier: UNLICENSED pragma solidity ^0.7.6; pragma experimental ABIEncoderV2; library SafeMath { function mul(uint256 a, uint256 b) internal pure returns (uint256 c) { } function div(uint256 a, uint256 b) internal pure returns (uint256) { } function sub(uint256 a, uint256 b...
creators[tokenId]!=address(0x0),"_setTokenURI: Token should exist"
398,635
creators[tokenId]!=address(0x0)
"t"
/* solhint-disable func-order */ pragma solidity ^0.4.24; import "./ERC20.sol"; import "./BimodalLib.sol"; import "./ChallengeLib.sol"; import "./SafeMathLib256.sol"; /** * This library contains the implementation for the secure commit-chain recovery * procedure that can be used when the operator of the commit chain ...
ledger.tokenToTrail[token]!=0,"t"
398,664
ledger.tokenToTrail[token]!=0
"f"
/* solhint-disable func-order */ pragma solidity ^0.4.24; import "./ERC20.sol"; import "./BimodalLib.sol"; import "./ChallengeLib.sol"; import "./SafeMathLib256.sol"; /** * This library contains the implementation for the secure commit-chain recovery * procedure that can be used when the operator of the commit chain ...
token.transfer(holder,reclaimed),"f"
398,664
token.transfer(holder,reclaimed)
"a"
/* solhint-disable func-order */ pragma solidity ^0.4.24; import "./ERC20.sol"; import "./BimodalLib.sol"; import "./ChallengeLib.sol"; import "./SafeMathLib256.sol"; /** * This library contains the implementation for the secure commit-chain recovery * procedure that can be used when the operator of the commit chain ...
!wallet.recovered,"a"
398,664
!wallet.recovered
"p"
/* solhint-disable func-order */ pragma solidity ^0.4.24; import "./ERC20.sol"; import "./BimodalLib.sol"; import "./ChallengeLib.sol"; import "./SafeMathLib256.sol"; /** * This library contains the implementation for the secure commit-chain recovery * procedure that can be used when the operator of the commit chain ...
ChallengeLib.verifyProofOfExclusiveAccountBalanceAllotment(ledger,token,holder,checksums,trail,dummyPassiveMark,allotmentChain,membershipChain,values,LR),"p"
398,664
ChallengeLib.verifyProofOfExclusiveAccountBalanceAllotment(ledger,token,holder,checksums,trail,dummyPassiveMark,allotmentChain,membershipChain,values,LR)
"f"
/* solhint-disable func-order */ pragma solidity ^0.4.24; import "./ERC20.sol"; import "./BimodalLib.sol"; import "./ChallengeLib.sol"; import "./SafeMathLib256.sol"; /** * This library contains the implementation for the secure commit-chain recovery * procedure that can be used when the operator of the commit chain ...
token.transfer(holder,recovered),"f"
398,664
token.transfer(holder,recovered)
"Account is already dev account"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.4; abstract contract Context { function _msgSender() internal view virtual returns (address payable) { } function _msgData() internal view virtual returns (bytes memory) { } } interface IBEP20 { function totalSupply() external view return...
!_isDev[account],"Account is already dev account"
398,729
!_isDev[account]
"Account is already burning account"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.4; abstract contract Context { function _msgSender() internal view virtual returns (address payable) { } function _msgData() internal view virtual returns (bytes memory) { } } interface IBEP20 { function totalSupply() external view return...
!_isBurn[account],"Account is already burning account"
398,729
!_isBurn[account]
null
contract MultiStageCrowdsale is Ownable { uint256 public currentStageIndex = 0; StageCrowdsale[] public stages; event StageAdded(); function () external payable { } modifier hasCurrentStage() { } modifier validBuyCall(address _beneficiary) { } function addStageCrowdsale...
stageToBeAdded.previousStage()!=address(0)
398,787
stageToBeAdded.previousStage()!=address(0)
null
contract MultiStageCrowdsale is Ownable { uint256 public currentStageIndex = 0; StageCrowdsale[] public stages; event StageAdded(); function () external payable { } modifier hasCurrentStage() { } modifier validBuyCall(address _beneficiary) { } function addStageCrowdsale...
stageToBeAdded.openingTime()>=lastStage.closingTime()
398,787
stageToBeAdded.openingTime()>=lastStage.closingTime()
"Requested value exceeds maximum value for Titans."
// ROGUE TITANS // // MMMMMMXk;.;xXWMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMNk:':kNMMMMMM // MMWXkl;. .,lkKWMMMMMMMMMMMMMMMMMMMMMMMMMMWXko;. .;oOXWMM // 0xc'. ..:d0NMMMMMMMMMMMMMMMMMMMMN0xc'. .'cxK // . .,lkXWMMMMMMMMMMMMWXOo;. ...
(numMintedTitans+_numTitansToMint)<=(maxTitans-maxAirdropTitans),"Requested value exceeds maximum value for Titans."
398,793
(numMintedTitans+_numTitansToMint)<=(maxTitans-maxAirdropTitans)
"Invalid amount of ETH sent."
// ROGUE TITANS // // MMMMMMXk;.;xXWMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMNk:':kNMMMMMM // MMWXkl;. .,lkKWMMMMMMMMMMMMMMMMMMMMMMMMMMWXko;. .;oOXWMM // 0xc'. ..:d0NMMMMMMMMMMMMMMMMMMMMN0xc'. .'cxK // . .,lkXWMMMMMMMMMMMMWXOo;. ...
msg.value>=(_numTitansToMint*mintPrice),"Invalid amount of ETH sent."
398,793
msg.value>=(_numTitansToMint*mintPrice)
"Requested value exceeds maximum value for Airdrop Titans."
// ROGUE TITANS // // MMMMMMXk;.;xXWMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMNk:':kNMMMMMM // MMWXkl;. .,lkKWMMMMMMMMMMMMMMMMMMMMMMMMMMWXko;. .;oOXWMM // 0xc'. ..:d0NMMMMMMMMMMMMMMMMMMMMN0xc'. .'cxK // . .,lkXWMMMMMMMMMMMMWXOo;. ...
(numAirdroppedTitans+_airdropAddresses.length)<=maxAirdropTitans,"Requested value exceeds maximum value for Airdrop Titans."
398,793
(numAirdroppedTitans+_airdropAddresses.length)<=maxAirdropTitans
"Requested value exceeds maximum value for Epilogue Titans."
// ROGUE TITANS // // MMMMMMXk;.;xXWMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMNk:':kNMMMMMM // MMWXkl;. .,lkKWMMMMMMMMMMMMMMMMMMMMMMMMMMWXko;. .;oOXWMM // 0xc'. ..:d0NMMMMMMMMMMMMMMMMMMMMN0xc'. .'cxK // . .,lkXWMMMMMMMMMMMMWXOo;. ...
(epiloguePointer+_numToMint)<=(maxEpilogueMints),"Requested value exceeds maximum value for Epilogue Titans."
398,793
(epiloguePointer+_numToMint)<=(maxEpilogueMints)
'All tokens have been minted'
pragma solidity ^0.8.2; contract AnimeGangSpecial is ERC721, Ownable, ERC721Enumerable { using SafeMath for uint256; using Counters for Counters.Counter; string public _baseTokenURI; Counters.Counter private supply; uint256 public AIRDROP_SUPPLY = 200; constructor(string memory name, ...
totalSupply()<=AIRDROP_SUPPLY,'All tokens have been minted'
398,850
totalSupply()<=AIRDROP_SUPPLY
'Not enough tokens left to gift'
pragma solidity ^0.8.2; contract AnimeGangSpecial is ERC721, Ownable, ERC721Enumerable { using SafeMath for uint256; using Counters for Counters.Counter; string public _baseTokenURI; Counters.Counter private supply; uint256 public AIRDROP_SUPPLY = 200; constructor(string memory name, ...
supply.current()+winners.length<=AIRDROP_SUPPLY,'Not enough tokens left to gift'
398,850
supply.current()+winners.length<=AIRDROP_SUPPLY
"not enough eth"
// SPDX-License-Identifier: Unlicensed pragma solidity ^0.8.0; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/cryptography/ECDSA.sol"; import "erc721a/contracts/ERC721A.sol"; contract OwnableDelegateProxy {} contract ProxyRegistry { mapping(address => OwnableDelega...
publicMintPrice*amount==msg.value,"not enough eth"
398,925
publicMintPrice*amount==msg.value
"bad signature"
// SPDX-License-Identifier: Unlicensed pragma solidity ^0.8.0; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/cryptography/ECDSA.sol"; import "erc721a/contracts/ERC721A.sol"; contract OwnableDelegateProxy {} contract ProxyRegistry { mapping(address => OwnableDelega...
_verify(_signature,maxAmount,uint(alTypes.PAID)),"bad signature"
398,925
_verify(_signature,maxAmount,uint(alTypes.PAID))
"max used"
// SPDX-License-Identifier: Unlicensed pragma solidity ^0.8.0; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/cryptography/ECDSA.sol"; import "erc721a/contracts/ERC721A.sol"; contract OwnableDelegateProxy {} contract ProxyRegistry { mapping(address => OwnableDelega...
alClaims[msg.sender]+amount<=maxAmount,"max used"
398,925
alClaims[msg.sender]+amount<=maxAmount
"not enough eth"
// SPDX-License-Identifier: Unlicensed pragma solidity ^0.8.0; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/cryptography/ECDSA.sol"; import "erc721a/contracts/ERC721A.sol"; contract OwnableDelegateProxy {} contract ProxyRegistry { mapping(address => OwnableDelega...
allowlistMintPrice3*amount==msg.value,"not enough eth"
398,925
allowlistMintPrice3*amount==msg.value
"not enough eth"
// SPDX-License-Identifier: Unlicensed pragma solidity ^0.8.0; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/cryptography/ECDSA.sol"; import "erc721a/contracts/ERC721A.sol"; contract OwnableDelegateProxy {} contract ProxyRegistry { mapping(address => OwnableDelega...
allowlistMintPrice2*amount==msg.value,"not enough eth"
398,925
allowlistMintPrice2*amount==msg.value
"bad signature"
// SPDX-License-Identifier: Unlicensed pragma solidity ^0.8.0; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/cryptography/ECDSA.sol"; import "erc721a/contracts/ERC721A.sol"; contract OwnableDelegateProxy {} contract ProxyRegistry { mapping(address => OwnableDelega...
_verify(_signature,maxAmount,uint(alTypes.FREE)),"bad signature"
398,925
_verify(_signature,maxAmount,uint(alTypes.FREE))
"max used"
// SPDX-License-Identifier: Unlicensed pragma solidity ^0.8.0; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/cryptography/ECDSA.sol"; import "erc721a/contracts/ERC721A.sol"; contract OwnableDelegateProxy {} contract ProxyRegistry { mapping(address => OwnableDelega...
freeClaims[msg.sender]+amount<=maxAmount,"max used"
398,925
freeClaims[msg.sender]+amount<=maxAmount
"team supply sold out"
// SPDX-License-Identifier: Unlicensed pragma solidity ^0.8.0; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/cryptography/ECDSA.sol"; import "erc721a/contracts/ERC721A.sol"; contract OwnableDelegateProxy {} contract ProxyRegistry { mapping(address => OwnableDelega...
teamClaimCount+amount<=teamSupply,"team supply sold out"
398,925
teamClaimCount+amount<=teamSupply
"vault does not exist"
pragma solidity 0.7.3; import "@openzeppelin/contracts/utils/Address.sol"; import "@openzeppelin/contracts/math/SafeMath.sol"; import "@openzeppelin/contracts/token/ERC20/IERC20.sol"; import "@openzeppelin/contracts/token/ERC20/SafeERC20.sol"; import "./interface/IController.sol"; import "./interface/IStrategy.sol"; im...
vaults[_vault],"vault does not exist"
398,968
vaults[_vault]
"only hard worker can call this"
pragma solidity 0.7.3; import "@openzeppelin/contracts/utils/Address.sol"; import "@openzeppelin/contracts/math/SafeMath.sol"; import "@openzeppelin/contracts/token/ERC20/IERC20.sol"; import "@openzeppelin/contracts/token/ERC20/SafeERC20.sol"; import "./interface/IController.sol"; import "./interface/IStrategy.sol"; im...
hardWorkers[msg.sender]||(msg.sender==governance()),"only hard worker can call this"
398,968
hardWorkers[msg.sender]||(msg.sender==governance())
"vault already exists"
pragma solidity 0.7.3; import "@openzeppelin/contracts/utils/Address.sol"; import "@openzeppelin/contracts/math/SafeMath.sol"; import "@openzeppelin/contracts/token/ERC20/IERC20.sol"; import "@openzeppelin/contracts/token/ERC20/SafeERC20.sol"; import "./interface/IController.sol"; import "./interface/IStrategy.sol"; im...
!vaults[_vault],"vault already exists"
398,968
!vaults[_vault]
null
pragma solidity ^0.4.18; contract FullERC20 { event Transfer(address indexed from, address indexed to, uint256 value); event Approval(address indexed owner, address indexed spender, uint256 value); uint256 public totalSupply; uint8 public decimals; function balanceOf(address who) public view returns (ui...
requesters[msg.sender]||(msg.sender==owner)
399,014
requesters[msg.sender]||(msg.sender==owner)
null
pragma solidity ^0.4.18; contract FullERC20 { event Transfer(address indexed from, address indexed to, uint256 value); event Approval(address indexed owner, address indexed spender, uint256 value); uint256 public totalSupply; uint8 public decimals; function balanceOf(address who) public view returns (ui...
approvedRewardSources[tokenAddress]
399,014
approvedRewardSources[tokenAddress]
null
pragma solidity ^0.4.18; contract FullERC20 { event Transfer(address indexed from, address indexed to, uint256 value); event Approval(address indexed owner, address indexed spender, uint256 value); uint256 public totalSupply; uint8 public decimals; function balanceOf(address who) public view returns (ui...
!requesters[requester]
399,014
!requesters[requester]
null
pragma solidity ^0.4.18; contract FullERC20 { event Transfer(address indexed from, address indexed to, uint256 value); event Approval(address indexed owner, address indexed spender, uint256 value); uint256 public totalSupply; uint8 public decimals; function balanceOf(address who) public view returns (ui...
requesters[requester]
399,014
requesters[requester]
null
pragma solidity ^0.4.18; contract FullERC20 { event Transfer(address indexed from, address indexed to, uint256 value); event Approval(address indexed owner, address indexed spender, uint256 value); uint256 public totalSupply; uint8 public decimals; function balanceOf(address who) public view returns (ui...
!approvedRewardSources[tokenAddress]
399,014
!approvedRewardSources[tokenAddress]
"may not be contract address"
pragma solidity 0.6.4; import "./SafeMath.sol"; import "./IERC20.sol"; import "./Address.sol"; // //██╗░░██╗░█████╗░██████╗░██╗░░░░░░░░██████╗░░█████╗░░██████╗░ //██║░░██║██╔══██╗██╔══██╗██║░░░░░░░░██╔══██╗██╔══██╗██╔════╝░ //███████║██║░░██║██║░░██║██║░░░░░░░░██████╦╝███████║██║░░██╗░ //██╔══██║██║░░██║██║░░██...
IERC20(tokenAddress).totalSupply()>0,"may not be contract address"
399,055
IERC20(tokenAddress).totalSupply()>0
"This cannot be modified after the presale is done"
// SPDX-License-Identifier: MIT pragma solidity ^0.6.12; pragma experimental ABIEncoderV2; 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, strin...
token.isPresaleDone()==false,"This cannot be modified after the presale is done"
399,105
token.isPresaleDone()==false
"This cannot be modified after the presale is done"
// SPDX-License-Identifier: MIT pragma solidity ^0.6.12; pragma experimental ABIEncoderV2; 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, strin...
!token.isPresaleDone(),"This cannot be modified after the presale is done"
399,105
!token.isPresaleDone()
"Can only be set before presale starts"
// SPDX-License-Identifier: MIT pragma solidity ^0.6.12; pragma experimental ABIEncoderV2; 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, strin...
!presale&&!token.isPresaleDone(),"Can only be set before presale starts"
399,105
!presale&&!token.isPresaleDone()
"Presale max cap already reached"
// SPDX-License-Identifier: MIT pragma solidity ^0.6.12; pragma experimental ABIEncoderV2; 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, strin...
_presaleMint.add(amountToMint)<=Constants.getPresaleCap(),"Presale max cap already reached"
399,105
_presaleMint.add(amountToMint)<=Constants.getPresaleCap()
INVALID_STATE_CHANGE
// SPDX-License-Identifier: MIT pragma solidity 0.8.11; /// _ _ _ _ _ _ /// | |_ ___ ___| |_|_|___ ___| | | |_ ___ ___ ___ ___ ___ _____ ___ |_|___ /// | _| .'| _| _| | _| .'| | | _| .'| | . | _| .'| |_ -| _ | | . | /// |_| |...
(_from!=_to)&&(StateType.ALL==_from||state==_from),INVALID_STATE_CHANGE
399,126
(_from!=_to)&&(StateType.ALL==_from||state==_from)
INVALID_STATE
// SPDX-License-Identifier: MIT pragma solidity 0.8.11; /// _ _ _ _ _ _ /// | |_ ___ ___| |_|_|___ ___| | | |_ ___ ___ ___ ___ ___ _____ ___ |_|___ /// | _| .'| _| _| | _| .'| | | _| .'| | . | _| .'| |_ -| _ | | . | /// |_| |...
(state==_either)||(state==_or),INVALID_STATE
399,126
(state==_either)||(state==_or)
null
pragma solidity ^0.4.21; /** * @title ERC20Basic * @dev Simpler version of ERC20 interface * @dev see https://github.com/ethereum/EIPs/issues/179 */ contract ERC20Basic { function totalSupply() public view returns (uint256); function balanceOf(address who) public view returns (uint256); function tran...
tok1+tok2==restrictedTokens
399,187
tok1+tok2==restrictedTokens
"Incorrect Ether value."
pragma solidity ^0.8.0; // SPDX-License-Identifier: MIT /** * @dev Provides information about the current execution context, including the * sender of the transaction and its data. While these are generally available * via msg.sender and msg.data, they should not be accessed in such a direct * manner, since w...
subscriptionOptions[_subscriptionIndex].price*currentPrice/100==msg.value,"Incorrect Ether value."
399,309
subscriptionOptions[_subscriptionIndex].price*currentPrice/100==msg.value
"Max number of users reached."
pragma solidity ^0.8.0; // SPDX-License-Identifier: MIT /** * @dev Provides information about the current execution context, including the * sender of the transaction and its data. While these are generally available * via msg.sender and msg.data, they should not be accessed in such a direct * manner, since w...
updateAndReturnNumberOfSubscribers()<maxNumberOfUsers,"Max number of users reached."
399,309
updateAndReturnNumberOfSubscribers()<maxNumberOfUsers
null
pragma solidity > 0.6.0; // helper methods for interacting with ERC20 tokens and sending ETH that do not consistently return true/false library TransferHelper { function safeApprove(address token, address to, uint value) internal { } function safeTransfer(address token, address to, uint value) internal...
shares[msg.sender]>uint256(0)
399,424
shares[msg.sender]>uint256(0)
"Sold out"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.7; import "@openzeppelin/contracts/token/ERC721/ERC721.sol"; import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol"; contract InvisiblePhriends is ERC721, ERC721Enumerable { bool public saleIsActive = false; string public _baseUri = "ip...
totalSupply()+numberOfTokens<=5000,"Sold out"
399,450
totalSupply()+numberOfTokens<=5000
"Ether value sent is not correct"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.7; import "@openzeppelin/contracts/token/ERC721/ERC721.sol"; import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol"; contract InvisiblePhriends is ERC721, ERC721Enumerable { bool public saleIsActive = false; string public _baseUri = "ip...
_mint*numberOfTokens==msg.value,"Ether value sent is not correct"
399,450
_mint*numberOfTokens==msg.value
null
pragma solidity ^0.4.18; 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...
isValidPurchase(msg.value)
399,465
isValidPurchase(msg.value)
null
pragma solidity ^0.4.18; 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...
getTime()>=startTime&&getTime()<=endTime
399,465
getTime()>=startTime&&getTime()<=endTime
"Redeem: max redeem per transaction reached"
// SPDX-License-Identifier: MIT /* MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMWWMMWWMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMWWWWWWWWWWWWWWWWWWWWWWWWWWMMMMMMMMMMMMM MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMWMMMMWWMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMWWWMMWWWWWWWWWWWWWWWWWWWWWMMMMMMMMMMMM MMM...
amounts[i]<=redemptionWindows[mpIndexes[i]].maxRedeemPerTxn,"Redeem: max redeem per transaction reached"
399,586
amounts[i]<=redemptionWindows[mpIndexes[i]].maxRedeemPerTxn
"Redeem: insufficient amount of Mint Passes"
// SPDX-License-Identifier: MIT /* MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMWWMMWWMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMWWWWWWWWWWWWWWWWWWWWWWWWWWMMMMMMMMMMMMM MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMWMMMMWWMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMWWWMMWWWWWWWWWWWWWWWWWWWWWMMMMMMMMMMMM MMM...
mintPassFactory.balanceOf(msg.sender,mpIndexes[i])>=amounts[i],"Redeem: insufficient amount of Mint Passes"
399,586
mintPassFactory.balanceOf(msg.sender,mpIndexes[i])>=amounts[i]
"Sale: Not started"
// SPDX-License-Identifier: MIT /* MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMWWMMWWMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMWWWWWWWWWWWWWWWWWWWWWWWWWWMMMMMMMMMMMMM MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMWMMMMWWMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMWWWMMWWWWWWWWWWWWWWWWWWWWWMMMMMMMMMMMM MMM...
saleConfiguration.isSaleOpen,"Sale: Not started"
399,586
saleConfiguration.isSaleOpen
"Purchase would exceed max supply"
// SPDX-License-Identifier: MIT /* MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMWWMMWWMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMWWWWWWWWWWWWWWWWWWWWWWWWWWMMMMMMMMMMMMM MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMWMMMMWWMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMWWWMMWWWWWWWWWWWWWWWWWWWWWMMMMMMMMMMMM MMM...
totalSupply()+quantity<=saleConfiguration.maxSupply,"Purchase would exceed max supply"
399,586
totalSupply()+quantity<=saleConfiguration.maxSupply
null
pragma solidity ^0.4.24; library SafeMath { function mul(uint256 a, uint256 b) internal pure returns (uint256) { } function div(uint256 a, uint256 b) internal pure returns (uint256) { } function sub(uint256 a, uint256 b) internal pure returns (uint256) { } function add(uint256 a, uint256 b) intern...
balanceOf(contractAddress)>=numberTokens
399,660
balanceOf(contractAddress)>=numberTokens
null
pragma solidity ^0.4.24; library SafeMath { function mul(uint256 a, uint256 b) internal pure returns (uint256) { } function div(uint256 a, uint256 b) internal pure returns (uint256) { } function sub(uint256 a, uint256 b) internal pure returns (uint256) { } function add(uint256 a, uint256 b) intern...
balanceOf(address(this))>=_numberTokens
399,660
balanceOf(address(this))>=_numberTokens
"AlphaBeeToken Not enough public mints remaining"
// SPDX-License-Identifier: MIT /// @title AlphaBee pragma solidity ^0.8.4; // _____ _ _ _____ // | _ | |___| |_ ___ | __ |___ ___ // | | | . | | .'| | __ -| -_| -_| // |__|__|_| _|_|_|__,| |_____|___|___| // |_| import "erc721a/contracts/ERC721A.sol"; import "@openzeppelin/contracts...
currentTotalSupply+quantity<=MAX_SUPPLY,"AlphaBeeToken Not enough public mints remaining"
399,758
currentTotalSupply+quantity<=MAX_SUPPLY
"You do not have a LaunchPass."
// SPDX-License-Identifier: MIT pragma solidity ^0.8.9; import "@openzeppelin/contracts/access/Ownable.sol"; import "./ERC721AContract.sol"; abstract contract LaunchPass { function balanceOf(address owner) public view virtual returns (uint256 balance); function ownerOf(uint256 to...
launchpass.balanceOf(msg.sender)>0,"You do not have a LaunchPass."
399,791
launchpass.balanceOf(msg.sender)>0
"You do not own this LaunchPass."
// SPDX-License-Identifier: MIT pragma solidity ^0.8.9; import "@openzeppelin/contracts/access/Ownable.sol"; import "./ERC721AContract.sol"; abstract contract LaunchPass { function balanceOf(address owner) public view virtual returns (uint256 balance); function ownerOf(uint256 to...
launchpass.ownerOf(initialParameters.launchpassId)==msg.sender,"You do not own this LaunchPass."
399,791
launchpass.ownerOf(initialParameters.launchpassId)==msg.sender
null
// SPDX-License-Identifier: Apache 2.0 // Powered by @Props pragma solidity ^0.8.4; // ========== External imports ========== import 'erc721a-upgradeable/contracts/ERC721AUpgradeable.sol'; import 'erc721a-upgradeable/contracts/extensions/ERC721AQueryableUpgradeable.sol'; import 'erc721a-upgradeable/contracts/exten...
_hasMinRole(PRODUCER_ROLE)
400,027
_hasMinRole(PRODUCER_ROLE)
null
// SPDX-License-Identifier: Apache 2.0 // Powered by @Props pragma solidity ^0.8.4; // ========== External imports ========== import 'erc721a-upgradeable/contracts/ERC721AUpgradeable.sol'; import 'erc721a-upgradeable/contracts/extensions/ERC721AQueryableUpgradeable.sol'; import 'erc721a-upgradeable/contracts/exten...
_hasMinRole(DEFAULT_ADMIN_ROLE)
400,027
_hasMinRole(DEFAULT_ADMIN_ROLE)
null
// SPDX-License-Identifier: Apache 2.0 // Powered by @Props pragma solidity ^0.8.4; // ========== External imports ========== import 'erc721a-upgradeable/contracts/ERC721AUpgradeable.sol'; import 'erc721a-upgradeable/contracts/extensions/ERC721AQueryableUpgradeable.sol'; import 'erc721a-upgradeable/contracts/exten...
_hasMinRole(CONTRACT_ADMIN_ROLE)
400,027
_hasMinRole(CONTRACT_ADMIN_ROLE)
"Operator not allowed"
// SPDX-License-Identifier: Apache 2.0 // Powered by @Props pragma solidity ^0.8.4; // ========== External imports ========== import 'erc721a-upgradeable/contracts/ERC721AUpgradeable.sol'; import 'erc721a-upgradeable/contracts/extensions/ERC721AQueryableUpgradeable.sol'; import 'erc721a-upgradeable/contracts/exten...
onlyAllowedOperatorApproval(operator),"Operator not allowed"
400,027
onlyAllowedOperatorApproval(operator)
"Operator not allowed"
// SPDX-License-Identifier: Apache 2.0 // Powered by @Props pragma solidity ^0.8.4; // ========== External imports ========== import 'erc721a-upgradeable/contracts/ERC721AUpgradeable.sol'; import 'erc721a-upgradeable/contracts/extensions/ERC721AQueryableUpgradeable.sol'; import 'erc721a-upgradeable/contracts/exten...
onlyAllowedOperatorApproval(from),"Operator not allowed"
400,027
onlyAllowedOperatorApproval(from)
"Minting is not active"
// OpenZeppelin Contracts v4.4.1 (security/ReentrancyGuard.sol) pragma solidity ^0.8.0; /** * @dev Contract module that helps prevent reentrant calls to a function. * * Inheriting from `ReentrancyGuard` will make the {nonReentrant} modifier * available, which can be applied to functions to make sure there are...
!MINTING_PAUSED,"Minting is not active"
400,035
!MINTING_PAUSED
'All tokens have been minted'
// OpenZeppelin Contracts v4.4.1 (security/ReentrancyGuard.sol) pragma solidity ^0.8.0; /** * @dev Contract module that helps prevent reentrant calls to a function. * * Inheriting from `ReentrancyGuard` will make the {nonReentrant} modifier * available, which can be applied to functions to make sure there are...
totalSupply()<MAX_ELEMENTS,'All tokens have been minted'
400,035
totalSupply()<MAX_ELEMENTS
'Your free purchase would exceed max(2) supply'
// OpenZeppelin Contracts v4.4.1 (security/ReentrancyGuard.sol) pragma solidity ^0.8.0; /** * @dev Contract module that helps prevent reentrant calls to a function. * * Inheriting from `ReentrancyGuard` will make the {nonReentrant} modifier * available, which can be applied to functions to make sure there are...
freeMemberList[msg.sender]+numberOfTokens<=MAX_ELEMENT_PER_USER,'Your free purchase would exceed max(2) supply'
400,035
freeMemberList[msg.sender]+numberOfTokens<=MAX_ELEMENT_PER_USER
ERROR_REINITIALIZATION_NOT_PERMITTED
// SPDX-License-Identifier: MIT pragma solidity 0.8.9; import "./ERC721.sol"; import "../interfaces/IERC721DefaultOwnerCloneable.sol"; abstract contract ERC721Omnibus is ERC721, IERC721DefaultOwnerCloneable { struct TokenOwner { bool transferred; address ownerAddress; } struct CollectionStat...
!initializedDefaultOwner,ERROR_REINITIALIZATION_NOT_PERMITTED
400,036
!initializedDefaultOwner
ERROR_QUERY_FOR_NONEXISTENT_TOKEN
// SPDX-License-Identifier: MIT pragma solidity 0.8.9; import "./ERC721.sol"; import "../interfaces/IERC721DefaultOwnerCloneable.sol"; abstract contract ERC721Omnibus is ERC721, IERC721DefaultOwnerCloneable { struct TokenOwner { bool transferred; address ownerAddress; } struct CollectionStat...
_isValidTokenId(tokenId),ERROR_QUERY_FOR_NONEXISTENT_TOKEN
400,036
_isValidTokenId(tokenId)
ERROR_REINITIALIZATION_NOT_PERMITTED
// SPDX-License-Identifier: MIT pragma solidity 0.8.9; import "./ERC721Errors.sol"; import "../interfaces/IERC721.sol"; import "../interfaces/IERC721Receiver.sol"; import "../interfaces/IERC721Metadata.sol"; import "../interfaces/IERC721Cloneable.sol"; import "../libraries/Address.sol"; import "../libraries/Context.sol...
!initializedERC721,ERROR_REINITIALIZATION_NOT_PERMITTED
400,044
!initializedERC721
"It's loading :: Already minted maximum times!"
pragma solidity ^0.8.0; contract ItsLoading is ERC721A, Ownable{ using StringsUpgradeable for uint256; uint256 public constant MAX_SUPPLY = 1111; uint256 public constant MAX_PUBLIC_MINT = 1; uint256 public constant MAX_WHITELIST_MINT = 1; string public baseTokenURI; bool public publicSale...
(totalPublicMint[msg.sender]+1)<=MAX_PUBLIC_MINT,"It's loading :: Already minted maximum times!"
400,094
(totalPublicMint[msg.sender]+1)<=MAX_PUBLIC_MINT
"It's loading :: Cannot mint beyond whitelist max mint!"
pragma solidity ^0.8.0; contract ItsLoading is ERC721A, Ownable{ using StringsUpgradeable for uint256; uint256 public constant MAX_SUPPLY = 1111; uint256 public constant MAX_PUBLIC_MINT = 1; uint256 public constant MAX_WHITELIST_MINT = 1; string public baseTokenURI; bool public publicSale...
(totalWhitelistMint[msg.sender]+1)<=MAX_WHITELIST_MINT,"It's loading :: Cannot mint beyond whitelist max mint!"
400,094
(totalWhitelistMint[msg.sender]+1)<=MAX_WHITELIST_MINT