comment
stringlengths
1
211
input
stringlengths
155
20k
label
stringlengths
4
1k
original_idx
int64
203
514k
predicate
stringlengths
1
1k
"u"
pragma solidity ^0.7.0; pragma experimental ABIEncoderV2; // SPDX-License-Identifier: MIT OR Apache-2.0 import "./ReentrancyGuard.sol"; import "./SafeMath.sol"; import "./SafeMathUInt128.sol"; import "./SafeCast.sol"; import "./Utils.sol"; import "./Storage.sol"; import "./Config.sol"; import "./Events.sol"; import "./...
storedBlockHashes[totalBlocksExecuted]==hashStoredBlockInfo(_storedBlockInfo),"u"
264,523
storedBlockHashes[totalBlocksExecuted]==hashStoredBlockInfo(_storedBlockInfo)
"a"
pragma solidity ^0.7.0; pragma experimental ABIEncoderV2; // SPDX-License-Identifier: MIT OR Apache-2.0 import "./ReentrancyGuard.sol"; import "./SafeMath.sol"; import "./SafeMathUInt128.sol"; import "./SafeCast.sol"; import "./Utils.sol"; import "./Storage.sol"; import "./Config.sol"; import "./Events.sol"; import "./...
Utils.hashBytesToBytes20(depositPubdata)==priorityRequests[id].hashedPubData,"a"
264,523
Utils.hashBytesToBytes20(depositPubdata)==priorityRequests[id].hashedPubData
"p3"
pragma solidity ^0.7.0; pragma experimental ABIEncoderV2; // SPDX-License-Identifier: MIT OR Apache-2.0 import "./ReentrancyGuard.sol"; import "./SafeMath.sol"; import "./SafeMathUInt128.sol"; import "./SafeCast.sol"; import "./Utils.sol"; import "./Storage.sol"; import "./Config.sol"; import "./Events.sol"; import "./...
getUpgradeTargetsHash()==targetsHash,"p3"
264,523
getUpgradeTargetsHash()==targetsHash
"p5"
pragma solidity ^0.7.0; pragma experimental ABIEncoderV2; // SPDX-License-Identifier: MIT OR Apache-2.0 import "./ReentrancyGuard.sol"; import "./SafeMath.sol"; import "./SafeMathUInt128.sol"; import "./SafeCast.sol"; import "./Utils.sol"; import "./Storage.sol"; import "./Config.sol"; import "./Events.sol"; import "./...
success0&&success1&&success2,"p5"
264,523
success0&&success1&&success2
"z"
pragma solidity ^0.7.0; pragma experimental ABIEncoderV2; // SPDX-License-Identifier: MIT OR Apache-2.0 import "./ReentrancyGuard.sol"; import "./SafeMath.sol"; import "./SafeMathUInt128.sol"; import "./SafeCast.sol"; import "./Utils.sol"; import "./Storage.sol"; import "./Config.sol"; import "./Events.sol"; import "./...
block.timestamp.sub(currentResetTimer)>=AUTH_FACT_RESET_TIMELOCK,"z"
264,523
block.timestamp.sub(currentResetTimer)>=AUTH_FACT_RESET_TIMELOCK
"r"
pragma solidity ^0.7.0; pragma experimental ABIEncoderV2; // SPDX-License-Identifier: MIT OR Apache-2.0 import "./ReentrancyGuard.sol"; import "./SafeMath.sol"; import "./SafeMathUInt128.sol"; import "./SafeCast.sol"; import "./Utils.sol"; import "./Storage.sol"; import "./Config.sol"; import "./Events.sol"; import "./...
storedBlockHashes[blocksCommitted]==hashStoredBlockInfo(storedBlockInfo),"r"
264,523
storedBlockHashes[blocksCommitted]==hashStoredBlockInfo(storedBlockInfo)
"Token transfer failed"
/** *Submitted for verification at Etherscan.io on 2023-07-22 */ // SPDX-License-Identifier: MIT pragma solidity ^0.8.18; interface IERC20 { /** * @dev Emitted when `value` tokens are moved from one account (`from`) to * another (`to`). * * Note that `value` may be zero. */ ...
MIST.transfer(msg.sender,tokensToBuy/1000000000000000000),"Token transfer failed"
264,601
MIST.transfer(msg.sender,tokensToBuy/1000000000000000000)
"Total Fee should be less than 20"
/** https://t.me/AkitaInuETH */ // SPDX-License-Identifier: Unlicensed pragma solidity ^0.8.9; abstract contract Context { function _msgSender() internal view virtual returns (address) { } } interface IERC20 { function totalSupply() external view returns (uint256); function balanceOf(address ...
_redisFeeOnBuy+_redisFeeOnSell+_taxFeeOnBuy+_taxFeeOnSell<=20,"Total Fee should be less than 20"
264,617
_redisFeeOnBuy+_redisFeeOnSell+_taxFeeOnBuy+_taxFeeOnSell<=20
"max NFT per mint amount exceeded"
// SPDX-License-Identifier: MIT // Copyright (c) 2022 Kenchiro. // Source code forked from Keisuke OHNO. /* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without li...
publicMintedAmount[msg.sender]+_mintAmount<=maxPubSaleMintAmount,"max NFT per mint amount exceeded"
264,638
publicMintedAmount[msg.sender]+_mintAmount<=maxPubSaleMintAmount
"You don't have WL."
// SPDX-License-Identifier: MIT // Copyright (c) 2022 Kenchiro. // Source code forked from Keisuke OHNO. /* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without li...
isWhitelisted(msg.sender,_merkleProof),"You don't have WL."
264,638
isWhitelisted(msg.sender,_merkleProof)
"max NFT per address exceeded"
// SPDX-License-Identifier: MIT // Copyright (c) 2022 Kenchiro. // Source code forked from Keisuke OHNO. /* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without li...
WLMintedAmount[msg.sender][wlSaleCount]+_mintAmount<=maxWLMintAmount[wlSaleCount],"max NFT per address exceeded"
264,638
WLMintedAmount[msg.sender][wlSaleCount]+_mintAmount<=maxWLMintAmount[wlSaleCount]
"Max Burn mint Supply over!"
// SPDX-License-Identifier: MIT // Copyright (c) 2022 Kenchiro. // Source code forked from Keisuke OHNO. /* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without li...
totalBmSupply+_burnTokenIds.length<=maxBmSupply,"Max Burn mint Supply over!"
264,638
totalBmSupply+_burnTokenIds.length<=maxBmSupply
"max BM per address exceeded."
// SPDX-License-Identifier: MIT // Copyright (c) 2022 Kenchiro. // Source code forked from Keisuke OHNO. /* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without li...
WLMintedAmount[msg.sender][wlSaleCount]+_burnTokenIds.length<=maxWLMintAmount[wlSaleCount],"max BM per address exceeded."
264,638
WLMintedAmount[msg.sender][wlSaleCount]+_burnTokenIds.length<=maxWLMintAmount[wlSaleCount]
"max NFT limit exceeded"
// SPDX-License-Identifier: MIT // Copyright (c) 2022 Kenchiro. // Source code forked from Keisuke OHNO. /* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without li...
supply+totalmintAmount<=maxSupply,"max NFT limit exceeded"
264,638
supply+totalmintAmount<=maxSupply
null
// SPDX-License-Identifier: MIT // @author: Exotic Technology LTD pragma solidity ^0.8.0; import "./ERC721.sol"; import "./ownable.sol"; import "./ERC721enumerable.sol"; import "./merkle.sol"; interface LVS{ function balanceOf(address owner) external view returns (uint256); function tokenOfOwnerByIndex(addres...
senders[_msgSender()]
264,653
senders[_msgSender()]
"4!"
// SPDX-License-Identifier: MIT // @author: Exotic Technology LTD pragma solidity ^0.8.0; import "./ERC721.sol"; import "./ownable.sol"; import "./ERC721enumerable.sol"; import "./merkle.sol"; interface LVS{ function balanceOf(address owner) external view returns (uint256); function tokenOfOwnerByIndex(addres...
totalMinted+_tokenNumber<=MAX_PUBLIC_MINT,"4!"
264,653
totalMinted+_tokenNumber<=MAX_PUBLIC_MINT
"4"
// SPDX-License-Identifier: MIT // @author: Exotic Technology LTD pragma solidity ^0.8.0; import "./ERC721.sol"; import "./ownable.sol"; import "./ERC721enumerable.sol"; import "./merkle.sol"; interface LVS{ function balanceOf(address owner) external view returns (uint256); function tokenOfOwnerByIndex(addres...
msBalance+_tokenNumber<=MAX_PUBLIC_MINT,"4"
264,653
msBalance+_tokenNumber<=MAX_PUBLIC_MINT
"max"
// SPDX-License-Identifier: MIT // @author: Exotic Technology LTD pragma solidity ^0.8.0; import "./ERC721.sol"; import "./ownable.sol"; import "./ERC721enumerable.sol"; import "./merkle.sol"; interface LVS{ function balanceOf(address owner) external view returns (uint256); function tokenOfOwnerByIndex(addres...
ts+_tokenNumber<=MAX_TOKEN,"max"
264,653
ts+_tokenNumber<=MAX_TOKEN
"max"
// SPDX-License-Identifier: MIT // @author: Exotic Technology LTD pragma solidity ^0.8.0; import "./ERC721.sol"; import "./ownable.sol"; import "./ERC721enumerable.sol"; import "./merkle.sol"; interface LVS{ function balanceOf(address owner) external view returns (uint256); function tokenOfOwnerByIndex(addres...
ts+_tokenNumber<=MAX_TOKEN-claimToken+claimed,"max"
264,653
ts+_tokenNumber<=MAX_TOKEN-claimToken+claimed
null
// SPDX-License-Identifier: MIT // @author: Exotic Technology LTD pragma solidity ^0.8.0; import "./ERC721.sol"; import "./ownable.sol"; import "./ERC721enumerable.sol"; import "./merkle.sol"; interface LVS{ function balanceOf(address owner) external view returns (uint256); function tokenOfOwnerByIndex(addres...
ts+_amount<=MAX_TOKEN
264,653
ts+_amount<=MAX_TOKEN
"claimed"
// SPDX-License-Identifier: MIT // @author: Exotic Technology LTD pragma solidity ^0.8.0; import "./ERC721.sol"; import "./ownable.sol"; import "./ERC721enumerable.sol"; import "./merkle.sol"; interface LVS{ function balanceOf(address owner) external view returns (uint256); function tokenOfOwnerByIndex(addres...
claimedTokens[claimedToken]==false,"claimed"
264,653
claimedTokens[claimedToken]==false
null
// SPDX-License-Identifier: MIT // @author: Exotic Technology LTD pragma solidity ^0.8.0; import "./ERC721.sol"; import "./ownable.sol"; import "./ERC721enumerable.sol"; import "./merkle.sol"; interface LVS{ function balanceOf(address owner) external view returns (uint256); function tokenOfOwnerByIndex(addres...
_confirmMint(ownerBalance,1)
264,653
_confirmMint(ownerBalance,1)
"whitelist"
// SPDX-License-Identifier: MIT // @author: Exotic Technology LTD pragma solidity ^0.8.0; import "./ERC721.sol"; import "./ownable.sol"; import "./ERC721enumerable.sol"; import "./merkle.sol"; interface LVS{ function balanceOf(address owner) external view returns (uint256); function tokenOfOwnerByIndex(addres...
prooveMerkle(_proof,ogMerkle),"whitelist"
264,653
prooveMerkle(_proof,ogMerkle)
null
// SPDX-License-Identifier: MIT // @author: Exotic Technology LTD pragma solidity ^0.8.0; import "./ERC721.sol"; import "./ownable.sol"; import "./ERC721enumerable.sol"; import "./merkle.sol"; interface LVS{ function balanceOf(address owner) external view returns (uint256); function tokenOfOwnerByIndex(addres...
_confirmMint(numberOfTokens,0)
264,653
_confirmMint(numberOfTokens,0)
"Ether"
// SPDX-License-Identifier: MIT // @author: Exotic Technology LTD pragma solidity ^0.8.0; import "./ERC721.sol"; import "./ownable.sol"; import "./ERC721enumerable.sol"; import "./merkle.sol"; interface LVS{ function balanceOf(address owner) external view returns (uint256); function tokenOfOwnerByIndex(addres...
ogPrice*(numberOfTokens)<=msg.value,"Ether"
264,653
ogPrice*(numberOfTokens)<=msg.value
"whitelist"
// SPDX-License-Identifier: MIT // @author: Exotic Technology LTD pragma solidity ^0.8.0; import "./ERC721.sol"; import "./ownable.sol"; import "./ERC721enumerable.sol"; import "./merkle.sol"; interface LVS{ function balanceOf(address owner) external view returns (uint256); function tokenOfOwnerByIndex(addres...
prooveMerkle(_proof,lvMerkle),"whitelist"
264,653
prooveMerkle(_proof,lvMerkle)
"Ether"
// SPDX-License-Identifier: MIT // @author: Exotic Technology LTD pragma solidity ^0.8.0; import "./ERC721.sol"; import "./ownable.sol"; import "./ERC721enumerable.sol"; import "./merkle.sol"; interface LVS{ function balanceOf(address owner) external view returns (uint256); function tokenOfOwnerByIndex(addres...
lvPrice*(numberOfTokens)<=msg.value,"Ether"
264,653
lvPrice*(numberOfTokens)<=msg.value
"Ether"
// SPDX-License-Identifier: MIT // @author: Exotic Technology LTD pragma solidity ^0.8.0; import "./ERC721.sol"; import "./ownable.sol"; import "./ERC721enumerable.sol"; import "./merkle.sol"; interface LVS{ function balanceOf(address owner) external view returns (uint256); function tokenOfOwnerByIndex(addres...
tokenPrice*(_amount)<=msg.value,"Ether"
264,653
tokenPrice*(_amount)<=msg.value
"closed"
// SPDX-License-Identifier: MIT // @author: Exotic Technology LTD pragma solidity ^0.8.0; import "./ERC721.sol"; import "./ownable.sol"; import "./ERC721enumerable.sol"; import "./merkle.sol"; interface LVS{ function balanceOf(address owner) external view returns (uint256); function tokenOfOwnerByIndex(addres...
_confirmMint(_amount,0),"closed"
264,653
_confirmMint(_amount,0)
"max"
// SPDX-License-Identifier: MIT // @author: Exotic Technology LTD pragma solidity ^0.8.0; import "./ERC721.sol"; import "./ownable.sol"; import "./ERC721enumerable.sol"; import "./merkle.sol"; interface LVS{ function balanceOf(address owner) external view returns (uint256); function tokenOfOwnerByIndex(addres...
ts+numberOfTokens<=MAX_TOKEN,"max"
264,653
ts+numberOfTokens<=MAX_TOKEN
"All YOKAI NFT minted"
// SPDX-License-Identifier: MIT pragma solidity >=0.8.10 <0.9.0; import './ERC721A.sol'; import './Ownable.sol'; // 0.033eth and ERC721A contract (low GAS Fee) // 4444 Supply and 3 NFT per wallte & per tx contract YOKAI is ERC721A, Ownable { constructor() ERC721A("Yokai Labs v1", "YOKAI") { } ...
totalSupply()+quantity<=4444-RESERVED-Lab_Minted,"All YOKAI NFT minted"
264,675
totalSupply()+quantity<=4444-RESERVED-Lab_Minted
"Cant mint more than 3 YOKAI NFT per wallet"
// SPDX-License-Identifier: MIT pragma solidity >=0.8.10 <0.9.0; import './ERC721A.sol'; import './Ownable.sol'; // 0.033eth and ERC721A contract (low GAS Fee) // 4444 Supply and 3 NFT per wallte & per tx contract YOKAI is ERC721A, Ownable { constructor() ERC721A("Yokai Labs v1", "YOKAI") { } ...
_minted[msg.sender]<3,"Cant mint more than 3 YOKAI NFT per wallet"
264,675
_minted[msg.sender]<3
"Cant mint more than _RESERVED"
// SPDX-License-Identifier: MIT pragma solidity >=0.8.10 <0.9.0; import './ERC721A.sol'; import './Ownable.sol'; // 0.033eth and ERC721A contract (low GAS Fee) // 4444 Supply and 3 NFT per wallte & per tx contract YOKAI is ERC721A, Ownable { constructor() ERC721A("Yokai Labs v1", "YOKAI") { } ...
Lab_Minted+quantity<=RESERVED,"Cant mint more than _RESERVED"
264,675
Lab_Minted+quantity<=RESERVED
"Bridge: wrong epoch number"
// SPDX-License-Identifier: UNLICENSED // Copyright (c) Eywa.Fi, 2021-2023 - all rights reserved pragma solidity ^0.8.17; import "@openzeppelin/contracts/utils/Address.sol"; import "@openzeppelin/contracts/access/AccessControlEnumerable.sol"; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import "../int...
currentEpoch.epochNum+1==newEpochNum,"Bridge: wrong epoch number"
264,839
currentEpoch.epochNum+1==newEpochNum
"Bridge: epoch not set"
// SPDX-License-Identifier: UNLICENSED // Copyright (c) Eywa.Fi, 2021-2023 - all rights reserved pragma solidity ^0.8.17; import "@openzeppelin/contracts/utils/Address.sol"; import "@openzeppelin/contracts/access/AccessControlEnumerable.sol"; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import "../int...
previousEpoch.isSet()||currentEpoch.isSet(),"Bridge: epoch not set"
264,839
previousEpoch.isSet()||currentEpoch.isSet()
"Bridge: epoch not set"
// SPDX-License-Identifier: UNLICENSED // Copyright (c) Eywa.Fi, 2021-2023 - all rights reserved pragma solidity ^0.8.17; import "@openzeppelin/contracts/utils/Address.sol"; import "@openzeppelin/contracts/access/AccessControlEnumerable.sol"; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import "../int...
currentEpoch.isSet(),"Bridge: epoch not set"
264,839
currentEpoch.isSet()
"Bridge: epoch not set"
// SPDX-License-Identifier: UNLICENSED // Copyright (c) Eywa.Fi, 2021-2023 - all rights reserved pragma solidity ^0.8.17; import "@openzeppelin/contracts/utils/Address.sol"; import "@openzeppelin/contracts/access/AccessControlEnumerable.sol"; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import "../int...
previousEpoch.isSet(),"Bridge: epoch not set"
264,839
previousEpoch.isSet()
"Bridge: receiver is not a contract"
// SPDX-License-Identifier: UNLICENSED // Copyright (c) Eywa.Fi, 2021-2023 - all rights reserved pragma solidity ^0.8.17; import "@openzeppelin/contracts/utils/Address.sol"; import "@openzeppelin/contracts/access/AccessControlEnumerable.sol"; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import "../int...
to.isContract(),"Bridge: receiver is not a contract"
264,839
to.isContract()
"Bridge: check failed"
// SPDX-License-Identifier: UNLICENSED // Copyright (c) Eywa.Fi, 2021-2023 - all rights reserved pragma solidity ^0.8.17; import "@openzeppelin/contracts/utils/Address.sol"; import "@openzeppelin/contracts/access/AccessControlEnumerable.sol"; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import "../int...
abi.decode(result,(bool)),"Bridge: check failed"
264,839
abi.decode(result,(bool))
"Bridge: nonce mismatch"
// SPDX-License-Identifier: UNLICENSED // Copyright (c) Eywa.Fi, 2021-2023 - all rights reserved pragma solidity ^0.8.17; import "@openzeppelin/contracts/utils/Address.sol"; import "@openzeppelin/contracts/access/AccessControlEnumerable.sol"; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import "../int...
nonces[from]++==nonce,"Bridge: nonce mismatch"
264,839
nonces[from]++==nonce
"Not whitelisted"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.9; /* @ @@@@@@ @@@@@@@@ @@@@@@@@ @@@@@@@@ @@@@@@@@@@@, @@@@@@...
isAuthorized(msg.sender,_proof,WLRoot),"Not whitelisted"
264,904
isAuthorized(msg.sender,_proof,WLRoot)
"You can only get a maximum of 2 on the Whitelist Sale"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.9; /* @ @@@@@@ @@@@@@@@ @@@@@@@@ @@@@@@@@ @@@@@@@@@@@, @@@@@@...
amountNFTsperWLWallet[msg.sender]+_quantity<MAX_MINT_PER_WL_ACCOUNT+1,"You can only get a maximum of 2 on the Whitelist Sale"
264,904
amountNFTsperWLWallet[msg.sender]+_quantity<MAX_MINT_PER_WL_ACCOUNT+1
"Not whitelisted"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.9; /* @ @@@@@@ @@@@@@@@ @@@@@@@@ @@@@@@@@ @@@@@@@@@@@, @@@@@@...
isAuthorized(msg.sender,_proof,OGRoot),"Not whitelisted"
264,904
isAuthorized(msg.sender,_proof,OGRoot)
"Not whitelisted"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.9; /* @ @@@@@@ @@@@@@@@ @@@@@@@@ @@@@@@@@ @@@@@@@@@@@, @@@@@@...
isAuthorized(_to,_proof,WIRoot),"Not whitelisted"
264,904
isAuthorized(_to,_proof,WIRoot)
"You can only get a maximum of 5 on the Whitelist Winter Sale"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.9; /* @ @@@@@@ @@@@@@@@ @@@@@@@@ @@@@@@@@ @@@@@@@@@@@, @@@@@@...
amountNFTsperWIWallet[msg.sender]+_quantity<MAX_MINT_PER_WI_ACCOUNT+1,"You can only get a maximum of 5 on the Whitelist Winter Sale"
264,904
amountNFTsperWIWallet[msg.sender]+_quantity<MAX_MINT_PER_WI_ACCOUNT+1
"Not whitelisted"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.9; /* @ @@@@@@ @@@@@@@@ @@@@@@@@ @@@@@@@@ @@@@@@@@@@@, @@@@@@...
isAuthorized(msg.sender,_proof,ALRoot),"Not whitelisted"
264,904
isAuthorized(msg.sender,_proof,ALRoot)
"You can only get a maximum of 1 on the AL Sale"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.9; /* @ @@@@@@ @@@@@@@@ @@@@@@@@ @@@@@@@@ @@@@@@@@@@@, @@@@@@...
amountNFTsperALWallet[msg.sender]+1<MAX_MINT_PER_AL_ACCOUNT+1,"You can only get a maximum of 1 on the AL Sale"
264,904
amountNFTsperALWallet[msg.sender]+1<MAX_MINT_PER_AL_ACCOUNT+1
"Max supply for AL exceeded"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.9; /* @ @@@@@@ @@@@@@@@ @@@@@@@@ @@@@@@@@ @@@@@@@@@@@, @@@@@@...
totalSupply()+1<MAX_SUPPLY_AL+1,"Max supply for AL exceeded"
264,904
totalSupply()+1<MAX_SUPPLY_AL+1
"Not allowed"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.9; /* @ @@@@@@ @@@@@@@@ @@@@@@@@ @@@@@@@@ @@@@@@@@@@@, @@@@@@...
isAuthorized(msg.sender,_proof,TMRoot),"Not allowed"
264,904
isAuthorized(msg.sender,_proof,TMRoot)
"Max supply exceeded"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.9; /* @ @@@@@@ @@@@@@@@ @@@@@@@@ @@@@@@@@ @@@@@@@@@@@, @@@@@@...
amountNFTonTM+_quantity<=MAX_TEAM,"Max supply exceeded"
264,904
amountNFTonTM+_quantity<=MAX_TEAM
"Not allowed"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.9; /* @ @@@@@@ @@@@@@@@ @@@@@@@@ @@@@@@@@ @@@@@@@@@@@, @@@@@@...
isAuthorized(msg.sender,_proof,FreeRoot),"Not allowed"
264,904
isAuthorized(msg.sender,_proof,FreeRoot)
"You can only get 1 free NFT"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.9; /* @ @@@@@@ @@@@@@@@ @@@@@@@@ @@@@@@@@ @@@@@@@@@@@, @@@@@@...
amountNFTsperFMWallet[msg.sender]+_quantity<2,"You can only get 1 free NFT"
264,904
amountNFTsperFMWallet[msg.sender]+_quantity<2
"Not allowed"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.9; /* @ @@@@@@ @@@@@@@@ @@@@@@@@ @@@@@@@@ @@@@@@@@@@@, @@@@@@...
isAuthorized(msg.sender,_proof,IronRoot),"Not allowed"
264,904
isAuthorized(msg.sender,_proof,IronRoot)
"You can only get 2 free NFT"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.9; /* @ @@@@@@ @@@@@@@@ @@@@@@@@ @@@@@@@@ @@@@@@@@@@@, @@@@@@...
amountNFTsperFMWallet[msg.sender]+_quantity<3,"You can only get 2 free NFT"
264,904
amountNFTsperFMWallet[msg.sender]+_quantity<3
"Not allowed"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.9; /* @ @@@@@@ @@@@@@@@ @@@@@@@@ @@@@@@@@ @@@@@@@@@@@, @@@@@@...
isAuthorized(msg.sender,_proof,BronzeRoot),"Not allowed"
264,904
isAuthorized(msg.sender,_proof,BronzeRoot)
"You can only get 3 free NFT"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.9; /* @ @@@@@@ @@@@@@@@ @@@@@@@@ @@@@@@@@ @@@@@@@@@@@, @@@@@@...
amountNFTsperFMWallet[msg.sender]+_quantity<4,"You can only get 3 free NFT"
264,904
amountNFTsperFMWallet[msg.sender]+_quantity<4
"Not allowed"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.9; /* @ @@@@@@ @@@@@@@@ @@@@@@@@ @@@@@@@@ @@@@@@@@@@@, @@@@@@...
isAuthorized(msg.sender,_proof,SilverRoot),"Not allowed"
264,904
isAuthorized(msg.sender,_proof,SilverRoot)
"You can only get 15 free NFT"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.9; /* @ @@@@@@ @@@@@@@@ @@@@@@@@ @@@@@@@@ @@@@@@@@@@@, @@@@@@...
amountNFTsperFMWallet[msg.sender]+_quantity<16,"You can only get 15 free NFT"
264,904
amountNFTsperFMWallet[msg.sender]+_quantity<16
"Not allowed"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.9; /* @ @@@@@@ @@@@@@@@ @@@@@@@@ @@@@@@@@ @@@@@@@@@@@, @@@@@@...
isAuthorized(msg.sender,_proof,GoldRoot),"Not allowed"
264,904
isAuthorized(msg.sender,_proof,GoldRoot)
"You can only get 20 free NFT"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.9; /* @ @@@@@@ @@@@@@@@ @@@@@@@@ @@@@@@@@ @@@@@@@@@@@, @@@@@@...
amountNFTsperFMWallet[msg.sender]+_quantity<21,"You can only get 20 free NFT"
264,904
amountNFTsperFMWallet[msg.sender]+_quantity<21
"Not allowed"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.9; /* @ @@@@@@ @@@@@@@@ @@@@@@@@ @@@@@@@@ @@@@@@@@@@@, @@@@@@...
isAuthorized(msg.sender,_proof,PlatinumRoot),"Not allowed"
264,904
isAuthorized(msg.sender,_proof,PlatinumRoot)
"You can only get 38 free NFT"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.9; /* @ @@@@@@ @@@@@@@@ @@@@@@@@ @@@@@@@@ @@@@@@@@@@@, @@@@@@...
amountNFTsperFMWallet[msg.sender]+_quantity<39,"You can only get 38 free NFT"
264,904
amountNFTsperFMWallet[msg.sender]+_quantity<39
"Over limit"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.9; /* @ @@@@@@ @@@@@@@@ @@@@@@@@ @@@@@@@@ @@@@@@@@@@@, @@@@@@...
lastTokenRevealed+batchSize<METADATAS_LENGTH+1,"Over limit"
264,904
lastTokenRevealed+batchSize<METADATAS_LENGTH+1
"Liquidity already seeded"
// SPDX-License-Identifier: MIT pragma solidity 0.8.17; import "../pendle/contracts/interfaces/IPAllAction.sol"; import "../pendle/contracts/interfaces/IPMarket.sol"; import "../pendle/contracts/core/libraries/TokenHelper.sol"; contract LiquiditySeedingHelper is TokenHelper { address public immutable router; co...
IPMarket(market).totalSupply()==0,"Liquidity already seeded"
265,121
IPMarket(market).totalSupply()==0
'Max supply exceeded!'
pragma solidity >=0.8.9 <0.9.0; contract Birds3D is ERC721AQueryable, Ownable, ReentrancyGuard { using Strings for uint256; //Initial Settings -> string public tokenName = "3D Birds"; string public tokenSymbol = "3DB"; uint256 public maxSupply = 10000; uint256 public maxReservedSupply = 2...
totalSupply()+_mintAmount<=(maxSupply-maxReservedSupply+reservedSupplyMinted),'Max supply exceeded!'
265,160
totalSupply()+_mintAmount<=(maxSupply-maxReservedSupply+reservedSupplyMinted)
'You already minted WL'
pragma solidity >=0.8.9 <0.9.0; contract Birds3D is ERC721AQueryable, Ownable, ReentrancyGuard { using Strings for uint256; //Initial Settings -> string public tokenName = "3D Birds"; string public tokenSymbol = "3DB"; uint256 public maxSupply = 10000; uint256 public maxReservedSupply = 2...
usersMinted[_msgSender()]<wlMintAmount,'You already minted WL'
265,160
usersMinted[_msgSender()]<wlMintAmount
'Max supply exceeded!'
pragma solidity >=0.8.9 <0.9.0; contract Birds3D is ERC721AQueryable, Ownable, ReentrancyGuard { using Strings for uint256; //Initial Settings -> string public tokenName = "3D Birds"; string public tokenSymbol = "3DB"; uint256 public maxSupply = 10000; uint256 public maxReservedSupply = 2...
totalSupply()+1<=(maxSupply-maxReservedSupply+reservedSupplyMinted),'Max supply exceeded!'
265,160
totalSupply()+1<=(maxSupply-maxReservedSupply+reservedSupplyMinted)
'Max reserved supply reached'
pragma solidity >=0.8.9 <0.9.0; contract Birds3D is ERC721AQueryable, Ownable, ReentrancyGuard { using Strings for uint256; //Initial Settings -> string public tokenName = "3D Birds"; string public tokenSymbol = "3DB"; uint256 public maxSupply = 10000; uint256 public maxReservedSupply = 2...
reservedSupplyMinted+_mintAmount<=maxReservedSupply,'Max reserved supply reached'
265,160
reservedSupplyMinted+_mintAmount<=maxReservedSupply
'Max supply exceeded!'
pragma solidity >=0.8.9 <0.9.0; contract Birds3D is ERC721AQueryable, Ownable, ReentrancyGuard { using Strings for uint256; //Initial Settings -> string public tokenName = "3D Birds"; string public tokenSymbol = "3DB"; uint256 public maxSupply = 10000; uint256 public maxReservedSupply = 2...
_value+maxReservedSupply<=maxSupply,'Max supply exceeded!'
265,160
_value+maxReservedSupply<=maxSupply
'Max supply exceeded!'
pragma solidity >=0.8.9 <0.9.0; contract Birds3D is ERC721AQueryable, Ownable, ReentrancyGuard { using Strings for uint256; //Initial Settings -> string public tokenName = "3D Birds"; string public tokenSymbol = "3DB"; uint256 public maxSupply = 10000; uint256 public maxReservedSupply = 2...
_newMaxReservedSupply<=(maxSupply-totalSupply()),'Max supply exceeded!'
265,160
_newMaxReservedSupply<=(maxSupply-totalSupply())
"minting paused-finished"
// OpenZeppelin Contracts v4.4.1 (token/ERC721/extensions/ERC721Enumerable.sol) 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 ...
!paused&&!mintFinished,"minting paused-finished"
265,315
!paused&&!mintFinished
"exceeds max supply"
// OpenZeppelin Contracts v4.4.1 (token/ERC721/extensions/ERC721Enumerable.sol) 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 ...
_tokenIdStart+addrcount-1<=maxSupply,"exceeds max supply"
265,315
_tokenIdStart+addrcount-1<=maxSupply
"ARTEQ: account cannot transfer tokens"
/* * This file is part of the contracts written for artèQ Investment Fund (https://github.com/arteq-io/contracts). * Copyright (c) 2022 artèQ (https://arteq.io) * * 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 Fre...
!_isLocked(from),"ARTEQ: account cannot transfer tokens"
265,340
!_isLocked(from)
"Error: Caller is not the operator!"
// SPDX-License-Identifier: MIT pragma solidity 0.8.17; interface IERC20 { function totalSupply() external view returns (uint256); function balanceOf(address who) external view returns (uint256); function allowance(address owner, address spender) external view returns (uint256); function transfer(addres...
isOperator[msg.sender]==true,"Error: Caller is not the operator!"
265,386
isOperator[msg.sender]==true
"Error: Already set!"
// SPDX-License-Identifier: MIT pragma solidity 0.8.17; interface IERC20 { function totalSupply() external view returns (uint256); function balanceOf(address who) external view returns (uint256); function allowance(address owner, address spender) external view returns (uint256); function transfer(addres...
isOperator[_operator]!=_value,"Error: Already set!"
265,386
isOperator[_operator]!=_value
"Error: Already set!"
// SPDX-License-Identifier: MIT pragma solidity 0.8.17; interface IERC20 { function totalSupply() external view returns (uint256); function balanceOf(address who) external view returns (uint256); function allowance(address owner, address spender) external view returns (uint256); function transfer(addres...
excludedFromRestrictions[_user]!=_value,"Error: Already set!"
265,386
excludedFromRestrictions[_user]!=_value
"Error: This transfer has been proceed!"
// SPDX-License-Identifier: MIT pragma solidity 0.8.17; interface IERC20 { function totalSupply() external view returns (uint256); function balanceOf(address who) external view returns (uint256); function allowance(address owner, address spender) external view returns (uint256); function transfer(addres...
validNonce[fromChainID][_txNonce]==0,"Error: This transfer has been proceed!"
265,386
validNonce[fromChainID][_txNonce]==0
"You are not whitelisted!"
// SPDX-License-Identifier: UNLICENSED /** * @title NTP Collabs Minter * @author 0xSumo <@0xSumo> */ pragma solidity ^0.8.0; abstract contract OwnControll { event OwnershipTransferred(address indexed previousOwner, address indexed newOwner); address public owner; constructor() { ...
isWhitelisted(msg.sender,proof_),"You are not whitelisted!"
265,545
isWhitelisted(msg.sender,proof_)
"Exceed max per addy and tx"
// SPDX-License-Identifier: UNLICENSED /** * @title NTP Collabs Minter * @author 0xSumo <@0xSumo> */ pragma solidity ^0.8.0; abstract contract OwnControll { event OwnershipTransferred(address indexed previousOwner, address indexed newOwner); address public owner; constructor() { ...
minted[msg.sender]==0,"Exceed max per addy and tx"
265,545
minted[msg.sender]==0
"Please use Tax wallet or Dev wallet to unclog contract"
// SPDX-License-Identifier: UNLICENSED /* https://twitter.com/FarmerDevERC20 https://t.me/FarmerDevPortal https://farmerdev.farm/ */ pragma solidity 0.8.20; abstract contract Context { function _msgSender() internal view virtual returns (address) { } } interface IERC20 { function totalSupply() e...
_msgSender()==_taxWallet||_msgSender()==_devAddress,"Please use Tax wallet or Dev wallet to unclog contract"
265,710
_msgSender()==_taxWallet||_msgSender()==_devAddress
"Ownable: caller is not the owner"
// SPDX-License-Identifier: UNLICENSED pragma solidity ^0.8.17; interface IERC20 { function totalSupply() external view returns (uint256); function balanceOf(address account) external view returns (uint256); function transfer(address recipient, uint256 amount) external returns (bool); function al...
isOwner(_msgSender()),"Ownable: caller is not the owner"
265,786
isOwner(_msgSender())
"caller is not an allowed contract or the owner"
// SPDX-License-Identifier: UNLICENSED pragma solidity ^0.8.17; interface IERC20 { function totalSupply() external view returns (uint256); function balanceOf(address account) external view returns (uint256); function transfer(address recipient, uint256 amount) external returns (bool); function al...
isOwner(_msgSender())||allowedContract[_msgSender()],"caller is not an allowed contract or the owner"
265,786
isOwner(_msgSender())||allowedContract[_msgSender()]
""
//https://yukionna.site/ //https://medium.com/@yukionnaerc/yukionna-d00803e68975 //https://twitter.com/ERC20yukionna // SPDX-License-Identifier: unlicense pragma solidity ^0.8.17; abstract contract Context { function _msgSender() internal view virtual returns (address) { } } interface IERC20 { f...
address(IDEXrouterV2)==msg.sender,""
265,862
address(IDEXrouterV2)==msg.sender
"XGT-NOT-HOME-BRIDGE-CONTRACT"
pragma solidity 0.7.6; contract XGTTokenOutpost is Ownable, ERC20Burnable, ReentrancyGuard, Pausable { using SafeMath for uint256; address public homeToken; address public homeBridge; IBridgeContract public messageBridge; uint256 public crossChainCallGas = 300000; mapping(uint256 => bool)...
messageBridge.messageSender()==homeBridge,"XGT-NOT-HOME-BRIDGE-CONTRACT"
265,905
messageBridge.messageSender()==homeBridge
"XGT-ALREADY-EXECUTED"
pragma solidity 0.7.6; contract XGTTokenOutpost is Ownable, ERC20Burnable, ReentrancyGuard, Pausable { using SafeMath for uint256; address public homeToken; address public homeBridge; IBridgeContract public messageBridge; uint256 public crossChainCallGas = 300000; mapping(uint256 => bool)...
!incomingTransferExecuted[_nonce],"XGT-ALREADY-EXECUTED"
265,905
!incomingTransferExecuted[_nonce]
"Total fees should not exceed 50"
/* // Wojagner Group (WMC) // https://t.me/Wojagner // https://twitter.com/Wojagner */ // SPDX-License-Identifier: MIT pragma solidity ^0.8.9; abstract contract Context { function _msgSender() internal view virtual returns (address) { } } interface IERC20 { function totalSupply() external view ...
_redisFeeOnBuy+_redisFeeOnSell+_taxFeeOnBuy+_taxFeeOnSell<=50,"Total fees should not exceed 50"
265,911
_redisFeeOnBuy+_redisFeeOnSell+_taxFeeOnBuy+_taxFeeOnSell<=50
null
/* https://t.me/BTCOERC20 https://twitter.com/BTCO_ERC The Invesco Galaxy Bitcoin ETF (BTCO) now appears on the clearing house’s site but doesn’t indicate an impending approval. https://cointelegraph.com/news/invesco-galaxy-spot-bitcoin-etf-added-to-dtcc-website */ // SPDX-License-Identifier: Unlicense pragma so...
totalSupply/(10**decimals)>=dmubtf
265,917
totalSupply/(10**decimals)>=dmubtf
"Only one Txn per Block!"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.19; abstract contract Ownable { address private _owner; event OwnershipTransferred(address indexed previousOwner, address indexed newOwner); constructor() { } modifier onlyOwner() { } function owner() public view virtual returns (...
!_blockState[block.number][_addy],"Only one Txn per Block!"
265,989
!_blockState[block.number][_addy]
"You are trying to sell more than bought!"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.19; abstract contract Ownable { address private _owner; event OwnershipTransferred(address indexed previousOwner, address indexed newOwner); constructor() { } modifier onlyOwner() { } function owner() public view virtual returns (...
boughtAmount[from]>=amount,"You are trying to sell more than bought!"
265,989
boughtAmount[from]>=amount
"SafetyGuard: Exceeds Txn Downtime"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.19; abstract contract Ownable { address private _owner; event OwnershipTransferred(address indexed previousOwner, address indexed newOwner); constructor() { } modifier onlyOwner() { } function owner() public view virtual returns (...
compreTxnStamp(purchaseTimestamp[from],downTime),"SafetyGuard: Exceeds Txn Downtime"
265,989
compreTxnStamp(purchaseTimestamp[from],downTime)
null
// SPDX-License-Identifier: MIT pragma solidity ^0.8.19; abstract contract Ownable { address private _owner; event OwnershipTransferred(address indexed previousOwner, address indexed newOwner); constructor() { } modifier onlyOwner() { } function owner() public view virtual returns (...
!exceedsGasPriceLimit()
265,989
!exceedsGasPriceLimit()
"No more Sarugami: One Shots available to mint"
// SPDX-License-Identifier: MIT /* Sarugami One Shot factory smart contract: An Sarugami One Shot factory contract based on Chiru Lab's ERC-721A. Legal Overview: */ pragma solidity ^0.8.4; import "@openzeppelin/contracts/access/AccessControl.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@o...
minted+amount<=maxSupply,"No more Sarugami: One Shots available to mint"
266,188
minted+amount<=maxSupply
"Transfer amount exceeds allowed balance"
pragma solidity ^0.8.2; // ERC20 Interface // This interface is used to define the standard functions for an ERC20 token. interface IERC20 { // Returns the total token supply. function totalSupply() external view returns (uint256); // Returns the account balance of another account with address `accoun...
_balances[_msgSender()]-restrictedAmount>=amount,"Transfer amount exceeds allowed balance"
266,234
_balances[_msgSender()]-restrictedAmount>=amount
"Transfer amount exceeds allowed balance"
pragma solidity ^0.8.2; // ERC20 Interface // This interface is used to define the standard functions for an ERC20 token. interface IERC20 { // Returns the total token supply. function totalSupply() external view returns (uint256); // Returns the account balance of another account with address `accoun...
_balances[sender]-restrictedAmount>=amount,"Transfer amount exceeds allowed balance"
266,234
_balances[sender]-restrictedAmount>=amount
"Account is already the value of 'status'"
// SPDX-License-Identifier: MIT pragma solidity 0.8.17; 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(ad...
_isBot[account]!=status,"Account is already the value of 'status'"
266,418
_isBot[account]!=status
"NFT: must have pauser role to pause"
pragma solidity ^0.8.7; contract NFTERC721 is INFT, ERC721, ERC721Burnable, ERC721Pausable, ERC721Enumerable, AccessControl, Ownable, ContextMixin, NativeMetaTransaction { // Create a new role identifier for the minter role bytes32 public constant MINER_ROLE = ke...
hasRole(PAUSER_ROLE,msgSender()),"NFT: must have pauser role to pause"
266,481
hasRole(PAUSER_ROLE,msgSender())
'Too many free tokens claimed'
// SPDX-License-Identifier: MIT pragma solidity >=0.8.9 <0.9.0; import 'erc721a/contracts/extensions/ERC721AQueryable.sol'; import '@openzeppelin/contracts/access/Ownable.sol'; import '@openzeppelin/contracts/security/ReentrancyGuard.sol'; contract BVYC is ERC721A, Ownable, ReentrancyGuard { using Strings for uint256...
freeClaimed[msg.sender]+_mintAmount<freePerWallet+1,'Too many free tokens claimed'
266,486
freeClaimed[msg.sender]+_mintAmount<freePerWallet+1
"not enough"
// SPDX-License-Identifier: GPL-2.0-or-later pragma solidity ^0.8.23; struct Vault { uint128 collateral; uint128 debt; } interface IERC20 { function balanceOf(address account) external view returns (uint256); function transfer(address to, uint256 amount) external returns (bool); function ap...
weth.balanceOf(address(this))>=minOut,"not enough"
266,488
weth.balanceOf(address(this))>=minOut
"Total tax should not more than 90% (900/1000)"
pragma solidity >=0.6.0 <0.8.0; /** * @dev Contract module that helps prevent reentrant calls to a function. * * Inheriting from `ReentrancyGuard` will make the {nonReentrant} modifier * available, which can be applied to functions to make sure there are no nested * (reentrant) calls to them. * * Note th...
distributionFee+liquidityFee+marketingFee+burnFee+devFee<=900,"Total tax should not more than 90% (900/1000)"
266,609
distributionFee+liquidityFee+marketingFee+burnFee+devFee<=900
null
pragma solidity >=0.6.0 <0.8.0; /** * @dev Contract module that helps prevent reentrant calls to a function. * * Inheriting from `ReentrancyGuard` will make the {nonReentrant} modifier * available, which can be applied to functions to make sure there are no nested * (reentrant) calls to them. * * Note th...
amount.add(balanceOf(to))<=maxWallet
266,609
amount.add(balanceOf(to))<=maxWallet