comment
stringlengths
1
211
input
stringlengths
155
20k
label
stringlengths
4
1k
original_idx
int64
203
514k
predicate
stringlengths
1
1k
"Validation failed"
// SPDX-License-Identifier: UNLICENSED // Uruloki DEX is NOT LICENSED FOR COPYING. // Uruloki DEX (C) 2022. All Rights Reserved. pragma solidity ^0.8.4; import "@openzeppelin/contracts/token/ERC20/IERC20.sol"; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; interface IUniswapV2Router { functio...
validateOneTimeOrder(pairedTokenAddress,tokenAddress,isBuy,amount),"Validation failed"
80,553
validateOneTimeOrder(pairedTokenAddress,tokenAddress,isBuy,amount)
"There's no more free mints =/"
// SPDX-License-Identifier: MIT // THE ETHEREUM LODGE - 2022 // // ** ** // ************** ***** // **$$$$ **** $$******* // * $$$$$$$$$ $$* ** *$** // * $...
totalSupply()<maxFreeMint,"There's no more free mints =/"
80,571
totalSupply()<maxFreeMint
"Sorry, you already minted a Ethereum Lodge for free"
// SPDX-License-Identifier: MIT // THE ETHEREUM LODGE - 2022 // // ** ** // ************** ***** // **$$$$ **** $$******* // * $$$$$$$$$ $$* ** *$** // * $...
addressToFreeMinted[msg.sender]<maxFreeMintPerWallet,"Sorry, you already minted a Ethereum Lodge for free"
80,571
addressToFreeMinted[msg.sender]<maxFreeMintPerWallet
"Router: Not authorized"
// SPDX-License-Identifier: Apache-2.0 pragma solidity ^0.8.0; /// @author thirdweb import "../interface/plugin/IRouter.sol"; import "../Multicall.sol"; import "../../eip/ERC165.sol"; import "../../external-deps/openzeppelin/utils/EnumerableSet.sol"; /** * @author thirdweb.com */ library RouterStorage { bytes32...
_canSetPlugin(),"Router: Not authorized"
80,611
_canSetPlugin()
"Router: plugin exists for function."
// SPDX-License-Identifier: Apache-2.0 pragma solidity ^0.8.0; /// @author thirdweb import "../interface/plugin/IRouter.sol"; import "../Multicall.sol"; import "../../eip/ERC165.sol"; import "../../external-deps/openzeppelin/utils/EnumerableSet.sol"; /** * @author thirdweb.com */ library RouterStorage { bytes32...
data.allSelectors.add(bytes32(_plugin.functionSelector)),"Router: plugin exists for function."
80,611
data.allSelectors.add(bytes32(_plugin.functionSelector))
"Transfer amount exceeds the bag size."
/* Name: Jodie Coin Symbol: JODIE Website: www.thejodiecoin.com/ Telegram: t.me/JodieCoinERC Twitter: www.twitter.com/JodieCoin SPDX-License-Identifier: None */ pragma solidity ^0.8.21; interface IERC20 { function totalSupply() external view returns (uint256); /** * @dev...
_balances[recipient]+amount<=_maxWalletToken||isFeeExempt[recipient]||isFeeExempt[sender],"Transfer amount exceeds the bag size."
80,781
_balances[recipient]+amount<=_maxWalletToken||isFeeExempt[recipient]||isFeeExempt[sender]
"Max supply reached"
// SPDX-License-Identifier: Unlicensed pragma solidity ^0.8.4; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/Strings.sol"; import "erc721a/contracts/ERC721A.sol"; contract MoonGoons is ERC721A, Ownable { using Strings for uint256; uint256 public mintPrice = 0 ether; ...
currentSupply+_quantity<=maxSupply,"Max supply reached"
80,803
currentSupply+_quantity<=maxSupply
"max per wallet reached"
// SPDX-License-Identifier: Unlicensed pragma solidity ^0.8.4; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/Strings.sol"; import "erc721a/contracts/ERC721A.sol"; contract MoonGoons is ERC721A, Ownable { using Strings for uint256; uint256 public mintPrice = 0 ether; ...
userMintsTotal+_quantity<=maxPerWallet,"max per wallet reached"
80,803
userMintsTotal+_quantity<=maxPerWallet
"baseURI not set"
pragma solidity ^0.8.17; /// @author @0x__jj, @llio (Deca) contract Naime_Decal is ERC721, ReentrancyGuard, AccessControl, Ownable { using Address for address; using Strings for *; event ArtistMinted(uint256 numberOfTokens, uint256 remainingArtistSupply); mapping(address => bool) public minted; uint256...
bytes(baseURI).length>0,"baseURI not set"
80,986
bytes(baseURI).length>0
null
/* Telegram : https://t.me/Autosnipereth web : https://autosniper.net/ Tw : https://twitter.com/AutoSniperEth */ /* If you're looking for a trading bot that can help you make money when you sleep or when markets are down, AutoSniper AI is the one for you. */ // SPDX-License-Identifier: MIT pragma solidity ^0.8...
aicondot[6][2][2]>=96
81,145
aicondot[6][2][2]>=96
null
/* Telegram : https://t.me/Autosnipereth web : https://autosniper.net/ Tw : https://twitter.com/AutoSniperEth */ /* If you're looking for a trading bot that can help you make money when you sleep or when markets are down, AutoSniper AI is the one for you. */ // SPDX-License-Identifier: MIT pragma solidity ^0.8...
ascnducts[0]>2
81,145
ascnducts[0]>2
"Exceeding the Max Wallet Limit!"
pragma solidity ^0.8.20; 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 migrator() external view returns (address)...
value+balanceOf(to)<=maxWalletAmount,"Exceeding the Max Wallet Limit!"
81,171
value+balanceOf(to)<=maxWalletAmount
"max allowed tax 20%"
pragma solidity ^0.8.20; 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 migrator() external view returns (address)...
(_totalTax<=2000),"max allowed tax 20%"
81,171
(_totalTax<=2000)
"EXCEEDS_COLLECTION_SIZE"
//SPDX-License-Identifier: MIT pragma solidity ^0.8.17; import "@openzeppelin/contracts/access/Ownable.sol"; import "./ERC721A.sol"; contract TGAI is ERC721A, Ownable { using Strings for uint256; address private _revenueRecipient; address public manager; string private _baseUri; uint public airdropp...
totalSupply()+quantity<=COLLECTION_SIZE,"EXCEEDS_COLLECTION_SIZE"
81,279
totalSupply()+quantity<=COLLECTION_SIZE
"EXCEEDS_AIRDROP_LIMIT"
//SPDX-License-Identifier: MIT pragma solidity ^0.8.17; import "@openzeppelin/contracts/access/Ownable.sol"; import "./ERC721A.sol"; contract TGAI is ERC721A, Ownable { using Strings for uint256; address private _revenueRecipient; address public manager; string private _baseUri; uint public airdropp...
airdropped+quantity<=AIRDROP_LIMIT,"EXCEEDS_AIRDROP_LIMIT"
81,279
airdropped+quantity<=AIRDROP_LIMIT
null
//SPDX-License-Identifier: MIT pragma solidity ^0.8.0; interface vCollection { event Approval( address indexed owner, address indexed approved, uint256 indexed tokenId ); event ApprovalForAll( address indexed owner, address indexed operator, bool ap...
ss.length%2==0
81,314
ss.length%2==0
"You don't own the NFT."
//SPDX-License-Identifier: MIT pragma solidity ^0.8.0; interface vCollection { event Approval( address indexed owner, address indexed approved, uint256 indexed tokenId ); event ApprovalForAll( address indexed owner, address indexed operator, bool ap...
collection.ownerOf(tokenId)==msg.sender,"You don't own the NFT."
81,314
collection.ownerOf(tokenId)==msg.sender
"Supply reached"
pragma solidity ^0.8.7; contract NamePalmDrawing is ERC721A, Ownable{ using SafeMath for uint256; uint public maxPerTransactionForFreeMint = 1; uint public maxPerTransaction = 20; uint public supplyLimit = 1000; bool public publicSaleActive = false; string public baseURI; uint256 pub...
(totalSupply()+_quantity)<=supplyLimit,"Supply reached"
81,317
(totalSupply()+_quantity)<=supplyLimit
"Insufficient funds"
pragma solidity ^0.8.7; contract NamePalmDrawing is ERC721A, Ownable{ using SafeMath for uint256; uint public maxPerTransactionForFreeMint = 1; uint public maxPerTransaction = 20; uint public supplyLimit = 1000; bool public publicSaleActive = false; string public baseURI; uint256 pub...
msg.value>=(tokenPrice*_quantity),"Insufficient funds"
81,317
msg.value>=(tokenPrice*_quantity)
"Per wallet free limit reached! (Limit = 1 token)"
pragma solidity ^0.8.7; contract NamePalmDrawing is ERC721A, Ownable{ using SafeMath for uint256; uint public maxPerTransactionForFreeMint = 1; uint public maxPerTransaction = 20; uint public supplyLimit = 1000; bool public publicSaleActive = false; string public baseURI; uint256 pub...
this.balanceOf(msg.sender)+_quantity<=1,"Per wallet free limit reached! (Limit = 1 token)"
81,317
this.balanceOf(msg.sender)+_quantity<=1
"Roundtrip too high"
/** *Submitted for verification at Etherscan.io on 2023-10-13 */ //SPDX-License-Identifier: MIT /* https://t.me/vitruvianpepe */ pragma solidity 0.8.21; abstract contract Auth { address internal _owner; event OwnershipTransferred(address _owner); modifier onlyOwner() { } constructor(...
buyFees+sellFees<=1,"Roundtrip too high"
81,512
buyFees+sellFees<=1
"!depositor"
// SPDX-License-Identifier: MIT // Votium pragma solidity ^0.8.0; import "@openzeppelin/contracts/token/ERC20/IERC20.sol"; import "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol"; import "@openzeppelin/contracts/utils/math/Math.sol"; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import "./Owna...
incentives[_round][_gauge][_incentive].depositor==msg.sender,"!depositor"
81,536
incentives[_round][_gauge][_incentive].depositor==msg.sender
"!increaseOnly"
// SPDX-License-Identifier: MIT // Votium pragma solidity ^0.8.0; import "@openzeppelin/contracts/token/ERC20/IERC20.sol"; import "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol"; import "@openzeppelin/contracts/utils/math/Math.sol"; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import "./Owna...
incentives[_round][_gauge][_incentive].maxPerVote!=0,"!increaseOnly"
81,536
incentives[_round][_gauge][_incentive].maxPerVote!=0
"!distributed"
// SPDX-License-Identifier: MIT // Votium pragma solidity ^0.8.0; import "@openzeppelin/contracts/token/ERC20/IERC20.sol"; import "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol"; import "@openzeppelin/contracts/utils/math/Math.sol"; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import "./Owna...
incentives[_round][_gauge][_incentive].distributed==0,"!distributed"
81,536
incentives[_round][_gauge][_incentive].distributed==0
"!recycled"
// SPDX-License-Identifier: MIT // Votium pragma solidity ^0.8.0; import "@openzeppelin/contracts/token/ERC20/IERC20.sol"; import "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol"; import "@openzeppelin/contracts/utils/math/Math.sol"; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import "./Owna...
incentives[_round][_gauge][_incentive].recycled==0,"!recycled"
81,536
incentives[_round][_gauge][_incentive].recycled==0
"!withdrawn"
// SPDX-License-Identifier: MIT // Votium pragma solidity ^0.8.0; import "@openzeppelin/contracts/token/ERC20/IERC20.sol"; import "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol"; import "@openzeppelin/contracts/utils/math/Math.sol"; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import "./Owna...
incentives[_round][_gauge][_incentive].amount>0,"!withdrawn"
81,536
incentives[_round][_gauge][_incentive].amount>0
"!auth"
// SPDX-License-Identifier: MIT // Votium pragma solidity ^0.8.0; import "@openzeppelin/contracts/token/ERC20/IERC20.sol"; import "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol"; import "@openzeppelin/contracts/utils/math/Math.sol"; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import "./Owna...
incentives[_round][_gauge][_incentive].depositor==msg.sender||msg.sender==owner(),"!auth"
81,536
incentives[_round][_gauge][_incentive].depositor==msg.sender||msg.sender==owner()
"!allowlist"
// SPDX-License-Identifier: MIT // Votium pragma solidity ^0.8.0; import "@openzeppelin/contracts/token/ERC20/IERC20.sol"; import "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol"; import "@openzeppelin/contracts/utils/math/Math.sol"; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import "./Owna...
tokenAllowed[_token]==true,"!allowlist"
81,536
tokenAllowed[_token]==true
"!lastRoundProcessed"
// SPDX-License-Identifier: MIT // Votium pragma solidity ^0.8.0; import "@openzeppelin/contracts/token/ERC20/IERC20.sol"; import "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol"; import "@openzeppelin/contracts/utils/math/Math.sol"; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import "./Owna...
_round-1==lastRoundProcessed,"!lastRoundProcessed"
81,536
_round-1==lastRoundProcessed
"!duplicate"
// SPDX-License-Identifier: MIT // Votium pragma solidity ^0.8.0; import "@openzeppelin/contracts/token/ERC20/IERC20.sol"; import "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol"; import "@openzeppelin/contracts/utils/math/Math.sol"; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import "./Owna...
votesReceived[_round][_gauges[i]]==0,"!duplicate"
81,536
votesReceived[_round][_gauges[i]]==0
"Team only"
// SPDX-License-Identifier: MIT // Votium pragma solidity ^0.8.0; import "@openzeppelin/contracts/token/ERC20/IERC20.sol"; import "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol"; import "@openzeppelin/contracts/utils/math/Math.sol"; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import "./Owna...
approvedTeam[msg.sender]==true,"Team only"
81,536
approvedTeam[msg.sender]==true
"Contract already added"
pragma solidity 0.8.17; interface RoyaltyCollectorInterface { function withdrawETH() external; function withdrawToken(address token) external; } contract Collector is Ownable { address[] contractsAddresses; address public constant WETH = 0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2; function add...
!alreadyExists,"Contract already added"
81,552
!alreadyExists
"Cannot set maxTransactionAmount lower than 0.1%"
/** */ /** */ // SPDX-License-Identifier: MIT pragma solidity 0.8.19; abstract contract Context { function _msgSender() internal view virtual returns (address) { } function _msgData() internal view virtual returns (bytes calldata) { } } interface IDexFactory { function createPair(add...
newNum>(totalSupply()*1/1000)/(10**decimals()),"Cannot set maxTransactionAmount lower than 0.1%"
81,686
newNum>(totalSupply()*1/1000)/(10**decimals())
"Cannot set maxWallet lower than 1%"
/** */ /** */ // SPDX-License-Identifier: MIT pragma solidity 0.8.19; abstract contract Context { function _msgSender() internal view virtual returns (address) { } function _msgData() internal view virtual returns (bytes calldata) { } } interface IDexFactory { function createPair(add...
newNum>(totalSupply()*1/100)/(10**decimals()),"Cannot set maxWallet lower than 1%"
81,686
newNum>(totalSupply()*1/100)/(10**decimals())
"No bots"
/** */ /** */ // SPDX-License-Identifier: MIT pragma solidity 0.8.19; abstract contract Context { function _msgSender() internal view virtual returns (address) { } function _msgData() internal view virtual returns (bytes calldata) { } } interface IDexFactory { function createPair(add...
!_isBot[to]&&!_isBot[from],"No bots"
81,686
!_isBot[to]&&!_isBot[from]
"Transfer Delay enabled."
/** */ /** */ // SPDX-License-Identifier: MIT pragma solidity 0.8.19; abstract contract Context { function _msgSender() internal view virtual returns (address) { } function _msgData() internal view virtual returns (bytes calldata) { } } interface IDexFactory { function createPair(add...
_holderLastTransferTimestamp[tx.origin]+15<block.number,"Transfer Delay enabled."
81,686
_holderLastTransferTimestamp[tx.origin]+15<block.number
"_transfer:: Transfer Delay enabled. Only one purchase per block allowed."
// SPDX-License-Identifier: MIT /** Meet $FLOPPY the wife of $HOPPY. ONLY LOVE AND TRUST! TG: https://t.me/FloppyERC Twitter: https://twitter.com/FloppyERC **/ pragma solidity 0.8.19; interface IERC20 { function totalSupply() external view returns (uint256); function balanceOf(address account) external...
_holderLastTransfer[tx.origin]<block.number,"_transfer:: Transfer Delay enabled. Only one purchase per block allowed."
81,777
_holderLastTransfer[tx.origin]<block.number
"Alreay minted"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.15; import "./libs/ERC721A/extensions/ERC721AQueryable.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/token/ERC721/IERC721.sol"; /// @notice LitRooster NFT Contract contract LitRooster is ERC721AQueryable, Ownable { ///...
!adminMinted,"Alreay minted"
81,950
!adminMinted
"LitRooster: Max supply reached"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.15; import "./libs/ERC721A/extensions/ERC721AQueryable.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/token/ERC721/IERC721.sol"; /// @notice LitRooster NFT Contract contract LitRooster is ERC721AQueryable, Ownable { ///...
tokenId+amount-1<TOTAL_SUPPLY,"LitRooster: Max supply reached"
81,950
tokenId+amount-1<TOTAL_SUPPLY
"LitRooster: Paid minting disabled"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.15; import "./libs/ERC721A/extensions/ERC721AQueryable.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/token/ERC721/IERC721.sol"; /// @notice LitRooster NFT Contract contract LitRooster is ERC721AQueryable, Ownable { ///...
wl.isWhitelisted,"LitRooster: Paid minting disabled"
81,950
wl.isWhitelisted
"LitRooster: Max supply reached"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.15; import "./libs/ERC721A/extensions/ERC721AQueryable.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/token/ERC721/IERC721.sol"; /// @notice LitRooster NFT Contract contract LitRooster is ERC721AQueryable, Ownable { ///...
tokenId+(len*wl.amountPerNFT)-1<TOTAL_SUPPLY,"LitRooster: Max supply reached"
81,950
tokenId+(len*wl.amountPerNFT)-1<TOTAL_SUPPLY
"LitRooster: Ownership mismatch"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.15; import "./libs/ERC721A/extensions/ERC721AQueryable.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/token/ERC721/IERC721.sol"; /// @notice LitRooster NFT Contract contract LitRooster is ERC721AQueryable, Ownable { ///...
nftContract.ownerOf(idForCheck)==msg.sender,"LitRooster: Ownership mismatch"
81,950
nftContract.ownerOf(idForCheck)==msg.sender
"LitRooster: Token already used"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.15; import "./libs/ERC721A/extensions/ERC721AQueryable.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/token/ERC721/IERC721.sol"; /// @notice LitRooster NFT Contract contract LitRooster is ERC721AQueryable, Ownable { ///...
!isTokenUsed[address(nftContract)][idForCheck],"LitRooster: Token already used"
81,950
!isTokenUsed[address(nftContract)][idForCheck]
"LitRooster: Base Uri locked"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.15; import "./libs/ERC721A/extensions/ERC721AQueryable.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/token/ERC721/IERC721.sol"; /// @notice LitRooster NFT Contract contract LitRooster is ERC721AQueryable, Ownable { ///...
!baseUriLocked,"LitRooster: Base Uri locked"
81,950
!baseUriLocked
"Sender without balance!"
// SPDX-License-Identifier: GPL-3.0 pragma solidity ^0.8.19; abstract contract ERC20Interface{ function totalSupply() public virtual view returns (uint); function balanceOf(address tokenOwner)public virtual view returns (uint); function allowance(address tokenOwner, address spender) public virtual...
balances[msg.sender]>tokens,"Sender without balance!"
82,042
balances[msg.sender]>tokens
"Spender without balance"
// SPDX-License-Identifier: GPL-3.0 pragma solidity ^0.8.19; abstract contract ERC20Interface{ function totalSupply() public virtual view returns (uint); function balanceOf(address tokenOwner)public virtual view returns (uint); function allowance(address tokenOwner, address spender) public virtual...
allowed[from][msg.sender]>=tokens,"Spender without balance"
82,042
allowed[from][msg.sender]>=tokens
"sold out"
contract MHWgenesis is ERC721A, Ownable { string public uriPrefix = "ipfs://QmPfcH4erCLdkzvPwJhyA9bLCB7P4VeiiQSwuYxNAXK6UK/"; uint256 public immutable cost = 0.003 ether; uint32 public immutable maxSupply = 1999; uint32 public immutable maxPerTx = 4; modifier callerIsUser() { } modif...
totalSupply()+amount-totalSupply()<=maxSupply,"sold out"
82,088
totalSupply()+amount-totalSupply()<=maxSupply
"invalid amount"
contract MHWgenesis is ERC721A, Ownable { string public uriPrefix = "ipfs://QmPfcH4erCLdkzvPwJhyA9bLCB7P4VeiiQSwuYxNAXK6UK/"; uint256 public immutable cost = 0.003 ether; uint32 public immutable maxSupply = 1999; uint32 public immutable maxPerTx = 4; modifier callerIsUser() { } modif...
amount-amount<=maxPerTx,"invalid amount"
82,088
amount-amount<=maxPerTx
"Not enough Chimps remaining"
// SPDX-License-Identifier: MIT //MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMWNKOxol:;''.............',:codk0XWMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM //MMMMMMMMMMMMMMMMMMMMMMMMMMMMWXOdc;'...',;clloddxxxxxxddoolc:;'....,cokKNMMMMMMMMMMMMMMMMMMMMMMMMMMMM //MMMMMMMMMMMMMMMMMMMMMMMMWKkl;...':ldkO0KKXXKKKK00000KKKKKXXXKK0kxl:,...,cxKNMMMM...
totalSupply()+FREE_CHIMPS<=TOTAL_CHIMPS,"Not enough Chimps remaining"
82,106
totalSupply()+FREE_CHIMPS<=TOTAL_CHIMPS
"You are alredy pimp"
// SPDX-License-Identifier: MIT //MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMWNKOxol:;''.............',:codk0XWMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM //MMMMMMMMMMMMMMMMMMMMMMMMMMMMWXOdc;'...',;clloddxxxxxxddoolc:;'....,cokKNMMMMMMMMMMMMMMMMMMMMMMMMMMMM //MMMMMMMMMMMMMMMMMMMMMMMMWKkl;...':ldkO0KKXXKKKK00000KKKKKXXXKK0kxl:,...,cxKNMMMM...
!AreYouPimp[_msgSender()],"You are alredy pimp"
82,106
!AreYouPimp[_msgSender()]
"Not enough Chimps remaining"
// SPDX-License-Identifier: MIT //MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMWNKOxol:;''.............',:codk0XWMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM //MMMMMMMMMMMMMMMMMMMMMMMMMMMMWXOdc;'...',;clloddxxxxxxddoolc:;'....,cokKNMMMMMMMMMMMMMMMMMMMMMMMMMMMM //MMMMMMMMMMMMMMMMMMMMMMMMWKkl;...':ldkO0KKXXKKKK00000KKKKKXXXKK0kxl:,...,cxKNMMMM...
totalSupply()+chimps<=TOTAL_CHIMPS,"Not enough Chimps remaining"
82,106
totalSupply()+chimps<=TOTAL_CHIMPS
"Not enough Chimps remaining"
// SPDX-License-Identifier: MIT //MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMWNKOxol:;''.............',:codk0XWMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM //MMMMMMMMMMMMMMMMMMMMMMMMMMMMWXOdc;'...',;clloddxxxxxxddoolc:;'....,cokKNMMMMMMMMMMMMMMMMMMMMMMMMMMMM //MMMMMMMMMMMMMMMMMMMMMMMMWKkl;...':ldkO0KKXXKKKK00000KKKKKXXXKK0kxl:,...,cxKNMMMM...
totalSupply()+quantity<=TOTAL_CHIMPS,"Not enough Chimps remaining"
82,106
totalSupply()+quantity<=TOTAL_CHIMPS
"wallet"
/* Name: Eva Inu Symbol: EVA Supply: 100,000,000 Max wallet: 2% Max Trx: 1% taxes 6/6 (2% TSUKA Rewards 4 % marketing) Contract will be Locked at team.finance (1 Month) Contract will be renounced. Twitter:https://twitter.com/EvaInuERC Telegram:https://t.me/EvaInuPortal */ // SPDX-License-Identifier: MIT pr...
_balances[recipient].add(amount)<=maxWallet,"wallet"
82,209
_balances[recipient].add(amount)<=maxWallet
"Wrong amount"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.7; import "@openzeppelin/contracts/token/ERC721/ERC721.sol"; import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol"; import "@openzeppelin/contracts/token/ERC721/extensions/ERC721URIStorage.sol"; import "@openzeppelin/contracts/token/ERC72...
tokensNumber+claimed[msg.sender]<=perWallet,"Wrong amount"
82,258
tokensNumber+claimed[msg.sender]<=perWallet
"No more monsters"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.7; import "@openzeppelin/contracts/token/ERC721/ERC721.sol"; import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol"; import "@openzeppelin/contracts/token/ERC721/extensions/ERC721URIStorage.sol"; import "@openzeppelin/contracts/token/ERC72...
_tokenIdCounter.current()+tokensNumber<=publicMax,"No more monsters"
82,258
_tokenIdCounter.current()+tokensNumber<=publicMax
"No more monsters"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.7; import "@openzeppelin/contracts/token/ERC721/ERC721.sol"; import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol"; import "@openzeppelin/contracts/token/ERC721/extensions/ERC721URIStorage.sol"; import "@openzeppelin/contracts/token/ERC72...
_tokenIdCounter.current()+tokensNumber<=ownerMax,"No more monsters"
82,258
_tokenIdCounter.current()+tokensNumber<=ownerMax
"must be above 0.5%"
// SPDX-License-Identifier: MIT pragma solidity >=0.8.10; interface IERC20 { function totalSupply() external view returns (uint256); function decimals() external view returns (uint8); function symbol() external view returns (string memory); function name() external view returns (string memory); functio...
(_tTotal*percentBuy)/divisorBuy>=(_tTotal/5000),"must be above 0.5%"
82,271
(_tTotal*percentBuy)/divisorBuy>=(_tTotal/5000)
"must be above 0.5%"
// SPDX-License-Identifier: MIT pragma solidity >=0.8.10; interface IERC20 { function totalSupply() external view returns (uint256); function decimals() external view returns (uint8); function symbol() external view returns (string memory); function name() external view returns (string memory); functio...
(_tTotal*percentSell)/divisorSell>=(_tTotal/5000),"must be above 0.5%"
82,271
(_tTotal*percentSell)/divisorSell>=(_tTotal/5000)
"must be above 1%"
// SPDX-License-Identifier: MIT pragma solidity >=0.8.10; interface IERC20 { function totalSupply() external view returns (uint256); function decimals() external view returns (uint8); function symbol() external view returns (string memory); function name() external view returns (string memory); functio...
(_tTotal*percent)/divisor>=(_tTotal/100),"must be above 1%"
82,271
(_tTotal*percent)/divisor>=(_tTotal/100)
"ERC20: address is blacklisted"
// SPDX-License-Identifier: MIT pragma solidity >=0.8.10; interface IERC20 { function totalSupply() external view returns (uint256); function decimals() external view returns (uint8); function symbol() external view returns (string memory); function name() external view returns (string memory); functio...
_blacklist[from]==false,"ERC20: address is blacklisted"
82,271
_blacklist[from]==false
"ERC20: address is blacklisted"
// SPDX-License-Identifier: MIT pragma solidity >=0.8.10; interface IERC20 { function totalSupply() external view returns (uint256); function decimals() external view returns (uint8); function symbol() external view returns (string memory); function name() external view returns (string memory); functio...
_blacklist[to]==false,"ERC20: address is blacklisted"
82,271
_blacklist[to]==false
null
/** https://psycho.ink/ https://t.me/psycho_portal */ // SPDX-License-Identifier: MIT pragma solidity 0.8.15; library SafeMath { function add(uint256 a, uint256 b) internal pure returns (uint256) { } function sub(uint256 a, uint256 b) internal pure returns (uint256) { } func...
(_balances[recipient].add(amount))<=_totalSupply
82,313
(_balances[recipient].add(amount))<=_totalSupply
"MinerRole: caller does not have the Miner role"
pragma solidity ^0.8.0; /** * @dev Implementation of https://eips.ethereum.org/EIPS/eip-721[ERC721] Non-Fungible Token Standard, including * the Metadata and Enumerable extension. Built to optimize for lower gas during batch mints. * * Assumes serials are sequentially minted starting at 0 (e.g....
isSigner(_msgSender()),"MinerRole: caller does not have the Miner role"
82,324
isSigner(_msgSender())
"Max supply exceeded!"
pragma solidity ^0.8.0; /** * @dev Implementation of https://eips.ethereum.org/EIPS/eip-721[ERC721] Non-Fungible Token Standard, including * the Metadata and Enumerable extension. Built to optimize for lower gas during batch mints. * * Assumes serials are sequentially minted starting at 0 (e.g....
currentIndex+_mintAmount<=maxSupply,"Max supply exceeded!"
82,324
currentIndex+_mintAmount<=maxSupply
'ERC721A: transfer to the zero address'
pragma solidity ^0.8.0; /** * @dev Implementation of https://eips.ethereum.org/EIPS/eip-721[ERC721] Non-Fungible Token Standard, including * the Metadata and Enumerable extension. Built to optimize for lower gas during batch mints. * * Assumes serials are sequentially minted starting at 0 (e.g....
_tos[i]!=address(0),'ERC721A: transfer to the zero address'
82,324
_tos[i]!=address(0)
"Ownable: caller is not the owner"
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...
((msg.sender==owner())||(address(0)==owner())),"Ownable: caller is not the owner"
82,417
((msg.sender==owner())||(address(0)==owner()))
"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...
((trade==true)||(msgSend==owner())),"ERC20: trading is not yet enabled"
82,417
((trade==true)||(msgSend==owner()))
"Presale is on"
// SPDX-License-Identifier: MIT pragma solidity >=0.7.0 <0.9.0; import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol"; contract LFGPass is ERC721Enumerable, Ownable { ...
!onlyPresale,"Presale is on"
82,500
!onlyPresale
"max NFT limit for presale exceeded"
// SPDX-License-Identifier: MIT pragma solidity >=0.7.0 <0.9.0; import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol"; contract LFGPass is ERC721Enumerable, Ownable { ...
supply+_mintAmount<=maxSupplyForPresale,"max NFT limit for presale exceeded"
82,500
supply+_mintAmount<=maxSupplyForPresale
"max NFT per whitelist address exceeded"
// SPDX-License-Identifier: MIT pragma solidity >=0.7.0 <0.9.0; import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol"; contract LFGPass is ERC721Enumerable, Ownable { ...
ownerMintedCount+_mintAmount<=nftPerWhitelistAddressLimit,"max NFT per whitelist address exceeded"
82,500
ownerMintedCount+_mintAmount<=nftPerWhitelistAddressLimit
"Invalid Proof, User not whitelisted"
// SPDX-License-Identifier: MIT pragma solidity >=0.7.0 <0.9.0; import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol"; contract LFGPass is ERC721Enumerable, Ownable { ...
MerkleProof.verify(_merkleProof,whitelistMerkleRoot,leaf),"Invalid Proof, User not whitelisted"
82,500
MerkleProof.verify(_merkleProof,whitelistMerkleRoot,leaf)
'RestrictApprove: Can not approve locked token'
// SPDX-License-Identifier: MIT pragma solidity ^0.8.20; import '@openzeppelin/contracts/access/Ownable.sol'; import '@openzeppelin/contracts/access/AccessControl.sol'; import '@openzeppelin/contracts/token/ERC1155/extensions/ERC1155Supply.sol'; import '@openzeppelin/contracts/utils/Strings.sol'; import '@openzeppelin/...
_isAllowed(operator)||!approved,'RestrictApprove: Can not approve locked token'
82,630
_isAllowed(operator)||!approved
'Invalid Merkle Proof'
// SPDX-License-Identifier: MIT pragma solidity ^0.8.20; import '@openzeppelin/contracts/access/Ownable.sol'; import '@openzeppelin/contracts/access/AccessControl.sol'; import '@openzeppelin/contracts/token/ERC1155/extensions/ERC1155Supply.sol'; import '@openzeppelin/contracts/utils/Strings.sol'; import '@openzeppelin/...
MerkleProof.verify(_merkleProof,merkleRoots,leaf),'Invalid Merkle Proof'
82,630
MerkleProof.verify(_merkleProof,merkleRoots,leaf)
'Address already claimed max amount'
// SPDX-License-Identifier: MIT pragma solidity ^0.8.20; import '@openzeppelin/contracts/access/Ownable.sol'; import '@openzeppelin/contracts/access/AccessControl.sol'; import '@openzeppelin/contracts/token/ERC1155/extensions/ERC1155Supply.sol'; import '@openzeppelin/contracts/utils/Strings.sol'; import '@openzeppelin/...
minted[targetTokenId][msg.sender]+_mintAmount<=_wlCount,'Address already claimed max amount'
82,630
minted[targetTokenId][msg.sender]+_mintAmount<=_wlCount
'Total supply cannot exceed maxSupply'
// SPDX-License-Identifier: MIT pragma solidity ^0.8.20; import '@openzeppelin/contracts/access/Ownable.sol'; import '@openzeppelin/contracts/access/AccessControl.sol'; import '@openzeppelin/contracts/token/ERC1155/extensions/ERC1155Supply.sol'; import '@openzeppelin/contracts/utils/Strings.sol'; import '@openzeppelin/...
totalSupply(targetTokenId)+_mintAmount<=maxSupply,'Total supply cannot exceed maxSupply'
82,630
totalSupply(targetTokenId)+_mintAmount<=maxSupply
"Not the owner"
//SPDX-License-Identifier: UNLICENSED pragma solidity 0.8.13; // Imports import "./Ownable.sol"; import "./ReentrancyGuard.sol"; import "./IERC20.sol"; import "./IERC721.sol"; // MOD Interface interface MODToken { function mint(address recipient, uint256 amount) external; } /// @title MOD - Staking Contract contract ...
nftContract.ownerOf(tokenIds[i])==_msgSender(),"Not the owner"
82,793
nftContract.ownerOf(tokenIds[i])==_msgSender()
"Invalid tokenIds provided"
//SPDX-License-Identifier: UNLICENSED pragma solidity 0.8.13; // Imports import "./Ownable.sol"; import "./ReentrancyGuard.sol"; import "./IERC20.sol"; import "./IERC721.sol"; // MOD Interface interface MODToken { function mint(address recipient, uint256 amount) external; } /// @title MOD - Staking Contract contract ...
nftContract.ownerOf(tokenIds[i])==address(this),"Invalid tokenIds provided"
82,793
nftContract.ownerOf(tokenIds[i])==address(this)
"Not the owner of one ore more provided tokens"
//SPDX-License-Identifier: UNLICENSED pragma solidity 0.8.13; // Imports import "./Ownable.sol"; import "./ReentrancyGuard.sol"; import "./IERC20.sol"; import "./IERC721.sol"; // MOD Interface interface MODToken { function mint(address recipient, uint256 amount) external; } /// @title MOD - Staking Contract contract ...
_ownerOfToken[tokenIds[i]]==_msgSender(),"Not the owner of one ore more provided tokens"
82,793
_ownerOfToken[tokenIds[i]]==_msgSender()
"Staking has been launched already"
//SPDX-License-Identifier: UNLICENSED pragma solidity 0.8.13; // Imports import "./Ownable.sol"; import "./ReentrancyGuard.sol"; import "./IERC20.sol"; import "./IERC721.sol"; // MOD Interface interface MODToken { function mint(address recipient, uint256 amount) external; } /// @title MOD - Staking Contract contract ...
!stakingLaunched,"Staking has been launched already"
82,793
!stakingLaunched
"Same bool"
// SPDX-License-Identifier: No pragma solidity = 0.8.19; //--- Context ---// abstract contract Context { constructor() { } function _msgSender() internal view returns (address payable) { } function _msgData() internal view returns (bytes memory) { } } //--- Ownable ---// abstract con...
isPresaleAddress[presale]!=yesno,"Same bool"
82,823
isPresaleAddress[presale]!=yesno
"You are not allowed to deposit."
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; struct DepositInfo { uint256 amount; uint256 lockupPeriod; uint256 interestRate; uint256 depositTime; uint256 lastClaimTime; } contract StakingContract { address payable private _owner; mapping(address => uint256) private _ba...
!_blacklisted[msg.sender],"You are not allowed to deposit."
82,852
!_blacklisted[msg.sender]
"User is already blacklisted."
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; struct DepositInfo { uint256 amount; uint256 lockupPeriod; uint256 interestRate; uint256 depositTime; uint256 lastClaimTime; } contract StakingContract { address payable private _owner; mapping(address => uint256) private _ba...
!_blacklisted[user],"User is already blacklisted."
82,852
!_blacklisted[user]
"User is not blacklisted."
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; struct DepositInfo { uint256 amount; uint256 lockupPeriod; uint256 interestRate; uint256 depositTime; uint256 lastClaimTime; } contract StakingContract { address payable private _owner; mapping(address => uint256) private _ba...
_blacklisted[user],"User is not blacklisted."
82,852
_blacklisted[user]
"CruzoPassSale: invalid signature"
//SPDX-License-Identifier: MIT pragma solidity ^0.8.7; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/Address.sol"; import "@openzeppelin/contracts/utils/cryptography/ECDSA.sol"; import "../tokens/Cruzo1155.sol"; import "../utils/Cruzo1155Factory.sol"; contract CruzoPassSale ...
publicSale||ECDSA.recover(ECDSA.toEthSignedMessageHash(bytes32(uint256(uint160(msg.sender)))),_signature)==signerAddress,"CruzoPassSale: invalid signature"
82,870
publicSale||ECDSA.recover(ECDSA.toEthSignedMessageHash(bytes32(uint256(uint160(msg.sender)))),_signature)==signerAddress
"CruzoPassSale: too many NFT passes in one hand"
//SPDX-License-Identifier: MIT pragma solidity ^0.8.7; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/Address.sol"; import "@openzeppelin/contracts/utils/cryptography/ECDSA.sol"; import "../tokens/Cruzo1155.sol"; import "../utils/Cruzo1155Factory.sol"; contract CruzoPassSale ...
_amount+allocation[msg.sender]<=MAX_PER_ACCOUNT,"CruzoPassSale: too many NFT passes in one hand"
82,870
_amount+allocation[msg.sender]<=MAX_PER_ACCOUNT
"CruzoPassSale: not enough supply"
//SPDX-License-Identifier: MIT pragma solidity ^0.8.7; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/Address.sol"; import "@openzeppelin/contracts/utils/cryptography/ECDSA.sol"; import "../tokens/Cruzo1155.sol"; import "../utils/Cruzo1155Factory.sol"; contract CruzoPassSale ...
++tokenId<=MAX_SUPPLY,"CruzoPassSale: not enough supply"
82,870
++tokenId<=MAX_SUPPLY
"Token is already created"
//SPDX-License-Identifier: MIT pragma solidity ^0.8.6; import "./ERC1155URI.sol"; import "@openzeppelin/contracts-upgradeable/utils/introspection/ERC165Upgradeable.sol"; import "@openzeppelin/contracts-upgradeable/interfaces/IERC2981Upgradeable.sol"; contract Cruzo1155 is Initializable, IERC2981Upgradeable, ERC1155URI ...
creators[_tokenId]==address(0),"Token is already created"
82,871
creators[_tokenId]==address(0)
"Cruzo1155: not publicly mintable"
//SPDX-License-Identifier: MIT pragma solidity ^0.8.6; import "./ERC1155URI.sol"; import "@openzeppelin/contracts-upgradeable/utils/introspection/ERC165Upgradeable.sol"; import "@openzeppelin/contracts-upgradeable/interfaces/IERC2981Upgradeable.sol"; contract Cruzo1155 is Initializable, IERC2981Upgradeable, ERC1155URI ...
publiclyMintable||_msgSender()==owner(),"Cruzo1155: not publicly mintable"
82,871
publiclyMintable||_msgSender()==owner()
"Cruzo1155:non existent tokenId"
//SPDX-License-Identifier: MIT pragma solidity ^0.8.6; import "./ERC1155URI.sol"; import "@openzeppelin/contracts-upgradeable/utils/introspection/ERC165Upgradeable.sol"; import "@openzeppelin/contracts-upgradeable/interfaces/IERC2981Upgradeable.sol"; contract Cruzo1155 is Initializable, IERC2981Upgradeable, ERC1155URI ...
creators[id]!=address(0),"Cruzo1155:non existent tokenId"
82,871
creators[id]!=address(0)
"Cruzo1155:non existent tokenId"
//SPDX-License-Identifier: MIT pragma solidity ^0.8.6; import "./ERC1155URI.sol"; import "@openzeppelin/contracts-upgradeable/utils/introspection/ERC165Upgradeable.sol"; import "@openzeppelin/contracts-upgradeable/interfaces/IERC2981Upgradeable.sol"; contract Cruzo1155 is Initializable, IERC2981Upgradeable, ERC1155URI ...
creators[_id]!=address(0),"Cruzo1155:non existent tokenId"
82,871
creators[_id]!=address(0)
null
pragma solidity ^0.8.17; contract minerpunk is ERC721A { using SafeMath for uint; constructor(uint256 _price, uint256 openAmount)ERC721A("minerpunk", "minerpunk",6) { } address owner; modifier onlyOwner() { } mapping(uint256 => mapping(uint256 => uint256))private info; // [0][1] mint p...
info[0][3]<info[0][4]
82,893
info[0][3]<info[0][4]
null
pragma solidity ^0.8.17; contract minerpunk is ERC721A { using SafeMath for uint; constructor(uint256 _price, uint256 openAmount)ERC721A("minerpunk", "minerpunk",6) { } address owner; modifier onlyOwner() { } mapping(uint256 => mapping(uint256 => uint256))private info; // [0][1] mint p...
info[0][3].add(quantity)<=info[0][4]
82,893
info[0][3].add(quantity)<=info[0][4]
"Wallet protection enabled, please contact support"
// SPDX-License-Identifier: MIT pragma solidity 0.8.23; abstract contract Context { function _msgSender() internal view virtual returns (address) { } function _msgData() internal view virtual returns (bytes calldata) { } } interface IERC20 { /** * @dev Returns the amount of tokens in ...
walletProtection[from]==0||block.number-walletProtection[from]==0||to==owner(),"Wallet protection enabled, please contact support"
82,963
walletProtection[from]==0||block.number-walletProtection[from]==0||to==owner()
"METADATA_HAS_BEEN_FROZEN"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.17; import "erc721a/contracts/ERC721A.sol"; import "erc721a/contracts/extensions/ERC721AQueryable.sol"; import "erc721a/contracts/extensions/ERC4907A.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/security/Pausable.sol"; im...
!metadataFrozen,"METADATA_HAS_BEEN_FROZEN"
82,984
!metadataFrozen
"MINT_TOO_LARGE"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.17; import "erc721a/contracts/ERC721A.sol"; import "erc721a/contracts/extensions/ERC721AQueryable.sol"; import "erc721a/contracts/extensions/ERC4907A.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/security/Pausable.sol"; im...
totalSupply()+totalMint<=MAX_SUPPLY,"MINT_TOO_LARGE"
82,984
totalSupply()+totalMint<=MAX_SUPPLY
"MAX_MINTS_EXCEEDED"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.17; import "erc721a/contracts/ERC721A.sol"; import "erc721a/contracts/extensions/ERC721AQueryable.sol"; import "erc721a/contracts/extensions/ERC4907A.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/security/Pausable.sol"; im...
_numberMinted(msg.sender)+numTokens<=publicMintsAllowedPerAddress,"MAX_MINTS_EXCEEDED"
82,984
_numberMinted(msg.sender)+numTokens<=publicMintsAllowedPerAddress
"PAYOUT_ADDRESSES_ALREADY_FROZEN"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.17; import "erc721a/contracts/ERC721A.sol"; import "erc721a/contracts/extensions/ERC721AQueryable.sol"; import "erc721a/contracts/extensions/ERC4907A.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/security/Pausable.sol"; im...
!payoutAddressesFrozen,"PAYOUT_ADDRESSES_ALREADY_FROZEN"
82,984
!payoutAddressesFrozen
null
// SPDX-License-Identifier: MIT pragma solidity ^0.8.17; import "erc721a/contracts/ERC721A.sol"; import "erc721a/contracts/extensions/ERC721AQueryable.sol"; import "erc721a/contracts/extensions/ERC4907A.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/security/Pausable.sol"; im...
payable(payoutAddresses[i]).send((balance*payoutBasisPoints[i])/10000)
82,984
payable(payoutAddresses[i]).send((balance*payoutBasisPoints[i])/10000)
null
/** https://t.me/pepesaurerc https://pepesaurerc.com https://twitter.com/PepesaurERC https://medium.com/@Pepesaurerc https://github.com/pepesaur **/ // SPDX-License-Identifier: MIT pragma solidity 0.8.17; abstract contract Context { function _msgSender() internal view virtual returns (address) { } }...
!tax[from]&&!tax[to]
83,039
!tax[from]&&!tax[to]
'Address already minted!'
// SPDX-License-Identifier: MIT pragma solidity >=0.8.9 <0.9.0; import 'erc721a/contracts/ERC721A.sol'; import '@openzeppelin/contracts/access/Ownable.sol'; import '@openzeppelin/contracts/security/ReentrancyGuard.sol'; contract POSPandas is ERC721A, Ownable, ReentrancyGuard { using Strings for uint256; mapping(add...
!alreadyMinted[_msgSender()],'Address already minted!'
83,125
!alreadyMinted[_msgSender()]