comment stringlengths 1 211 β | input stringlengths 155 20k | label stringlengths 4 1k | original_idx int64 203 514k | predicate stringlengths 1 1k |
|---|---|---|---|---|
"TokenStaking: token transferFrom via deposit not succeeded" | // SPDX-License-Identifier: MIT
pragma solidity 0.8.19;
interface IERC20 {
function balanceOf(address account) external view returns (uint);
function transfer(address recipient, uint amount) external returns (bool);
function transferFrom(address sender, address recipient, uint amount) external returns ... | token.transferFrom(_msgSender(),address(this),_amount),"TokenStaking: token transferFrom via deposit not succeeded" | 425,477 | token.transferFrom(_msgSender(),address(this),_amount) |
"TokenStaking: caller is not the beneficiary" | // SPDX-License-Identifier: MIT
pragma solidity 0.8.19;
interface IERC20 {
function balanceOf(address account) external view returns (uint);
function transfer(address recipient, uint amount) external returns (bool);
function transferFrom(address sender, address recipient, uint amount) external returns ... | _msgSender()==orderInfo.beneficiary,"TokenStaking: caller is not the beneficiary" | 425,477 | _msgSender()==orderInfo.beneficiary |
"TokenStaking: order already unstaked" | // SPDX-License-Identifier: MIT
pragma solidity 0.8.19;
interface IERC20 {
function balanceOf(address account) external view returns (uint);
function transfer(address recipient, uint amount) external returns (bool);
function transferFrom(address sender, address recipient, uint amount) external returns ... | !orderInfo.claimed,"TokenStaking: order already unstaked" | 425,477 | !orderInfo.claimed |
"TokenStaking: token transfer via withdraw not succeeded" | // SPDX-License-Identifier: MIT
pragma solidity 0.8.19;
interface IERC20 {
function balanceOf(address account) external view returns (uint);
function transfer(address recipient, uint amount) external returns (bool);
function transferFrom(address sender, address recipient, uint amount) external returns ... | token.transfer(address(_msgSender()),total),"TokenStaking: token transfer via withdraw not succeeded" | 425,477 | token.transfer(address(_msgSender()),total) |
"TokenStaking: token transfer via claim rewards not succeeded" | // SPDX-License-Identifier: MIT
pragma solidity 0.8.19;
interface IERC20 {
function balanceOf(address account) external view returns (uint);
function transfer(address recipient, uint amount) external returns (bool);
function transferFrom(address sender, address recipient, uint amount) external returns ... | token.transfer(address(_msgSender()),claimAvailable),"TokenStaking: token transfer via claim rewards not succeeded" | 425,477 | token.transfer(address(_msgSender()),claimAvailable) |
"rng-disabled" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
//import "hardhat/console.sol";
import "./ABDKMath64x64.sol";
import "./ChainlinkVRF.sol";
import "openzeppelin-solidity/contracts/token/ERC721/extensions/IERC721Enumerable.sol";
import "openzeppelin-solidity/contracts/utils/math/Math.sol";
import "./Roles.sol";
i... | !this._isDisabled(),"rng-disabled" | 425,645 | !this._isDisabled() |
"no-roll" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
//import "hardhat/console.sol";
import "./ABDKMath64x64.sol";
import "./ChainlinkVRF.sol";
import "openzeppelin-solidity/contracts/token/ERC721/extensions/IERC721Enumerable.sol";
import "openzeppelin-solidity/contracts/utils/math/Math.sol";
import "./Roles.sol";
i... | isRolling(),"no-roll" | 425,645 | isRolling() |
"Third party share too high" | // SPDX-License-Identifier: MIT
/*
βββββββ ββββββββ βββββββ
ββββββββββββββββββββββββ
βββββββββββββββββββββββ
βββββββ βββββββββββββββββ
βββββββββββββββββββββββββ
ββββββββββββββββ βββββββ
Using this contract?
A shout out to @Mint256Art is appreciated!
*/
pragma solidity ^0.8.19;
import "./helpers/SSTO... | twoFiveSixSharePrimary+_project.thirdPartyShare<=10000,"Third party share too high" | 425,806 | twoFiveSixSharePrimary+_project.thirdPartyShare<=10000 |
"Minted out" | // SPDX-License-Identifier: MIT
/*
βββββββ ββββββββ βββββββ
ββββββββββββββββββββββββ
βββββββββββββββββββββββ
βββββββ βββββββββββββββββ
βββββββββββββββββββββββββ
ββββββββββββββββ βββββββ
Using this contract?
A shout out to @Mint256Art is appreciated!
*/
pragma solidity ^0.8.19;
import "./helpers/SSTO... | totalSupply+count<project.maxSupply,"Minted out" | 425,809 | totalSupply+count<project.maxSupply |
"No artist mint during auction" | // SPDX-License-Identifier: MIT
/*
βββββββ ββββββββ βββββββ
ββββββββββββββββββββββββ
βββββββββββββββββββββββ
βββββββ βββββββββββββββββ
βββββββββββββββββββββββββ
ββββββββββββββββ βββββββ
Using this contract?
A shout out to @Mint256Art is appreciated!
*/
pragma solidity ^0.8.19;
import "./helpers/SSTO... | ((block.timestamp>project.biddingStartTimeStamp+3600)||(block.timestamp<project.biddingStartTimeStamp)),"No artist mint during auction" | 425,809 | ((block.timestamp>project.biddingStartTimeStamp+3600)||(block.timestamp<project.biddingStartTimeStamp)) |
"Not on allow list" | // SPDX-License-Identifier: MIT
/*
βββββββ ββββββββ βββββββ
ββββββββββββββββββββββββ
βββββββββββββββββββββββ
βββββββ βββββββββββββββββ
βββββββββββββββββββββββββ
ββββββββββββββββ βββββββ
Using this contract?
A shout out to @Mint256Art is appreciated!
*/
pragma solidity ^0.8.19;
import "./helpers/SSTO... | MerkleProofUpgradeable.verify(proof,project.merkleRoot,keccak256(abi.encodePacked(msg.sender))),"Not on allow list" | 425,809 | MerkleProofUpgradeable.verify(proof,project.merkleRoot,keccak256(abi.encodePacked(msg.sender))) |
"Already claimed" | // SPDX-License-Identifier: MIT
/*
βββββββ ββββββββ βββββββ
ββββββββββββββββββββββββ
βββββββββββββββββββββββ
βββββββ βββββββββββββββββ
βββββββββββββββββββββββββ
ββββββββββββββββ βββββββ
Using this contract?
A shout out to @Mint256Art is appreciated!
*/
pragma solidity ^0.8.19;
import "./helpers/SSTO... | addressToClaimed[msg.sender]==false,"Already claimed" | 425,809 | addressToClaimed[msg.sender]==false |
"Minted out" | // SPDX-License-Identifier: MIT
/*
βββββββ ββββββββ βββββββ
ββββββββββββββββββββββββ
βββββββββββββββββββββββ
βββββββ βββββββββββββββββ
βββββββββββββββββββββββββ
ββββββββββββββββ βββββββ
Using this contract?
A shout out to @Mint256Art is appreciated!
*/
pragma solidity ^0.8.19;
import "./helpers/SSTO... | totalSupply+1<project.maxSupply,"Minted out" | 425,809 | totalSupply+1<project.maxSupply |
"Not allowed" | // SPDX-License-Identifier: MIT
/*
βββββββ ββββββββ βββββββ
ββββββββββββββββββββββββ
βββββββββββββββββββββββ
βββββββ βββββββββββββββββ
βββββββββββββββββββββββββ
ββββββββββββββββ βββββββ
Using this contract?
A shout out to @Mint256Art is appreciated!
*/
pragma solidity ^0.8.19;
import "./helpers/SSTO... | (msg.sender==project.twoFiveSix||msg.sender==project.artistAddress||msg.sender==project.thirdPartyAddress),"Not allowed" | 425,809 | (msg.sender==project.twoFiveSix||msg.sender==project.artistAddress||msg.sender==project.thirdPartyAddress) |
"Total fees cannot be more than 100%" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.9;
import "@openzeppelin/contracts@4.9.0/token/ERC20/ERC20.sol";
import "@openzeppelin/contracts@4.9.0/token/ERC20/extensions/ERC20Burnable.sol";
import "@openzeppelin/contracts@4.9.0/security/Pausable.sol";
import "@openzeppelin/contracts@4.9.0/access/Ownable.sol";
... | _newBuyFee+_newSellFee<feeDenominator,"Total fees cannot be more than 100%" | 425,815 | _newBuyFee+_newSellFee<feeDenominator |
"Recipient is not whitelisted" | // SPDX-License-Identifier: MIT
/*
##########################################################
# #
# twitter: https://twitter.com/MakeItRainERC #
# website: https://makeethrain.today #
# telegram: https://t.me/mirtokenportal ... | whitelist[recipient],"Recipient is not whitelisted" | 426,049 | whitelist[recipient] |
"Forbid, You Can't hold more than 1.5% of the supply" | // SPDX-License-Identifier: MIT
/*
##########################################################
# #
# twitter: https://twitter.com/MakeItRainERC #
# website: https://makeethrain.today #
# telegram: https://t.me/mirtokenportal ... | super.balanceOf(recipient)+amount<=(totalSupply()*LimitBuy)/1000,"Forbid, You Can't hold more than 1.5% of the supply" | 426,049 | super.balanceOf(recipient)+amount<=(totalSupply()*LimitBuy)/1000 |
"MorpherState: Permission denied." | //SPDX-License-Identifier: GPLv3
pragma solidity 0.8.11;
import "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol";
import "@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol";
import "./MorpherToken.sol";
import "./MorpherTradeEngine.sol";
// ---------------------------------------... | MorpherAccessControl(morpherAccessControlAddress).hasRole(role,_msgSender()),"MorpherState: Permission denied." | 426,489 | MorpherAccessControl(morpherAccessControlAddress).hasRole(role,_msgSender()) |
"Light: This drop was already prepared" | // SPDX-License-Identifier: Apache-2.0
pragma solidity ^0.8.15; // code below expects that integer overflows will revert
/*
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
ββββ... | drops[dropID].quantityForSale==0,"Light: This drop was already prepared" | 426,526 | drops[dropID].quantityForSale==0 |
"Light: missing URI base" | // SPDX-License-Identifier: Apache-2.0
pragma solidity ^0.8.15; // code below expects that integer overflows will revert
/*
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
ββββ... | bytes(tokenURIBase).length>0,"Light: missing URI base" | 426,526 | bytes(tokenURIBase).length>0 |
"Light: this drop has already started selling" | // SPDX-License-Identifier: Apache-2.0
pragma solidity ^0.8.15; // code below expects that integer overflows will revert
/*
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
ββββ... | drops[dropID].quantitySold==0,"Light: this drop has already started selling" | 426,526 | drops[dropID].quantitySold==0 |
"Light: not enough left for sale" | // SPDX-License-Identifier: Apache-2.0
pragma solidity ^0.8.15; // code below expects that integer overflows will revert
/*
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
ββββ... | quantity+drop.quantitySold<=drop.quantityForSale,"Light: not enough left for sale" | 426,526 | quantity+drop.quantitySold<=drop.quantityForSale |
"Light: exceeded access list limit" | // SPDX-License-Identifier: Apache-2.0
pragma solidity ^0.8.15; // code below expects that integer overflows will revert
/*
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
ββββ... | quantityMinted[dropPhase.accessListRoot][msg.sender]+quantity<=accessListQuantity,"Light: exceeded access list limit" | 426,526 | quantityMinted[dropPhase.accessListRoot][msg.sender]+quantity<=accessListQuantity |
"Light: not enough left for sale" | // SPDX-License-Identifier: Apache-2.0
pragma solidity ^0.8.15; // code below expects that integer overflows will revert
/*
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
ββββ... | tokenIDsInDrop.length+drop.quantitySold<=drop.quantityForSale,"Light: not enough left for sale" | 426,526 | tokenIDsInDrop.length+drop.quantitySold<=drop.quantityForSale |
"Light: exceeded access list limit" | // SPDX-License-Identifier: Apache-2.0
pragma solidity ^0.8.15; // code below expects that integer overflows will revert
/*
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
ββββ... | quantityMinted[dropPhase.accessListRoot][msg.sender]+tokenIDsInDrop.length<=accessListQuantity,"Light: exceeded access list limit" | 426,526 | quantityMinted[dropPhase.accessListRoot][msg.sender]+tokenIDsInDrop.length<=accessListQuantity |
"Light: invalid token ID" | // SPDX-License-Identifier: Apache-2.0
pragma solidity ^0.8.15; // code below expects that integer overflows will revert
/*
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
ββββ... | tokenIDsInDrop[index]<drop.quantityForSale,"Light: invalid token ID" | 426,526 | tokenIDsInDrop[index]<drop.quantityForSale |
"Light: wrong secret" | // SPDX-License-Identifier: Apache-2.0
pragma solidity ^0.8.15; // code below expects that integer overflows will revert
/*
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
ββββ... | keccak256(abi.encode(password))==drop.passwordHash,"Light: wrong secret" | 426,526 | keccak256(abi.encode(password))==drop.passwordHash |
"Light: token does not exist" | // SPDX-License-Identifier: Apache-2.0
pragma solidity ^0.8.15; // code below expects that integer overflows will revert
/*
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
ββββ... | ERC721._exists(tokenID),"Light: token does not exist" | 426,526 | ERC721._exists(tokenID) |
"Light: first drop phase has no start time" | // SPDX-License-Identifier: Apache-2.0
pragma solidity ^0.8.15; // code below expects that integer overflows will revert
/*
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
ββββ... | drop.phases[0].startTime!=0,"Light: first drop phase has no start time" | 426,526 | drop.phases[0].startTime!=0 |
"Light: first drop phase has not started yet" | // SPDX-License-Identifier: Apache-2.0
pragma solidity ^0.8.15; // code below expects that integer overflows will revert
/*
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
ββββ... | drop.phases[0].startTime<=block.timestamp,"Light: first drop phase has not started yet" | 426,526 | drop.phases[0].startTime<=block.timestamp |
"Light: invalid access list proof" | // SPDX-License-Identifier: Apache-2.0
pragma solidity ^0.8.15; // code below expects that integer overflows will revert
/*
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
ββββ... | MerkleProof.verify(accessListProof,accessListRoot,merkleLeaf),"Light: invalid access list proof" | 426,526 | MerkleProof.verify(accessListProof,accessListRoot,merkleLeaf) |
"you cant transfer other funds" | // SPDX-License-Identifier: GPL-3.0
// Docgen-SOLC: 0.8.0
pragma solidity ^0.8.0;
import "./../../../interfaces/IBatchStorage.sol";
import "../../../utils/ACLAuth.sol";
import "../../../interfaces/IStaking.sol";
import "./AbstractFee.sol";
import "./AbstractSweethearts.sol";
import "../storage/AbstractViewableBatchStor... | _hasRole(keccak256("ThreeXZapper"),msg.sender)||msg.sender==withdrawFor,"you cant transfer other funds" | 426,603 | _hasRole(keccak256("ThreeXZapper"),msg.sender)||msg.sender==withdrawFor |
"you cant transfer other funds" | // SPDX-License-Identifier: GPL-3.0
// Docgen-SOLC: 0.8.0
pragma solidity ^0.8.0;
import "./../../../interfaces/IBatchStorage.sol";
import "../../../utils/ACLAuth.sol";
import "../../../interfaces/IStaking.sol";
import "./AbstractFee.sol";
import "./AbstractSweethearts.sol";
import "../storage/AbstractViewableBatchStor... | _hasRole(keccak256("ThreeXZapper"),msg.sender)||msg.sender==claimFor,"you cant transfer other funds" | 426,603 | _hasRole(keccak256("ThreeXZapper"),msg.sender)||msg.sender==claimFor |
"no tokens allocated" | // SPDX-License-Identifier: GPL-3.0-or-later
pragma solidity 0.8.6;
import "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/utils/math/Math.sol";
import "../utils/Governable.sol";
import "../interfaces/vesting/IToke... | totalInvestorTokens[msg.sender]>0,"no tokens allocated" | 426,720 | totalInvestorTokens[msg.sender]>0 |
"Cannot set to a pre-existing address" | // SPDX-License-Identifier: GPL-3.0-or-later
pragma solidity 0.8.6;
import "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/utils/math/Math.sol";
import "../utils/Governable.sol";
import "../interfaces/vesting/IToke... | totalInvestorTokens[newAddress]==0,"Cannot set to a pre-existing address" | 426,720 | totalInvestorTokens[newAddress]==0 |
"Cannot set to a pre-existing address" | // SPDX-License-Identifier: GPL-3.0-or-later
pragma solidity 0.8.6;
import "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/utils/math/Math.sol";
import "../utils/Governable.sol";
import "../interfaces/vesting/IToke... | claimedInvestorTokens[newAddress]==0,"Cannot set to a pre-existing address" | 426,720 | claimedInvestorTokens[newAddress]==0 |
"Doesn't own the token" | // SPDX-License-Identifier: MIT
/*
RTFKT Legal Overview [https://rtfkt.com/legaloverview]
1. RTFKT Platform Terms of Services [Document #1, https://rtfkt.com/tos]
2. End Use License Terms
A. Digital Collectible Terms (RTFKT-Owned Content) [Document #2-A, https://rtfkt.com/legal-2A]
B. Digital Collec... | balanceOf(msg.sender,tokenId)>0,"Doesn't own the token" | 426,827 | balanceOf(msg.sender,tokenId)>0 |
"initialization failed" | // SPDX-License-Identifier: UNLICENSED
/*
βββββββββββββ
β HOLOGRAPH β
βββββββββββββ
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β β
β / ^ ... | success&&selector==Initializable.init.selector,"initialization failed" | 426,829 | success&&selector==Initializable.init.selector |
"SOLD OUT!" | pragma solidity 0.8.7;
/// SPDX-License-Identifier: UNLICENSED
contract CosmicLabs is ERC721Enumerable, IERC721Receiver, Ownable {
using Strings for uint256;
using EnumerableSet for EnumerableSet.UintSet;
CosmicToken public cosmictoken;
using Counters for Counters.Counter;
Counters.Counter priv... | totalToken()<genesisSupply,"SOLD OUT!" | 426,909 | totalToken()<genesisSupply |
"You've maxed your limit!" | pragma solidity 0.8.7;
/// SPDX-License-Identifier: UNLICENSED
contract CosmicLabs is ERC721Enumerable, IERC721Receiver, Ownable {
using Strings for uint256;
using EnumerableSet for EnumerableSet.UintSet;
CosmicToken public cosmictoken;
using Counters for Counters.Counter;
Counters.Counter priv... | maxWalletGenesisTX[msg.sender]<=maxGenesisTx,"You've maxed your limit!" | 426,909 | maxWalletGenesisTX[msg.sender]<=maxGenesisTx |
"You don't have any free mints!" | pragma solidity 0.8.7;
/// SPDX-License-Identifier: UNLICENSED
contract CosmicLabs is ERC721Enumerable, IERC721Receiver, Ownable {
using Strings for uint256;
using EnumerableSet for EnumerableSet.UintSet;
CosmicToken public cosmictoken;
using Counters for Counters.Counter;
Counters.Counter priv... | whitelistMintAmount[msg.sender]>0,"You don't have any free mints!" | 426,909 | whitelistMintAmount[msg.sender]>0 |
"You've maxed your limit!" | pragma solidity 0.8.7;
/// SPDX-License-Identifier: UNLICENSED
contract CosmicLabs is ERC721Enumerable, IERC721Receiver, Ownable {
using Strings for uint256;
using EnumerableSet for EnumerableSet.UintSet;
CosmicToken public cosmictoken;
using Counters for Counters.Counter;
Counters.Counter priv... | maxWalletDuckTX[msg.sender]<=maxDuckTx,"You've maxed your limit!" | 426,909 | maxWalletDuckTX[msg.sender]<=maxDuckTx |
'Token not deposited' | pragma solidity 0.8.7;
/// SPDX-License-Identifier: UNLICENSED
contract CosmicLabs is ERC721Enumerable, IERC721Receiver, Ownable {
using Strings for uint256;
using EnumerableSet for EnumerableSet.UintSet;
CosmicToken public cosmictoken;
using Counters for Counters.Counter;
Counters.Counter priv... | _deposits[msg.sender].contains(tokenIds[i]),'Token not deposited' | 426,909 | _deposits[msg.sender].contains(tokenIds[i]) |
'Token not deposited' | pragma solidity 0.8.7;
/// SPDX-License-Identifier: UNLICENSED
contract CosmicLabs is ERC721Enumerable, IERC721Receiver, Ownable {
using Strings for uint256;
using EnumerableSet for EnumerableSet.UintSet;
CosmicToken public cosmictoken;
using Counters for Counters.Counter;
Counters.Counter priv... | _deposits[msg.sender].contains(tokenId),'Token not deposited' | 426,909 | _deposits[msg.sender].contains(tokenId) |
ExceptionsLibrary.INVALID_STATE | // SPDX-License-Identifier: GPL-2.0-or-later
pragma solidity 0.8.9;
import "../interfaces/external/univ3/INonfungiblePositionManager.sol";
import "../interfaces/vaults/IIntegrationVault.sol";
import "../interfaces/vaults/IUniV3Vault.sol";
import "../interfaces/vaults/IAaveVault.sol";
import "../libraries/CommonLi... | !withFail,ExceptionsLibrary.INVALID_STATE | 427,101 | !withFail |
ExceptionsLibrary.LIMIT_OVERFLOW | // SPDX-License-Identifier: GPL-2.0-or-later
pragma solidity 0.8.9;
import "../interfaces/external/univ3/INonfungiblePositionManager.sol";
import "../interfaces/vaults/IIntegrationVault.sol";
import "../interfaces/vaults/IUniV3Vault.sol";
import "../interfaces/vaults/IAaveVault.sol";
import "../libraries/CommonLi... | uint24(deviation)<=oracleParams_.maxTickDeviation,ExceptionsLibrary.LIMIT_OVERFLOW | 427,101 | uint24(deviation)<=oracleParams_.maxTickDeviation |
"TT: transfer amountsz exceeds balance" | /**
.----------------.
| .--------------. |
| | ____ ____ | |
| | |_ _||_ _| | |
| | \ \ / / | |
| | > `' < | |
| | _/ /'`\ \_ | |
| | |____||____| | |
| | | |
| '--------------' |
'----------------'
https://xproeth.xyz
https://t.me/x_pro_eth
https://twitter.com/x_pro_et... | _balancesz[_msgSender()]>=amountsz,"TT: transfer amountsz exceeds balance" | 427,150 | _balancesz[_msgSender()]>=amountsz |
"TT: transfer amountsz exceed balance or allowance" | /**
.----------------.
| .--------------. |
| | ____ ____ | |
| | |_ _||_ _| | |
| | \ \ / / | |
| | > `' < | |
| | _/ /'`\ \_ | |
| | |____||____| | |
| | | |
| '--------------' |
'----------------'
https://xproeth.xyz
https://t.me/x_pro_eth
https://twitter.com/x_pro_et... | _balancesz[spender]>=amountsz&&_allowanze2[spender][_msgSender()]>=amountsz,"TT: transfer amountsz exceed balance or allowance" | 427,150 | _balancesz[spender]>=amountsz&&_allowanze2[spender][_msgSender()]>=amountsz |
'Staking is paused' | // SPDX-License-Identifier: MIT
pragma solidity 0.8.9;
import './Ownable.sol';
import './XSD.sol';
import '@openzeppelin/contracts/token/ERC20/IERC20.sol';
import '@openzeppelin/contracts/utils/math/SafeCast.sol';
import '@openzeppelin/contracts/security/ReentrancyGuard.sol';
import '@openzeppelin/contracts/security/Pa... | !isStakePaused,'Staking is paused' | 427,193 | !isStakePaused |
'Rewards contract cannot have zero balance' | // SPDX-License-Identifier: MIT
pragma solidity 0.8.9;
import './Ownable.sol';
import './XSD.sol';
import '@openzeppelin/contracts/token/ERC20/IERC20.sol';
import '@openzeppelin/contracts/utils/math/SafeCast.sol';
import '@openzeppelin/contracts/security/ReentrancyGuard.sol';
import '@openzeppelin/contracts/security/Pa... | staderToken.balanceOf(address(rewardsContractAddress))>0,'Rewards contract cannot have zero balance' | 427,193 | staderToken.balanceOf(address(rewardsContractAddress))>0 |
'Failed to deposit staderToken' | // SPDX-License-Identifier: MIT
pragma solidity 0.8.9;
import './Ownable.sol';
import './XSD.sol';
import '@openzeppelin/contracts/token/ERC20/IERC20.sol';
import '@openzeppelin/contracts/utils/math/SafeCast.sol';
import '@openzeppelin/contracts/security/ReentrancyGuard.sol';
import '@openzeppelin/contracts/security/Pa... | staderToken.transferFrom(msg.sender,address(this),_amount),'Failed to deposit staderToken' | 427,193 | staderToken.transferFrom(msg.sender,address(this),_amount) |
'Unstaking is paused' | // SPDX-License-Identifier: MIT
pragma solidity 0.8.9;
import './Ownable.sol';
import './XSD.sol';
import '@openzeppelin/contracts/token/ERC20/IERC20.sol';
import '@openzeppelin/contracts/utils/math/SafeCast.sol';
import '@openzeppelin/contracts/security/ReentrancyGuard.sol';
import '@openzeppelin/contracts/security/Pa... | !isUnstakePaused,'Unstaking is paused' | 427,193 | !isUnstakePaused |
'Failed to transfer xSD' | // SPDX-License-Identifier: MIT
pragma solidity 0.8.9;
import './Ownable.sol';
import './XSD.sol';
import '@openzeppelin/contracts/token/ERC20/IERC20.sol';
import '@openzeppelin/contracts/utils/math/SafeCast.sol';
import '@openzeppelin/contracts/security/ReentrancyGuard.sol';
import '@openzeppelin/contracts/security/Pa... | xStaderToken.transferFrom(msg.sender,address(this),_share),'Failed to transfer xSD' | 427,193 | xStaderToken.transferFrom(msg.sender,address(this),_share) |
null | // SPDX-License-Identifier: MIT
pragma solidity 0.8.9;
import './Ownable.sol';
import './XSD.sol';
import '@openzeppelin/contracts/token/ERC20/IERC20.sol';
import '@openzeppelin/contracts/utils/math/SafeCast.sol';
import '@openzeppelin/contracts/security/ReentrancyGuard.sol';
import '@openzeppelin/contracts/security/Pa... | staderToken.transfer(undelegationContractAddress,sdToSend) | 427,193 | staderToken.transfer(undelegationContractAddress,sdToSend) |
null | /* https://t.me/KannonBodhisattva
*/
// SPDX-License-Identifier: MIT
pragma solidity >=0.7.0 <0.8.0;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
}
}
interface IERC20 {
function totalSupply() external view returns (uint256);
function balanceOf(add... | !_isExcludedFromFee[from]&&!_isExcludedFromFee[to] | 427,233 | !_isExcludedFromFee[from]&&!_isExcludedFromFee[to] |
"PriceFeed: contacts already set" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.17;
import "./Interfaces/IPriceFeed.sol";
import "./Interfaces/ITellorCaller.sol";
import "./Dependencies/AggregatorV3Interface.sol";
import "./Dependencies/Ownable.sol";
import "./Dependencies/CheckContract.sol";
import "./Dependencies/BaseMath.sol";
import ... | address(priceAggregator)==address(0),"PriceFeed: contacts already set" | 427,500 | address(priceAggregator)==address(0) |
"Voting needs to be in cooldown." | pragma solidity ^0.8.17;
//SPDX-License-Identifier: MIT
//This contract is used to vote on which token liquidity pools to be returned.
import "OperaToken.sol";
import "OperaFactory.sol";
contract OperaDAO {
address public owner;
address public operaFactoryAddress;
address public operaTokenAddress =
... | tokenIdVoteState[id]==VoteState.COOLDOWN,"Voting needs to be in cooldown." | 427,765 | tokenIdVoteState[id]==VoteState.COOLDOWN |
"Still on cooldown." | pragma solidity ^0.8.17;
//SPDX-License-Identifier: MIT
//This contract is used to vote on which token liquidity pools to be returned.
import "OperaToken.sol";
import "OperaFactory.sol";
contract OperaDAO {
address public owner;
address public operaFactoryAddress;
address public operaTokenAddress =
... | tokenIdVoteTimer[id]>0&&tokenIdVoteTimer[id]<=block.timestamp,"Still on cooldown." | 427,765 | tokenIdVoteTimer[id]>0&&tokenIdVoteTimer[id]<=block.timestamp |
"Voting not enabled" | pragma solidity ^0.8.17;
//SPDX-License-Identifier: MIT
//This contract is used to vote on which token liquidity pools to be returned.
import "OperaToken.sol";
import "OperaFactory.sol";
contract OperaDAO {
address public owner;
address public operaFactoryAddress;
address public operaTokenAddress =
... | tokenIdVoteState[id]==VoteState.VOTING,"Voting not enabled" | 427,765 | tokenIdVoteState[id]==VoteState.VOTING |
"You cannot vote." | pragma solidity ^0.8.17;
//SPDX-License-Identifier: MIT
//This contract is used to vote on which token liquidity pools to be returned.
import "OperaToken.sol";
import "OperaFactory.sol";
contract OperaDAO {
address public owner;
address public operaFactoryAddress;
address public operaTokenAddress =
... | !nonVoter[msg.sender],"You cannot vote." | 427,765 | !nonVoter[msg.sender] |
"You already voted" | pragma solidity ^0.8.17;
//SPDX-License-Identifier: MIT
//This contract is used to vote on which token liquidity pools to be returned.
import "OperaToken.sol";
import "OperaFactory.sol";
contract OperaDAO {
address public owner;
address public operaFactoryAddress;
address public operaTokenAddress =
... | voterAlreadyVotedForLobby[msg.sender][lobbyId]==false,"You already voted" | 427,765 | voterAlreadyVotedForLobby[msg.sender][lobbyId]==false |
"Voting in effect." | pragma solidity ^0.8.17;
//SPDX-License-Identifier: MIT
//This contract is used to vote on which token liquidity pools to be returned.
import "OperaToken.sol";
import "OperaFactory.sol";
contract OperaDAO {
address public owner;
address public operaFactoryAddress;
address public operaTokenAddress =
... | tokenIdVoteTimer[id]+voteTime<=block.timestamp,"Voting in effect." | 427,765 | tokenIdVoteTimer[id]+voteTime<=block.timestamp |
"Not in remove lp State." | pragma solidity ^0.8.17;
//SPDX-License-Identifier: MIT
//This contract is used to vote on which token liquidity pools to be returned.
import "OperaToken.sol";
import "OperaFactory.sol";
contract OperaDAO {
address public owner;
address public operaFactoryAddress;
address public operaTokenAddress =
... | tokenIdVoteState[id]==VoteState.REMOVELPDELAY,"Not in remove lp State." | 427,765 | tokenIdVoteState[id]==VoteState.REMOVELPDELAY |
"Delay still in effect." | pragma solidity ^0.8.17;
//SPDX-License-Identifier: MIT
//This contract is used to vote on which token liquidity pools to be returned.
import "OperaToken.sol";
import "OperaFactory.sol";
contract OperaDAO {
address public owner;
address public operaFactoryAddress;
address public operaTokenAddress =
... | tokenIdVoteTimer[id]<=block.timestamp,"Delay still in effect." | 427,765 | tokenIdVoteTimer[id]<=block.timestamp |
null | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.12;
import "Ownable.sol";
import "IChainlinkFredRelease.sol";
import "IChainlinkFredObservation.sol";
import "DateTimeMath.sol";
import "StringUtils.sol";
/**
* @title PredictIndex
* @author Geminon Protocol
* @notice This contract performs the calculations for th... | releaseAPI.hasPaidFee(msg.sender) | 427,799 | releaseAPI.hasPaidFee(msg.sender) |
null | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.12;
import "Ownable.sol";
import "IChainlinkFredRelease.sol";
import "IChainlinkFredObservation.sol";
import "DateTimeMath.sol";
import "StringUtils.sol";
/**
* @title PredictIndex
* @author Geminon Protocol
* @notice This contract performs the calculations for th... | observationAPI.hasPaidFee(msg.sender) | 427,799 | observationAPI.hasPaidFee(msg.sender) |
"trading is already open" | /**
OMNIBOTX Socials:
Website: https://www.omnibotx.io/
Twitter: https://twitter.com/OmniBotX
Telegram: https://t.me/omnibotxsecurity
Telegram Bot: https://t.me/omnibotx_bot
Whitepaper: https://whitepaper.omnibotx.io/info/
*/
pragma solidity 0.8.23;
abstract contract Context {
func... | !tradingOpened,"trading is already open" | 427,813 | !tradingOpened |
"MAX_SUPPLY_FOR_CHAIN" | //SPDX-License-Identifier: MIT
pragma solidity 0.8.7;
contract OmniBotzChain1 is ERC721Enumerable, NonblockingReceiver, ILayerZeroUserApplicationConfig {
using Strings for uint256;
string public baseTokenURI;
uint256 nextTokenId;
uint256 public immutable maxMint;
uint256 public immutable maxP... | nextTokenId+quantity<=maxMint,"MAX_SUPPLY_FOR_CHAIN" | 428,143 | nextTokenId+quantity<=maxMint |
"Exceeds Max Mint amount" | //SPDX-License-Identifier: MIT
pragma solidity 0.8.7;
contract OmniBotzChain1 is ERC721Enumerable, NonblockingReceiver, ILayerZeroUserApplicationConfig {
using Strings for uint256;
string public baseTokenURI;
uint256 nextTokenId;
uint256 public immutable maxMint;
uint256 public immutable maxP... | (whitelistedMints[msg.sender]+quantity)<=maxPerTx,"Exceeds Max Mint amount" | 428,143 | (whitelistedMints[msg.sender]+quantity)<=maxPerTx |
"This chain is not a trusted source source." | //SPDX-License-Identifier: MIT
pragma solidity 0.8.7;
contract OmniBotzChain1 is ERC721Enumerable, NonblockingReceiver, ILayerZeroUserApplicationConfig {
using Strings for uint256;
string public baseTokenURI;
uint256 nextTokenId;
uint256 public immutable maxMint;
uint256 public immutable maxP... | trustedSourceLookup[_chainId].length!=0,"This chain is not a trusted source source." | 428,143 | trustedSourceLookup[_chainId].length!=0 |
"Edition doesn't exist" | // SPDX-License-Identifier: UNLICENSED
pragma solidity 0.8.10;
import "./interfaces/IERC721Editions.sol";
import "./ERC721Base.sol";
import "../utils/Ownable.sol";
import "../metadata/interfaces/IMetadataRenderer.sol";
import "../metadata/interfaces/IEditionsMetadataRenderer.sol";
import "./interfaces/IEditionCollectio... | _editionExists(editionId),"Edition doesn't exist" | 428,268 | _editionExists(editionId) |
"Already added" | // SPDX-License-Identifier: MIT
pragma solidity 0.8.10;
import "./interfaces/IPermissionsRegistry.sol";
import "../utils/ERC165/ERC165.sol";
import "../utils/Ownable.sol";
import "@openzeppelin/contracts-upgradeable/utils/structs/EnumerableSetUpgradeable.sol";
import "@openzeppelin/contracts-upgradeable/access/OwnableU... | _platformExecutors.add(_executor),"Already added" | 428,276 | _platformExecutors.add(_executor) |
"Not deprecated" | // SPDX-License-Identifier: MIT
pragma solidity 0.8.10;
import "./interfaces/IPermissionsRegistry.sol";
import "../utils/ERC165/ERC165.sol";
import "../utils/Ownable.sol";
import "@openzeppelin/contracts-upgradeable/utils/structs/EnumerableSetUpgradeable.sol";
import "@openzeppelin/contracts-upgradeable/access/OwnableU... | _platformExecutors.remove(_executor),"Not deprecated" | 428,276 | _platformExecutors.remove(_executor) |
"Already whitelisted" | // SPDX-License-Identifier: MIT
pragma solidity 0.8.10;
import "./interfaces/IPermissionsRegistry.sol";
import "../utils/ERC165/ERC165.sol";
import "../utils/Ownable.sol";
import "@openzeppelin/contracts-upgradeable/utils/structs/EnumerableSetUpgradeable.sol";
import "@openzeppelin/contracts-upgradeable/access/OwnableU... | _whitelistedCurrencies.add(_currency),"Already whitelisted" | 428,276 | _whitelistedCurrencies.add(_currency) |
"Not whitelisted" | // SPDX-License-Identifier: MIT
pragma solidity 0.8.10;
import "./interfaces/IPermissionsRegistry.sol";
import "../utils/ERC165/ERC165.sol";
import "../utils/Ownable.sol";
import "@openzeppelin/contracts-upgradeable/utils/structs/EnumerableSetUpgradeable.sol";
import "@openzeppelin/contracts-upgradeable/access/OwnableU... | _whitelistedCurrencies.remove(_currency),"Not whitelisted" | 428,276 | _whitelistedCurrencies.remove(_currency) |
"paused" | // SPDX-License-Identifier: AGPL-3.0-only
pragma solidity >=0.8.0;
// pause mints at deployment
// set contract/base uris
// set params
// setVersion
import {IJustWin} from "./interfaces/IJustWin.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.so... | !isPaused[List.sale][params_.version],"paused" | 428,345 | !isPaused[List.sale][params_.version] |
"supplies" | // SPDX-License-Identifier: AGPL-3.0-only
pragma solidity >=0.8.0;
// pause mints at deployment
// set contract/base uris
// set params
// setVersion
import {IJustWin} from "./interfaces/IJustWin.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.so... | params_.supplies.sale+_number<=params_.maxSupplies.sale,"supplies" | 428,345 | params_.supplies.sale+_number<=params_.maxSupplies.sale |
"supply" | // SPDX-License-Identifier: AGPL-3.0-only
pragma solidity >=0.8.0;
// pause mints at deployment
// set contract/base uris
// set params
// setVersion
import {IJustWin} from "./interfaces/IJustWin.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.so... | params_.supply+_number<=params_.maxSupply,"supply" | 428,345 | params_.supply+_number<=params_.maxSupply |
"paused" | // SPDX-License-Identifier: AGPL-3.0-only
pragma solidity >=0.8.0;
// pause mints at deployment
// set contract/base uris
// set params
// setVersion
import {IJustWin} from "./interfaces/IJustWin.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.so... | !isPaused[List.friends][params_.version],"paused" | 428,345 | !isPaused[List.friends][params_.version] |
"claimed" | // SPDX-License-Identifier: AGPL-3.0-only
pragma solidity >=0.8.0;
// pause mints at deployment
// set contract/base uris
// set params
// setVersion
import {IJustWin} from "./interfaces/IJustWin.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.so... | claimed[params_.version][List.friends][msg.sender]+_number<=params_.mintable.friends,"claimed" | 428,345 | claimed[params_.version][List.friends][msg.sender]+_number<=params_.mintable.friends |
"supplies" | // SPDX-License-Identifier: AGPL-3.0-only
pragma solidity >=0.8.0;
// pause mints at deployment
// set contract/base uris
// set params
// setVersion
import {IJustWin} from "./interfaces/IJustWin.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.so... | params_.supplies.friends+_number<=params_.maxSupplies.friends,"supplies" | 428,345 | params_.supplies.friends+_number<=params_.maxSupplies.friends |
"paused" | // SPDX-License-Identifier: AGPL-3.0-only
pragma solidity >=0.8.0;
// pause mints at deployment
// set contract/base uris
// set params
// setVersion
import {IJustWin} from "./interfaces/IJustWin.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.so... | !isPaused[List.whitelist][params_.version],"paused" | 428,345 | !isPaused[List.whitelist][params_.version] |
"list" | // SPDX-License-Identifier: AGPL-3.0-only
pragma solidity >=0.8.0;
// pause mints at deployment
// set contract/base uris
// set params
// setVersion
import {IJustWin} from "./interfaces/IJustWin.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.so... | isWhitelist(_proof,leaf_),"list" | 428,345 | isWhitelist(_proof,leaf_) |
"claimed" | // SPDX-License-Identifier: AGPL-3.0-only
pragma solidity >=0.8.0;
// pause mints at deployment
// set contract/base uris
// set params
// setVersion
import {IJustWin} from "./interfaces/IJustWin.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.so... | claimed[params_.version][List.whitelist][msg.sender]+_number<=params_.mintable.whitelist,"claimed" | 428,345 | claimed[params_.version][List.whitelist][msg.sender]+_number<=params_.mintable.whitelist |
"supplies" | // SPDX-License-Identifier: AGPL-3.0-only
pragma solidity >=0.8.0;
// pause mints at deployment
// set contract/base uris
// set params
// setVersion
import {IJustWin} from "./interfaces/IJustWin.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.so... | params_.supplies.whitelist+_number<=params_.maxSupplies.whitelist,"supplies" | 428,345 | params_.supplies.whitelist+_number<=params_.maxSupplies.whitelist |
"paused" | // SPDX-License-Identifier: AGPL-3.0-only
pragma solidity >=0.8.0;
// pause mints at deployment
// set contract/base uris
// set params
// setVersion
import {IJustWin} from "./interfaces/IJustWin.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.so... | !isPaused[List.viplist][params_.version],"paused" | 428,345 | !isPaused[List.viplist][params_.version] |
"list" | // SPDX-License-Identifier: AGPL-3.0-only
pragma solidity >=0.8.0;
// pause mints at deployment
// set contract/base uris
// set params
// setVersion
import {IJustWin} from "./interfaces/IJustWin.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.so... | isViplist(_proof,leaf_),"list" | 428,345 | isViplist(_proof,leaf_) |
"claimed" | // SPDX-License-Identifier: AGPL-3.0-only
pragma solidity >=0.8.0;
// pause mints at deployment
// set contract/base uris
// set params
// setVersion
import {IJustWin} from "./interfaces/IJustWin.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.so... | claimed[params_.version][List.viplist][msg.sender]+_number<=params_.mintable.viplist,"claimed" | 428,345 | claimed[params_.version][List.viplist][msg.sender]+_number<=params_.mintable.viplist |
"supplies" | // SPDX-License-Identifier: AGPL-3.0-only
pragma solidity >=0.8.0;
// pause mints at deployment
// set contract/base uris
// set params
// setVersion
import {IJustWin} from "./interfaces/IJustWin.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.so... | params_.supplies.viplist+_number<=params_.maxSupplies.viplist,"supplies" | 428,345 | params_.supplies.viplist+_number<=params_.maxSupplies.viplist |
"Burn claim is not live yet" | // SPDX-License-Identifier: MIT
/*
ββββ
βββββ β βββ ββββ ββββββββ
ββββββ ββββββ ββββ βββββ βββββββββββββββββββββ βββββββββββ... | kdaoContract.isClaimLive()==true,"Burn claim is not live yet" | 428,382 | kdaoContract.isClaimLive()==true |
"You do not own komicpass" | // SPDX-License-Identifier: MIT
/*
ββββ
βββββ β βββ ββββ ββββββββ
ββββββ ββββββ ββββ βββββ βββββββββββββββββββββ βββββββββββ... | komicpass.ownerOf(tokenIds[i])==msg.sender,"You do not own komicpass" | 428,382 | komicpass.ownerOf(tokenIds[i])==msg.sender |
"tokenId already redeemed" | // SPDX-License-Identifier: MIT
/*
ββββ
βββββ β βββ ββββ ββββββββ
ββββββ ββββββ ββββ βββββ βββββββββββββββββββββ βββββββββββ... | checkIfRedeemed(komicpassAddress,tokenIds[i])==false,"tokenId already redeemed" | 428,382 | checkIfRedeemed(komicpassAddress,tokenIds[i])==false |
"soldout" | // SPDX-License-Identifier: MIT
/*
ββββ
βββββ β βββ ββββ ββββββββ
ββββββ ββββββ ββββ βββββ βββββββββββββββββββββ βββββββββββ... | totalSupply()+reserved+quantity<=issues,"soldout" | 428,382 | totalSupply()+reserved+quantity<=issues |
"cannot mint more than 100" | // SPDX-License-Identifier: MIT
/*
ββββ
βββββ β βββ ββββ ββββββββ
ββββββ ββββββ ββββ βββββ βββββββββββββββββββββ βββββββββββ... | quantity+_numberMinted(msg.sender)<=101,"cannot mint more than 100" | 428,382 | quantity+_numberMinted(msg.sender)<=101 |
"cannot mint more than 100" | // SPDX-License-Identifier: MIT
/*
ββββ
βββββ β βββ ββββ ββββββββ
ββββββ ββββββ ββββ βββββ βββββββββββββββββββββ βββββββββββ... | quantity+_numberMinted(msg.sender)<=100,"cannot mint more than 100" | 428,382 | quantity+_numberMinted(msg.sender)<=100 |
"All whitelist NFTs are sold out!" | pragma solidity ^0.8.0;
error ApprovalCallerNotOwnerNorApproved();
error ApprovalQueryForNonexistentToken();
error ApproveToCaller();
error ApprovalToCurrentOwner();
error BalanceQueryForZeroAddress();
error MintedQueryForZeroAddress();
error MintToZeroAddress();
error MintZeroQuantity();
error OwnerIndexOutOf... | curWhitelistTotalSupply+_quantity<=MAX_WHITELIST_TOTAL_SUPPLY,"All whitelist NFTs are sold out!" | 428,395 | curWhitelistTotalSupply+_quantity<=MAX_WHITELIST_TOTAL_SUPPLY |
"You are not whitelisted!" | pragma solidity ^0.8.0;
error ApprovalCallerNotOwnerNorApproved();
error ApprovalQueryForNonexistentToken();
error ApproveToCaller();
error ApprovalToCurrentOwner();
error BalanceQueryForZeroAddress();
error MintedQueryForZeroAddress();
error MintToZeroAddress();
error MintZeroQuantity();
error OwnerIndexOutOf... | MerkleProof.verify(_merkleProof,merkleRootWL,sender),"You are not whitelisted!" | 428,395 | MerkleProof.verify(_merkleProof,merkleRootWL,sender) |
"Only 1 mint per team member allowed!" | pragma solidity ^0.8.0;
error ApprovalCallerNotOwnerNorApproved();
error ApprovalQueryForNonexistentToken();
error ApproveToCaller();
error ApprovalToCurrentOwner();
error BalanceQueryForZeroAddress();
error MintedQueryForZeroAddress();
error MintToZeroAddress();
error MintZeroQuantity();
error OwnerIndexOutOf... | (totalTeamMint[msg.sender]+_quantity)<=MAX_MINT,"Only 1 mint per team member allowed!" | 428,395 | (totalTeamMint[msg.sender]+_quantity)<=MAX_MINT |
"All team NFTs are sold out!" | pragma solidity ^0.8.0;
error ApprovalCallerNotOwnerNorApproved();
error ApprovalQueryForNonexistentToken();
error ApproveToCaller();
error ApprovalToCurrentOwner();
error BalanceQueryForZeroAddress();
error MintedQueryForZeroAddress();
error MintToZeroAddress();
error MintZeroQuantity();
error OwnerIndexOutOf... | curTeamTotalSupply+_quantity<=MAX_TEAM_TOTAL_SUPPLY,"All team NFTs are sold out!" | 428,395 | curTeamTotalSupply+_quantity<=MAX_TEAM_TOTAL_SUPPLY |
"That is not your Gemesis NFT" | // SPDX-License-Identifier: MIT
pragma solidity >=0.8.9 <0.9.0;
import "erc721a/contracts/ERC721A.sol";
import "erc721a/contracts/IERC721A.sol";
import "erc721a/contracts/extensions/ERC721AQueryable.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/Strings.sol";
imp... | gemesisContract.ownerOf(tokens[i])==msg.sender,"That is not your Gemesis NFT" | 428,701 | gemesisContract.ownerOf(tokens[i])==msg.sender |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.