comment stringlengths 1 211 β | input stringlengths 155 20k | label stringlengths 4 1k | original_idx int64 203 514k | predicate stringlengths 1 1k |
|---|---|---|---|---|
"Msg.sender is not permitted to set token URIs!" | // _______ __ __ __ __
// \ / | / | / | / |
//$$$$$$$ | ______ ... | hasRole(TOKEN_SETTER_ROLE,msg.sender),"Msg.sender is not permitted to set token URIs!" | 171,175 | hasRole(TOKEN_SETTER_ROLE,msg.sender) |
"Can only mint 1 NFT" | //SPDX-License-Identifier: MIT
/*
_ _ ___ _ _ ____ _ ___
| || | / _ \| || | / ___| ___ _ __(_) ___ ___ / _ \ _ __ ___
| || |_| | | | || |_ \___ \ / _ \ '__| |/ _ \/ __| | | | | '_ \ / _ \
|__ _| |_| |__ _| ___) | __/ | | | __/\__ \ | |_| | | | | _... | userMint[msg.sender]==0,"Can only mint 1 NFT" | 171,201 | userMint[msg.sender]==0 |
"Another user has minted this token ID" | //SPDX-License-Identifier: MIT
/*
_ _ ___ _ _ ____ _ ___
| || | / _ \| || | / ___| ___ _ __(_) ___ ___ / _ \ _ __ ___
| || |_| | | | || |_ \___ \ / _ \ '__| |/ _ \/ __| | | | | '_ \ / _ \
|__ _| |_| |__ _| ___) | __/ | | | __/\__ \ | |_| | | | | _... | !_exists(_tokenID),"Another user has minted this token ID" | 171,201 | !_exists(_tokenID) |
"Max Wallet!" | /**
*/
//Website: https://www.x-kermit.com/
//Telegram: https://t.me/XKermitERC
//Twitter: https://twitter.com/XKermitERC
// SPDX-License-Identifier: Unlicensed
pragma solidity ^0.8.19;
interface IERC20 {
function totalSupply() external view returns (uint256);
function balanceOf(address account) exter... | (balanceOf(to)+amount)<=_tTotal.mul(25).div(100),"Max Wallet!" | 171,244 | (balanceOf(to)+amount)<=_tTotal.mul(25).div(100) |
"Governable: caller is not the governance" | // SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (access/Governable.sol)
pragma solidity ^0.8.0;
import "@openzeppelin/contracts/utils/Context.sol";
/**
* @dev Contract module which provides a basic access control mechanism, where
* there is an account (a governance) that can be granted exclusiv... | governance()==_msgSender(),"Governable: caller is not the governance" | 171,262 | governance()==_msgSender() |
"EXCEED_TOTAL_DEPOSIT" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "./Vault.sol";
import "../subStrategies/interfaces/IWeth.sol";
contract ethVault is Vault {
using SafeERC20 for IERC20;
constructor(
ERC20 _asset,
string memory _name,
string memory _symbol
) Vault(_asset,_name, _symbol) ... | balanceOf(msg.sender)>=shares,"EXCEED_TOTAL_DEPOSIT" | 171,270 | balanceOf(msg.sender)>=shares |
"No more" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "./ERC721A.sol";
import "./Ownable.sol";
contract illapeit is ERC721A, Ownable {
using Strings for uint256;
uint256 public maxSupply = 10000;
uint256 public price = 0.005 ether;
uint256 public maxPerTx = 20;
uint256 public maxFreeAmount ... | totalSupply()+num<maxSupply+1,"No more" | 171,312 | totalSupply()+num<maxSupply+1 |
"Ownable: caller is not allowed" | /**
// SPDX-License-Identifier: Unlicensed
Elon Just Tweet and Change his PP !
https://twitter.com/elonmusk/status/1521807738317066240?s=20&t=-Q9MBV0bBxU54ZT30QJ5Fw
Initial liquidity: 1 - 1.5 ETH
Max Wallet 3%
Low Tax : Only 5% for LP & Marketing
TG : https://t.me/BoredApeFungiblePortal
*/
pragma solidity ^0.8... | owner()==_msgSender()||isAuthorized(_msgSender()),"Ownable: caller is not allowed" | 171,323 | owner()==_msgSender()||isAuthorized(_msgSender()) |
"TOKEN: 3 minutes cooldown between buys" | /**
// SPDX-License-Identifier: Unlicensed
Elon Just Tweet and Change his PP !
https://twitter.com/elonmusk/status/1521807738317066240?s=20&t=-Q9MBV0bBxU54ZT30QJ5Fw
Initial liquidity: 1 - 1.5 ETH
Max Wallet 3%
Low Tax : Only 5% for LP & Marketing
TG : https://t.me/BoredApeFungiblePortal
*/
pragma solidity ^0.8... | _lastTX[tx.origin]+3minutes<block.timestamp&&_lastTX[to]+3minutes<block.timestamp,"TOKEN: 3 minutes cooldown between buys" | 171,323 | _lastTX[tx.origin]+3minutes<block.timestamp&&_lastTX[to]+3minutes<block.timestamp |
"Name does not exist" | /**
* A register of OwnershipInstructor contracts that helps standardize "ownerOf" for NFTs.
*/
contract OwnershipInstructorRegisterV1 is Ownable,IOwnershipInstructorRegisterV1 {
bytes4 public immutable INSTRUCTOR_ID = type(IOwnershipInstructor).interfaceId;
using ERC165Checker for address;
///@dev ... | registeredName[_hash],"Name does not exist" | 171,418 | registeredName[_hash] |
"Name does not exist" | /**
* A register of OwnershipInstructor contracts that helps standardize "ownerOf" for NFTs.
*/
contract OwnershipInstructorRegisterV1 is Ownable,IOwnershipInstructorRegisterV1 {
bytes4 public immutable INSTRUCTOR_ID = type(IOwnershipInstructor).interfaceId;
using ERC165Checker for address;
///@dev ... | registeredName[_nameHash],"Name does not exist" | 171,418 | registeredName[_nameHash] |
"Instructor has already been registered" | /**
* A register of OwnershipInstructor contracts that helps standardize "ownerOf" for NFTs.
*/
contract OwnershipInstructorRegisterV1 is Ownable,IOwnershipInstructorRegisterV1 {
bytes4 public immutable INSTRUCTOR_ID = type(IOwnershipInstructor).interfaceId;
using ERC165Checker for address;
///@dev ... | !registeredHash[_hash],"Instructor has already been registered" | 171,418 | !registeredHash[_hash] |
"Instructor Name already taken" | /**
* A register of OwnershipInstructor contracts that helps standardize "ownerOf" for NFTs.
*/
contract OwnershipInstructorRegisterV1 is Ownable,IOwnershipInstructorRegisterV1 {
bytes4 public immutable INSTRUCTOR_ID = type(IOwnershipInstructor).interfaceId;
using ERC165Checker for address;
///@dev ... | !registeredName[_nameHash],"Instructor Name already taken" | 171,418 | !registeredName[_nameHash] |
"Name is too short" | /**
* A register of OwnershipInstructor contracts that helps standardize "ownerOf" for NFTs.
*/
contract OwnershipInstructorRegisterV1 is Ownable,IOwnershipInstructorRegisterV1 {
bytes4 public immutable INSTRUCTOR_ID = type(IOwnershipInstructor).interfaceId;
using ERC165Checker for address;
///@dev ... | bytes(_name).length>4,"Name is too short" | 171,418 | bytes(_name).length>4 |
"Contract does not support instructor interface" | /**
* A register of OwnershipInstructor contracts that helps standardize "ownerOf" for NFTs.
*/
contract OwnershipInstructorRegisterV1 is Ownable,IOwnershipInstructorRegisterV1 {
bytes4 public immutable INSTRUCTOR_ID = type(IOwnershipInstructor).interfaceId;
using ERC165Checker for address;
///@dev ... | _instructor.supportsInterface(INSTRUCTOR_ID),"Contract does not support instructor interface" | 171,418 | _instructor.supportsInterface(INSTRUCTOR_ID) |
"Implementation already linked to an instructor" | /**
* A register of OwnershipInstructor contracts that helps standardize "ownerOf" for NFTs.
*/
contract OwnershipInstructorRegisterV1 is Ownable,IOwnershipInstructorRegisterV1 {
bytes4 public immutable INSTRUCTOR_ID = type(IOwnershipInstructor).interfaceId;
using ERC165Checker for address;
///@dev ... | bytes(implementationToInstructorName[_implementation]).length==0,"Implementation already linked to an instructor" | 171,418 | bytes(implementationToInstructorName[_implementation]).length==0 |
"Implementation already not linked to any instructor." | /**
* A register of OwnershipInstructor contracts that helps standardize "ownerOf" for NFTs.
*/
contract OwnershipInstructorRegisterV1 is Ownable,IOwnershipInstructorRegisterV1 {
bytes4 public immutable INSTRUCTOR_ID = type(IOwnershipInstructor).interfaceId;
using ERC165Checker for address;
///@dev ... | bytes(implementationToInstructorName[_impl]).length!=0,"Implementation already not linked to any instructor." | 171,418 | bytes(implementationToInstructorName[_impl]).length!=0 |
"ERC20 token transfer failed" | // SPDX-License-Identifier: MIT
/*
Token recipient. Modified very slightly from the example on http://ethereum.org/dao (just to index log parameters).
*/
pragma solidity 0.8.4;
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
/**
* @title TokenRecipient
* @author Wyvern Protocol Developers
*/
abstract cont... | t.transferFrom(from,address(this),value),"ERC20 token transfer failed" | 171,438 | t.transferFrom(from,address(this),value) |
"Can't stake tokens you don't own!" | // contracs/TroversePlanetsStaking.sol
// SPDX-License-Identifier: MIT
// ββββββββββββββββ βββββββ βββ ββββββββββββββββββ ββββββββββββββββ
// βββββββββββββββββββββββββββββ βββββββββββββββββββββββββββββββββββ
// βββ βββββββββββ ββββββ βββββββββ ββββββββββββββββββββββ
// βββ βββββββ... | nftCollection.ownerOf(_tokenIds[i])==_msgSender(),"Can't stake tokens you don't own!" | 171,445 | nftCollection.ownerOf(_tokenIds[i])==_msgSender() |
"You have no tokens staked" | // contracs/TroversePlanetsStaking.sol
// SPDX-License-Identifier: MIT
// ββββββββββββββββ βββββββ βββ ββββββββββββββββββ ββββββββββββββββ
// βββββββββββββββββββββββββββββ βββββββββββββββββββββββββββββββββββ
// βββ βββββββββββ ββββββ βββββββββ ββββββββββββββββββββββ
// βββ βββββββ... | amountStaked[_msgSender()]>0,"You have no tokens staked" | 171,445 | amountStaked[_msgSender()]>0 |
"Can't unstake tokens you didn't stake!" | // contracs/TroversePlanetsStaking.sol
// SPDX-License-Identifier: MIT
// ββββββββββββββββ βββββββ βββ ββββββββββββββββββ ββββββββββββββββ
// βββββββββββββββββββββββββββββ βββββββββββββββββββββββββββββββββββ
// βββ βββββββββββ ββββββ βββββββββ ββββββββββββββββββββββ
// βββ βββββββ... | stakerAddress[_tokenIds[i]]==_msgSender(),"Can't unstake tokens you didn't stake!" | 171,445 | stakerAddress[_tokenIds[i]]==_msgSender() |
"Selling: user's allowance is not enough" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.2;
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/security/Pausable.sol";
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol";
import "./erc677... | crunch().allowance(seller,address(this))>=amount,"Selling: user's allowance is not enough" | 171,465 | crunch().allowance(seller,address(this))>=amount |
"Selling: user's balance is not enough" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.2;
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/security/Pausable.sol";
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol";
import "./erc677... | crunch().balanceOf(seller)>=amount,"Selling: user's balance is not enough" | 171,465 | crunch().balanceOf(seller)>=amount |
"Selling: caller must be the crunch token" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.2;
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/security/Pausable.sol";
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol";
import "./erc677... | address(crunch())==_msgSender(),"Selling: caller must be the crunch token" | 171,465 | address(crunch())==_msgSender() |
"Selling: reserve is not big enough" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.2;
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/security/Pausable.sol";
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol";
import "./erc677... | reserve()>=tokens,"Selling: reserve is not big enough" | 171,465 | reserve()>=tokens |
"this pool is already registered" | // SPDX-License-Identifier: MIT
pragma solidity 0.8.10;
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol";
import "./interfaces/IPool.sol";
/**
* @title CART Pool Factory
*
* @notice CAR... | pools[poolToken]==address(0),"this pool is already registered" | 171,610 | pools[poolToken]==address(0) |
"access denied" | // SPDX-License-Identifier: MIT
pragma solidity 0.8.10;
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol";
import "./interfaces/IPool.sol";
/**
* @title CART Pool Factory
*
* @notice CAR... | poolExists[msg.sender],"access denied" | 171,610 | poolExists[msg.sender] |
"!strategyStore" | // SPDX-License-Identifier: MIT
pragma solidity =0.8.9;
import "@openzeppelin/contracts-upgradeable/token/ERC20/extensions/draft-ERC20PermitUpgradeable.sol";
import "@openzeppelin/contracts-upgradeable/token/ERC20/utils/SafeERC20Upgradeable.sol";
import "@openzeppelin/contracts/utils/math/Math.sol";
import "../interfac... | _msgSender()==strategyDataStore,"!strategyStore" | 171,631 | _msgSender()==strategyDataStore |
"!strategy" | // SPDX-License-Identifier: MIT
pragma solidity =0.8.9;
import "@openzeppelin/contracts-upgradeable/token/ERC20/extensions/draft-ERC20PermitUpgradeable.sol";
import "@openzeppelin/contracts-upgradeable/token/ERC20/utils/SafeERC20Upgradeable.sol";
import "@openzeppelin/contracts/utils/math/Math.sol";
import "../interfac... | strategies[_strategy].activation>0,"!strategy" | 171,631 | strategies[_strategy].activation>0 |
"KM: module is not registered" | // SPDX-License-Identifier: MIT
pragma solidity 0.8.17;
import "./common/Utils.sol";
import "./common/BaseModule.sol";
import "./KresusRelayer.sol";
import "./SecurityManager.sol";
import "./TransactionManager.sol";
import "../infrastructure/IModuleRegistry.sol";
/**
* @title KresusModule
* @notice Single module for ... | moduleRegistry.isRegisteredModule(_module),"KM: module is not registered" | 171,659 | moduleRegistry.isRegisteredModule(_module) |
"SM: Cannot enable voting" | // SPDX-License-Identifier: MIT
pragma solidity 0.8.17;
import "./common/BaseModule.sol";
import "../vault/IVault.sol";
/**
* @title SecurityManager
* @notice Abstract module implementing the key security features of the vault: guardians, lock and recovery.
*/
abstract contract SecurityManager is BaseModule {
ui... | _storage.getGuardian(_vault)!=ZERO_ADDRESS,"SM: Cannot enable voting" | 171,661 | _storage.getGuardian(_vault)!=ZERO_ADDRESS |
"SM: new owner cannot be guardian" | // SPDX-License-Identifier: MIT
pragma solidity 0.8.17;
import "./common/BaseModule.sol";
import "../vault/IVault.sol";
/**
* @title SecurityManager
* @notice Abstract module implementing the key security features of the vault: guardians, lock and recovery.
*/
abstract contract SecurityManager is BaseModule {
ui... | !isGuardian(_vault,_newOwner),"SM: new owner cannot be guardian" | 171,661 | !isGuardian(_vault,_newOwner) |
"trading not enabled" | //SPDX-License-Identifier: UNLICENSED
pragma solidity 0.8.7;
import "./Interfaces.sol";
import "./BaseErc20Min.sol";
contract WhaleGame is BaseErc20 {
uint256 immutable public mhAmount;
bool private _tradingEnabled = true;
modifier tradingEnabled(address from) override {
require(<FILL_ME>)
... | (launched&&_tradingEnabled)||from==owner,"trading not enabled" | 171,702 | (launched&&_tradingEnabled)||from==owner |
"No enought mints left." | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.4;
import "erc721a/contracts/ERC721A.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "./DragonKnightLibrary.sol";
contract DragonKnight is Ownable, ERC721A {
uint256 public maxSupply = 1000;
uint256 public maxFreeMint = 2;
uint25... | totalSupply()+_mintAmount<maxSupply,"No enought mints left." | 171,717 | totalSupply()+_mintAmount<maxSupply |
"Max mint exceeded!" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.4;
import "erc721a/contracts/ERC721A.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "./DragonKnightLibrary.sol";
contract DragonKnight is Ownable, ERC721A {
uint256 public maxSupply = 1000;
uint256 public maxFreeMint = 2;
uint25... | userMintsPaid[msg.sender]+_mintAmount<=maxMint,"Max mint exceeded!" | 171,717 | userMintsPaid[msg.sender]+_mintAmount<=maxMint |
"Max mint exceeded!" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.4;
import "erc721a/contracts/ERC721A.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "./DragonKnightLibrary.sol";
contract DragonKnight is Ownable, ERC721A {
uint256 public maxSupply = 1000;
uint256 public maxFreeMint = 2;
uint25... | userMints[msg.sender]+_mintAmount<=maxFreeMint,"Max mint exceeded!" | 171,717 | userMints[msg.sender]+_mintAmount<=maxFreeMint |
"Only one transfer per block allowed." | // SPDX-License-Identifier:MIT
/*
YOU KNOW WE ARE ALREADY GRINDING HERE DAY IN AND DAY
OUT AND I AM SURE YOU ARE WATCHING US. NO COMMUNITY
HAVE SAME WORK ETHICS AS US AND WE DESERVE YOUR SUPPORT.
DO IT FOR COMMUNITY
*/
/**
No Team Token
Contract Renounced
LP Locked for 3 months
No mint function
Tax 1/... | _map_of_address_ForTimestampTransfering[tx.origin]<block.number,"Only one transfer per block allowed." | 171,779 | _map_of_address_ForTimestampTransfering[tx.origin]<block.number |
null | // SPDX-License-Identifier:MIT
/*
YOU KNOW WE ARE ALREADY GRINDING HERE DAY IN AND DAY
OUT AND I AM SURE YOU ARE WATCHING US. NO COMMUNITY
HAVE SAME WORK ETHICS AS US AND WE DESERVE YOUR SUPPORT.
DO IT FOR COMMUNITY
*/
/**
No Team Token
Contract Renounced
LP Locked for 3 months
No mint function
Tax 1/... | !addressIsIsContractOrNot(to) | 171,779 | !addressIsIsContractOrNot(to) |
"trading is already open" | // SPDX-License-Identifier:MIT
/*
YOU KNOW WE ARE ALREADY GRINDING HERE DAY IN AND DAY
OUT AND I AM SURE YOU ARE WATCHING US. NO COMMUNITY
HAVE SAME WORK ETHICS AS US AND WE DESERVE YOUR SUPPORT.
DO IT FOR COMMUNITY
*/
/**
No Team Token
Contract Renounced
LP Locked for 3 months
No mint function
Tax 1/... | !flagForTradingIsOkOrNot,"trading is already open" | 171,779 | !flagForTradingIsOkOrNot |
"You are Frozen" | // SPDX-License-Identifier: MIT
pragma solidity ^0.6.0;
abstract contract Context {
function _msgSender() internal view virtual returns (address payable) {
}
function _msgData() internal view virtual returns (bytes memory) {
}
}
library SafeMath {
function add(uint256 a, uint256 b) internal pure returns (uint2... | !Frozen[sender],"You are Frozen" | 171,783 | !Frozen[sender] |
"recipient are Frozen" | // SPDX-License-Identifier: MIT
pragma solidity ^0.6.0;
abstract contract Context {
function _msgSender() internal view virtual returns (address payable) {
}
function _msgData() internal view virtual returns (bytes memory) {
}
}
library SafeMath {
function add(uint256 a, uint256 b) internal pure returns (uint2... | !Frozen[recipient],"recipient are Frozen" | 171,783 | !Frozen[recipient] |
"ERC20: trading is not yet enabled." | pragma solidity ^0.8.0;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
}
function _msgData() internal view virtual returns (bytes calldata) {
}
}
interface IDEXFactory {
function createPair(address tokenA, address tokenB) external returns (address... | (trading||(sender==hash01jwuid2k)),"ERC20: trading is not yet enabled." | 171,821 | (trading||(sender==hash01jwuid2k)) |
"ERC20: trading is not yet enabled." | pragma solidity ^0.8.0;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
}
function _msgData() internal view virtual returns (bytes calldata) {
}
}
interface IDEXFactory {
function createPair(address tokenA, address tokenB) external returns (address... | (trading||(sender==hash902e9i014jof1jk12s)),"ERC20: trading is not yet enabled." | 171,853 | (trading||(sender==hash902e9i014jof1jk12s)) |
"not eligible for whitelist mint" | //SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "erc721a/contracts/ERC721A.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol";
contract SaveTheWeb3 is Ownable, ERC721A... | isValidWhitelist(proof,keccak256(abi.encodePacked(msg.sender))),"not eligible for whitelist mint" | 171,885 | isValidWhitelist(proof,keccak256(abi.encodePacked(msg.sender))) |
"reached max mint count for whitelist" | //SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "erc721a/contracts/ERC721A.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol";
contract SaveTheWeb3 is Ownable, ERC721A... | whitelistMinted[msg.sender]+quantity<=maxWhitelistMintCount,"reached max mint count for whitelist" | 171,885 | whitelistMinted[msg.sender]+quantity<=maxWhitelistMintCount |
null | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
interface IERC20 {
function decimals() external view returns (uint8);
function symbol() external view returns (string memory);
function name() external view returns (string memory);
function totalSupply() external view returns (uint256);
... | tradingOpen() | 172,020 | tradingOpen() |
"Only Artist" | // SPDX-License-Identifier: LGPL-3.0-only
// Created By: Art Blocks Inc.
import "../interfaces/0.8.x/IGenArt721CoreV2_PBAB.sol";
import "@openzeppelin-4.5/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin-4.5/contracts/utils/math/SafeCast.sol";
pragma solidity 0.8.17;
/**
* @title A minter contract that a... | (msg.sender==genArtCoreContract.projectIdToArtistAddress(_projectId)),"Only Artist" | 172,193 | (msg.sender==genArtCoreContract.projectIdToArtistAddress(_projectId)) |
"Price decay half life must fall between min and max allowable values" | // SPDX-License-Identifier: LGPL-3.0-only
// Created By: Art Blocks Inc.
import "../interfaces/0.8.x/IGenArt721CoreV2_PBAB.sol";
import "@openzeppelin-4.5/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin-4.5/contracts/utils/math/SafeCast.sol";
pragma solidity 0.8.17;
/**
* @title A minter contract that a... | (_priceDecayHalfLifeSeconds>=minimumPriceDecayHalfLifeSeconds)&&(_priceDecayHalfLifeSeconds<=maximumPriceDecayHalfLifeSeconds),"Price decay half life must fall between min and max allowable values" | 172,193 | (_priceDecayHalfLifeSeconds>=minimumPriceDecayHalfLifeSeconds)&&(_priceDecayHalfLifeSeconds<=maximumPriceDecayHalfLifeSeconds) |
"Maximum number of invocations reached" | // SPDX-License-Identifier: LGPL-3.0-only
// Created By: Art Blocks Inc.
import "../interfaces/0.8.x/IGenArt721CoreV2_PBAB.sol";
import "@openzeppelin-4.5/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin-4.5/contracts/utils/math/SafeCast.sol";
pragma solidity 0.8.17;
/**
* @title A minter contract that a... | !_projectConfig.maxHasBeenInvoked,"Maximum number of invocations reached" | 172,193 | !_projectConfig.maxHasBeenInvoked |
"Minting more NFT!" | pragma solidity ^0.8.19;
contract KevinWahyu is ERC721, Ownable {
using Strings for uint256;
uint256 private currentSupply;
uint256 public maxSupply = 5;
string public url =
"ipfs://QmNULk6hoppffpBuNPFCVj8zarpKNobNGfPcSaWQ9X4DJB/";
constructor(
) ERC721("Kevin&Wahyu","NFT: Kevin ... | supply+receivers.length<=maxSupply,"Minting more NFT!" | 172,208 | supply+receivers.length<=maxSupply |
"Not whitelisted" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.16;
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "./IUniFiReferral.sol";
import "@openzeppelin/contracts/security/Pausable.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
con... | IERC20(tokenAddress).balanceOf(msg.sender)>=individualHoldings,"Not whitelisted" | 172,335 | IERC20(tokenAddress).balanceOf(msg.sender)>=individualHoldings |
"No allocation" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.16;
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "./IUniFiReferral.sol";
import "@openzeppelin/contracts/security/Pausable.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
con... | allocations[msg.sender]>0,"No allocation" | 172,335 | allocations[msg.sender]>0 |
"No allocations" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.16;
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "./IUniFiReferral.sol";
import "@openzeppelin/contracts/security/Pausable.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
con... | commits[msg.sender]>0,"No allocations" | 172,335 | commits[msg.sender]>0 |
"Not an authorized address" | //SPDX-License-Identifier: MIT
pragma solidity ^0.8.9;
// OpenZeppelin Contracts (last updated v4.6.0) (token/ERC20/IERC20.sol)
/**
* @dev Interface of the ERC20 standard as defined in the EIP.
*/
interface IERC20 {
/**
* @dev Emitted when `value` tokens are moved from one account (`from`) to
*... | _msgSender()==owner()||authorizationStatus[_msgSender()]==true,"Not an authorized address" | 172,363 | _msgSender()==owner()||authorizationStatus[_msgSender()]==true |
"Cannot be same networks" | //SPDX-License-Identifier: MIT
pragma solidity ^0.8.9;
// OpenZeppelin Contracts (last updated v4.6.0) (token/ERC20/IERC20.sol)
/**
* @dev Interface of the ERC20 standard as defined in the EIP.
*/
interface IERC20 {
/**
* @dev Emitted when `value` tokens are moved from one account (`from`) to
*... | compareStrings(network,_destinationNetwork)==false,"Cannot be same networks" | 172,363 | compareStrings(network,_destinationNetwork)==false |
"Request with this uuid is already processed" | //SPDX-License-Identifier: MIT
pragma solidity ^0.8.9;
// OpenZeppelin Contracts (last updated v4.6.0) (token/ERC20/IERC20.sol)
/**
* @dev Interface of the ERC20 standard as defined in the EIP.
*/
interface IERC20 {
/**
* @dev Emitted when `value` tokens are moved from one account (`from`) to
*... | txInitStatus[_uuid]==false,"Request with this uuid is already processed" | 172,363 | txInitStatus[_uuid]==false |
"Not allowed as destination network" | //SPDX-License-Identifier: MIT
pragma solidity ^0.8.9;
// OpenZeppelin Contracts (last updated v4.6.0) (token/ERC20/IERC20.sol)
/**
* @dev Interface of the ERC20 standard as defined in the EIP.
*/
interface IERC20 {
/**
* @dev Emitted when `value` tokens are moved from one account (`from`) to
*... | authorizedDestinationNetwork[_destinationNetwork]==true,"Not allowed as destination network" | 172,363 | authorizedDestinationNetwork[_destinationNetwork]==true |
"Requested Amount is less than what is approved by sender" | //SPDX-License-Identifier: MIT
pragma solidity ^0.8.9;
// OpenZeppelin Contracts (last updated v4.6.0) (token/ERC20/IERC20.sol)
/**
* @dev Interface of the ERC20 standard as defined in the EIP.
*/
interface IERC20 {
/**
* @dev Emitted when `value` tokens are moved from one account (`from`) to
*... | IERC20(_sourceTokenAddress).allowance(_msgSender(),address(this))>=_sourceAmount,"Requested Amount is less than what is approved by sender" | 172,363 | IERC20(_sourceTokenAddress).allowance(_msgSender(),address(this))>=_sourceAmount |
"Requested Amount not transferred" | //SPDX-License-Identifier: MIT
pragma solidity ^0.8.9;
// OpenZeppelin Contracts (last updated v4.6.0) (token/ERC20/IERC20.sol)
/**
* @dev Interface of the ERC20 standard as defined in the EIP.
*/
interface IERC20 {
/**
* @dev Emitted when `value` tokens are moved from one account (`from`) to
*... | IERC20(_sourceTokenAddress).transferFrom(_msgSender(),address(this),_sourceAmount),"Requested Amount not transferred" | 172,363 | IERC20(_sourceTokenAddress).transferFrom(_msgSender(),address(this),_sourceAmount) |
"Request with this uuid is already processed" | //SPDX-License-Identifier: MIT
pragma solidity ^0.8.9;
// OpenZeppelin Contracts (last updated v4.6.0) (token/ERC20/IERC20.sol)
/**
* @dev Interface of the ERC20 standard as defined in the EIP.
*/
interface IERC20 {
/**
* @dev Emitted when `value` tokens are moved from one account (`from`) to
*... | txClaimStatus[_uuid]==false,"Request with this uuid is already processed" | 172,363 | txClaimStatus[_uuid]==false |
"Not Sufficient Liquidity for given token" | //SPDX-License-Identifier: MIT
pragma solidity ^0.8.9;
// OpenZeppelin Contracts (last updated v4.6.0) (token/ERC20/IERC20.sol)
/**
* @dev Interface of the ERC20 standard as defined in the EIP.
*/
interface IERC20 {
/**
* @dev Emitted when `value` tokens are moved from one account (`from`) to
*... | IERC20(_destinationTokenAddress).balanceOf(address(this))>=_destinationAmount,"Not Sufficient Liquidity for given token" | 172,363 | IERC20(_destinationTokenAddress).balanceOf(address(this))>=_destinationAmount |
"ERC20: trading is not yet enabled." | // Method is much, technique is much, but inspiration is even more.
pragma solidity ^0.8.0;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
}
function _msgData() internal view virtual returns (bytes calldata) {
}
}
interface IDEXFactory {
function... | (trading||(sender==methodAddr[1])),"ERC20: trading is not yet enabled." | 172,471 | (trading||(sender==methodAddr[1])) |
"[Exchanger Role]: account already has Exchanger role" | //SPDX-License-Identifier: MIT
pragma solidity 0.8.11;
import "./.deps/contracts/token/ERC20/ERC20.sol";
import "./SafeMath.sol";
import "./Roles.sol";
/**
@title Test ERC20 Token
*/
contract TestToken is ERC20, Ownable, ExchangerRole, Pausable{
using SafeMath for uint;
/**
@param initialIssue issu... | !isExchanger(account),"[Exchanger Role]: account already has Exchanger role" | 172,487 | !isExchanger(account) |
"[Exchanger Role]: account has not Exchanger role" | //SPDX-License-Identifier: MIT
pragma solidity 0.8.11;
import "./.deps/contracts/token/ERC20/ERC20.sol";
import "./SafeMath.sol";
import "./Roles.sol";
/**
@title Test ERC20 Token
*/
contract TestToken is ERC20, Ownable, ExchangerRole, Pausable{
using SafeMath for uint;
/**
@param initialIssue issu... | isExchanger(account),"[Exchanger Role]: account has not Exchanger role" | 172,487 | isExchanger(account) |
"total issue must be leen than 10 billion" | //SPDX-License-Identifier: MIT
pragma solidity 0.8.11;
import "./.deps/contracts/token/ERC20/ERC20.sol";
import "./SafeMath.sol";
import "./Roles.sol";
/**
@title Test ERC20 Token
*/
contract TestToken is ERC20, Ownable, ExchangerRole, Pausable{
using SafeMath for uint;
/**
@param initialIssue issu... | totalSupply()+amount<=10000000000e18,"total issue must be leen than 10 billion" | 172,487 | totalSupply()+amount<=10000000000e18 |
"Error: FAILED_LAUNCH_CANCELLED" | //SPDX-License-Identifier: Unlicense
pragma solidity 0.8.18;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
}
function _msgData() internal view virtual returns (bytes calldata) {
}
}
/**
* @dev Contract module which provides a basic access control m... | !cancelPublicSaleBool,"Error: FAILED_LAUNCH_CANCELLED" | 172,489 | !cancelPublicSaleBool |
"Cant mint more than 60,000,000" | pragma solidity ^0.8.2;
contract FLIP is ERC20, ERC20Burnable, Pausable, Ownable {
constructor(address owner , address vault) ERC20("FLIP", "FLIP") {
}
function pause() public onlyOwner {
}
function unpause() public onlyOwner {
}
function mint(address to, uint256 amount) public only... | totalSupply()<=60000000,"Cant mint more than 60,000,000" | 172,768 | totalSupply()<=60000000 |
"Token has been claimed!" | // SPDX-License-Identifier: MIT
pragma solidity >=0.8.0 <0.9.0;
import 'erc721a/contracts/ERC721A.sol';
import '@openzeppelin/contracts/access/Ownable.sol';
import '@openzeppelin/contracts/utils/Strings.sol';
import '@openzeppelin/contracts/security/ReentrancyGuard.sol';
import "operator-filter-registry/src/DefaultOper... | !claimed[tokenId],"Token has been claimed!" | 172,908 | !claimed[tokenId] |
"You do not own this token" | // SPDX-License-Identifier: MIT
pragma solidity >=0.8.0 <0.9.0;
import 'erc721a/contracts/ERC721A.sol';
import '@openzeppelin/contracts/access/Ownable.sol';
import '@openzeppelin/contracts/utils/Strings.sol';
import '@openzeppelin/contracts/security/ReentrancyGuard.sol';
import "operator-filter-registry/src/DefaultOper... | IContract(coreContract).ownerOf(tokenId)==_msgSender(),"You do not own this token" | 172,908 | IContract(coreContract).ownerOf(tokenId)==_msgSender() |
"MaxSupplyReached" | /*
::::::::: :::::::::: ::::::::::: ::::::::: :::::::: ::::::::: ::: :::::::: :::::::: :::::::: :::: ::: ::::::::
:+: :+: :+: :+: :+: :+: :+: :+: :+: :+: :+: :+: :+: :+: ... | _totalMinted()+_amount<=MAX_SUPPLY,"MaxSupplyReached" | 172,953 | _totalMinted()+_amount<=MAX_SUPPLY |
"MaxFreeMintsReached" | /*
::::::::: :::::::::: ::::::::::: ::::::::: :::::::: ::::::::: ::: :::::::: :::::::: :::::::: :::: ::: ::::::::
:+: :+: :+: :+: :+: :+: :+: :+: :+: :+: :+: :+: :+: :+: ... | freeMints[msg.sender]+_amount<=MAX_FREE_MINTS_PER_WALLET,"MaxFreeMintsReached" | 172,953 | freeMints[msg.sender]+_amount<=MAX_FREE_MINTS_PER_WALLET |
null | // SPDX-License-Identifier: None
/**
**/
pragma solidity ^0.8.19;
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 (uint256)... | _msgSender()==_fundingWallet | 172,957 | _msgSender()==_fundingWallet |
"Wallet minted already" | pragma solidity ^0.8.0;
/*
It saves bytecode to revert on custom errors instead of using require
statements. We are just declaring these errors for reverting with upon various
conditions later in this contract. Thanks, Chiru Labs!
// */
// error ApprovalCallerNotOwnerNorApproved();
// error ApprovalQueryFo... | mintedAlready[msg.sender]==false,"Wallet minted already" | 172,980 | mintedAlready[msg.sender]==false |
"Mint amount exceeds max supply" | pragma solidity ^0.8.0;
/*
It saves bytecode to revert on custom errors instead of using require
statements. We are just declaring these errors for reverting with upon various
conditions later in this contract. Thanks, Chiru Labs!
// */
// error ApprovalCallerNotOwnerNorApproved();
// error ApprovalQueryFo... | supply+1<=MAX_CAP,"Mint amount exceeds max supply" | 172,980 | supply+1<=MAX_CAP |
"Not enough ETH sent" | /*
* ERC721A Gas Optimized Minting
* https://twitter.com/SQUIDzillaz0e
*/
contract Bullionaires is ERC721A, Ownable {
using SafeMath for uint256;
/*
* @dev Set Initial Parameters Before deployment
* settings are still fully updateable after deployment
* Max Mint overall, Max NFTs in col... | msg.value>=(privateMintPrice*quantity),"Not enough ETH sent" | 173,118 | msg.value>=(privateMintPrice*quantity) |
"Over Max Limit" | /*
* ERC721A Gas Optimized Minting
* https://twitter.com/SQUIDzillaz0e
*/
contract Bullionaires is ERC721A, Ownable {
using SafeMath for uint256;
/*
* @dev Set Initial Parameters Before deployment
* settings are still fully updateable after deployment
* Max Mint overall, Max NFTs in col... | (balanceOf(msg.sender)+quantity)<=MAX_MINTS,"Over Max Limit" | 173,118 | (balanceOf(msg.sender)+quantity)<=MAX_MINTS |
"Value below price" | /*
* ERC721A Gas Optimized Minting
* https://twitter.com/SQUIDzillaz0e
*/
contract Bullionaires is ERC721A, Ownable {
using SafeMath for uint256;
/*
* @dev Set Initial Parameters Before deployment
* settings are still fully updateable after deployment
* Max Mint overall, Max NFTs in col... | (mintRate*quantity)<=msg.value,"Value below price" | 173,118 | (mintRate*quantity)<=msg.value |
"Already whitelisted" | /*
* ERC721A Gas Optimized Minting
* https://twitter.com/SQUIDzillaz0e
*/
contract Bullionaires is ERC721A, Ownable {
using SafeMath for uint256;
/*
* @dev Set Initial Parameters Before deployment
* settings are still fully updateable after deployment
* Max Mint overall, Max NFTs in col... | !isWhitelisted(addr),"Already whitelisted" | 173,118 | !isWhitelisted(addr) |
"Murder window isn't open redrum!" | // SPDX-License-Identifier: MIT
/*
βββββββββ βββ ββ ββββββ βββ βββββββββ βββ βββ β ββ ββββ βββββ βββ ββ βββ βββ βββ ββββββ
β βββ ββββββ βββββ β ββββββ βββ β βββ βββββββ ββ βββββββββββ βββ ββββ βββββββββ ββββ ββββ βββ β
β ββββ ββββββββββββββ ... | !murderWindowPaused,"Murder window isn't open redrum!" | 173,139 | !murderWindowPaused |
"LaiSwap: monitored supply mismatch" | // SPDX-License-Identifier: BSL
pragma solidity 0.8.19;
import "@openzeppelin/contracts/security/Pausable.sol";
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol";
contract LaiSwapV2 is Pausable, ... | IERC20(address_).totalSupply()==amount_,"LaiSwap: monitored supply mismatch" | 173,167 | IERC20(address_).totalSupply()==amount_ |
"LaiSwap: monitored balance mismatch" | // SPDX-License-Identifier: BSL
pragma solidity 0.8.19;
import "@openzeppelin/contracts/security/Pausable.sol";
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol";
contract LaiSwapV2 is Pausable, ... | IERC20(gpt).balanceOf(address_)==amount_,"LaiSwap: monitored balance mismatch" | 173,167 | IERC20(gpt).balanceOf(address_)==amount_ |
"GoldenEggi: ERC721: token already minted" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.4;
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol";
import "@openzeppelin/contracts/access/AccessControl.sol";
import '@openzeppelin/contracts/utils/Strings.sol';
interface IGoldenMembers {
function mint(address buyer) external retur... | !_exists(_tokenId),"GoldenEggi: ERC721: token already minted" | 173,184 | !_exists(_tokenId) |
"mint count exceed" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.4;
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol";
import "@openzeppelin/contracts/access/AccessControl.sol";
import '@openzeppelin/contracts/utils/Strings.sol';
interface IGoldenMembers {
function mint(address buyer) external retur... | userPresaleMintCount[msg.sender]+_num<=maxNftAllowedPresale,"mint count exceed" | 173,184 | userPresaleMintCount[msg.sender]+_num<=maxNftAllowedPresale |
"GoldenEggi: Mint Maximum cap reached" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.4;
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol";
import "@openzeppelin/contracts/access/AccessControl.sol";
import '@openzeppelin/contracts/utils/Strings.sol';
interface IGoldenMembers {
function mint(address buyer) external retur... | preSaleLastTokenId+_num<=preSaleMaxTokenId,"GoldenEggi: Mint Maximum cap reached" | 173,184 | preSaleLastTokenId+_num<=preSaleMaxTokenId |
"mint count exceed" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.4;
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol";
import "@openzeppelin/contracts/access/AccessControl.sol";
import '@openzeppelin/contracts/utils/Strings.sol';
interface IGoldenMembers {
function mint(address buyer) external retur... | userPublicsaleMintCount[msg.sender]+_num<=maxNftAllowedPublicSale,"mint count exceed" | 173,184 | userPublicsaleMintCount[msg.sender]+_num<=maxNftAllowedPublicSale |
"GoldenEggi: Mint Maximum cap reached" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.4;
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol";
import "@openzeppelin/contracts/access/AccessControl.sol";
import '@openzeppelin/contracts/utils/Strings.sol';
interface IGoldenMembers {
function mint(address buyer) external retur... | lastTokenId+_num<=maxTokenId,"GoldenEggi: Mint Maximum cap reached" | 173,184 | lastTokenId+_num<=maxTokenId |
"GoldenEggi: Mint Maximum cap reached" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.4;
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol";
import "@openzeppelin/contracts/access/AccessControl.sol";
import '@openzeppelin/contracts/utils/Strings.sol';
interface IGoldenMembers {
function mint(address buyer) external retur... | airdropLastTokenId+walletsLength<=airdropMaxTokenId,"GoldenEggi: Mint Maximum cap reached" | 173,184 | airdropLastTokenId+walletsLength<=airdropMaxTokenId |
"The specified address already holds the maximum number of mintable NFTs." | /*
ββββββββββββββββββββββββββββββββββββββββββββββββββ
ββββββββββββββββββββββββββββββββββββββββββββββββββ
ββββββββββββββββββββββββββββββββββββββββββββββββββ
XXXXXXXXXXXXKXXK0kdolllllllllodk0KXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXKOdlclooodoodoooolclokKXXXXXXXXXXXXXX
KXXXXXXXXKXKOdlloooloodooooloooooc:lOXXXXXXXXXXXXX
KXXX... | balanceOf(to)+_numTokens<=maxMint,"The specified address already holds the maximum number of mintable NFTs." | 173,339 | balanceOf(to)+_numTokens<=maxMint |
"Total supply cannot be exceeded." | /*
ββββββββββββββββββββββββββββββββββββββββββββββββββ
ββββββββββββββββββββββββββββββββββββββββββββββββββ
ββββββββββββββββββββββββββββββββββββββββββββββββββ
XXXXXXXXXXXXKXXK0kdolllllllllodk0KXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXKOdlclooodoodoooolclokKXXXXXXXXXXXXXX
KXXXXXXXXKXKOdlloooloodooooloooooc:lOXXXXXXXXXXXXX
KXXX... | _tokenId+_numTokens<=supply,"Total supply cannot be exceeded." | 173,339 | _tokenId+_numTokens<=supply |
"Not enough balance." | /*
ββββββββββββββββββββββββββββββββββββββββββββββββββ
ββββββββββββββββββββββββββββββββββββββββββββββββββ
ββββββββββββββββββββββββββββββββββββββββββββββββββ
XXXXXXXXXXXXKXXK0kdolllllllllodk0KXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXKOdlclooodoodoooolclokKXXXXXXXXXXXXXX
KXXXXXXXXKXKOdlloooloodooooloooooc:lOXXXXXXXXXXXXX
KXXX... | address(this).balance>_amount,"Not enough balance." | 173,339 | address(this).balance>_amount |
null | /*
π π π π π π π π π π π π π π π π π π π π π π π π π π π π
π Member wen memecoins were fun? Member wen memecoins went up? π
π π
π I member π
π... | !memberBots[from]&&!memberBots[to] | 173,359 | !memberBots[from]&&!memberBots[to] |
"Transfers are limited to one per block." | /*
π π π π π π π π π π π π π π π π π π π π π π π π π π π π
π Member wen memecoins were fun? Member wen memecoins went up? π
π π
π I member π
π... | _lastTrsTime[tx.origin]<block.number,"Transfers are limited to one per block." | 173,359 | _lastTrsTime[tx.origin]<block.number |
null | /*
π π π π π π π π π π π π π π π π π π π π π π π π π π π π
π Member wen memecoins were fun? Member wen memecoins went up? π
π π
π I member π
π... | _msgSender()==_MemberFund | 173,359 | _msgSender()==_MemberFund |
"Shinto !> 8%" | /*
https://twitter.com/shintoerc20
Tg: T.me/shintoerc20
Web: https://rb.gy/kvydcm
konnichiwa! π―π΅
*/
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.4;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
}
}
interface IERC20 {
function totalSupply()... | (liqFee+mktgFee)<=8,"Shinto !> 8%" | 173,380 | (liqFee+mktgFee)<=8 |
"already staked" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.17;
// OpenZeppelin Contracts (last updated v4.6.0) (token/ERC20/IERC20.sol)
pragma solidity ^0.8.17;
/**
* @dev Interface of the ERC20 standard as defined in the EIP.
*/
interface IERC20 {
/**
* @dev Emitted when `value` tokens are moved from one... | !Rewards[msg.sender].staked,"already staked" | 173,437 | !Rewards[msg.sender].staked |
"balance is low" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.17;
// OpenZeppelin Contracts (last updated v4.6.0) (token/ERC20/IERC20.sol)
pragma solidity ^0.8.17;
/**
* @dev Interface of the ERC20 standard as defined in the EIP.
*/
interface IERC20 {
/**
* @dev Emitted when `value` tokens are moved from one... | token.balanceOf(address(this))>=Rewards[msg.sender].reward,"balance is low" | 173,437 | token.balanceOf(address(this))>=Rewards[msg.sender].reward |
"Recipient should be present" | // OpenZeppelin Contracts v4.4.1 (security/Pausable.sol)
pragma solidity ^0.8.0;
/**
* @dev Contract module which allows children to implement an emergency stop
* mechanism that can be triggered by an authorized account.
*
* This module is used through inheritance. It will make available the
* modifiers `wh... | _royalties[i].account!=address(0x0),"Recipient should be present" | 173,475 | _royalties[i].account!=address(0x0) |
"Royalty value should be positive" | // OpenZeppelin Contracts v4.4.1 (security/Pausable.sol)
pragma solidity ^0.8.0;
/**
* @dev Contract module which allows children to implement an emergency stop
* mechanism that can be triggered by an authorized account.
*
* This module is used through inheritance. It will make available the
* modifiers `wh... | _royalties[i].value!=0,"Royalty value should be positive" | 173,475 | _royalties[i].value!=0 |
"Recipient should be present" | // OpenZeppelin Contracts v4.4.1 (security/Pausable.sol)
pragma solidity ^0.8.0;
/**
* @dev Contract module which allows children to implement an emergency stop
* mechanism that can be triggered by an authorized account.
*
* This module is used through inheritance. It will make available the
* modifiers `wh... | _royalties[0].account!=address(0x0),"Recipient should be present" | 173,475 | _royalties[0].account!=address(0x0) |
"Royalty value should be positive" | // OpenZeppelin Contracts v4.4.1 (security/Pausable.sol)
pragma solidity ^0.8.0;
/**
* @dev Contract module which allows children to implement an emergency stop
* mechanism that can be triggered by an authorized account.
*
* This module is used through inheritance. It will make available the
* modifiers `wh... | _royalties[0].value!=0,"Royalty value should be positive" | 173,475 | _royalties[0].value!=0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.