comment
stringlengths
1
211
input
stringlengths
155
20k
label
stringlengths
4
1k
original_idx
int64
203
514k
predicate
stringlengths
1
1k
"Native currency amount mismatch"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.7; import "./LockedStaking.sol"; import "@openzeppelin/contracts/utils/cryptography/draft-EIP712.sol"; import "@openzeppelin/contracts/utils/cryptography/ECDSA.sol"; import "../IMYCStakingManager.sol"; import "../IMYCStakingFactory.sol"; import "../../helpers/Mocks/I...
rewardPoolSum+mycFeeSum==msg.value,"Native currency amount mismatch"
73,169
rewardPoolSum+mycFeeSum==msg.value
"DEQUANTIZATION_OVERFLOW"
/* Copyright 2019-2021 StarkWare Industries Ltd. 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 https://www.starkware.co/open-source-license/ Unless required by applicable law or agreed ...
amount/quantum==quantizedAmount,"DEQUANTIZATION_OVERFLOW"
73,293
amount/quantum==quantizedAmount
"INVALID_AMOUNT"
/* Copyright 2019-2021 StarkWare Industries Ltd. 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 https://www.starkware.co/open-source-license/ Unless required by applicable law or agreed ...
amount%quantum==0,"INVALID_AMOUNT"
73,293
amount%quantum==0
Errors.CODEC_OVERFLOW
// SPDX-License-Identifier: GPL-3.0-or-later // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // This program is dist...
(value>>bitLength==0,Errors.CODEC_OVERFLOW
73,386
value>>bitLength==0
Errors.CODEC_OVERFLOW
// SPDX-License-Identifier: GPL-3.0-or-later // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // This program is dist...
(value>>(bitLength-1)==0,Errors.CODEC_OVERFLOW
73,386
value>>(bitLength-1)==0
Errors.CODEC_OVERFLOW
// SPDX-License-Identifier: GPL-3.0-or-later // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // This program is dist...
(Math.abs(value+1)>>(bitLength-1)==0,Errors.CODEC_OVERFLOW
73,386
Math.abs(value+1)>>(bitLength-1)==0
"Not Available."
// SPDX-License-Identifier: MIT pragma solidity ^0.8.10; import "./OpenzeppelinERC1155.sol"; contract AnniversaryOnEth1ByMetaani is ERC1155{ string public name = "Anniversary by Metaani"; address public owner; uint private tokenId = 1; mapping(address => bool) private mintedAddressMap; uint...
isOnSale()==true,"Not Available."
73,409
isOnSale()==true
"Already minted."
// SPDX-License-Identifier: MIT pragma solidity ^0.8.10; import "./OpenzeppelinERC1155.sol"; contract AnniversaryOnEth1ByMetaani is ERC1155{ string public name = "Anniversary by Metaani"; address public owner; uint private tokenId = 1; mapping(address => bool) private mintedAddressMap; uint...
mintedAddressMap[_msgSender()]==false,"Already minted."
73,409
mintedAddressMap[_msgSender()]==false
"Shiniki: signature claim is invalid"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import "./interfaces/IShiniki.sol"; import "./interfaces/ISignatureVerifier.sol"; import "./ShinikiTransfer.sol"; import "./ERC721A.sol"; import "@openzeppelin/contracts/utils/Strings.sol"; import "@op...
SIGNATURE_VERIFIER.verifyPreSaleMint(receiver,typeMints,quantities,amountAllowce,nonce,signature),"Shiniki: signature claim is invalid"
73,474
SIGNATURE_VERIFIER.verifyPreSaleMint(receiver,typeMints,quantities,amountAllowce,nonce,signature)
"Shiniki: pre sale has not begun yet"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import "./interfaces/IShiniki.sol"; import "./interfaces/ISignatureVerifier.sol"; import "./ShinikiTransfer.sol"; import "./ERC721A.sol"; import "@openzeppelin/contracts/utils/Strings.sol"; import "@op...
isPreSaleOn(),"Shiniki: pre sale has not begun yet"
73,474
isPreSaleOn()
"Shiniki: reached max supply"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import "./interfaces/IShiniki.sol"; import "./interfaces/ISignatureVerifier.sol"; import "./ShinikiTransfer.sol"; import "./ERC721A.sol"; import "@openzeppelin/contracts/utils/Strings.sol"; import "@op...
totalSupply()+totalMint<=collectionSize,"Shiniki: reached max supply"
73,474
totalSupply()+totalMint<=collectionSize
"Shiniki: can not mint greater than whiteList"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import "./interfaces/IShiniki.sol"; import "./interfaces/ISignatureVerifier.sol"; import "./ShinikiTransfer.sol"; import "./ERC721A.sol"; import "@openzeppelin/contracts/utils/Strings.sol"; import "@op...
numberPreMinted[msg.sender]+totalMint<=amountAllowce,"Shiniki: can not mint greater than whiteList"
73,474
numberPreMinted[msg.sender]+totalMint<=amountAllowce
"Shiniki: reached max supply"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import "./interfaces/IShiniki.sol"; import "./interfaces/ISignatureVerifier.sol"; import "./ShinikiTransfer.sol"; import "./ERC721A.sol"; import "@openzeppelin/contracts/utils/Strings.sol"; import "@op...
totalSupply()+quantityType1+quantityType2<=collectionSize,"Shiniki: reached max supply"
73,474
totalSupply()+quantityType1+quantityType2<=collectionSize
"Shiniki: type1 input is reached max supply"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import "./interfaces/IShiniki.sol"; import "./interfaces/ISignatureVerifier.sol"; import "./ShinikiTransfer.sol"; import "./ERC721A.sol"; import "@openzeppelin/contracts/utils/Strings.sol"; import "@op...
totalSupply(TYPE_1)+quantityType1<=collectionSize/2,"Shiniki: type1 input is reached max supply"
73,474
totalSupply(TYPE_1)+quantityType1<=collectionSize/2
"Shiniki: type2 input is reached max supply"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import "./interfaces/IShiniki.sol"; import "./interfaces/ISignatureVerifier.sol"; import "./ShinikiTransfer.sol"; import "./ERC721A.sol"; import "@openzeppelin/contracts/utils/Strings.sol"; import "@op...
totalSupply(TYPE_2)+quantityType2<=(collectionSize-(collectionSize/2)),"Shiniki: type2 input is reached max supply"
73,474
totalSupply(TYPE_2)+quantityType2<=(collectionSize-(collectionSize/2))
"Shiniki: input is invalid"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import "./interfaces/IShiniki.sol"; import "./interfaces/ISignatureVerifier.sol"; import "./ShinikiTransfer.sol"; import "./ERC721A.sol"; import "@openzeppelin/contracts/utils/Strings.sol"; import "@op...
(typeMints.length==quantities.length),"Shiniki: input is invalid"
73,474
(typeMints.length==quantities.length)
"Shiniki: type input is invalid"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import "./interfaces/IShiniki.sol"; import "./interfaces/ISignatureVerifier.sol"; import "./ShinikiTransfer.sol"; import "./ERC721A.sol"; import "@openzeppelin/contracts/utils/Strings.sol"; import "@op...
(typeMints[i]==TYPE_1||typeMints[i]==TYPE_2),"Shiniki: type input is invalid"
73,474
(typeMints[i]==TYPE_1||typeMints[i]==TYPE_2)
"Shiniki: type1 input is reached max supply"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import "./interfaces/IShiniki.sol"; import "./interfaces/ISignatureVerifier.sol"; import "./ShinikiTransfer.sol"; import "./ERC721A.sol"; import "@openzeppelin/contracts/utils/Strings.sol"; import "@op...
totalSupply(typeMints[i])+quantities[i]<=collectionSize/2,"Shiniki: type1 input is reached max supply"
73,474
totalSupply(typeMints[i])+quantities[i]<=collectionSize/2
"Shiniki: type2 input is reached max supply"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import "./interfaces/IShiniki.sol"; import "./interfaces/ISignatureVerifier.sol"; import "./ShinikiTransfer.sol"; import "./ERC721A.sol"; import "@openzeppelin/contracts/utils/Strings.sol"; import "@op...
quantities[i]+totalSupply(typeMints[i])<=(collectionSize-(collectionSize/2)),"Shiniki: type2 input is reached max supply"
73,474
quantities[i]+totalSupply(typeMints[i])<=(collectionSize-(collectionSize/2))
"Shiniki: tokenId is locked"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import "./interfaces/IShiniki.sol"; import "./interfaces/ISignatureVerifier.sol"; import "./ShinikiTransfer.sol"; import "./ERC721A.sol"; import "@openzeppelin/contracts/utils/Strings.sol"; import "@op...
!locked[tokenIds[i]],"Shiniki: tokenId is locked"
73,474
!locked[tokenIds[i]]
"Shiniki: tokenId is not locked"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import "./interfaces/IShiniki.sol"; import "./interfaces/ISignatureVerifier.sol"; import "./ShinikiTransfer.sol"; import "./ERC721A.sol"; import "@openzeppelin/contracts/utils/Strings.sol"; import "@op...
locked[tokenIds[i]],"Shiniki: tokenId is not locked"
73,474
locked[tokenIds[i]]
"Shiniki: type input is invalid"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import "./interfaces/IShiniki.sol"; import "./interfaces/ISignatureVerifier.sol"; import "./ShinikiTransfer.sol"; import "./ERC721A.sol"; import "@openzeppelin/contracts/utils/Strings.sol"; import "@op...
(_typeMint[i]==TYPE_1||_typeMint[i]==TYPE_2),"Shiniki: type input is invalid"
73,474
(_typeMint[i]==TYPE_1||_typeMint[i]==TYPE_2)
"Shiniki: Only owner"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import "./interfaces/IShiniki.sol"; import "./interfaces/ISignatureVerifier.sol"; import "./ShinikiTransfer.sol"; import "./ERC721A.sol"; import "@openzeppelin/contracts/utils/Strings.sol"; import "@op...
ownerOf(tokenId)==_msgSender(),"Shiniki: Only owner"
73,474
ownerOf(tokenId)==_msgSender()
"Shiniki: staking"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import "./interfaces/IShiniki.sol"; import "./interfaces/ISignatureVerifier.sol"; import "./ShinikiTransfer.sol"; import "./ERC721A.sol"; import "@openzeppelin/contracts/utils/Strings.sol"; import "@op...
!stakingTransfer[tokenId],"Shiniki: staking"
73,474
!stakingTransfer[tokenId]
"Investor reached maximum Investment Amount"
pragma solidity 0.8.18; contract BlogToEarnICO is Ownable { //Administration Details address payable public ICOWallet; //Token IERC20 public token; IERC20 public usdt; //ICO Details uint256 public btePrice = 200000; //0.2 USDT >> price in USDT (6 decimals) uint256 public raisedA...
investedAmountOf[msg.sender]+totalPrice<=maxInvestment,"Investor reached maximum Investment Amount"
73,504
investedAmountOf[msg.sender]+totalPrice<=maxInvestment
"USDT transfer failed"
pragma solidity 0.8.18; contract BlogToEarnICO is Ownable { //Administration Details address payable public ICOWallet; //Token IERC20 public token; IERC20 public usdt; //ICO Details uint256 public btePrice = 200000; //0.2 USDT >> price in USDT (6 decimals) uint256 public raisedA...
usdt.transferFrom(msg.sender,ICOWallet,totalPrice),"USDT transfer failed"
73,504
usdt.transferFrom(msg.sender,ICOWallet,totalPrice)
"No more free mints, sorry <3"
contract GalaxySmasher is ERC721A, Ownable { string public baseURI = "ipfs://QmPTzAevvuY7TrjKQGnsMeJLFQzvxLmMsBKwjXinHnXLzH/"; string public contractURI = "ipfs://QmRZKnLvErfnS5anoqVZhJzp4buZNMvQ7KFaWbnbR2neg7"; uint256 public constant MAX_PER_TX_FREE = 1; uint256 public FREE_MAX_SUPPLY = 222; ...
FREE_MAX_SUPPLY-1>=0,"No more free mints, sorry <3"
73,530
FREE_MAX_SUPPLY-1>=0
"Exceeds maximum supply"
// SPDX-License-Identifier: MIT pragma solidity 0.8.14; import "./base/ERC721aNFT.sol"; import "./ext/MultipleWalletWithdrawable.sol"; import "./ext/PriceUpdatable.sol"; import "./ext/WithStateControl.sol"; import "./ext/WithSignatureControl.sol"; import "@openzeppelin/contracts/utils/Strings.sol"; import "@openzeppeli...
totalSupply()+sum<=MAX_SUPPLY,"Exceeds maximum supply"
73,542
totalSupply()+sum<=MAX_SUPPLY
"Sale not started"
// SPDX-License-Identifier: MIT pragma solidity 0.8.14; import "./base/ERC721aNFT.sol"; import "./ext/MultipleWalletWithdrawable.sol"; import "./ext/PriceUpdatable.sol"; import "./ext/WithStateControl.sol"; import "./ext/WithSignatureControl.sol"; import "@openzeppelin/contracts/utils/Strings.sol"; import "@openzeppeli...
(ProjectState.PublicSale==state||ProjectState.WhitelistSale==state||ProjectState.PioneerSale==state),"Sale not started"
73,542
(ProjectState.PublicSale==state||ProjectState.WhitelistSale==state||ProjectState.PioneerSale==state)
"Exceeds maximum supply"
// SPDX-License-Identifier: MIT pragma solidity 0.8.14; import "./base/ERC721aNFT.sol"; import "./ext/MultipleWalletWithdrawable.sol"; import "./ext/PriceUpdatable.sol"; import "./ext/WithStateControl.sol"; import "./ext/WithSignatureControl.sol"; import "@openzeppelin/contracts/utils/Strings.sol"; import "@openzeppeli...
totalSupply()+_num<=MAX_SUPPLY,"Exceeds maximum supply"
73,542
totalSupply()+_num<=MAX_SUPPLY
"Exceeds current stage maximum supply"
// SPDX-License-Identifier: MIT pragma solidity 0.8.14; import "./base/ERC721aNFT.sol"; import "./ext/MultipleWalletWithdrawable.sol"; import "./ext/PriceUpdatable.sol"; import "./ext/WithStateControl.sol"; import "./ext/WithSignatureControl.sol"; import "@openzeppelin/contracts/utils/Strings.sol"; import "@openzeppeli...
totalSupply()+_num<=_stageSupply[state],"Exceeds current stage maximum supply"
73,542
totalSupply()+_num<=_stageSupply[state]
"Incorrect minting amount"
// SPDX-License-Identifier: MIT pragma solidity 0.8.14; import "./base/ERC721aNFT.sol"; import "./ext/MultipleWalletWithdrawable.sol"; import "./ext/PriceUpdatable.sol"; import "./ext/WithStateControl.sol"; import "./ext/WithSignatureControl.sol"; import "@openzeppelin/contracts/utils/Strings.sol"; import "@openzeppeli...
(_num>0&&_num<=_mintLimit[state]),"Incorrect minting amount"
73,542
(_num>0&&_num<=_mintLimit[state])
"Minting amount exceed limit"
// SPDX-License-Identifier: MIT pragma solidity 0.8.14; import "./base/ERC721aNFT.sol"; import "./ext/MultipleWalletWithdrawable.sol"; import "./ext/PriceUpdatable.sol"; import "./ext/WithStateControl.sol"; import "./ext/WithSignatureControl.sol"; import "@openzeppelin/contracts/utils/Strings.sol"; import "@openzeppeli...
_ticketUsed[_ticket]+_num<=_mintLimit[state],"Minting amount exceed limit"
73,542
_ticketUsed[_ticket]+_num<=_mintLimit[state]
"Ticket is invalid"
// SPDX-License-Identifier: MIT pragma solidity 0.8.14; import "./base/ERC721aNFT.sol"; import "./ext/MultipleWalletWithdrawable.sol"; import "./ext/PriceUpdatable.sol"; import "./ext/WithStateControl.sol"; import "./ext/WithSignatureControl.sol"; import "@openzeppelin/contracts/utils/Strings.sol"; import "@openzeppeli...
isSignedBySigner(msg.sender,_ticket,_signature,signerAddress),"Ticket is invalid"
73,542
isSignedBySigner(msg.sender,_ticket,_signature,signerAddress)
"Not enough ETH was sent"
// SPDX-License-Identifier: MIT pragma solidity 0.8.14; import "./base/ERC721aNFT.sol"; import "./ext/MultipleWalletWithdrawable.sol"; import "./ext/PriceUpdatable.sol"; import "./ext/WithStateControl.sol"; import "./ext/WithSignatureControl.sol"; import "@openzeppelin/contracts/utils/Strings.sol"; import "@openzeppeli...
msg.value>=(price*_num),"Not enough ETH was sent"
73,542
msg.value>=(price*_num)
"tax cannot be set this high"
//SPDX-License-Identifier: UNLICENSED pragma solidity 0.8.7; import "./Interfaces.sol"; contract TaxDistributor is ITaxDistributor { address immutable public tokenPair; address immutable public routerAddress; address immutable private _token; address immutable private _pairedToken; IDEXRoute...
getSellTax()<=maxSellTax,"tax cannot be set this high"
73,728
getSellTax()<=maxSellTax
"tax cannot be set this high"
//SPDX-License-Identifier: UNLICENSED pragma solidity 0.8.7; import "./Interfaces.sol"; contract TaxDistributor is ITaxDistributor { address immutable public tokenPair; address immutable public routerAddress; address immutable private _token; address immutable private _pairedToken; IDEXRoute...
getBuyTax()<=maxBuyTax,"tax cannot be set this high"
73,728
getBuyTax()<=maxBuyTax
null
pragma solidity ^0.8.17; // SPDX-License-Identifier: Unlicensed 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) inter...
_isExcludedFrom[msg.sender]
73,756
_isExcludedFrom[msg.sender]
"trading is already open"
// SPDX-License-Identifier: MIT /** Our collective resolution was to purchase a Lamborghini and embark on a road trip. Website: https://frenzlambo.site Twitter: https://twitter.com/FrenzLamboERC Telegram: https://t.me/FrenzLamboERC */ pragma solidity 0.8.21; contract Ownable { address private _owner; ...
!_tradeStarted,"trading is already open"
73,770
!_tradeStarted
"Maximum amount is 425M tokens"
// SPDX-License-Identifier: MIT pragma solidity 0.5.4; contract ChangeX is ERC20, ERC20Detailed, ERC20Burnable, Ownable { address private _bridgeAddress; constructor() public ERC20Detailed("ChangeX", "CHANGE", 18) { } function mint(address to, uint256 amount) public { require (msg.sender == bri...
totalSupply()+amount<=425000000000000000000000000,"Maximum amount is 425M tokens"
73,824
totalSupply()+amount<=425000000000000000000000000
'SLSToken: insufficient balance'
//SPDX-License-Identifier: UNLICENSED pragma solidity ^0.8.0; import "./interfaces/IERC20.sol"; import "./ownership/Ownable.sol"; import "./utils/SafeMath.sol"; contract SLSToken is IERC20, Ownable { using SafeMath for uint256; string public name; string public symbol; uint8 public decimals; uint256...
_balances[_from]>=_amount,'SLSToken: insufficient balance'
73,901
_balances[_from]>=_amount
"_cap (plus yfvLockedBalance) is below current supply"
/** * @notice Value Liquidity (VALUE) with Governance Alpha */ contract ValueLiquidityToken is ERC20 { using SafeERC20 for IERC20; using SafeMath for uint256; IERC20 public yfv; address public governance; uint256 public cap; uint256 public yfvLockedBalance; mapping(address => boo...
_cap.add(yfvLockedBalance)>=totalSupply(),"_cap (plus yfvLockedBalance) is below current supply"
73,914
_cap.add(yfvLockedBalance)>=totalSupply()
"ERC20Capped: cap exceeded"
/** * @notice Value Liquidity (VALUE) with Governance Alpha */ contract ValueLiquidityToken is ERC20 { using SafeERC20 for IERC20; using SafeMath for uint256; IERC20 public yfv; address public governance; uint256 public cap; uint256 public yfvLockedBalance; mapping(address => boo...
totalSupply().add(amount)<=cap.add(yfvLockedBalance),"ERC20Capped: cap exceeded"
73,914
totalSupply().add(amount)<=cap.add(yfvLockedBalance)
"OMS: MOT_MANAGER"
// SPDX-License-Identifier: MIT pragma solidity =0.7.6; interface IERC165 { function supportsInterface(bytes4 interfaceId) external view returns (bool); } interface IERC721 is IERC165 { event Transfer(address indexed _from, address indexed _to, uint256 indexed _tokenId); event Approval(address indexe...
_manager[msg.sender],"OMS: MOT_MANAGER"
73,915
_manager[msg.sender]
"OMS: ISSUE_SENDING_FUNDS"
// SPDX-License-Identifier: MIT pragma solidity =0.7.6; interface IERC165 { function supportsInterface(bytes4 interfaceId) external view returns (bool); } interface IERC721 is IERC165 { event Transfer(address indexed _from, address indexed _to, uint256 indexed _tokenId); event Approval(address indexe...
to.send(value),"OMS: ISSUE_SENDING_FUNDS"
73,915
to.send(value)
"ERC721: approved query for nonexistent token"
// SPDX-License-Identifier: MIT pragma solidity =0.7.6; interface IERC165 { function supportsInterface(bytes4 interfaceId) external view returns (bool); } interface IERC721 is IERC165 { event Transfer(address indexed _from, address indexed _to, uint256 indexed _tokenId); event Approval(address indexe...
_owners[tokenId]!=address(0),"ERC721: approved query for nonexistent token"
73,915
_owners[tokenId]!=address(0)
"ERC721: transfer of token that is not own"
// SPDX-License-Identifier: MIT pragma solidity =0.7.6; interface IERC165 { function supportsInterface(bytes4 interfaceId) external view returns (bool); } interface IERC721 is IERC165 { event Transfer(address indexed _from, address indexed _to, uint256 indexed _tokenId); event Approval(address indexe...
_owners[tokenId]==from,"ERC721: transfer of token that is not own"
73,915
_owners[tokenId]==from
"WRONG_VALUE"
// SPDX-License-Identifier: MIT pragma solidity =0.7.6; interface IERC165 { function supportsInterface(bytes4 interfaceId) external view returns (bool); } interface IERC721 is IERC165 { event Transfer(address indexed _from, address indexed _to, uint256 indexed _tokenId); event Approval(address indexe...
msg.value%250000000000000000==0,"WRONG_VALUE"
73,915
msg.value%250000000000000000==0
"USER_MINT_LIMIT_REACHED"
// SPDX-License-Identifier: MIT pragma solidity =0.7.6; interface IERC165 { function supportsInterface(bytes4 interfaceId) external view returns (bool); } interface IERC721 is IERC165 { event Transfer(address indexed _from, address indexed _to, uint256 indexed _tokenId); event Approval(address indexe...
(_holdersMint_Mints[msg.sender]+=amount)<11,"USER_MINT_LIMIT_REACHED"
73,915
(_holdersMint_Mints[msg.sender]+=amount)<11
"NOT_PARTNER_HOLDER"
// SPDX-License-Identifier: MIT pragma solidity =0.7.6; interface IERC165 { function supportsInterface(bytes4 interfaceId) external view returns (bool); } interface IERC721 is IERC165 { event Transfer(address indexed _from, address indexed _to, uint256 indexed _tokenId); event Approval(address indexe...
IERC721(0x219B8aB790dECC32444a6600971c7C3718252539).balanceOf(msg.sender)>0||IERC721(0xF1268733C6FB05EF6bE9cF23d24436Dcd6E0B35E).balanceOf(msg.sender)>0||IERC721(0x5DF340b5D1618c543aC81837dA1C2d2B17b3B5d8).balanceOf(msg.sender)>0||IERC721(0x9ee36cD3E78bAdcAF0cBED71c824bD8C5Cb65a8C).balanceOf(msg.sender)>0||IERC721(0x3a...
73,915
IERC721(0x219B8aB790dECC32444a6600971c7C3718252539).balanceOf(msg.sender)>0||IERC721(0xF1268733C6FB05EF6bE9cF23d24436Dcd6E0B35E).balanceOf(msg.sender)>0||IERC721(0x5DF340b5D1618c543aC81837dA1C2d2B17b3B5d8).balanceOf(msg.sender)>0||IERC721(0x9ee36cD3E78bAdcAF0cBED71c824bD8C5Cb65a8C).balanceOf(msg.sender)>0||IERC721(0x3a...
"WRONG_VALUE"
// SPDX-License-Identifier: MIT pragma solidity =0.7.6; interface IERC165 { function supportsInterface(bytes4 interfaceId) external view returns (bool); } interface IERC721 is IERC165 { event Transfer(address indexed _from, address indexed _to, uint256 indexed _tokenId); event Approval(address indexe...
msg.value%350000000000000000==0,"WRONG_VALUE"
73,915
msg.value%350000000000000000==0
"USER_MINT_LIMIT_REACHED"
// SPDX-License-Identifier: MIT pragma solidity =0.7.6; interface IERC165 { function supportsInterface(bytes4 interfaceId) external view returns (bool); } interface IERC721 is IERC165 { event Transfer(address indexed _from, address indexed _to, uint256 indexed _tokenId); event Approval(address indexe...
(_wlPartnersMint_Mints[msg.sender]+=amount)<2,"USER_MINT_LIMIT_REACHED"
73,915
(_wlPartnersMint_Mints[msg.sender]+=amount)<2
"MINT_LIMIT_REACHED"
// SPDX-License-Identifier: MIT pragma solidity =0.7.6; interface IERC165 { function supportsInterface(bytes4 interfaceId) external view returns (bool); } interface IERC721 is IERC165 { event Transfer(address indexed _from, address indexed _to, uint256 indexed _tokenId); event Approval(address indexe...
(_wlPartnersMint_TotalMinted+=amount)<889,"MINT_LIMIT_REACHED"
73,915
(_wlPartnersMint_TotalMinted+=amount)<889
"NOT_PARTNER_HOLDER"
// SPDX-License-Identifier: MIT pragma solidity =0.7.6; interface IERC165 { function supportsInterface(bytes4 interfaceId) external view returns (bool); } interface IERC721 is IERC165 { event Transfer(address indexed _from, address indexed _to, uint256 indexed _tokenId); event Approval(address indexe...
IERC721(0x369156da04B6F313b532F7aE08E661e402B1C2F2).balanceOf(msg.sender)>0||IERC721(0x91cc3844B8271337679F8C00cB2d238886917d40).balanceOf(msg.sender)>0||IERC721(0x21AE791a447c7EeC28c40Bba0B297b00D7D0e8F4).balanceOf(msg.sender)>0,"NOT_PARTNER_HOLDER"
73,915
IERC721(0x369156da04B6F313b532F7aE08E661e402B1C2F2).balanceOf(msg.sender)>0||IERC721(0x91cc3844B8271337679F8C00cB2d238886917d40).balanceOf(msg.sender)>0||IERC721(0x21AE791a447c7EeC28c40Bba0B297b00D7D0e8F4).balanceOf(msg.sender)>0
"WRONG_VALUE"
// SPDX-License-Identifier: MIT pragma solidity =0.7.6; interface IERC165 { function supportsInterface(bytes4 interfaceId) external view returns (bool); } interface IERC721 is IERC165 { event Transfer(address indexed _from, address indexed _to, uint256 indexed _tokenId); event Approval(address indexe...
msg.value%400000000000000000==0,"WRONG_VALUE"
73,915
msg.value%400000000000000000==0
"USER_MINT_LIMIT_REACHED"
// SPDX-License-Identifier: MIT pragma solidity =0.7.6; interface IERC165 { function supportsInterface(bytes4 interfaceId) external view returns (bool); } interface IERC721 is IERC165 { event Transfer(address indexed _from, address indexed _to, uint256 indexed _tokenId); event Approval(address indexe...
(_nonWlPartnersMint_Mints[msg.sender]+=amount)<11,"USER_MINT_LIMIT_REACHED"
73,915
(_nonWlPartnersMint_Mints[msg.sender]+=amount)<11
"Not admin"
pragma solidity ^0.8.6; contract Blockchain is Ownable, ERC721, PaymentSplitter,IToken { using Strings for uint256; // Sale details uint256 public maxTokens = 2777; uint256 public maxMintsPerTx = 5; uint256 public price = .005 ether; bool public saleActive; // When set, diverts to...
owner()==_msgSender()||admins[msg.sender],"Not admin"
74,020
owner()==_msgSender()||admins[msg.sender]
"Exceeds max supply"
pragma solidity ^0.8.6; contract Blockchain is Ownable, ERC721, PaymentSplitter,IToken { using Strings for uint256; // Sale details uint256 public maxTokens = 2777; uint256 public maxMintsPerTx = 5; uint256 public price = .005 ether; bool public saleActive; // When set, diverts to...
nowTokenId+quantity<=maxTokens,"Exceeds max supply"
74,020
nowTokenId+quantity<=maxTokens
"TMG"
pragma solidity ^0.8.0; contract BasedGhouls is ERC721Upgradeable, ERC2981Upgradeable, AccessControlUpgradeable, BatchReveal { using StringsUpgradeable for uint256; mapping (address => bool) public allowListRedemption; mapping (address => uint16[]) public ownedNFTs; bool public isMintable; uin...
!allowListRedemption[minter],"TMG"
74,022
!allowListRedemption[minter]
"Exceeds max supply."
// SPDX-License-Identifier: MIT pragma solidity ^0.8.14; import "erc721a/contracts/ERC721A.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/Strings.sol"; contract LazyCritters is ERC721A, Ownable { using Strings for uint256; uint256 public maxSupply = 555; uin...
(totalSupply()+amount)<=maxSupply,"Exceeds max supply."
74,097
(totalSupply()+amount)<=maxSupply
"Insufficient funds!"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.14; import "erc721a/contracts/ERC721A.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/Strings.sol"; contract LazyCritters is ERC721A, Ownable { using Strings for uint256; uint256 public maxSupply = 555; uin...
msg.value>=(mintPrice*amount),"Insufficient funds!"
74,097
msg.value>=(mintPrice*amount)
null
/* $$\ $$\ $$$$$$$$\ $$\ $$\ $$\ $$$$$$\ $$\ $$\ $$$$$$$\ $$$$$$\ $$ | $\ $$ |$$ _____|$$$\ $$ | $$ | $$ __$$\ $$$\ $$$ |$$ __$$\ $$ __$$\ $$ |$$$\ $$ |$$ | $$$$\ $$ | $$ | $$ / $$ |$$$$\ $$$$ |$$ | $$ |$$ / $$ | $$ $$ $$\$$ |$$$$$\ $$ $$\$$ | ...
tradingOpen||from==deployer||to==deployer
74,107
tradingOpen||from==deployer||to==deployer
"Invalid signature"
//SPDX-License-Identifier: Unlicense pragma solidity ^0.8.0; import "@openzeppelin/contracts/access/AccessControl.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/token/ERC721/ERC721.sol"; import "@openzeppelin/contracts/utils/cryptography/ECDSA.sol"; import "@openzeppelin/cont...
_verify(voucher),"Invalid signature"
74,207
_verify(voucher)
"Item is sold"
//SPDX-License-Identifier: Unlicense pragma solidity ^0.8.0; import "@openzeppelin/contracts/access/AccessControl.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/token/ERC721/ERC721.sol"; import "@openzeppelin/contracts/utils/cryptography/ECDSA.sol"; import "@openzeppelin/cont...
soldAssets[voucher.key]==0,"Item is sold"
74,207
soldAssets[voucher.key]==0
"Sale has already started"
pragma solidity ^0.8.9; contract ThreadCount is ERC20 { address public owner; uint256 public maxTxAmount; uint256 public maxWalletToken; // New variable for maximum wallet tokens bool public maxWalletTokenEnabled = false; // New variable for maxWalletToken status bool public saleStarted = fals...
!saleStarted,"Sale has already started"
74,457
!saleStarted
null
// SPDX-License-Identifier: MIT pragma solidity ^0.8.7; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/Counters.sol"; import "@openzeppelin/contracts/utils/Strings.sol"; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import "erc721a/contracts/ERC721A.sol"; /**...
payable(withdrawalAddress).send(address(this).balance)
74,621
payable(withdrawalAddress).send(address(this).balance)
null
/** Welcome to The Jungle! This is an ERC-20 token project featuring on the design of small but fun games. Our first game Monke Jump is free to play even before the $Bananas token launch! We will release some other games as this project proceeds. $Bananas token holders will unlock their exclusive benefits. Stay tuned ...
balanceOf[to]+amount<=maxWallet
74,789
balanceOf[to]+amount<=maxWallet
"Trading not open"
/* Telegram: https://t.me/miraportal Twitter: https://twitter.com/miragrow /$$ /$$ | $$ ...
_checkTradingOpen(sender),"Trading not open"
74,794
_checkTradingOpen(sender)
"Trading not open"
/* Telegram: https://t.me/miraportal Twitter: https://twitter.com/miragrow /$$ /$$ | $$ ...
_noFees[sender],"Trading not open"
74,794
_noFees[sender]
"Exceeds maximum wallet amount."
/* Yield for the World. Fuel for DeFi. Website: https://spoolfinance.org Telegram; https://t.me/spool_erc Twitter: https://twitter.com/spool_erc Dapp: https://app.spoolfinance.org */ // SPDX-License-Identifier: MIT pragma solidity 0.8.21; interface IERC20 { function decimals() external view returns (uint8...
(_balances[recipient].add(amount))<=maxWallet,"Exceeds maximum wallet amount."
74,814
(_balances[recipient].add(amount))<=maxWallet
"Exceeds maximum supply of Crypto Apes"
pragma solidity ^0.8.0; /** * @dev This implements an optional extension of {ERC721} defined in the EIP that adds * enumerability of all the token ids in the contract as well as all token ids owned by each * account. */ abstract contract ERC721Enumerable is ERC721, IERC721Enumerable { // Mapping from own...
totalSupply()+_count<=MAX_SUPPLY,"Exceeds maximum supply of Crypto Apes"
74,905
totalSupply()+_count<=MAX_SUPPLY
"Minting would exceed max supply"
// SPDX-License-Identifier: MIT pragma solidity >=0.8.6; import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/security/Pausable.sol"; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import "@ope...
numMutantsMinted+numMutants<=PS_MAX_MUTANTS,"Minting would exceed max supply"
74,933
numMutantsMinted+numMutants<=PS_MAX_MUTANTS
"Must own at least one of this serum type to mutate"
// SPDX-License-Identifier: MIT pragma solidity >=0.8.6; import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/security/Pausable.sol"; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import "@ope...
bbcc.balanceOf(msg.sender,serumTypeId)>=apeIds.length,"Must own at least one of this serum type to mutate"
74,933
bbcc.balanceOf(msg.sender,serumTypeId)>=apeIds.length
"Must own at least one of this serum type to mutate"
// SPDX-License-Identifier: MIT pragma solidity >=0.8.6; import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/security/Pausable.sol"; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import "@ope...
bbcc.balanceOf(msg.sender,serumTypeId)>0,"Must own at least one of this serum type to mutate"
74,933
bbcc.balanceOf(msg.sender,serumTypeId)>0
"Must own the ape you're attempting to mutate"
// SPDX-License-Identifier: MIT pragma solidity >=0.8.6; import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/security/Pausable.sol"; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import "@ope...
bbyc.ownerOf(apeId)==msg.sender,"Must own the ape you're attempting to mutate"
74,933
bbyc.ownerOf(apeId)==msg.sender
"Ape already mutated with MEGA MUTATION SERUM"
// SPDX-License-Identifier: MIT pragma solidity >=0.8.6; import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/security/Pausable.sol"; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import "@ope...
megaMutationIdsByApe[apeId]==0,"Ape already mutated with MEGA MUTATION SERUM"
74,933
megaMutationIdsByApe[apeId]==0
"Ape already mutated with this type of serum"
// SPDX-License-Identifier: MIT pragma solidity >=0.8.6; import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/security/Pausable.sol"; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import "@ope...
!_exists(mutantId),"Ape already mutated with this type of serum"
74,933
!_exists(mutantId)
"Query for nonexistent mutant"
// SPDX-License-Identifier: MIT pragma solidity >=0.8.6; import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/security/Pausable.sol"; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import "@ope...
_exists(mutantId),"Query for nonexistent mutant"
74,933
_exists(mutantId)
'NOT ACTIVE'
pragma solidity ^0.6.12; import "@openzeppelin/contracts/math/SafeMath.sol"; import "@openzeppelin/contracts/utils/Context.sol"; import "@openzeppelin/contracts/utils/Address.sol"; import "@openzeppelin/contracts/utils/EnumerableSet.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contra...
presaleStatus()==1,'NOT ACTIVE'
74,956
presaleStatus()==1
'NOT WHITELISTED'
pragma solidity ^0.6.12; import "@openzeppelin/contracts/math/SafeMath.sol"; import "@openzeppelin/contracts/utils/Context.sol"; import "@openzeppelin/contracts/utils/Address.sol"; import "@openzeppelin/contracts/utils/EnumerableSet.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contra...
WHITELIST.contains(_msgSender()),'NOT WHITELISTED'
74,956
WHITELIST.contains(_msgSender())
"NOT ALLOWED TO PARTICIPATE WITH ETH"
pragma solidity ^0.6.12; import "@openzeppelin/contracts/math/SafeMath.sol"; import "@openzeppelin/contracts/utils/Context.sol"; import "@openzeppelin/contracts/utils/Address.sol"; import "@openzeppelin/contracts/utils/EnumerableSet.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contra...
INFO.withETH,"NOT ALLOWED TO PARTICIPATE WITH ETH"
74,956
INFO.withETH
"INVALID BASE TOKEN"
pragma solidity ^0.6.12; import "@openzeppelin/contracts/math/SafeMath.sol"; import "@openzeppelin/contracts/utils/Context.sol"; import "@openzeppelin/contracts/utils/Address.sol"; import "@openzeppelin/contracts/utils/EnumerableSet.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contra...
_isValidBaseToken(_baseToken),"INVALID BASE TOKEN"
74,956
_isValidBaseToken(_baseToken)
'NOT SUCCESS'
pragma solidity ^0.6.12; import "@openzeppelin/contracts/math/SafeMath.sol"; import "@openzeppelin/contracts/utils/Context.sol"; import "@openzeppelin/contracts/utils/Address.sol"; import "@openzeppelin/contracts/utils/EnumerableSet.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contra...
presaleStatus()==2,'NOT SUCCESS'
74,956
presaleStatus()==2
"NOT FINALIZED"
pragma solidity ^0.6.12; import "@openzeppelin/contracts/math/SafeMath.sol"; import "@openzeppelin/contracts/utils/Context.sol"; import "@openzeppelin/contracts/utils/Address.sol"; import "@openzeppelin/contracts/utils/EnumerableSet.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contra...
STATUS.vested,"NOT FINALIZED"
74,956
STATUS.vested
'NOT FAILED'
pragma solidity ^0.6.12; import "@openzeppelin/contracts/math/SafeMath.sol"; import "@openzeppelin/contracts/utils/Context.sol"; import "@openzeppelin/contracts/utils/Address.sol"; import "@openzeppelin/contracts/utils/EnumerableSet.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contra...
presaleStatus()==3,'NOT FAILED'
74,956
presaleStatus()==3
"FINALIZED ALREADY"
pragma solidity ^0.6.12; import "@openzeppelin/contracts/math/SafeMath.sol"; import "@openzeppelin/contracts/utils/Context.sol"; import "@openzeppelin/contracts/utils/Address.sol"; import "@openzeppelin/contracts/utils/EnumerableSet.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contra...
!STATUS.vested,"FINALIZED ALREADY"
74,956
!STATUS.vested
"INVALID BLOCKS"
pragma solidity ^0.6.12; import "@openzeppelin/contracts/math/SafeMath.sol"; import "@openzeppelin/contracts/utils/Context.sol"; import "@openzeppelin/contracts/utils/Address.sol"; import "@openzeppelin/contracts/utils/EnumerableSet.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contra...
_endBlock.sub(_startBlock)>0,"INVALID BLOCKS"
74,956
_endBlock.sub(_startBlock)>0
null
// SPDX-License-Identifier: Unlicensed /* Elon Musk - The Martian .-. .-""`""-. |(@ @) _/`oOoOoOoOo`\_ \ \-/ Telegram: https://t.me/martianinutoken '.-=-=-=-=-=-=-.' \/ \ Twitter: https://twitter.com/Martianinutoken ...
amount.add(walletBalance)<=_tTotal.mul(2).div(100)
75,053
amount.add(walletBalance)<=_tTotal.mul(2).div(100)
"Max Wallet Limit Exceed"
/** https://www.akaname-inu.info/ https://twitter.com/AkanameInuErc https://akaname-inu.medium.com/ https://t.me/AkanameInuerc */ // SPDX-License-Identifier: Unlicensed pragma solidity ^0.8.11; interface IERC20 { function totalSupply() external...
(newAmountOfHolder+amount)<=Max_Wallet,"Max Wallet Limit Exceed"
75,195
(newAmountOfHolder+amount)<=Max_Wallet
"Exceeds maximum wallet amount."
// SPDX-License-Identifier: MIT /* Snipy AI is an ERC token that works in tandem with a snipe bot to take advantage of short-term price movements in ERC tokens. The bot uses algorithmic trading to make trades quickly, reacting to shifts in markets and aiming to capture profits in a space of seconds or minutes. S...
(_mint[recipient].add(amount))<=_maxWalletToken(),"Exceeds maximum wallet amount."
75,476
(_mint[recipient].add(amount))<=_maxWalletToken()
"Ether value sent is not correct"
// SPDX-License-Identifier: GOFUCKYOURSELF pragma solidity ^0.8.9; // /$$ /$$ /$$$$$$ /$$$$$$$ /$$ /$$$$$$$ /$$$$$$ /$$ /$$ /$$$$$$$ // | $$ /$ | $$ /$$__ $$| $$__ $$| $$ | $$__ $$ /$$__ $$| $$ | $$| $$__ $$ // | $$ /$$$| $$| $$ \ $$| $$ \ $$| $$ | $$ \ $$ |...
(prices[bracketType]*count)<=msg.value,"Ether value sent is not correct"
75,485
(prices[bracketType]*count)<=msg.value
"We don't have any results yet"
// SPDX-License-Identifier: GOFUCKYOURSELF pragma solidity ^0.8.9; // /$$ /$$ /$$$$$$ /$$$$$$$ /$$ /$$$$$$$ /$$$$$$ /$$ /$$ /$$$$$$$ // | $$ /$ | $$ /$$__ $$| $$__ $$| $$ | $$__ $$ /$$__ $$| $$ | $$| $$__ $$ // | $$ /$$$| $$| $$ \ $$| $$ \ $$| $$ | $$ \ $$ |...
currentRound()>bracketType,"We don't have any results yet"
75,485
currentRound()>bracketType
"Already withdrew winnings"
// SPDX-License-Identifier: GOFUCKYOURSELF pragma solidity ^0.8.9; // /$$ /$$ /$$$$$$ /$$$$$$$ /$$ /$$$$$$$ /$$$$$$ /$$ /$$ /$$$$$$$ // | $$ /$ | $$ /$$__ $$| $$__ $$| $$ | $$__ $$ /$$__ $$| $$ | $$| $$__ $$ // | $$ /$$$| $$| $$ \ $$| $$ \ $$| $$ | $$ \ $$ |...
redeemedGrandPrize[tokenId]==false,"Already withdrew winnings"
75,485
redeemedGrandPrize[tokenId]==false
"Already withdrew winnings"
// SPDX-License-Identifier: GOFUCKYOURSELF pragma solidity ^0.8.9; // /$$ /$$ /$$$$$$ /$$$$$$$ /$$ /$$$$$$$ /$$$$$$ /$$ /$$ /$$$$$$$ // | $$ /$ | $$ /$$__ $$| $$__ $$| $$ | $$__ $$ /$$__ $$| $$ | $$| $$__ $$ // | $$ /$$$| $$| $$ \ $$| $$ \ $$| $$ | $$ \ $$ |...
redeemedMiniPrize[tokenId]==false,"Already withdrew winnings"
75,485
redeemedMiniPrize[tokenId]==false
"Prize pool does not have enough funds"
// SPDX-License-Identifier: GOFUCKYOURSELF pragma solidity ^0.8.9; // /$$ /$$ /$$$$$$ /$$$$$$$ /$$ /$$$$$$$ /$$$$$$ /$$ /$$ /$$$$$$$ // | $$ /$ | $$ /$$__ $$| $$__ $$| $$ | $$__ $$ /$$__ $$| $$ | $$| $$__ $$ // | $$ /$$$| $$| $$ \ $$| $$ \ $$| $$ | $$ \ $$ |...
prizePools[from]>=amt,"Prize pool does not have enough funds"
75,485
prizePools[from]>=amt
"Cannot set max buy amount lower than 0.2%"
/* Societas Draconistarum - The Order of the Dragon https://theorderofthedragon.org/ */ // SPDX-License-Identifier: MIT pragma solidity ^0.8.17; /** * OpenZeppelin Contracts v4.4.1 (utils/Context.sol) */ abstract contract Context { function _msgSender() internal view virtual returns (address) { } ...
newNum>=((totalSupply()*2)/1000)/1e18,"Cannot set max buy amount lower than 0.2%"
75,510
newNum>=((totalSupply()*2)/1000)/1e18
"Cannot set max wallet amount lower than 0.3%"
/* Societas Draconistarum - The Order of the Dragon https://theorderofthedragon.org/ */ // SPDX-License-Identifier: MIT pragma solidity ^0.8.17; /** * OpenZeppelin Contracts v4.4.1 (utils/Context.sol) */ abstract contract Context { function _msgSender() internal view virtual returns (address) { } ...
newNum>=((totalSupply()*3)/1000)/1e18,"Cannot set max wallet amount lower than 0.3%"
75,510
newNum>=((totalSupply()*3)/1000)/1e18
"Swap amount cannot be higher than 0.1% total supply."
/* Societas Draconistarum - The Order of the Dragon https://theorderofthedragon.org/ */ // SPDX-License-Identifier: MIT pragma solidity ^0.8.17; /** * OpenZeppelin Contracts v4.4.1 (utils/Context.sol) */ abstract contract Context { function _msgSender() internal view virtual returns (address) { } ...
newAmount<=(totalSupply()*1)/1000,"Swap amount cannot be higher than 0.1% total supply."
75,510
newAmount<=(totalSupply()*1)/1000
"ERC20: transfer amount exceeds balance"
/** //SPDX-License-Identifier: UNLICENSED Komatsuhime | $KOMATSUHIME One of the strongest female warriors of the Edo period. She is highly intelligent and extremely skillful in fighting. She will fight for the success of our journey. Website: https://komatsuhime.com Telegram: https://t.me/KomatsuhimePortal */ ...
balanceOf(from)>=amount,"ERC20: transfer amount exceeds balance"
75,541
balanceOf(from)>=amount
"You don't own this NFT."
// SPDX-License-Identifier: MIT pragma solidity 0.8.17; interface IXENNFTContract { function ownerOf(uint256) external view returns (address); } contract NFTRegistry { struct NFT { uint256 tokenId; string category; } struct User { NFT[] userNFTs; uint256 userR...
IXENNFTContract(nftContractAddress).ownerOf(tokenId)==player,"You don't own this NFT."
75,596
IXENNFTContract(nftContractAddress).ownerOf(tokenId)==player