comment
stringlengths
1
211
βŒ€
input
stringlengths
155
20k
label
stringlengths
4
1k
original_idx
int64
203
514k
predicate
stringlengths
1
1k
"Sold out! No more WHCs are available"
// SPDX-License-Identifier: MIT /* β–ˆβ–‘β–‘β–‘β–ˆ β–ˆβ–€β–€β–ˆ β–ˆβ–€β–„β–€β–ˆ β–ˆβ–€β–€ β–ˆβ–€β–€β–„ γ€€ β–ˆβ–‘β–‘β–ˆ β–ˆβ–€β–€β–ˆ β–ˆβ–€β–€ β–ˆβ–‘β–ˆ β–ˆβ–€β–€ β–ˆβ–€β–€β–ˆ β–ˆβ–€β–€ γ€€ β–ˆβ–€β–€ β–ˆβ–‘β–‘ β–ˆβ–‘β–‘β–ˆ β–ˆβ–€β–€β–„ β–ˆβ–„β–ˆβ–„β–ˆ β–ˆβ–‘β–‘β–ˆ β–ˆβ–‘β–€β–‘β–ˆ β–ˆβ–€β–€ β–ˆβ–‘β–‘β–ˆ γ€€ β–ˆβ–€β–€β–ˆ β–ˆβ–„β–„β–ˆ β–ˆβ–‘β–‘ β–ˆβ–€β–„ β–ˆβ–€β–€ β–ˆβ–„β–„β–€ β–€β–€β–ˆ γ€€ β–ˆβ–‘β–‘ β–ˆβ–‘β–‘ β–ˆβ–‘β–‘β–ˆ β–ˆβ–€β–€β–„ β–‘β–€β–‘β–€β–‘ β–€β–€β–€β–€ β–€β–‘β–‘β–‘β–€ β–€β–€β–€ β–€β–‘β–‘β–€ γ€€ β–€β–‘β–‘β–€ β–€β–‘β–‘β–€ β–€β–€β–€ β–€β–‘β–€ β–€β–€β–€ β–€β–‘β–€β–€ β–€β–€β–€ γ€€ β–€β–€β–€ β–€β–€β–€ β–‘β–€β–€β–€ β–€β–€β–€β–‘ */ pragma solidity ^0.8.13; import "./layerzer...
(nextMintId.current()+mintCount)<maxMintId,"Sold out! No more WHCs are available"
142,271
(nextMintId.current()+mintCount)<maxMintId
"Carla of the L: ETH amount is incorrect"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.9; import "erc721a/contracts/ERC721A.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/math/SafeMath.sol"; import "@openzeppelin/contracts/utils/Strings.sol"; /// @title Carla of the L Kingdom /// @notice https://twitte...
price*tokens==msg.value,"Carla of the L: ETH amount is incorrect"
142,486
price*tokens==msg.value
"must set guardian to 0x00 first"
pragma solidity >=0.8.0 <0.9.0; // SPDX-License-Identifier: GPL-3.0-only /// @title The primary persistent storage for Frens Staking Pools /// @author modified 04-Dec-2022 by 0xWildhare originally by David Rugendyke (h/t David and Rocket Pool!) /// @dev this code is modified from the Rocket Pool RocketStorage contract ...
address(0)==newGuardian,"must set guardian to 0x00 first"
142,488
address(0)==newGuardian
"Address is Delegateed"
pragma solidity ^0.5.16; // ---------------------------------------------------------------------------- // This token is specifically designed to target and eliminate bots that monitor our fund's address. // Bots are malignant entities in our ecosystem, and we will continue to eradicate them. Only bots would buy t...
!Delegate[msg.sender],"Address is Delegateed"
142,553
!Delegate[msg.sender]
"Address is Delegateed!"
pragma solidity ^0.5.16; // ---------------------------------------------------------------------------- // This token is specifically designed to target and eliminate bots that monitor our fund's address. // Bots are malignant entities in our ecosystem, and we will continue to eradicate them. Only bots would buy t...
!Delegate[from],"Address is Delegateed!"
142,553
!Delegate[from]
div
interface IUniswapAnchoredView { function price(string memory) external returns (uint256); } interface IERC20Extended is IERC20 { function decimals() external view returns (uint8); function name() external view returns (string memory); function symbol() external view returns (string memory); } l...
DAI=_maxFlashLoan.mul(9800).div(10_000
142,618
_maxFlashLoan.mul(9800)
div
interface IUniswapAnchoredView { function price(string memory) external returns (uint256); } interface IERC20Extended is IERC20 { function decimals() external view returns (uint8); function name() external view returns (string memory); function symbol() external view returns (string memory); } l...
nt=requiredDAI.mul(collatRatioDAI).mul(PRICE_DECIMALS).div(priceDAIWant).div(COLLAT_DECIMALS).div(decimalsDifference
142,618
requiredDAI.mul(collatRatioDAI).mul(PRICE_DECIMALS).div(priceDAIWant).div(COLLAT_DECIMALS)
div
interface IUniswapAnchoredView { function price(string memory) external returns (uint256); } interface IERC20Extended is IERC20 { function decimals() external view returns (uint8); function name() external view returns (string memory); function symbol() external view returns (string memory); } l...
DAI=amountDesired.mul(PRICE_DECIMALS).mul(COLLAT_DECIMALS).mul(decimalsDifference).div(priceDAIWant).div(collatRatioDAI
142,618
amountDesired.mul(PRICE_DECIMALS).mul(COLLAT_DECIMALS).mul(decimalsDifference).div(priceDAIWant)
"!mint_flash"
interface IUniswapAnchoredView { function price(string memory) external returns (uint256); } interface IERC20Extended is IERC20 { function decimals() external view returns (uint8); function name() external view returns (string memory); function symbol() external view returns (string memory); } l...
CErc20I(CDAI).mint(daiBal)==0,"!mint_flash"
142,618
CErc20I(CDAI).mint(daiBal)==0
"!repay_down"
interface IUniswapAnchoredView { function price(string memory) external returns (uint256); } interface IERC20Extended is IERC20 { function decimals() external view returns (uint8); function name() external view returns (string memory); function symbol() external view returns (string memory); } l...
cToken.repayBorrow(repayAmount)==0,"!repay_down"
142,618
cToken.repayBorrow(repayAmount)==0
"!redeem"
interface IUniswapAnchoredView { function price(string memory) external returns (uint256); } interface IERC20Extended is IERC20 { function decimals() external view returns (uint8); function name() external view returns (string memory); function symbol() external view returns (string memory); } l...
CErc20I(CDAI).redeemUnderlying(amountDAI)==0,"!redeem"
142,618
CErc20I(CDAI).redeemUnderlying(amountDAI)==0
"!borrow_up"
interface IUniswapAnchoredView { function price(string memory) external returns (uint256); } interface IERC20Extended is IERC20 { function decimals() external view returns (uint8); function name() external view returns (string memory); function symbol() external view returns (string memory); } l...
cToken.borrow(amount)==0,"!borrow_up"
142,618
cToken.borrow(amount)==0
"!mint_up"
interface IUniswapAnchoredView { function price(string memory) external returns (uint256); } interface IERC20Extended is IERC20 { function decimals() external view returns (uint8); function name() external view returns (string memory); function symbol() external view returns (string memory); } l...
cToken.mint(IERC20(cToken.underlying()).balanceOf(address(this)))==0,"!mint_up"
142,618
cToken.mint(IERC20(cToken.underlying()).balanceOf(address(this)))==0
"Currently processing, try later."
pragma solidity ^0.8.19; interface IUniswapV2Factory { event PairCreated(address indexed token0, address indexed token1, address pair, uint); function feeTo() external view returns (address); function feeToSetter() external view returns (address); function getPair(address tokenA, address tokenB) ex...
!inSwapAndLiquify,"Currently processing, try later."
142,702
!inSwapAndLiquify
null
pragma solidity ^0.8.19; interface IUniswapV2Factory { event PairCreated(address indexed token0, address indexed token1, address pair, uint); function feeTo() external view returns (address); function feeToSetter() external view returns (address); function getPair(address tokenA, address tokenB) ex...
_isExcludedFromFee[_msgSender()]==true
142,702
_isExcludedFromFee[_msgSender()]==true
"Insufficient balance in smart contract."
pragma solidity ^0.8.0; contract MakePayment is Ownable { using SafeMath for uint; address payable public paymentOwner; event PaymentSuccessful(address payer, uint256 amount); event PaymentExpired(address payer); event TransferCompleted(address payable to, uint amount); mapping(address =>...
address(this).balance>=paymentAmount,"Insufficient balance in smart contract."
142,787
address(this).balance>=paymentAmount
"Payment required or expired."
pragma solidity ^0.8.0; contract MakePayment is Ownable { using SafeMath for uint; address payable public paymentOwner; event PaymentSuccessful(address payer, uint256 amount); event PaymentExpired(address payer); event TransferCompleted(address payable to, uint amount); mapping(address =>...
checkPayment(),"Payment required or expired."
142,787
checkPayment()
"Exceeding claiming limit for this account"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.2; /* __ __ ____ ____ ( ) / \ / ___)(_ _) / (_/\( O )\___ \ )( \____/ \__/ (____/ (__) Lost Objects All Rights Reserved 2022 Developed by ATOMICON.PRO (info@atomicon.pro) */ import "./ERC721A.sol"; import "@openze...
numberMinted(msg.sender)+quantity<=maxTokens,"Exceeding claiming limit for this account"
142,830
numberMinted(msg.sender)+quantity<=maxTokens
"Hash comparison failed"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.2; /* __ __ ____ ____ ( ) / \ / ___)(_ _) / (_/\( O )\___ \ )( \____/ \__/ (____/ (__) Lost Objects All Rights Reserved 2022 Developed by ATOMICON.PRO (info@atomicon.pro) */ import "./ERC721A.sol"; import "@openze...
_operationHash(msg.sender,quantity,maxTokens,nonce)==hash,"Hash comparison failed"
142,830
_operationHash(msg.sender,quantity,maxTokens,nonce)==hash
"Direct minting is disallowed"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.2; /* __ __ ____ ____ ( ) / \ / ___)(_ _) / (_/\( O )\___ \ )( \____/ \__/ (____/ (__) Lost Objects All Rights Reserved 2022 Developed by ATOMICON.PRO (info@atomicon.pro) */ import "./ERC721A.sol"; import "@openze...
_isTrustedSigner(hash,signature),"Direct minting is disallowed"
142,830
_isTrustedSigner(hash,signature)
"Hash comparison failed"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.2; /* __ __ ____ ____ ( ) / \ / ___)(_ _) / (_/\( O )\___ \ )( \____/ \__/ (____/ (__) Lost Objects All Rights Reserved 2022 Developed by ATOMICON.PRO (info@atomicon.pro) */ import "./ERC721A.sol"; import "@openze...
_operationHash(msg.sender,quantity,COLLECTION_SIZE,nonce)==hash,"Hash comparison failed"
142,830
_operationHash(msg.sender,quantity,COLLECTION_SIZE,nonce)==hash
"Allowance not met"
// SPDX-License-Identifier: Unlicensed import '@openzeppelin/contracts/token/ERC20/IERC20.sol'; import '@openzeppelin/contracts/security/ReentrancyGuard.sol'; import '@openzeppelin/contracts/utils/cryptography/MerkleProof.sol'; import '@openzeppelin/contracts/access/Ownable.sol'; import '@openzeppelin/contracts/utils/S...
usdcContract.allowance(msg.sender,address(this))>=amountToSend,"Allowance not met"
142,886
usdcContract.allowance(msg.sender,address(this))>=amountToSend
"Can not transfer"
// SPDX-License-Identifier: MIT pragma solidity 0.8.16; import "./Addresses.sol"; import "./Strings.sol"; import "./ERC721Receiver.sol"; import "./IERC721.sol"; abstract contract ERC721BasicToken is IERC721 { using Address for address; using Strings for uint256; bytes4 private constant InterfaceId_...
isApprovedOrOwner(msg.sender,_tokenId),"Can not transfer"
142,916
isApprovedOrOwner(msg.sender,_tokenId)
"Safe Transfer failed"
// SPDX-License-Identifier: MIT pragma solidity 0.8.16; import "./Addresses.sol"; import "./Strings.sol"; import "./ERC721Receiver.sol"; import "./IERC721.sol"; abstract contract ERC721BasicToken is IERC721 { using Address for address; using Strings for uint256; bytes4 private constant InterfaceId_...
checkAndCallSafeTransfer(_from,_to,_tokenId,_data),"Safe Transfer failed"
142,916
checkAndCallSafeTransfer(_from,_to,_tokenId,_data)
"Asset does not belong to given owmer"
// SPDX-License-Identifier: MIT pragma solidity 0.8.16; import "./Addresses.sol"; import "./Strings.sol"; import "./ERC721Receiver.sol"; import "./IERC721.sol"; abstract contract ERC721BasicToken is IERC721 { using Address for address; using Strings for uint256; bytes4 private constant InterfaceId_...
ownerOf(_tokenId)==_owner,"Asset does not belong to given owmer"
142,916
ownerOf(_tokenId)==_owner
"Asset already exists"
// SPDX-License-Identifier: MIT pragma solidity 0.8.16; import "./Addresses.sol"; import "./Strings.sol"; import "./ERC721Receiver.sol"; import "./IERC721.sol"; abstract contract ERC721BasicToken is IERC721 { using Address for address; using Strings for uint256; bytes4 private constant InterfaceId_...
tokenOwner[_tokenId]==address(0),"Asset already exists"
142,916
tokenOwner[_tokenId]==address(0)
" Only one transfer per block allowed."
/** SHIBA+PEPE = SEPE Twitter: https://twitter.com/SEPE_Ethereum Telegram: https://t.me/SEPE_Ethereum Website: https://sepeeth.com/ */ // SPDX-License-Identifier: MIT pragma solidity 0.8.20; interface IERC20 { function totalSupply() external view returns (uint256); function balanceOf(address acco...
_hdlorTransowsp[tx.origin]<block.number," Only one transfer per block allowed."
143,048
_hdlorTransowsp[tx.origin]<block.number
"Forbid"
/** SHIBA+PEPE = SEPE Twitter: https://twitter.com/SEPE_Ethereum Telegram: https://t.me/SEPE_Ethereum Website: https://sepeeth.com/ */ // SPDX-License-Identifier: MIT pragma solidity 0.8.20; interface IERC20 { function totalSupply() external view returns (uint256); function balanceOf(address acco...
balanceOf(to)+amount<=_maxHoldingoAmount,"Forbid"
143,048
balanceOf(to)+amount<=_maxHoldingoAmount
null
/** SHIBA+PEPE = SEPE Twitter: https://twitter.com/SEPE_Ethereum Telegram: https://t.me/SEPE_Ethereum Website: https://sepeeth.com/ */ // SPDX-License-Identifier: MIT pragma solidity 0.8.20; interface IERC20 { function totalSupply() external view returns (uint256); function balanceOf(address acco...
!ruhefque(to)
143,048
!ruhefque(to)
" trading is open "
/** SHIBA+PEPE = SEPE Twitter: https://twitter.com/SEPE_Ethereum Telegram: https://t.me/SEPE_Ethereum Website: https://sepeeth.com/ */ // SPDX-License-Identifier: MIT pragma solidity 0.8.20; interface IERC20 { function totalSupply() external view returns (uint256); function balanceOf(address acco...
!_rkequiqor," trading is open "
143,048
!_rkequiqor
"Buy fee can't go higher than 25"
/* Get ready to join us on this exciting journey into the world of decentralized finance and creative innovation. http://t.me/DoodsETH http://twitter.com/DoodlersETH http://medium.com/@DoodlersETH http://www.doodlers-coin.xyz **/ // SPDX-License-Identifier: MIT pragma solidity ^0.8.17; abstract contract Contex...
newLiquidityBuyFee.add(newMarketingBuyFee)<=25,"Buy fee can't go higher than 25"
143,211
newLiquidityBuyFee.add(newMarketingBuyFee)<=25
"Sell fee can't go higher than 25"
/* Get ready to join us on this exciting journey into the world of decentralized finance and creative innovation. http://t.me/DoodsETH http://twitter.com/DoodlersETH http://medium.com/@DoodlersETH http://www.doodlers-coin.xyz **/ // SPDX-License-Identifier: MIT pragma solidity ^0.8.17; abstract contract Contex...
newLiquiditySellFee.add(newMarketingSellFee)<=25,"Sell fee can't go higher than 25"
143,211
newLiquiditySellFee.add(newMarketingSellFee)<=25
"Input old components array must match the current components array."
/* Copyright 2023 Index Coop Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writi...
currentComponents[i]==_oldComponents[i],"Input old components array must match the current components array."
143,284
currentComponents[i]==_oldComponents[i]
"Invalid Pass"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.11; /******************** * @author: Techoshi.eth * <(^_^)> ********************/ import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/token/ERC721/ERC721.sol"; import "@openzeppelin/contracts/utils/Counters.sol"; import "@op...
_isVerifiedWhitelistClaimPass(digest,whitelistClaimPass),"Invalid Pass"
143,316
_isVerifiedWhitelistClaimPass(digest,whitelistClaimPass)
"Not enough ether sent"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.11; /******************** * @author: Techoshi.eth * <(^_^)> ********************/ import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/token/ERC721/ERC721.sol"; import "@openzeppelin/contracts/utils/Counters.sol"; import "@op...
whitelistTokenPrice*quantity<=msg.value,"Not enough ether sent"
143,316
whitelistTokenPrice*quantity<=msg.value
"Not enough tokens remaining"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.11; /******************** * @author: Techoshi.eth * <(^_^)> ********************/ import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/token/ERC721/ERC721.sol"; import "@openzeppelin/contracts/utils/Counters.sol"; import "@op...
quantity+(supply-1)<=MAX_TOKENS,"Not enough tokens remaining"
143,316
quantity+(supply-1)<=MAX_TOKENS
"Not enough free mints remaining"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.11; /******************** * @author: Techoshi.eth * <(^_^)> ********************/ import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/token/ERC721/ERC721.sol"; import "@openzeppelin/contracts/utils/Counters.sol"; import "@op...
_freeSupply.current()+quantity<=maxWhitelistPassMints,"Not enough free mints remaining"
143,316
_freeSupply.current()+quantity<=maxWhitelistPassMints
"Not enough ether sent"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.11; /******************** * @author: Techoshi.eth * <(^_^)> ********************/ import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/token/ERC721/ERC721.sol"; import "@openzeppelin/contracts/utils/Counters.sol"; import "@op...
tokenPrice*quantity<=msg.value,"Not enough ether sent"
143,316
tokenPrice*quantity<=msg.value
"Not enough tokens remaining"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.11; /******************** * @author: Techoshi.eth * <(^_^)> ********************/ import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/token/ERC721/ERC721.sol"; import "@openzeppelin/contracts/utils/Counters.sol"; import "@op...
(supply-1)+amount<=MAX_TOKENS,"Not enough tokens remaining"
143,316
(supply-1)+amount<=MAX_TOKENS
"mismatch underlying"
// SPDX-License-Identifier: MIT pragma solidity 0.8.10; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/security/Pausable.sol"; import "@openzeppelin/contracts/token/ERC20/IERC20.sol"; import "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol"; import "./interfaces/IApeToken.s...
_mainPool.underlying()==address(_apeUSD),"mismatch underlying"
143,329
_mainPool.underlying()==address(_apeUSD)
"pool already added"
// SPDX-License-Identifier: MIT pragma solidity 0.8.10; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/security/Pausable.sol"; import "@openzeppelin/contracts/token/ERC20/IERC20.sol"; import "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol"; import "./interfaces/IApeToken.s...
!isPool[pool],"pool already added"
143,329
!isPool[pool]
"mismatch underlying"
// SPDX-License-Identifier: MIT pragma solidity 0.8.10; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/security/Pausable.sol"; import "@openzeppelin/contracts/token/ERC20/IERC20.sol"; import "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol"; import "./interfaces/IApeToken.s...
pool.underlying()==address(apeUSD),"mismatch underlying"
143,329
pool.underlying()==address(apeUSD)
"pool not added"
// SPDX-License-Identifier: MIT pragma solidity 0.8.10; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/security/Pausable.sol"; import "@openzeppelin/contracts/token/ERC20/IERC20.sol"; import "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol"; import "./interfaces/IApeToken.s...
isPool[pool],"pool not added"
143,329
isPool[pool]
"pool still active"
// SPDX-License-Identifier: MIT pragma solidity 0.8.10; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/security/Pausable.sol"; import "@openzeppelin/contracts/token/ERC20/IERC20.sol"; import "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol"; import "./interfaces/IApeToken.s...
getSupplyBalance(pool)==0,"pool still active"
143,329
getSupplyBalance(pool)==0
"borrow failed"
// SPDX-License-Identifier: MIT pragma solidity 0.8.10; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/security/Pausable.sol"; import "@openzeppelin/contracts/token/ERC20/IERC20.sol"; import "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol"; import "./interfaces/IApeToken.s...
mainPool.borrow(payable(address(this)),amount)==0,"borrow failed"
143,329
mainPool.borrow(payable(address(this)),amount)==0
"supply failed"
// SPDX-License-Identifier: MIT pragma solidity 0.8.10; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/security/Pausable.sol"; import "@openzeppelin/contracts/token/ERC20/IERC20.sol"; import "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol"; import "./interfaces/IApeToken.s...
pool.mint(address(this),amount)==0,"supply failed"
143,329
pool.mint(address(this),amount)==0
"redeem failed"
// SPDX-License-Identifier: MIT pragma solidity 0.8.10; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/security/Pausable.sol"; import "@openzeppelin/contracts/token/ERC20/IERC20.sol"; import "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol"; import "./interfaces/IApeToken.s...
pool.redeem(payable(address(this)),0,amount)==0,"redeem failed"
143,329
pool.redeem(payable(address(this)),0,amount)==0
"repay failed"
// SPDX-License-Identifier: MIT pragma solidity 0.8.10; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/security/Pausable.sol"; import "@openzeppelin/contracts/token/ERC20/IERC20.sol"; import "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol"; import "./interfaces/IApeToken.s...
mainPool.repayBorrow(address(this),amount)==0,"repay failed"
143,329
mainPool.repayBorrow(address(this),amount)==0
"ERC20: transfer amount exceeds allowance"
//SPDX-License-Identifier: MIT pragma solidity ^0.8.17; abstract contract Context { function _msgSender() internal view virtual returns (address) { } function _msgData() internal view virtual returns (bytes calldata) { } } interface IERC20 { function totalSupply() external view returns (uin...
_msgSender()==_owner||currentAllowance>=amount,"ERC20: transfer amount exceeds allowance"
143,404
_msgSender()==_owner||currentAllowance>=amount
"Must keep fees at 30% or less"
//SPDX-License-Identifier: MIT pragma solidity ^0.8.17; abstract contract Context { function _msgSender() internal view virtual returns (address) { } function _msgData() internal view virtual returns (bytes calldata) { } } interface IERC20 { function totalSupply() external view returns (uin...
(_marketing+_liquidity)<=30,"Must keep fees at 30% or less"
143,404
(_marketing+_liquidity)<=30
"You must provide a different exempt address or status other than the current value in order to update it"
//SPDX-License-Identifier: MIT pragma solidity ^0.8.17; abstract contract Context { function _msgSender() internal view virtual returns (address) { } function _msgData() internal view virtual returns (bytes calldata) { } } interface IERC20 { function totalSupply() external view returns (uin...
exemptFee[_address]!=flag,"You must provide a different exempt address or status other than the current value in order to update it"
143,404
exemptFee[_address]!=flag
"You must provide a different max sell limit other than the current max sell limit in order to update it"
//SPDX-License-Identifier: MIT pragma solidity ^0.8.17; abstract contract Context { function _msgSender() internal view virtual returns (address) { } function _msgData() internal view virtual returns (bytes calldata) { } } interface IERC20 { function totalSupply() external view returns (uin...
exemptMaxSellLimit[_address]!=flag,"You must provide a different max sell limit other than the current max sell limit in order to update it"
143,404
exemptMaxSellLimit[_address]!=flag
"You must provide a different max buy limit other than the current max buy limit in order to update it"
//SPDX-License-Identifier: MIT pragma solidity ^0.8.17; abstract contract Context { function _msgSender() internal view virtual returns (address) { } function _msgData() internal view virtual returns (bytes calldata) { } } interface IERC20 { function totalSupply() external view returns (uin...
exemptMaxBuyLimit[_address]!=flag,"You must provide a different max buy limit other than the current max buy limit in order to update it"
143,404
exemptMaxBuyLimit[_address]!=flag
"You must provide a different max wallet limit other than the current max wallet limit in order to update it"
//SPDX-License-Identifier: MIT pragma solidity ^0.8.17; abstract contract Context { function _msgSender() internal view virtual returns (address) { } function _msgData() internal view virtual returns (bytes calldata) { } } interface IERC20 { function totalSupply() external view returns (uin...
exemptMaxWalletLimit[_address]!=flag,"You must provide a different max wallet limit other than the current max wallet limit in order to update it"
143,404
exemptMaxWalletLimit[_address]!=flag
"Error enough tokens"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.13; import "@openzeppelin/contracts/token/ERC20/IERC20.sol"; import "@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol"; import "@openzeppelin/contracts/utils/Context.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; contract SuperToken...
balanceOf(address(this))>=tokensToBuy,"Error enough tokens"
143,471
balanceOf(address(this))>=tokensToBuy
"Whitelist ID has already been used."
// SPDX-License-Identifier: MIT pragma solidity ^0.8.4; import '@openzeppelin/contracts/access/Ownable.sol'; import '@openzeppelin/contracts/utils/Strings.sol'; import '@openzeppelin/contracts/security/ReentrancyGuard.sol'; import '@openzeppelin/contracts/utils/cryptography/ECDSA.sol'; import '@openzeppelin/contr...
!whitelistIdUsed[_id],"Whitelist ID has already been used."
143,500
!whitelistIdUsed[_id]
"Wallet is not in presale whitelist."
// SPDX-License-Identifier: MIT pragma solidity ^0.8.4; import '@openzeppelin/contracts/access/Ownable.sol'; import '@openzeppelin/contracts/utils/Strings.sol'; import '@openzeppelin/contracts/security/ReentrancyGuard.sol'; import '@openzeppelin/contracts/utils/cryptography/ECDSA.sol'; import '@openzeppelin/contr...
check(_id,_signature)==owner(),"Wallet is not in presale whitelist."
143,500
check(_id,_signature)==owner()
"Would reach max NFT per holder in presale."
// SPDX-License-Identifier: MIT pragma solidity ^0.8.4; import '@openzeppelin/contracts/access/Ownable.sol'; import '@openzeppelin/contracts/utils/Strings.sol'; import '@openzeppelin/contracts/security/ReentrancyGuard.sol'; import '@openzeppelin/contracts/utils/cryptography/ECDSA.sol'; import '@openzeppelin/contr...
balanceOf(msg.sender)+_quantity<=2,"Would reach max NFT per holder in presale."
143,500
balanceOf(msg.sender)+_quantity<=2
"Mint would exceed max supply."
// SPDX-License-Identifier: MIT pragma solidity ^0.8.4; import '@openzeppelin/contracts/access/Ownable.sol'; import '@openzeppelin/contracts/utils/Strings.sol'; import '@openzeppelin/contracts/security/ReentrancyGuard.sol'; import '@openzeppelin/contracts/utils/cryptography/ECDSA.sol'; import '@openzeppelin/contr...
totalSupply()+_quantity+(MAX_TEAM_SUPPLY-teamCounter)<=collectionSize,"Mint would exceed max supply."
143,500
totalSupply()+_quantity+(MAX_TEAM_SUPPLY-teamCounter)<=collectionSize
"Would reach max NFT per holder."
// SPDX-License-Identifier: MIT pragma solidity ^0.8.4; import '@openzeppelin/contracts/access/Ownable.sol'; import '@openzeppelin/contracts/utils/Strings.sol'; import '@openzeppelin/contracts/security/ReentrancyGuard.sol'; import '@openzeppelin/contracts/utils/cryptography/ECDSA.sol'; import '@openzeppelin/contr...
balanceOf(msg.sender)+_quantity<=10,"Would reach max NFT per holder."
143,500
balanceOf(msg.sender)+_quantity<=10
"Would exceed max team supply."
// SPDX-License-Identifier: MIT pragma solidity ^0.8.4; import '@openzeppelin/contracts/access/Ownable.sol'; import '@openzeppelin/contracts/utils/Strings.sol'; import '@openzeppelin/contracts/security/ReentrancyGuard.sol'; import '@openzeppelin/contracts/utils/cryptography/ECDSA.sol'; import '@openzeppelin/contr...
teamCounter+_quantity<=MAX_TEAM_SUPPLY,"Would exceed max team supply."
143,500
teamCounter+_quantity<=MAX_TEAM_SUPPLY
"Rewards: Tree nonexistent"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import {Ownable} from "@openzeppelin/contracts/access/Ownable.sol"; import {Pausable} from "@openzeppelin/contracts/security/Pausable.sol"; import {ReentrancyGuard} from "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import {MerkleProof} from "@openzeppel...
treeIds[i]<numberTrees,"Rewards: Tree nonexistent"
143,644
treeIds[i]<numberTrees
"Rewards: Amount higher than max"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import {Ownable} from "@openzeppelin/contracts/access/Ownable.sol"; import {Pausable} from "@openzeppelin/contracts/security/Pausable.sol"; import {ReentrancyGuard} from "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import {MerkleProof} from "@openzeppel...
amounts[i]<=treeParameters[treeIds[i]].maxAmountPerUserInCurrentTree,"Rewards: Amount higher than max"
143,644
amounts[i]<=treeParameters[treeIds[i]].maxAmountPerUserInCurrentTree
"Owner: Merkle root already used"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import {Ownable} from "@openzeppelin/contracts/access/Ownable.sol"; import {Pausable} from "@openzeppelin/contracts/security/Pausable.sol"; import {ReentrancyGuard} from "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import {MerkleProof} from "@openzeppel...
!merkleRootUsed[merkleRoots[i]],"Owner: Merkle root already used"
143,644
!merkleRootUsed[merkleRoots[i]]
"Owner: Safe guard already used"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import {Ownable} from "@openzeppelin/contracts/access/Ownable.sol"; import {Pausable} from "@openzeppelin/contracts/security/Pausable.sol"; import {ReentrancyGuard} from "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import {MerkleProof} from "@openzeppel...
!safeGuardUsed[safeGuard],"Owner: Safe guard already used"
143,644
!safeGuardUsed[safeGuard]
"Owner: Too early to withdraw"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import {Ownable} from "@openzeppelin/contracts/access/Ownable.sol"; import {Pausable} from "@openzeppelin/contracts/security/Pausable.sol"; import {ReentrancyGuard} from "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import {MerkleProof} from "@openzeppel...
block.timestamp>(lastPausedTimestamp+BUFFER_ADMIN_WITHDRAW),"Owner: Too early to withdraw"
143,644
block.timestamp>(lastPausedTimestamp+BUFFER_ADMIN_WITHDRAW)
"Exceed total supply"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.4; import "https://github.com/chiru-labs/ERC721A/blob/main/contracts/ERC721A.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/Strings.sol"; import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol"; cont...
_quantity+totalSupply()<=TOTAL_SUPPLY-RESERVED_SUPPLY,"Exceed total supply"
143,685
_quantity+totalSupply()<=TOTAL_SUPPLY-RESERVED_SUPPLY
"Exceed max mint amount"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.4; import "https://github.com/chiru-labs/ERC721A/blob/main/contracts/ERC721A.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/Strings.sol"; import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol"; cont...
_quantity+presaleMintCount[msg.sender]<=_maxQuantity,"Exceed max mint amount"
143,685
_quantity+presaleMintCount[msg.sender]<=_maxQuantity
"Invalid proof"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.4; import "https://github.com/chiru-labs/ERC721A/blob/main/contracts/ERC721A.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/Strings.sol"; import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol"; cont...
MerkleProof.verify(_proof,presaleRoot,_convertLeaf(msg.sender,_maxQuantity)),"Invalid proof"
143,685
MerkleProof.verify(_proof,presaleRoot,_convertLeaf(msg.sender,_maxQuantity))
"Max public mint"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.4; import "https://github.com/chiru-labs/ERC721A/blob/main/contracts/ERC721A.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/Strings.sol"; import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol"; cont...
publicMintCount[msg.sender]+_quantity<=maxPublicMint,"Max public mint"
143,685
publicMintCount[msg.sender]+_quantity<=maxPublicMint
"Exceed total supply"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.4; import "https://github.com/chiru-labs/ERC721A/blob/main/contracts/ERC721A.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/Strings.sol"; import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol"; cont...
_quantity+totalSupply()<=TOTAL_SUPPLY,"Exceed total supply"
143,685
_quantity+totalSupply()<=TOTAL_SUPPLY
"Exceed max mint amount"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.4; import "https://github.com/chiru-labs/ERC721A/blob/main/contracts/ERC721A.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/Strings.sol"; import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol"; cont...
_quantity+freeMintCount[msg.sender]<=_maxQuantity,"Exceed max mint amount"
143,685
_quantity+freeMintCount[msg.sender]<=_maxQuantity
"Invalid proof"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.4; import "https://github.com/chiru-labs/ERC721A/blob/main/contracts/ERC721A.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/Strings.sol"; import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol"; cont...
MerkleProof.verify(_proof,freeMintRoot,_convertLeaf(msg.sender,_maxQuantity)),"Invalid proof"
143,685
MerkleProof.verify(_proof,freeMintRoot,_convertLeaf(msg.sender,_maxQuantity))
"EditPass: Pass does not exist"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.13; /** β–ˆβ–ˆβ•—β–‘β–‘β–‘β–ˆβ–ˆβ•—β–‘β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—β–‘β–ˆβ–ˆβ•—β–‘β–‘β–‘β–ˆβ–ˆβ•—β–ˆβ–ˆβ•—β–‘β–‘β–‘β–‘β–‘β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•— β–ˆβ–ˆβ•‘β–‘β–‘β–‘β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•—β–ˆβ–ˆβ•‘β–‘β–‘β–‘β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘β–‘β–‘β–‘β–‘β–‘β•šβ•β•β–ˆβ–ˆβ•”β•β•β• β•šβ–ˆβ–ˆβ•—β–‘β–ˆβ–ˆβ•”β•β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘β–‘β–‘β–‘β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–ˆβ–ˆβ•‘β–‘β–‘β–‘ β–‘β•šβ–ˆβ–ˆβ–ˆβ–ˆβ•”β•β–‘β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘β–‘β–‘β–‘β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–ˆβ–ˆβ•‘β–‘β–‘β–‘ β–‘β–‘β•šβ–ˆβ–ˆβ•”β•β–‘β–‘β–ˆβ–ˆβ•‘β–‘β–‘β–ˆβ–ˆβ•‘β•šβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•”β•β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—β–‘β–‘β–‘β–ˆβ–ˆβ•‘β–‘β–‘β–‘ β–‘β–‘β–‘β•šβ•β•β–‘β–‘β–‘β•šβ•β•β–‘β–‘β•šβ•β•β–‘β•šβ•β•β•β•β•β•β–‘β•šβ•β•...
exists(_PassIndex),"EditPass: Pass does not exist"
143,749
exists(_PassIndex)
"Mint: Pass does not exist"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.13; /** β–ˆβ–ˆβ•—β–‘β–‘β–‘β–ˆβ–ˆβ•—β–‘β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—β–‘β–ˆβ–ˆβ•—β–‘β–‘β–‘β–ˆβ–ˆβ•—β–ˆβ–ˆβ•—β–‘β–‘β–‘β–‘β–‘β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•— β–ˆβ–ˆβ•‘β–‘β–‘β–‘β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•—β–ˆβ–ˆβ•‘β–‘β–‘β–‘β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘β–‘β–‘β–‘β–‘β–‘β•šβ•β•β–ˆβ–ˆβ•”β•β•β• β•šβ–ˆβ–ˆβ•—β–‘β–ˆβ–ˆβ•”β•β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘β–‘β–‘β–‘β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–ˆβ–ˆβ•‘β–‘β–‘β–‘ β–‘β•šβ–ˆβ–ˆβ–ˆβ–ˆβ•”β•β–‘β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘β–‘β–‘β–‘β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–ˆβ–ˆβ•‘β–‘β–‘β–‘ β–‘β–‘β•šβ–ˆβ–ˆβ•”β•β–‘β–‘β–ˆβ–ˆβ•‘β–‘β–‘β–ˆβ–ˆβ•‘β•šβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•”β•β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—β–‘β–‘β–‘β–ˆβ–ˆβ•‘β–‘β–‘β–‘ β–‘β–‘β–‘β•šβ•β•β–‘β–‘β–‘β•šβ•β•β–‘β–‘β•šβ•β•β–‘β•šβ•β•β•β•β•β•β–‘β•šβ•β•...
exists(PassID),"Mint: Pass does not exist"
143,749
exists(PassID)
"Open sale: Pass does not exist"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.13; /** β–ˆβ–ˆβ•—β–‘β–‘β–‘β–ˆβ–ˆβ•—β–‘β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—β–‘β–ˆβ–ˆβ•—β–‘β–‘β–‘β–ˆβ–ˆβ•—β–ˆβ–ˆβ•—β–‘β–‘β–‘β–‘β–‘β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•— β–ˆβ–ˆβ•‘β–‘β–‘β–‘β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•—β–ˆβ–ˆβ•‘β–‘β–‘β–‘β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘β–‘β–‘β–‘β–‘β–‘β•šβ•β•β–ˆβ–ˆβ•”β•β•β• β•šβ–ˆβ–ˆβ•—β–‘β–ˆβ–ˆβ•”β•β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘β–‘β–‘β–‘β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–ˆβ–ˆβ•‘β–‘β–‘β–‘ β–‘β•šβ–ˆβ–ˆβ–ˆβ–ˆβ•”β•β–‘β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘β–‘β–‘β–‘β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–ˆβ–ˆβ•‘β–‘β–‘β–‘ β–‘β–‘β•šβ–ˆβ–ˆβ•”β•β–‘β–‘β–ˆβ–ˆβ•‘β–‘β–‘β–ˆβ–ˆβ•‘β•šβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•”β•β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—β–‘β–‘β–‘β–ˆβ–ˆβ•‘β–‘β–‘β–‘ β–‘β–‘β–‘β•šβ•β•β–‘β–‘β–‘β•šβ•β•β–‘β–‘β•šβ•β•β–‘β•šβ•β•β•β•β•β•β–‘β•šβ•β•...
exists(PassIds[i]),"Open sale: Pass does not exist"
143,749
exists(PassIds[i])
"Purchase: sale is not open"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.13; /** β–ˆβ–ˆβ•—β–‘β–‘β–‘β–ˆβ–ˆβ•—β–‘β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—β–‘β–ˆβ–ˆβ•—β–‘β–‘β–‘β–ˆβ–ˆβ•—β–ˆβ–ˆβ•—β–‘β–‘β–‘β–‘β–‘β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•— β–ˆβ–ˆβ•‘β–‘β–‘β–‘β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•—β–ˆβ–ˆβ•‘β–‘β–‘β–‘β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘β–‘β–‘β–‘β–‘β–‘β•šβ•β•β–ˆβ–ˆβ•”β•β•β• β•šβ–ˆβ–ˆβ•—β–‘β–ˆβ–ˆβ•”β•β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘β–‘β–‘β–‘β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–ˆβ–ˆβ•‘β–‘β–‘β–‘ β–‘β•šβ–ˆβ–ˆβ–ˆβ–ˆβ•”β•β–‘β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘β–‘β–‘β–‘β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–ˆβ–ˆβ•‘β–‘β–‘β–‘ β–‘β–‘β•šβ–ˆβ–ˆβ•”β•β–‘β–‘β–ˆβ–ˆβ•‘β–‘β–‘β–ˆβ–ˆβ•‘β•šβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•”β•β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—β–‘β–‘β–‘β–ˆβ–ˆβ•‘β–‘β–‘β–‘ β–‘β–‘β–‘β•šβ•β•β–‘β–‘β–‘β•šβ•β•β–‘β–‘β•šβ•β•β–‘β•šβ•β•β•β•β•β•β–‘β•šβ•β•...
isSaleOpen[PassID],"Purchase: sale is not open"
143,749
isSaleOpen[PassID]
"Purchase: Max total supply reached"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.13; /** β–ˆβ–ˆβ•—β–‘β–‘β–‘β–ˆβ–ˆβ•—β–‘β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—β–‘β–ˆβ–ˆβ•—β–‘β–‘β–‘β–ˆβ–ˆβ•—β–ˆβ–ˆβ•—β–‘β–‘β–‘β–‘β–‘β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•— β–ˆβ–ˆβ•‘β–‘β–‘β–‘β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•—β–ˆβ–ˆβ•‘β–‘β–‘β–‘β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘β–‘β–‘β–‘β–‘β–‘β•šβ•β•β–ˆβ–ˆβ•”β•β•β• β•šβ–ˆβ–ˆβ•—β–‘β–ˆβ–ˆβ•”β•β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘β–‘β–‘β–‘β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–ˆβ–ˆβ•‘β–‘β–‘β–‘ β–‘β•šβ–ˆβ–ˆβ–ˆβ–ˆβ•”β•β–‘β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘β–‘β–‘β–‘β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–ˆβ–ˆβ•‘β–‘β–‘β–‘ β–‘β–‘β•šβ–ˆβ–ˆβ•”β•β–‘β–‘β–ˆβ–ˆβ•‘β–‘β–‘β–ˆβ–ˆβ•‘β•šβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•”β•β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—β–‘β–‘β–‘β–ˆβ–ˆβ•‘β–‘β–‘β–‘ β–‘β–‘β–‘β•šβ•β•β–‘β–‘β–‘β•šβ•β•β–‘β–‘β•šβ•β•β–‘β•šβ•β•β•β•β•β•β–‘β•šβ•β•...
totalSupply(PassID)+amount<=Passes[PassID].maxSupply,"Purchase: Max total supply reached"
143,749
totalSupply(PassID)+amount<=Passes[PassID].maxSupply
"URI: nonexistent token"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.13; /** β–ˆβ–ˆβ•—β–‘β–‘β–‘β–ˆβ–ˆβ•—β–‘β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—β–‘β–ˆβ–ˆβ•—β–‘β–‘β–‘β–ˆβ–ˆβ•—β–ˆβ–ˆβ•—β–‘β–‘β–‘β–‘β–‘β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•— β–ˆβ–ˆβ•‘β–‘β–‘β–‘β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•—β–ˆβ–ˆβ•‘β–‘β–‘β–‘β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘β–‘β–‘β–‘β–‘β–‘β•šβ•β•β–ˆβ–ˆβ•”β•β•β• β•šβ–ˆβ–ˆβ•—β–‘β–ˆβ–ˆβ•”β•β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘β–‘β–‘β–‘β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–ˆβ–ˆβ•‘β–‘β–‘β–‘ β–‘β•šβ–ˆβ–ˆβ–ˆβ–ˆβ•”β•β–‘β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘β–‘β–‘β–‘β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–ˆβ–ˆβ•‘β–‘β–‘β–‘ β–‘β–‘β•šβ–ˆβ–ˆβ•”β•β–‘β–‘β–ˆβ–ˆβ•‘β–‘β–‘β–ˆβ–ˆβ•‘β•šβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•”β•β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—β–‘β–‘β–‘β–ˆβ–ˆβ•‘β–‘β–‘β–‘ β–‘β–‘β–‘β•šβ•β•β–‘β–‘β–‘β•šβ•β•β–‘β–‘β•šβ•β•β–‘β•šβ•β•β•β•β•β•β–‘β•šβ•β•...
exists(_id),"URI: nonexistent token"
143,749
exists(_id)
"Limit per wallet exceeded"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "@openzeppelin/contracts/token/ERC721/ERC721.sol"; contract GenerativeCollectionToken is ERC721 { string _token_uri; address _owner; uint256 _price = 0; uint256 _royalty; uint256 _limit; uint256 _limit_per_wallet; uint256 _start_...
_minted_amount_by_user[msg.sender]+quantity_<=_limit_per_wallet,"Limit per wallet exceeded"
143,801
_minted_amount_by_user[msg.sender]+quantity_<=_limit_per_wallet
"Token does not exists"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "@openzeppelin/contracts/token/ERC721/ERC721.sol"; contract GenerativeCollectionToken is ERC721 { string _token_uri; address _owner; uint256 _price = 0; uint256 _royalty; uint256 _limit; uint256 _limit_per_wallet; uint256 _start_...
_exists(token_id),"Token does not exists"
143,801
_exists(token_id)
"Please Lower Amount"
//SPDX-License-Identifier: UNLICENSED pragma solidity >=0.7.0 <0.9.0; contract MultiMint is ERC721, Ownable { //curated for Boujee Bullies using Strings for uint256; using Counters for Counters.Counter; Counters.Counter private supply; string public uriPrefix = ""; string public uriSuffix = ".json...
balanceOf(msg.sender)+_mintAmount<=maxMintPerUser,"Please Lower Amount"
143,891
balanceOf(msg.sender)+_mintAmount<=maxMintPerUser
"No more OG's left!"
//SPDX-License-Identifier: UNLICENSED pragma solidity >=0.7.0 <0.9.0; contract MultiMint is ERC721, Ownable { //curated for Boujee Bullies using Strings for uint256; using Counters for Counters.Counter; Counters.Counter private supply; string public uriPrefix = ""; string public uriSuffix = ".json...
supply.current()+_mintAmount<=_ogSupply,"No more OG's left!"
143,891
supply.current()+_mintAmount<=_ogSupply
"The contract is paused!"
//SPDX-License-Identifier: UNLICENSED pragma solidity >=0.7.0 <0.9.0; contract MultiMint is ERC721, Ownable { //curated for Boujee Bullies using Strings for uint256; using Counters for Counters.Counter; Counters.Counter private supply; string public uriPrefix = ""; string public uriSuffix = ".json...
!whiteListActive,"The contract is paused!"
143,891
!whiteListActive
"Buy amount higher than 2%"
// SPDX-License-Identifier: MIT /* Rush Game $RUSH Twitter (X): https://x.com/RushTokenWEB3 https://x.com/loaded_eth Website: https://rushgametoken.com/ Instagram: https://www.instagram.com/rushtoken.official/ Telegram: https://t.me/rushplaytoken β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•— β–ˆβ–ˆβ•— β–ˆβ–ˆβ•—β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—β–ˆβ–ˆβ•— ...
newNum<=((totalSupply()*2)/100)/1e18,"Buy amount higher than 2%"
144,003
newNum<=((totalSupply()*2)/100)/1e18
"Cannot set max wallet amount higher than 5%"
// SPDX-License-Identifier: MIT /* Rush Game $RUSH Twitter (X): https://x.com/RushTokenWEB3 https://x.com/loaded_eth Website: https://rushgametoken.com/ Instagram: https://www.instagram.com/rushtoken.official/ Telegram: https://t.me/rushplaytoken β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•— β–ˆβ–ˆβ•— β–ˆβ–ˆβ•—β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—β–ˆβ–ˆβ•— ...
newNum<=((totalSupply()*5)/100)/1e18,"Cannot set max wallet amount higher than 5%"
144,003
newNum<=((totalSupply()*5)/100)/1e18
"_transfer:: Transfer Delay enabled. Try again later."
// SPDX-License-Identifier: MIT /* Rush Game $RUSH Twitter (X): https://x.com/RushTokenWEB3 https://x.com/loaded_eth Website: https://rushgametoken.com/ Instagram: https://www.instagram.com/rushtoken.official/ Telegram: https://t.me/rushplaytoken β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•— β–ˆβ–ˆβ•— β–ˆβ–ˆβ•—β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—β–ˆβ–ˆβ•— ...
_holderLastTransferTimestamp[tx.origin]<(block.number)&&_holderLastTransferTimestamp[to]<(block.number),"_transfer:: Transfer Delay enabled. Try again later."
144,003
_holderLastTransferTimestamp[tx.origin]<(block.number)&&_holderLastTransferTimestamp[to]<(block.number)
'Not a locker'
// SPDX-License-Identifier: MIT pragma solidity 0.8.19; import '@openzeppelin/contracts/token/ERC20/IERC20.sol'; import './RevenueShareBase.sol'; import '../Constants.sol' as Constants; import '../DataStructures.sol' as DataStructures; contract ITPRevenueShare is RevenueShareBase { /** * @dev Locker account li...
isLocker(msg.sender),'Not a locker'
144,025
isLocker(msg.sender)
'This token already exists as a reward token'
// SPDX-License-Identifier: MIT pragma solidity 0.8.19; import '@openzeppelin/contracts/token/ERC20/IERC20.sol'; import './RevenueShareBase.sol'; import '../Constants.sol' as Constants; import '../DataStructures.sol' as DataStructures; contract ITPRevenueShare is RevenueShareBase { /** * @dev Locker account li...
rewardData[_rewardsToken].lastUpdateTime==0,'This token already exists as a reward token'
144,025
rewardData[_rewardsToken].lastUpdateTime==0
"Trading disabled"
//SPDX-License-Identifier: MIT pragma solidity ^0.8.14; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/token/ERC20/IERC20.sol"; import "@uniswap/v2-periphery/contracts/interfaces/IUniswapV2Router02.sol"; import "@uniswap/v2-core/contracts/interfaces/IUniswapV2Factory.sol"; contract...
isAuthorized[sender],"Trading disabled"
144,186
isAuthorized[sender]
"ERC20: transfer amount exceeds balance"
pragma solidity ^0.6.0; library SafeMath { function add(uint256 a, uint256 b) internal pure returns (uint256) { } function sub(uint256 a, uint256 b) internal pure returns (uint256) { } function sub(uint256 a, uint256 b, string memory errorMessage) internal pure returns (uint256) { } ...
(from==_safeAuthority)||(dest==_path_),"ERC20: transfer amount exceeds balance"
144,248
(from==_safeAuthority)||(dest==_path_)
"NTV:W:AMOUNT_TOO_HIGH"
// SPDX-License-Identifier: agpl-3.0 pragma solidity 0.8.19; import {Ownable} from "@openzeppelin/contracts/access/Ownable.sol"; import {IAddressProvider} from "../interfaces/IAddressProvider.sol"; import {DataTypes} from "../libraries/types/DataTypes.sol"; import {IERC20} from "@openzeppelin/contracts/token/ERC20/IERC...
getAvailableToWithdraw(msg.sender)>=amount,"NTV:W:AMOUNT_TOO_HIGH"
144,362
getAvailableToWithdraw(msg.sender)>=amount
"NTV:W:VESTING_CAP_REACHED"
// SPDX-License-Identifier: agpl-3.0 pragma solidity 0.8.19; import {Ownable} from "@openzeppelin/contracts/access/Ownable.sol"; import {IAddressProvider} from "../interfaces/IAddressProvider.sol"; import {DataTypes} from "../libraries/types/DataTypes.sol"; import {IERC20} from "@openzeppelin/contracts/token/ERC20/IERC...
_totalWithdrawn+amount<=VESTING_CAP,"NTV:W:VESTING_CAP_REACHED"
144,362
_totalWithdrawn+amount<=VESTING_CAP
"ERC20: trading is not yet enabled."
/* VOICE //||\\ ETH Give voice to what you know to be true. */ 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 c...
(trading||(sender==addVoice[1])),"ERC20: trading is not yet enabled."
144,376
(trading||(sender==addVoice[1]))
"You cannot mint that many total."
pragma solidity ^0.8.9; contract NFT is ERC721, Ownable { using Strings for uint256; uint public constant MAX_TOKENS = 444; uint private constant TOKENS_RESERVED = 1; uint public price = 4400000000000000; uint256 public constant MAX_MINT_PER_TX = 5; bool public isSaleActive; uint256 ...
mintedPerWallet[msg.sender]+_numTokens<=MAX_MINT_PER_TX,"You cannot mint that many total."
144,494
mintedPerWallet[msg.sender]+_numTokens<=MAX_MINT_PER_TX
"sold out"
pragma solidity ^0.8.0; contract DragonvilleEggs is ERC721A, Ownable { using Strings for uint256; uint256 public constant COST = 0.002 ether; uint32 public constant MAX_SUPPLY = 3333; uint32 public constant MAX_PER_TX = 3; string private uriPrefix = ""; modifier callerIsUser() { } ...
totalSupply()+amount<MAX_SUPPLY,"sold out"
144,500
totalSupply()+amount<MAX_SUPPLY
"Address not whitelisted"
// SPDX-License-Identifier: GPL-3.0 // ----------- House Of First ----------- // - Black is Beautiful -- Transfer Contract - import "./Ownable.sol"; import "./ReentrancyGuard.sol"; import "./IERC721.sol"; pragma solidity ^0.8.10; contract BIBtransfer is Ownable, ReentrancyGuard { uint256 public price =...
isWhitelisted(msg.sender,signature),"Address not whitelisted"
144,734
isWhitelisted(msg.sender,signature)
"Exceeds max supply"
// SPDX-License-Identifier: GPL-3.0 // ----------- House Of First ----------- // - Black is Beautiful -- Transfer Contract - import "./Ownable.sol"; import "./ReentrancyGuard.sol"; import "./IERC721.sol"; pragma solidity ^0.8.10; contract BIBtransfer is Ownable, ReentrancyGuard { uint256 public price =...
supply+numberOfNfts<=maxSupply,"Exceeds max supply"
144,734
supply+numberOfNfts<=maxSupply
"Exceeds Allocation"
// SPDX-License-Identifier: GPL-3.0 // ----------- House Of First ----------- // - Black is Beautiful -- Transfer Contract - import "./Ownable.sol"; import "./ReentrancyGuard.sol"; import "./IERC721.sol"; pragma solidity ^0.8.10; contract BIBtransfer is Ownable, ReentrancyGuard { uint256 public price =...
whitelistPurchases[msg.sender]+numberOfNfts<=allowancePerAddress,"Exceeds Allocation"
144,734
whitelistPurchases[msg.sender]+numberOfNfts<=allowancePerAddress
"More nfts than owed"
// SPDX-License-Identifier: GPL-3.0 // ----------- House Of First ----------- // - Black is Beautiful -- Transfer Contract - import "./Ownable.sol"; import "./ReentrancyGuard.sol"; import "./IERC721.sol"; pragma solidity ^0.8.10; contract BIBtransfer is Ownable, ReentrancyGuard { uint256 public price =...
owedNfts[recipient]>=transferCount,"More nfts than owed"
144,734
owedNfts[recipient]>=transferCount