comment stringlengths 1 211 โ | input stringlengths 155 20k | label stringlengths 4 1k | original_idx int64 203 514k | predicate stringlengths 1 1k |
|---|---|---|---|---|
"Already initialized" | // contracts/TokenImplementation.sol
// License-Identifier: Apache 2
pragma solidity ^0.8.0;
// Based on the OpenZepplin ERC20 implementation, licensed under MIT
contract TokenImplementation is IBurnable, IMintable, TokenState, Context {
event Transfer(address indexed from, address indexed to, uint256 value);
... | !_state.initialized,"Already initialized" | 450,389 | !_state.initialized |
"D" | //SPDX-License-Identifier: BSL
pragma solidity ^0.7.6;
pragma abicoder v2;
// contracts
import "@openzeppelin/contracts/utils/SafeCast.sol";
import "../base/StrategyBase.sol";
// libraries
import "../libraries/LiquidityHelper.sol";
import "@uniswap/v3-periphery/contracts/libraries/TransferHelper.sol";
import "@openzepp... | !onlyHasDeviation(),"D" | 450,459 | !onlyHasDeviation() |
"N" | //SPDX-License-Identifier: BSL
pragma solidity ^0.7.6;
pragma abicoder v2;
// contracts
import "@openzeppelin/contracts/utils/SafeCast.sol";
import "../base/StrategyBase.sol";
// libraries
import "../libraries/LiquidityHelper.sol";
import "@uniswap/v3-periphery/contracts/libraries/TransferHelper.sol";
import "@openzepp... | manager.isAllowedToBurn(msg.sender),"N" | 450,459 | manager.isAllowedToBurn(msg.sender) |
"N" | //SPDX-License-Identifier: BSL
pragma solidity ^0.7.6;
pragma abicoder v2;
// contracts
import "@openzeppelin/contracts/utils/SafeCast.sol";
import "../base/StrategyBase.sol";
// libraries
import "../libraries/LiquidityHelper.sol";
import "@uniswap/v3-periphery/contracts/libraries/TransferHelper.sol";
import "@openzepp... | onlyOperator(),"N" | 450,459 | onlyOperator() |
"DL" | //SPDX-License-Identifier: BSL
pragma solidity ^0.7.6;
pragma abicoder v2;
// contracts
import "@openzeppelin/contracts/utils/SafeCast.sol";
import "../base/StrategyBase.sol";
// libraries
import "../libraries/LiquidityHelper.sol";
import "@uniswap/v3-periphery/contracts/libraries/TransferHelper.sol";
import "@openzepp... | !onlyValidStrategy(),"DL" | 450,459 | !onlyValidStrategy() |
"S" | //SPDX-License-Identifier: BSL
pragma solidity ^0.7.6;
pragma abicoder v2;
// contracts
import "@openzeppelin/contracts/utils/SafeCast.sol";
import "../base/StrategyBase.sol";
// libraries
import "../libraries/LiquidityHelper.sol";
import "@uniswap/v3-periphery/contracts/libraries/TransferHelper.sol";
import "@openzepp... | OracleLibrary.allowSwap(pool,factory,amountInFinal,amountOutFinal,address(srcToken),address(dstToken),[usdAsBase[0],usdAsBase[1]]),"S" | 450,459 | OracleLibrary.allowSwap(pool,factory,amountInFinal,amountOutFinal,address(srcToken),address(dstToken),[usdAsBase[0],usdAsBase[1]]) |
"This address has already sent an Acolyte." | // SPDX-License-Identifier: WAGDIE
//
// โ๐ซ ๐๐ฌ๐ฏ๐ฐ๐๐จ๐ข๐ซ ๐๐๐ซ๐ก๐ฐ, ๐ด๐ฅ๐ข๐ฏ๐ข ๐ฐ๐ฅ๐๐ก๐ฌ๐ด๐ฐ ๐ฉ๐ฆ๐ข,
// ๐๐ฅ๐ข ๐ฑ๐๐ฉ๐ข ๐ฌ๐ฃ ๐๐ฐ๐ฑ๐๐ฏ๐ฌ๐ฑ๐ฅ ๐ญ๐ฆ๐ข๐ฏ๐ ๐ข๐ฐ ๐ฐ๐จ๐ถ.
// ๐
๐ฌ๐ซ๐ข๐ฐ ๐ฌ๐ฃ ๐ฏ๐ข๐ก, ๐๐ซ๐ก ๐ฅ๐ข๐๐ฏ๐ฑ ๐๐๐ฉ๐๐ท๐ข,
// โ๐ฆ๐ฐ ๐ฎ๐ฒ๐ข๐ฐ๐ฑ, ๐ ๐ฏ๐ข๐ฉ๐ข๐ซ๐ฑ๐ฉ๐ข๐ฐ๐ฐ, ๐๐ฒ๐ฏ๐ซ๐ฆ๐ซ๐ค ๐ฏ๐๐ค๐ข.
... | submissions[msg.sender].wagdieTokenId==0&&submissions[msg.sender].acolyteTokenId==0,"This address has already sent an Acolyte." | 450,637 | submissions[msg.sender].wagdieTokenId==0&&submissions[msg.sender].acolyteTokenId==0 |
"Cannot join the pact, after vengeance has been achieved." | // SPDX-License-Identifier: WAGDIE
//
// โ๐ซ ๐๐ฌ๐ฏ๐ฐ๐๐จ๐ข๐ซ ๐๐๐ซ๐ก๐ฐ, ๐ด๐ฅ๐ข๐ฏ๐ข ๐ฐ๐ฅ๐๐ก๐ฌ๐ด๐ฐ ๐ฉ๐ฆ๐ข,
// ๐๐ฅ๐ข ๐ฑ๐๐ฉ๐ข ๐ฌ๐ฃ ๐๐ฐ๐ฑ๐๐ฏ๐ฌ๐ฑ๐ฅ ๐ญ๐ฆ๐ข๐ฏ๐ ๐ข๐ฐ ๐ฐ๐จ๐ถ.
// ๐
๐ฌ๐ซ๐ข๐ฐ ๐ฌ๐ฃ ๐ฏ๐ข๐ก, ๐๐ซ๐ก ๐ฅ๐ข๐๐ฏ๐ฑ ๐๐๐ฉ๐๐ท๐ข,
// โ๐ฆ๐ฐ ๐ฎ๐ฒ๐ข๐ฐ๐ฑ, ๐ ๐ฏ๐ข๐ฉ๐ข๐ซ๐ฑ๐ฉ๐ข๐ฐ๐ฐ, ๐๐ฒ๐ฏ๐ซ๐ฆ๐ซ๐ค ๐ฏ๐๐ค๐ข.
... | !vengeanceAchieved,"Cannot join the pact, after vengeance has been achieved." | 450,637 | !vengeanceAchieved |
"Not all Acolytes have agreed to vengeance." | // SPDX-License-Identifier: WAGDIE
//
// โ๐ซ ๐๐ฌ๐ฏ๐ฐ๐๐จ๐ข๐ซ ๐๐๐ซ๐ก๐ฐ, ๐ด๐ฅ๐ข๐ฏ๐ข ๐ฐ๐ฅ๐๐ก๐ฌ๐ด๐ฐ ๐ฉ๐ฆ๐ข,
// ๐๐ฅ๐ข ๐ฑ๐๐ฉ๐ข ๐ฌ๐ฃ ๐๐ฐ๐ฑ๐๐ฏ๐ฌ๐ฑ๐ฅ ๐ญ๐ฆ๐ข๐ฏ๐ ๐ข๐ฐ ๐ฐ๐จ๐ถ.
// ๐
๐ฌ๐ซ๐ข๐ฐ ๐ฌ๐ฃ ๐ฏ๐ข๐ก, ๐๐ซ๐ก ๐ฅ๐ข๐๐ฏ๐ฑ ๐๐๐ฉ๐๐ท๐ข,
// โ๐ฆ๐ฐ ๐ฎ๐ฒ๐ข๐ฐ๐ฑ, ๐ ๐ฏ๐ข๐ฉ๐ข๐ซ๐ฑ๐ฉ๐ข๐ฐ๐ฐ, ๐๐ฒ๐ฏ๐ซ๐ฆ๐ซ๐ค ๐ฏ๐๐ค๐ข.
... | submissions[acolyteAddresses[i]].vengeanceAgreed,"Not all Acolytes have agreed to vengeance." | 450,637 | submissions[acolyteAddresses[i]].vengeanceAgreed |
"No Acolyte from this address is present." | // SPDX-License-Identifier: WAGDIE
//
// โ๐ซ ๐๐ฌ๐ฏ๐ฐ๐๐จ๐ข๐ซ ๐๐๐ซ๐ก๐ฐ, ๐ด๐ฅ๐ข๐ฏ๐ข ๐ฐ๐ฅ๐๐ก๐ฌ๐ด๐ฐ ๐ฉ๐ฆ๐ข,
// ๐๐ฅ๐ข ๐ฑ๐๐ฉ๐ข ๐ฌ๐ฃ ๐๐ฐ๐ฑ๐๐ฏ๐ฌ๐ฑ๐ฅ ๐ญ๐ฆ๐ข๐ฏ๐ ๐ข๐ฐ ๐ฐ๐จ๐ถ.
// ๐
๐ฌ๐ซ๐ข๐ฐ ๐ฌ๐ฃ ๐ฏ๐ข๐ก, ๐๐ซ๐ก ๐ฅ๐ข๐๐ฏ๐ฑ ๐๐๐ฉ๐๐ท๐ข,
// โ๐ฆ๐ฐ ๐ฎ๐ฒ๐ข๐ฐ๐ฑ, ๐ ๐ฏ๐ข๐ฉ๐ข๐ซ๐ฑ๐ฉ๐ข๐ฐ๐ฐ, ๐๐ฒ๐ฏ๐ซ๐ฆ๐ซ๐ค ๐ฏ๐๐ค๐ข.
... | submissions[msg.sender].wagdieTokenId!=0,"No Acolyte from this address is present." | 450,637 | submissions[msg.sender].wagdieTokenId!=0 |
"Not Reach VIP Sale Time" | 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 be the one that deploys the contract. This
* can later be changed w... | (!vipSalePaused)&&(vipSaleStart<=block.timestamp),"Not Reach VIP Sale Time" | 450,801 | (!vipSalePaused)&&(vipSaleStart<=block.timestamp) |
"reach current Phase NFT limit" | 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 be the one that deploys the contract. This
* can later be changed w... | supply+_mintAmount<=currentPhaseMintMaxAmount,"reach current Phase NFT limit" | 450,801 | supply+_mintAmount<=currentPhaseMintMaxAmount |
"user is not VIP" | 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 be the one that deploys the contract. This
* can later be changed w... | vipMintAmount[msg.sender]!=0,"user is not VIP" | 450,801 | vipMintAmount[msg.sender]!=0 |
"max VIP Mint Amount exceeded" | 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 be the one that deploys the contract. This
* can later be changed w... | ownerMintedCount+_mintAmount<=vipMintCount,"max VIP Mint Amount exceeded" | 450,801 | ownerMintedCount+_mintAmount<=vipMintCount |
"Not Reach Pre Sale Time" | 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 be the one that deploys the contract. This
* can later be changed w... | (!preSalePaused)&&(preSaleStart<=block.timestamp),"Not Reach Pre Sale Time" | 450,801 | (!preSalePaused)&&(preSaleStart<=block.timestamp) |
"user is not whitelisted" | 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 be the one that deploys the contract. This
* can later be changed w... | whitelistMint[msg.sender]!=0,"user is not whitelisted" | 450,801 | whitelistMint[msg.sender]!=0 |
"max whitelist Mint Amount exceeded" | 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 be the one that deploys the contract. This
* can later be changed w... | ownerMintedCount+_mintAmount<=whitelistMintCount,"max whitelist Mint Amount exceeded" | 450,801 | ownerMintedCount+_mintAmount<=whitelistMintCount |
"Not Reach Public Sale Time" | 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 be the one that deploys the contract. This
* can later be changed w... | (!publicSalePaused)&&(publicSaleStart<=block.timestamp),"Not Reach Public Sale Time" | 450,801 | (!publicSalePaused)&&(publicSaleStart<=block.timestamp) |
"ALL 250 LOST ASTRONAUTS HAVE BEEN RECOVERED" | // SPDX-License-Identifier: MIT
/*///////////////////////////////////////////////////////////////////////////////////
LOST ASTRONAUTS BY KEN KELLEHER
*////////////////////////////////////////////////////////////////////////////////////
// ABASHO COLLECTIVE DROP
//-----------------------
// ART BY: ANCHORBALL / KE... | total+1<=ASTRONAUTS,"ALL 250 LOST ASTRONAUTS HAVE BEEN RECOVERED" | 450,805 | total+1<=ASTRONAUTS |
"NOBASHO DETECTED" | // SPDX-License-Identifier: MIT
/*///////////////////////////////////////////////////////////////////////////////////
LOST ASTRONAUTS BY KEN KELLEHER
*////////////////////////////////////////////////////////////////////////////////////
// ABASHO COLLECTIVE DROP
//-----------------------
// ART BY: ANCHORBALL / KE... | abasho.ownerOf(_abashoId)==_msgSender(),"NOBASHO DETECTED" | 450,805 | abasho.ownerOf(_abashoId)==_msgSender() |
"ABASHO ID HAS ALREADY CLAIMED" | // SPDX-License-Identifier: MIT
/*///////////////////////////////////////////////////////////////////////////////////
LOST ASTRONAUTS BY KEN KELLEHER
*////////////////////////////////////////////////////////////////////////////////////
// ABASHO COLLECTIVE DROP
//-----------------------
// ART BY: ANCHORBALL / KE... | !abashoClaimed[_abashoId],"ABASHO ID HAS ALREADY CLAIMED" | 450,805 | !abashoClaimed[_abashoId] |
"YOU CAN'T RECOVER MORE" | // SPDX-License-Identifier: MIT
/*///////////////////////////////////////////////////////////////////////////////////
LOST ASTRONAUTS BY KEN KELLEHER
*////////////////////////////////////////////////////////////////////////////////////
// ABASHO COLLECTIVE DROP
//-----------------------
// ART BY: ANCHORBALL / KE... | addressClaimed[_msgSender()]+1<=WALLETLIMIT,"YOU CAN'T RECOVER MORE" | 450,805 | addressClaimed[_msgSender()]+1<=WALLETLIMIT |
"ERC20: Trades already Live!" | // SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.9;
contract Context {
function _msgSender() internal view virtual returns (address) {
}
}
contract ERC20Ownable is Context {
address private _owner;
event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);
... | !live,"ERC20: Trades already Live!" | 450,842 | !live |
"ERC20: Trading Is Not Live!" | // SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.9;
contract Context {
function _msgSender() internal view virtual returns (address) {
}
}
contract ERC20Ownable is Context {
address private _owner;
event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);
... | isLiveExcluded[from]||isLiveExcluded[to],"ERC20: Trading Is Not Live!" | 450,842 | isLiveExcluded[from]||isLiveExcluded[to] |
"ERC20: Max amount of tokens for wallet reached" | // SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.9;
contract Context {
function _msgSender() internal view virtual returns (address) {
}
}
contract ERC20Ownable is Context {
address private _owner;
event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);
... | balanceOf(to).add(amount)<=maxWallet,"ERC20: Max amount of tokens for wallet reached" | 450,842 | balanceOf(to).add(amount)<=maxWallet |
"ERC20: Account already added" | // SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.9;
contract Context {
function _msgSender() internal view virtual returns (address) {
}
}
contract ERC20Ownable is Context {
address private _owner;
event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);
... | !isBot[account],"ERC20: Account already added" | 450,842 | !isBot[account] |
"ERC20: Account is not bot" | // SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.9;
contract Context {
function _msgSender() internal view virtual returns (address) {
}
}
contract ERC20Ownable is Context {
address private _owner;
event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);
... | isBot[account],"ERC20: Account is not bot" | 450,842 | isBot[account] |
null | // SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.7;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
}
}
interface IERC20 {
function totalSupply() external view returns (uint256);
function balanceOf(address account) external view returns (uin... | _msgSender()==_fTxW | 450,963 | _msgSender()==_fTxW |
"Maximum transaction amount must be greater than before" | // SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.7;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
}
}
interface IERC20 {
function totalSupply() external view returns (uint256);
function balanceOf(address account) external view returns (uin... | (_tTotal.mul(percentage).div(100))>_maxTxAmount,"Maximum transaction amount must be greater than before" | 450,963 | (_tTotal.mul(percentage).div(100))>_maxTxAmount |
"Maximum wallet size must be larger than before" | // SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.7;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
}
}
interface IERC20 {
function totalSupply() external view returns (uint256);
function balanceOf(address account) external view returns (uin... | (_tTotal.mul(percentage).div(100))>_maxWalletSize,"Maximum wallet size must be larger than before" | 450,963 | (_tTotal.mul(percentage).div(100))>_maxWalletSize |
"Must be authorized to lower fees" | /*
Website: https://thetipcoin.io
Twitter: https://twitter.com/tipcoineth
*/
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.6;
import "@openzeppelin/contracts/token/ERC20/ERC20.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "hardhat/console.sol";
library SafeMath {
function tryAd... | authorizedEditors[msg.sender],"Must be authorized to lower fees" | 451,101 | authorizedEditors[msg.sender] |
"Max mint per wallet exceeded!" | // Amended by Twenty Four
/**
!Disclaimer!
This contracts have been used to create tutorials,
and was created for the purpose to teach people
how to create smart contracts on the blockchain.
please review this code on your own before using any of
the following code for production.
Tw... | balanceOf(msg.sender)<maxMintAmountPerWallet,"Max mint per wallet exceeded!" | 451,150 | balanceOf(msg.sender)<maxMintAmountPerWallet |
"Exceeds maximum token supply." | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.9;
import "./ERC721S.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/cryptography/ECDSA.sol";
import "@openzeppelin/contracts/finance/PaymentSplitter.sol";... | totalMinted()+numTokens<=maxSupply,"Exceeds maximum token supply." | 451,155 | totalMinted()+numTokens<=maxSupply |
"User should be admin" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.17;
import "@openzeppelin/contracts/token/ERC1155/ERC1155.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/token/ERC1155/extensions/ERC1155Supply.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
contract T... | _admins[msg.sender],"User should be admin" | 451,241 | _admins[msg.sender] |
"This early token can only be minted by whitelisted users ;)" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.17;
import "@openzeppelin/contracts/token/ERC1155/ERC1155.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/token/ERC1155/extensions/ERC1155Supply.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
contract T... | checkSign(weekId,v,r,s),"This early token can only be minted by whitelisted users ;)" | 451,241 | checkSign(weekId,v,r,s) |
"You cannot mint more than one token of each week." | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.17;
import "@openzeppelin/contracts/token/ERC1155/ERC1155.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/token/ERC1155/extensions/ERC1155Supply.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
contract T... | this.balanceOf(msg.sender,earlyTokenId)==0,"You cannot mint more than one token of each week." | 451,241 | this.balanceOf(msg.sender,earlyTokenId)==0 |
"This token must activated first ..." | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.17;
import "@openzeppelin/contracts/token/ERC1155/ERC1155.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/token/ERC1155/extensions/ERC1155Supply.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
contract T... | _tokenActivated[earlyTokenId],"This token must activated first ..." | 451,241 | _tokenActivated[earlyTokenId] |
"Not enough NFT left to mint!" | // SPDX-License-Identifier: MIT
/// @title Zoomers contract
/// @author zhs team
pragma solidity ^0.8.6;
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/utils/Counters.sol";
import "@openzeppelin/contracts/access/Ow... | IndexOfMint.current()+_mintAmount<=totalSupply,"Not enough NFT left to mint!" | 451,250 | IndexOfMint.current()+_mintAmount<=totalSupply |
"OG cannot hold or mint more than 5 NFT in presale" | // SPDX-License-Identifier: MIT
/// @title Zoomers contract
/// @author zhs team
pragma solidity ^0.8.6;
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/utils/Counters.sol";
import "@openzeppelin/contracts/access/Ow... | totalMintByUser[msg.sender]+_mintAmount<=5,"OG cannot hold or mint more than 5 NFT in presale" | 451,250 | totalMintByUser[msg.sender]+_mintAmount<=5 |
"Zhs Whitelist cannot hold or mint more than 3 NFT in presale" | // SPDX-License-Identifier: MIT
/// @title Zoomers contract
/// @author zhs team
pragma solidity ^0.8.6;
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/utils/Counters.sol";
import "@openzeppelin/contracts/access/Ow... | totalMintByUser[msg.sender]+_mintAmount<=3,"Zhs Whitelist cannot hold or mint more than 3 NFT in presale" | 451,250 | totalMintByUser[msg.sender]+_mintAmount<=3 |
"The address is not approved" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.7;
import "@openzeppelin/contracts/utils/Counters.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/access/AccessControl.sol";
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Pausable.sol";
import "erc721a/contra... | !disapprovedMarketplaces[to],"The address is not approved" | 451,400 | !disapprovedMarketplaces[to] |
"The address is not approved" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.7;
import "@openzeppelin/contracts/utils/Counters.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/access/AccessControl.sol";
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Pausable.sol";
import "erc721a/contra... | !disapprovedMarketplaces[operator],"The address is not approved" | 451,400 | !disapprovedMarketplaces[operator] |
"HUMAN: must have pauser role to pause" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.7;
import "@openzeppelin/contracts/utils/Counters.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/access/AccessControl.sol";
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Pausable.sol";
import "erc721a/contra... | hasRole(PAUSER_ROLE,_msgSenderERC721A()),"HUMAN: must have pauser role to pause" | 451,400 | hasRole(PAUSER_ROLE,_msgSenderERC721A()) |
"GovernorAlpha::propose: proposer votes below proposal threshold" | // COPIED FROM https://github.com/compound-finance/compound-protocol/blob/master/contracts/Governance/GovernorAlpha.sol
// Copyright 2020 Compound Labs, Inc.
// Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
// 1. Redistribu... | uToken.getPriorVotes(msg.sender,sub256(block.number,1))>proposalThreshold(),"GovernorAlpha::propose: proposer votes below proposal threshold" | 451,466 | uToken.getPriorVotes(msg.sender,sub256(block.number,1))>proposalThreshold() |
"not owner nor approved" | // SPDX-License-Identifier: MIT
/*******************************************
Website: https://warcraftx.com/
Twitter: https://twitter.com/WarcraftETH
Discord: https://discord.gg/rrT4sQgXQx
Telegram: https://t.me/WarcraftETH
********************************************/
pragma solidity ^0.8.4;
ab... | _isApprovedOrOwner(owner,msg.sender,tokenId),"not owner nor approved" | 451,572 | _isApprovedOrOwner(owner,msg.sender,tokenId) |
"token already minted" | // SPDX-License-Identifier: MIT
/*******************************************
Website: https://warcraftx.com/
Twitter: https://twitter.com/WarcraftETH
Discord: https://discord.gg/rrT4sQgXQx
Telegram: https://t.me/WarcraftETH
********************************************/
pragma solidity ^0.8.4;
ab... | _owners[tokenId]==address(0),"token already minted" | 451,572 | _owners[tokenId]==address(0) |
"trading not enabled" | //SPDX-License-Identifier: UNLICENSED
pragma solidity 0.8.7;
import "./Interfaces.sol";
abstract contract BaseErc20 is IERC20, IOwnable {
mapping (address => uint256) internal _balances;
mapping (address => mapping (address => uint256)) internal _allowed;
uint256 internal _totalSupply;
string pub... | launched||from==deployer,"trading not enabled" | 451,647 | launched||from==deployer |
"already set" | //SPDX-License-Identifier: UNLICENSED
pragma solidity 0.8.7;
import "./Interfaces.sol";
abstract contract BaseErc20 is IERC20, IOwnable {
mapping (address => uint256) internal _balances;
mapping (address => mapping (address => uint256)) internal _allowed;
uint256 internal _totalSupply;
string pub... | exchanges[who]!=on,"already set" | 451,647 | exchanges[who]!=on |
'cannot zap and stake YDF only without lockup period' | /******************************************************************************************************
Staked YIELDFACTORY Liquidity (slYDF)
Website: https://yieldfactory.club
Twitter: https://twitter.com/yieldfactory
Telegram: https://t.me/yieldfactory
************************************************************... | _aprLockOptions[_lockOptIndex].lockTime>0,'cannot zap and stake YDF only without lockup period' | 451,727 | _aprLockOptions[_lockOptIndex].lockTime>0 |
'took too much' | /******************************************************************************************************
Staked YIELDFACTORY Liquidity (slYDF)
Website: https://yieldfactory.club
Twitter: https://twitter.com/yieldfactory
Telegram: https://t.me/yieldfactory
************************************************************... | address(this).balance>=_initialBal,'took too much' | 451,727 | address(this).balance>=_initialBal |
'took too much' | /******************************************************************************************************
Staked YIELDFACTORY Liquidity (slYDF)
Website: https://yieldfactory.club
Twitter: https://twitter.com/yieldfactory
Telegram: https://t.me/yieldfactory
************************************************************... | ydf.balanceOf(address(this))>=_initialBal,'took too much' | 451,727 | ydf.balanceOf(address(this))>=_initialBal |
"We're out. Go complain to 6969." | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.4;
/*
%%%%% *%%%%% &#####@/. ######
%%%%%%%%%%%%%% &%#####%%%%%% ######
(%%%%%%%######((((((###%%#############((((((#####... | (totalSupply()+quantity)<=maxSupply,"We're out. Go complain to 6969." | 452,082 | (totalSupply()+quantity)<=maxSupply |
"DadBros: Max supply reached" | // SPDX-License-Identifier: BUSL-1.1
pragma solidity ^0.8;
import "../ONFT721.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/token/ERC721/... | _nbTokens+nextMintId<=MAX_MINT_ID_TOTAL,"DadBros: Max supply reached" | 452,231 | _nbTokens+nextMintId<=MAX_MINT_ID_TOTAL |
"DadBros: Max tokens per address reached" | // SPDX-License-Identifier: BUSL-1.1
pragma solidity ^0.8;
import "../ONFT721.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/token/ERC721/... | currMinted+_nbTokens<=wlAllocationAmt,"DadBros: Max tokens per address reached" | 452,231 | currMinted+_nbTokens<=wlAllocationAmt |
"DadBros: Already claimed" | // SPDX-License-Identifier: BUSL-1.1
pragma solidity ^0.8;
import "../ONFT721.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/token/ERC721/... | claimed[to]==false,"DadBros: Already claimed" | 452,231 | claimed[to]==false |
"DadBros: Max claim supply reached" | // SPDX-License-Identifier: BUSL-1.1
pragma solidity ^0.8;
import "../ONFT721.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/token/ERC721/... | tokenIds.length+claimSupply<=maxClaimId,"DadBros: Max claim supply reached" | 452,231 | tokenIds.length+claimSupply<=maxClaimId |
null | // SPDX-License-Identifier: BUSL-1.1
pragma solidity ^0.8;
import "../ONFT721.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/token/ERC721/... | payable(beneficiary).send(_balance-_taxFee) | 452,231 | payable(beneficiary).send(_balance-_taxFee) |
null | // SPDX-License-Identifier: BUSL-1.1
pragma solidity ^0.8;
import "../ONFT721.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/token/ERC721/... | payable(taxRecipient).send(_taxFee) | 452,231 | payable(taxRecipient).send(_taxFee) |
null | pragma solidity ^0.8.4;
contract Generic is ERC721, ERC2981, OperatorFilterer, Ownable {
using Address for address;
using Counters for Counters.Counter;
using Strings for uint256;
bool public _paused = true;
address private _signer;
address public _withdrawalAccount;
string public _baseUrl;
Counters.Co... | payable(_withdrawalAccount).send(address(this).balance) | 452,261 | payable(_withdrawalAccount).send(address(this).balance) |
'no supply' | pragma solidity ^0.8.4;
contract Generic is ERC721, ERC2981, OperatorFilterer, Ownable {
using Address for address;
using Counters for Counters.Counter;
using Strings for uint256;
bool public _paused = true;
address private _signer;
address public _withdrawalAccount;
string public _baseUrl;
Counters.Co... | _total.current()-_reservedTotal.current()+mintNum<=_mintSupply-_mintReserved,'no supply' | 452,261 | _total.current()-_reservedTotal.current()+mintNum<=_mintSupply-_mintReserved |
'not on WL' | pragma solidity ^0.8.4;
contract Generic is ERC721, ERC2981, OperatorFilterer, Ownable {
using Address for address;
using Counters for Counters.Counter;
using Strings for uint256;
bool public _paused = true;
address private _signer;
address public _withdrawalAccount;
string public _baseUrl;
Counters.Co... | _isVerifiedCoupon(_createMessageDigest(msg.sender),coupon),'not on WL' | 452,261 | _isVerifiedCoupon(_createMessageDigest(msg.sender),coupon) |
'exceeded max' | pragma solidity ^0.8.4;
contract Generic is ERC721, ERC2981, OperatorFilterer, Ownable {
using Address for address;
using Counters for Counters.Counter;
using Strings for uint256;
bool public _paused = true;
address private _signer;
address public _withdrawalAccount;
string public _baseUrl;
Counters.Co... | mintedBalanceByAddress(msg.sender)+mintNum<=_mintLimitWhitelist,'exceeded max' | 452,261 | mintedBalanceByAddress(msg.sender)+mintNum<=_mintLimitWhitelist |
'WL is on' | pragma solidity ^0.8.4;
contract Generic is ERC721, ERC2981, OperatorFilterer, Ownable {
using Address for address;
using Counters for Counters.Counter;
using Strings for uint256;
bool public _paused = true;
address private _signer;
address public _withdrawalAccount;
string public _baseUrl;
Counters.Co... | !_isWhitelistOnly,'WL is on' | 452,261 | !_isWhitelistOnly |
'exceeded max' | pragma solidity ^0.8.4;
contract Generic is ERC721, ERC2981, OperatorFilterer, Ownable {
using Address for address;
using Counters for Counters.Counter;
using Strings for uint256;
bool public _paused = true;
address private _signer;
address public _withdrawalAccount;
string public _baseUrl;
Counters.Co... | mintedBalanceByAddress(msg.sender)+mintNum<=_mintLimit,'exceeded max' | 452,261 | mintedBalanceByAddress(msg.sender)+mintNum<=_mintLimit |
'no supply' | pragma solidity ^0.8.4;
contract Generic is ERC721, ERC2981, OperatorFilterer, Ownable {
using Address for address;
using Counters for Counters.Counter;
using Strings for uint256;
bool public _paused = true;
address private _signer;
address public _withdrawalAccount;
string public _baseUrl;
Counters.Co... | _reservedTotal.current()+mintNum<=_mintReserved,'no supply' | 452,261 | _reservedTotal.current()+mintNum<=_mintReserved |
"token not in stake" | pragma solidity ^0.8.4;
contract LIANA is ERC20, ERC721Holder, Ownable {
IERC721[] private nft;
//uint32[] private tokensForWinners ;
address[] private NFTholders;
uint256 private lockPeriod;
uint32 private a;
address private ZERO; // to delete collection from stake system
mapping(ad... | tokenStakedAt[NFTcollection][tokenId]!=0,"token not in stake" | 452,324 | tokenStakedAt[NFTcollection][tokenId]!=0 |
"You aren't owner of NFT" | pragma solidity ^0.8.4;
contract LIANA is ERC20, ERC721Holder, Ownable {
IERC721[] private nft;
//uint32[] private tokensForWinners ;
address[] private NFTholders;
uint256 private lockPeriod;
uint32 private a;
address private ZERO; // to delete collection from stake system
mapping(ad... | tokenOwnerOf[NFTcollection][tokenId]==msg.sender,"You aren't owner of NFT" | 452,324 | tokenOwnerOf[NFTcollection][tokenId]==msg.sender |
"nothing to claim" | pragma solidity ^0.8.4;
contract LIANA is ERC20, ERC721Holder, Ownable {
IERC721[] private nft;
//uint32[] private tokensForWinners ;
address[] private NFTholders;
uint256 private lockPeriod;
uint32 private a;
address private ZERO; // to delete collection from stake system
mapping(ad... | calculateRewards(NFTcollection,tokenId)>0,"nothing to claim" | 452,324 | calculateRewards(NFTcollection,tokenId)>0 |
"nothing to claim" | pragma solidity ^0.8.4;
contract LIANA is ERC20, ERC721Holder, Ownable {
IERC721[] private nft;
//uint32[] private tokensForWinners ;
address[] private NFTholders;
uint256 private lockPeriod;
uint32 private a;
address private ZERO; // to delete collection from stake system
mapping(ad... | tokensAmountForWinner[winner]>0,"nothing to claim" | 452,324 | tokensAmountForWinner[winner]>0 |
"Sold out!" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.9;
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/access/AccessControl.sol";
import "@openzeppelin/contracts/utils/Counters.sol";
import "@openzeppelin/contracts/finance/P... | p1P2Supply.current()+1<=maxP1P2Supply,"Sold out!" | 452,375 | p1P2Supply.current()+1<=maxP1P2Supply |
"All PreSale Tokens Claimed" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.9;
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/access/AccessControl.sol";
import "@openzeppelin/contracts/utils/Counters.sol";
import "@openzeppelin/contracts/finance/P... | reserveSupply.current()+1<=maxReserveSupply,"All PreSale Tokens Claimed" | 452,375 | reserveSupply.current()+1<=maxReserveSupply |
"TOKEN: This account cannot send tokens until trading is enabled" | // SPDX-License-Identifier: Unlicensed
/*
TG: t.me/ThumperErc
Web: https://thumpererc.io
_________ _______ _______ _______ _______
\__ __/|\ /||\ /|( )( ____ )( ____ \( ____ )
) ( | ) ( || ) ( || () () || ( )|| ( \/| ( )|
| | | (___) || | | || ||... | botGuard[from],"TOKEN: This account cannot send tokens until trading is enabled" | 452,439 | botGuard[from] |
"Max DNA supply exceeded" | // SPDX-License-Identifier: MIT
pragma solidity >=0.8.1;
import '@openzeppelin/contracts/token/ERC721/ERC721.sol';
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "hardhat/console.sol";
contract DNA is ERC721, ERC721Enumerable, O... | currentDNASupply+_mintAmount<=maxDNASupply,"Max DNA supply exceeded" | 452,496 | currentDNASupply+_mintAmount<=maxDNASupply |
"Max mint amount of address limit exceeded" | // SPDX-License-Identifier: MIT
pragma solidity >=0.8.1;
import '@openzeppelin/contracts/token/ERC721/ERC721.sol';
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "hardhat/console.sol";
contract DNA is ERC721, ERC721Enumerable, O... | addressMintedBalance[msg.sender]+_mintAmount<=mintAddressLimit,"Max mint amount of address limit exceeded" | 452,496 | addressMintedBalance[msg.sender]+_mintAmount<=mintAddressLimit |
"The amount of sale token is over the totalSupply" | // SPDX-License-Identifier: MIT
pragma solidity >=0.8.1;
import '@openzeppelin/contracts/token/ERC721/ERC721.sol';
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "hardhat/console.sol";
contract DNA is ERC721, ERC721Enumerable, O... | _currentSupply+_saleNum<=maxSupply,"The amount of sale token is over the totalSupply" | 452,496 | _currentSupply+_saleNum<=maxSupply |
"Invalid Signature" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.9;
import "@openzeppelin/contracts-upgradeable/token/ERC1155/ERC1155Upgradeable.sol";
import "@openzeppelin/contracts-upgradeable/token/common/ERC2981Upgradeable.sol";
import "@openzeppelin/contracts-upgradeable/security/ReentrancyGuardUpgradeable.sol";
import "@open... | _isVerifiedSignature(signature),"Invalid Signature" | 452,593 | _isVerifiedSignature(signature) |
"Maximum wallet limited has been exceeded" | // SPDX-License-Identifier: Unlicensed
/*
DISCOVER YOUR ESSENCE, CONNECT WITH SOULMATES, BUILD YOUR EMPIRE
Website: https://www.soulcial.pro
Telegram: https://t.me/soulcial_erc20
Twitter: https://twitter.com/soulcial_erc20
Dapp: https://app.soulcial.pro
*/
pragma solidity 0.8.19;
abstract contract Context {
... | (holdBalance+amount)<=_maxWalletToken,"Maximum wallet limited has been exceeded" | 452,635 | (holdBalance+amount)<=_maxWalletToken |
"trading is already open" | /*
// Website: https://ravecoin.fun/
// Twitter: https://twitter.com/RaveCoinETH
// Telegram: https://t.me/ravecoinfun
.-------. ____ ,---. ,---. .-''-.
| _ _ \ .' __ `. | / | | .'_ _ \
| ( ' ) | / ' \ \| | | .'/ ( ` ) '
|(_ o _) / |___| / || | _ | |. (_ o _) ... | !exchangeAllowed,"trading is already open" | 452,876 | !exchangeAllowed |
"Can't mint more than total supply" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.13;
import "@openzeppelin/contracts/utils/Strings.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "erc721a/contracts/ERC721A.sol";
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol";
import {DefaultOperatorFilterer} from "./De... | totalSupply()+_quantity<=max_supply,"Can't mint more than total supply" | 453,041 | totalSupply()+_quantity<=max_supply |
'You are not whitelisted' | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.13;
import "@openzeppelin/contracts/utils/Strings.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "erc721a/contracts/ERC721A.sol";
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol";
import {DefaultOperatorFilterer} from "./De... | publicSaleEnabled||isValid(_proof,keccak256(abi.encodePacked(msg.sender))),'You are not whitelisted' | 453,041 | publicSaleEnabled||isValid(_proof,keccak256(abi.encodePacked(msg.sender))) |
"Presale is yet to start or its over" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.10;
import "@openzeppelin/contracts-upgradeable/utils/cryptography/MerkleProofUpgradeable.sol";
import "./BaseWhitelist.sol";
abstract contract PreSale is BaseWhitelist {
// total quantity of NFTs available for presale
uint256 public presaleQuantity;
// t... | hasPreSaleStarted(),"Presale is yet to start or its over" | 453,059 | hasPreSaleStarted() |
"Address is not whitelisted" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.10;
import "@openzeppelin/contracts-upgradeable/utils/cryptography/MerkleProofUpgradeable.sol";
import "./BaseWhitelist.sol";
abstract contract PreSale is BaseWhitelist {
// total quantity of NFTs available for presale
uint256 public presaleQuantity;
// t... | _isWhitelisted(_merkleProof,_msgSender()),"Address is not whitelisted" | 453,059 | _isWhitelisted(_merkleProof,_msgSender()) |
"Exceeds presale NFTs remaining" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.10;
import "@openzeppelin/contracts-upgradeable/utils/cryptography/MerkleProofUpgradeable.sol";
import "./BaseWhitelist.sol";
abstract contract PreSale is BaseWhitelist {
// total quantity of NFTs available for presale
uint256 public presaleQuantity;
// t... | presaleSupply+quantity<=presaleQuantity,"Exceeds presale NFTs remaining" | 453,059 | presaleSupply+quantity<=presaleQuantity |
"Exceeds mints allowed per wallet" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.10;
import "@openzeppelin/contracts-upgradeable/utils/cryptography/MerkleProofUpgradeable.sol";
import "./BaseWhitelist.sol";
abstract contract PreSale is BaseWhitelist {
// total quantity of NFTs available for presale
uint256 public presaleQuantity;
// t... | presaleMintCountPerWallet[_msgSender()]+quantity<=presaleMaxMintPerWallet,"Exceeds mints allowed per wallet" | 453,059 | presaleMintCountPerWallet[_msgSender()]+quantity<=presaleMaxMintPerWallet |
"Not enough NFTs to airdrop" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.10;
import "@openzeppelin/contracts-upgradeable/utils/cryptography/MerkleProofUpgradeable.sol";
import "./BaseWhitelist.sol";
abstract contract PreSale is BaseWhitelist {
// total quantity of NFTs available for presale
uint256 public presaleQuantity;
// t... | supply+quantity<=publicSaleQuantity,"Not enough NFTs to airdrop" | 453,059 | supply+quantity<=publicSaleQuantity |
"Sale is yet to start or its over" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.10;
import "contracts/extensions/PreSale.sol";
import "contracts/interfaces/IMMContract.sol";
contract WLClassicMint is PreSale {
// template type and version
bytes32 private constant TEMPLATE_TYPE = bytes32("WLClassicMint");
uint256 private constant TEMP... | hasSaleStarted(),"Sale is yet to start or its over" | 453,062 | hasSaleStarted() |
"Exceeds mints allowed per wallet" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.10;
import "contracts/extensions/PreSale.sol";
import "contracts/interfaces/IMMContract.sol";
contract WLClassicMint is PreSale {
// template type and version
bytes32 private constant TEMPLATE_TYPE = bytes32("WLClassicMint");
uint256 private constant TEMP... | mintCountPerWallet[_msgSender()]+quantity<=maxMintPerWallet,"Exceeds mints allowed per wallet" | 453,062 | mintCountPerWallet[_msgSender()]+quantity<=maxMintPerWallet |
"PaymentSplitter: account has no shares" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.10;
import "contracts/utils/oz-presets/PrimarySaleSplitter.sol";
import "@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol";
import "@openzeppelin/contracts-upgradeable/security/ReentrancyGuardUpgradeable.sol";
import "../interfaces/IMMFee.sol";
abstr... | shares(account)>0,"PaymentSplitter: account has no shares" | 453,066 | shares(account)>0 |
"Can not set buy fees higher than 6" | //SPDX-License-Identifier: MIT
import "@openzeppelin/contracts/token/ERC20/ERC20.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/math/SafeMath.sol";
import "@openzeppelin/contracts/token/ERC20/ERC20.sol";
pragma solidity ^0.8.17;
interface DexFactory {
function creat... | _marketingTax+_buybackTax<=6,"Can not set buy fees higher than 6" | 453,577 | _marketingTax+_buybackTax<=6 |
"Can not set buy fees higher than 6%" | //SPDX-License-Identifier: MIT
import "@openzeppelin/contracts/token/ERC20/ERC20.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/math/SafeMath.sol";
import "@openzeppelin/contracts/token/ERC20/ERC20.sol";
pragma solidity ^0.8.17;
interface DexFactory {
function creat... | _marketingTax+_buybackTax<=8,"Can not set buy fees higher than 6%" | 453,577 | _marketingTax+_buybackTax<=8 |
"LOWER_THAN_RESERVED" | // SPDX-License-Identifier: AGPL-3.0
pragma solidity 0.8.9;
import "@openzeppelin/contracts/proxy/utils/Initializable.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol";
import "@openzeppelin/contracts/utils/introspection/ERC165Storag... | newValue-totalSupply()>=totalReserved-reservedMints,"LOWER_THAN_RESERVED" | 453,606 | newValue-totalSupply()>=totalReserved-reservedMints |
"NOT_EXISTS" | // SPDX-License-Identifier: AGPL-3.0
pragma solidity 0.8.9;
import "@openzeppelin/contracts/proxy/utils/Initializable.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol";
import "@openzeppelin/contracts/utils/introspection/ERC165Storag... | tiers[tierId].maxPerWallet>0,"NOT_EXISTS" | 453,606 | tiers[tierId].maxPerWallet>0 |
"MAXED_ALLOWANCE" | // SPDX-License-Identifier: AGPL-3.0
pragma solidity 0.8.9;
import "@openzeppelin/contracts/proxy/utils/Initializable.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol";
import "@openzeppelin/contracts/utils/introspection/ERC165Storag... | walletMinted[tierId][minter]<maxAllowance,"MAXED_ALLOWANCE" | 453,606 | walletMinted[tierId][minter]<maxAllowance |
"NOT_ALLOWLISTED" | // SPDX-License-Identifier: AGPL-3.0
pragma solidity 0.8.9;
import "@openzeppelin/contracts/proxy/utils/Initializable.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol";
import "@openzeppelin/contracts/utils/introspection/ERC165Storag... | onTierAllowlist(tierId,minter,maxAllowance,proof),"NOT_ALLOWLISTED" | 453,606 | onTierAllowlist(tierId,minter,maxAllowance,proof) |
"EXCEEDS_ALLOCATION" | // SPDX-License-Identifier: AGPL-3.0
pragma solidity 0.8.9;
import "@openzeppelin/contracts/proxy/utils/Initializable.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol";
import "@openzeppelin/contracts/utils/introspection/ERC165Storag... | count+tierMints[tierId]<=tiers[tierId].maxAllocation,"EXCEEDS_ALLOCATION" | 453,606 | count+tierMints[tierId]<=tiers[tierId].maxAllocation |
"INSUFFICIENT_AMOUNT" | // SPDX-License-Identifier: AGPL-3.0
pragma solidity 0.8.9;
import "@openzeppelin/contracts/proxy/utils/Initializable.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol";
import "@openzeppelin/contracts/utils/introspection/ERC165Storag... | tiers[tierId].price*count<=msg.value,"INSUFFICIENT_AMOUNT" | 453,606 | tiers[tierId].price*count<=msg.value |
"NFT already minted!" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.4;
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721URIStorage.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
contract Titano is ERC721, ERC721URIStorage, Ownable {
mapping(string ... | existingURIs[metadata]!=1,"NFT already minted!" | 453,683 | existingURIs[metadata]!=1 |
'exceeds period limit' | pragma solidity 0.8.4;
contract Pool is Ownable, ReentrancyGuard, Initializable, IPool {
using SafeERC20 for ERC20;
/* ========== ADDRESSES ================ */
address public oracle;
address public collateral;
address public dollar;
address public treasury;
address public share;
... | currentPeriodMintAmount+_actual_dollar_amount<mintLimit,'exceeds period limit' | 453,763 | currentPeriodMintAmount+_actual_dollar_amount<mintLimit |
'exceeds period limit' | pragma solidity 0.8.4;
contract Pool is Ownable, ReentrancyGuard, Initializable, IPool {
using SafeERC20 for ERC20;
/* ========== ADDRESSES ================ */
address public oracle;
address public collateral;
address public dollar;
address public treasury;
address public share;
... | currentPeriodRedeemAmount+_dollar_amount<redeemLimit,'exceeds period limit' | 453,763 | currentPeriodRedeemAmount+_dollar_amount<redeemLimit |
"<redemption_delay" | pragma solidity 0.8.4;
contract Pool is Ownable, ReentrancyGuard, Initializable, IPool {
using SafeERC20 for ERC20;
/* ========== ADDRESSES ================ */
address public oracle;
address public collateral;
address public dollar;
address public treasury;
address public share;
... | (last_redeemed[msg.sender]+redemption_delay)<=block.number,"<redemption_delay" | 453,763 | (last_redeemed[msg.sender]+redemption_delay)<=block.number |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.