comment stringlengths 1 211 ⌀ | input stringlengths 155 20k | label stringlengths 4 1k | original_idx int64 203 514k | predicate stringlengths 1 1k |
|---|---|---|---|---|
"THREETHREETHREE: Minting is not active" | // SPDX-License-Identifier: UNLICENSED
/// @title THREETHREETHREE
/// @author M1LL1P3D3
/// @notice MAKE THE MAGIC YOU WANT TO SEE IN THE WORLD! ✦✦✦
/// @dev This contract is constructed for use with the FIRSTTHREAD receipt contract.
pragma solidity ^0.8.17;
import "solmate/tokens/ERC1155.sol";
import "solmate/auth/Own... | tokens[id].mintActive,"THREETHREETHREE: Minting is not active" | 270,811 | tokens[id].mintActive |
"THREETHREETHREE: Max supply reached of the token being minted" | // SPDX-License-Identifier: UNLICENSED
/// @title THREETHREETHREE
/// @author M1LL1P3D3
/// @notice MAKE THE MAGIC YOU WANT TO SEE IN THE WORLD! ✦✦✦
/// @dev This contract is constructed for use with the FIRSTTHREAD receipt contract.
pragma solidity ^0.8.17;
import "solmate/tokens/ERC1155.sol";
import "solmate/auth/Own... | tokens[id].currentSupply+amount<=MAX_SUPPLY_PER_TOKEN,"THREETHREETHREE: Max supply reached of the token being minted" | 270,811 | tokens[id].currentSupply+amount<=MAX_SUPPLY_PER_TOKEN |
"THREETHREETHREE: Minting is not active" | // SPDX-License-Identifier: UNLICENSED
/// @title THREETHREETHREE
/// @author M1LL1P3D3
/// @notice MAKE THE MAGIC YOU WANT TO SEE IN THE WORLD! ✦✦✦
/// @dev This contract is constructed for use with the FIRSTTHREAD receipt contract.
pragma solidity ^0.8.17;
import "solmate/tokens/ERC1155.sol";
import "solmate/auth/Own... | tokens[ids[i]].mintActive,"THREETHREETHREE: Minting is not active" | 270,811 | tokens[ids[i]].mintActive |
"THREETHREETHREE: Max supply reached of the token being minted" | // SPDX-License-Identifier: UNLICENSED
/// @title THREETHREETHREE
/// @author M1LL1P3D3
/// @notice MAKE THE MAGIC YOU WANT TO SEE IN THE WORLD! ✦✦✦
/// @dev This contract is constructed for use with the FIRSTTHREAD receipt contract.
pragma solidity ^0.8.17;
import "solmate/tokens/ERC1155.sol";
import "solmate/auth/Own... | tokens[ids[i]].currentSupply+amounts[i]<=MAX_SUPPLY_PER_TOKEN,"THREETHREETHREE: Max supply reached of the token being minted" | 270,811 | tokens[ids[i]].currentSupply+amounts[i]<=MAX_SUPPLY_PER_TOKEN |
"THREETHREETHREE: The owner of the tokens being burned does not have the amount of tokens being burned" | // SPDX-License-Identifier: UNLICENSED
/// @title THREETHREETHREE
/// @author M1LL1P3D3
/// @notice MAKE THE MAGIC YOU WANT TO SEE IN THE WORLD! ✦✦✦
/// @dev This contract is constructed for use with the FIRSTTHREAD receipt contract.
pragma solidity ^0.8.17;
import "solmate/tokens/ERC1155.sol";
import "solmate/auth/Own... | balanceOf[from][id]>=amount,"THREETHREETHREE: The owner of the tokens being burned does not have the amount of tokens being burned" | 270,811 | balanceOf[from][id]>=amount |
"THREETHREETHREE: The owner of the tokens being burned does not have the amount of tokens being burned" | // SPDX-License-Identifier: UNLICENSED
/// @title THREETHREETHREE
/// @author M1LL1P3D3
/// @notice MAKE THE MAGIC YOU WANT TO SEE IN THE WORLD! ✦✦✦
/// @dev This contract is constructed for use with the FIRSTTHREAD receipt contract.
pragma solidity ^0.8.17;
import "solmate/tokens/ERC1155.sol";
import "solmate/auth/Own... | balanceOf[from][ids[i]]>=amounts[i],"THREETHREETHREE: The owner of the tokens being burned does not have the amount of tokens being burned" | 270,811 | balanceOf[from][ids[i]]>=amounts[i] |
"Cover has already been migrated" | // SPDX-License-Identifier: GPL-3.0-only
pragma solidity ^0.8.18;
import "../../abstract/MasterAwareV2.sol";
import "../../interfaces/ICover.sol";
import "../../interfaces/IIndividualClaims.sol";
import "../../interfaces/IProductsV1.sol";
import "../../interfaces/IQuotationData.sol";
import "../../interfaces/ITokenCont... | LegacyCoverStatus(status)!=LegacyCoverStatus.Migrated,"Cover has already been migrated" | 270,849 | LegacyCoverStatus(status)!=LegacyCoverStatus.Migrated |
"A claim has already been accepted" | // SPDX-License-Identifier: GPL-3.0-only
pragma solidity ^0.8.18;
import "../../abstract/MasterAwareV2.sol";
import "../../interfaces/ICover.sol";
import "../../interfaces/IIndividualClaims.sol";
import "../../interfaces/IProductsV1.sol";
import "../../interfaces/IQuotationData.sol";
import "../../interfaces/ITokenCont... | LegacyCoverStatus(status)!=LegacyCoverStatus.ClaimAccepted,"A claim has already been accepted" | 270,849 | LegacyCoverStatus(status)!=LegacyCoverStatus.ClaimAccepted |
"Cover has an open V1 claim" | // SPDX-License-Identifier: GPL-3.0-only
pragma solidity ^0.8.18;
import "../../abstract/MasterAwareV2.sol";
import "../../interfaces/ICover.sol";
import "../../interfaces/IIndividualClaims.sol";
import "../../interfaces/IProductsV1.sol";
import "../../interfaces/IQuotationData.sol";
import "../../interfaces/ITokenCont... | !hasOpenClaim,"Cover has an open V1 claim" | 270,849 | !hasOpenClaim |
"You have reached the mint limit." | //SPDX-License-Identifier: Unlicense
pragma solidity ^0.8.0;
import "erc721a/contracts/ERC721A.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/utils/Strings.sol";
contract InsomniacOwls is ERC721A, Ownable, Reentra... | _numberMinted(msg.sender)+_quantity<=maxMintAmount,"You have reached the mint limit." | 270,886 | _numberMinted(msg.sender)+_quantity<=maxMintAmount |
"Purchase would exceed max supply of free mints" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.13;
import "@openzeppelin/contracts/access/Ownable.sol";
import '@openzeppelin/contracts/utils/Strings.sol';
import "./ERC721A.sol";
contract ApeWorld111 is ERC721A, Ownable {
using Strings for uint256;
address private constant teamAddress = 0x9C7Bd3DB7bDD9D8... | freeMintCount+1<=TOTAL_FREE_SUPPLY,"Purchase would exceed max supply of free mints" | 270,998 | freeMintCount+1<=TOTAL_FREE_SUPPLY |
"wallet has already free minted" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.13;
import "@openzeppelin/contracts/access/Ownable.sol";
import '@openzeppelin/contracts/utils/Strings.sol';
import "./ERC721A.sol";
contract ApeWorld111 is ERC721A, Ownable {
using Strings for uint256;
address private constant teamAddress = 0x9C7Bd3DB7bDD9D8... | freeMintClaimed[msg.sender]==0,"wallet has already free minted" | 270,998 | freeMintClaimed[msg.sender]==0 |
"Not a god bull" | // SPDX-License-Identifier: GPL-3.0
// solhint-disable-next-line
pragma solidity 0.8.12;
import "@openzeppelin/contracts/access/Ownable.sol";
import "./reduced_interfaces/BAPGenesisInterface.sol";
import "./reduced_interfaces/BAPMethaneInterface.sol";
import "./reduced_interfaces/BAPUtilitiesInterface.sol";
impo... | godBulls(gods[i]),"Not a god bull" | 271,006 | godBulls(gods[i]) |
"Not a resurrected teen" | // SPDX-License-Identifier: GPL-3.0
// solhint-disable-next-line
pragma solidity 0.8.12;
import "@openzeppelin/contracts/access/Ownable.sol";
import "./reduced_interfaces/BAPGenesisInterface.sol";
import "./reduced_interfaces/BAPMethaneInterface.sol";
import "./reduced_interfaces/BAPUtilitiesInterface.sol";
impo... | isResurrected(teens[i]),"Not a resurrected teen" | 271,006 | isResurrected(teens[i]) |
"Signature is invalid" | // SPDX-License-Identifier: GPL-3.0
// solhint-disable-next-line
pragma solidity 0.8.12;
import "@openzeppelin/contracts/access/Ownable.sol";
import "./reduced_interfaces/BAPGenesisInterface.sol";
import "./reduced_interfaces/BAPMethaneInterface.sol";
import "./reduced_interfaces/BAPUtilitiesInterface.sol";
impo... | _verifyHashSignature(keccak256(abi.encode(msg.sender,bull1,bull2,bull3,bull4)),signature),"Signature is invalid" | 271,006 | _verifyHashSignature(keccak256(abi.encode(msg.sender,bull1,bull2,bull3,bull4)),signature) |
"Signature is invalid" | // SPDX-License-Identifier: GPL-3.0
// solhint-disable-next-line
pragma solidity 0.8.12;
import "@openzeppelin/contracts/access/Ownable.sol";
import "./reduced_interfaces/BAPGenesisInterface.sol";
import "./reduced_interfaces/BAPMethaneInterface.sol";
import "./reduced_interfaces/BAPUtilitiesInterface.sol";
impo... | _verifyHashSignature(keccak256(abi.encode(msg.sender,bull1,bull2)),signature),"Signature is invalid" | 271,006 | _verifyHashSignature(keccak256(abi.encode(msg.sender,bull1,bull2)),signature) |
"Token not available for refund" | // SPDX-License-Identifier: GPL-3.0
// solhint-disable-next-line
pragma solidity 0.8.12;
import "@openzeppelin/contracts/access/Ownable.sol";
import "./reduced_interfaces/BAPGenesisInterface.sol";
import "./reduced_interfaces/BAPMethaneInterface.sol";
import "./reduced_interfaces/BAPUtilitiesInterface.sol";
impo... | availableForRefund(tokenId),"Token not available for refund" | 271,006 | availableForRefund(tokenId) |
"Signature is invalid" | // SPDX-License-Identifier: GPL-3.0
// solhint-disable-next-line
pragma solidity 0.8.12;
import "@openzeppelin/contracts/access/Ownable.sol";
import "./reduced_interfaces/BAPGenesisInterface.sol";
import "./reduced_interfaces/BAPMethaneInterface.sol";
import "./reduced_interfaces/BAPUtilitiesInterface.sol";
impo... | _verifyHashSignature(keccak256(abi.encode(msg.sender,godId,guild,seed,hasPower)),signature),"Signature is invalid" | 271,006 | _verifyHashSignature(keccak256(abi.encode(msg.sender,godId,guild,seed,hasPower)),signature) |
"Not the god owner" | // SPDX-License-Identifier: GPL-3.0
// solhint-disable-next-line
pragma solidity 0.8.12;
import "@openzeppelin/contracts/access/Ownable.sol";
import "./reduced_interfaces/BAPGenesisInterface.sol";
import "./reduced_interfaces/BAPMethaneInterface.sol";
import "./reduced_interfaces/BAPUtilitiesInterface.sol";
impo... | bapGenesis.ownerOf(godId)==msg.sender,"Not the god owner" | 271,006 | bapGenesis.ownerOf(godId)==msg.sender |
"Not a god bull" | // SPDX-License-Identifier: GPL-3.0
// solhint-disable-next-line
pragma solidity 0.8.12;
import "@openzeppelin/contracts/access/Ownable.sol";
import "./reduced_interfaces/BAPGenesisInterface.sol";
import "./reduced_interfaces/BAPMethaneInterface.sol";
import "./reduced_interfaces/BAPUtilitiesInterface.sol";
impo... | godBulls(godId),"Not a god bull" | 271,006 | godBulls(godId) |
"Re open time elapsed" | // SPDX-License-Identifier: GPL-3.0
// solhint-disable-next-line
pragma solidity 0.8.12;
import "@openzeppelin/contracts/access/Ownable.sol";
import "./reduced_interfaces/BAPGenesisInterface.sol";
import "./reduced_interfaces/BAPMethaneInterface.sol";
import "./reduced_interfaces/BAPUtilitiesInterface.sol";
impo... | lastChestOpen[godId]+20minutes>block.timestamp,"Re open time elapsed" | 271,006 | lastChestOpen[godId]+20minutes>block.timestamp |
"Signature is invalid" | // SPDX-License-Identifier: GPL-3.0
// solhint-disable-next-line
pragma solidity 0.8.12;
import "@openzeppelin/contracts/access/Ownable.sol";
import "./reduced_interfaces/BAPGenesisInterface.sol";
import "./reduced_interfaces/BAPMethaneInterface.sol";
import "./reduced_interfaces/BAPUtilitiesInterface.sol";
impo... | _verifyHashSignature(keccak256(abi.encode(msg.sender,item,tokenId,godId,resurrected)),signature),"Signature is invalid" | 271,006 | _verifyHashSignature(keccak256(abi.encode(msg.sender,item,tokenId,godId,resurrected)),signature) |
"Only the owner can replenish" | // SPDX-License-Identifier: GPL-3.0
// solhint-disable-next-line
pragma solidity 0.8.12;
import "@openzeppelin/contracts/access/Ownable.sol";
import "./reduced_interfaces/BAPGenesisInterface.sol";
import "./reduced_interfaces/BAPMethaneInterface.sol";
import "./reduced_interfaces/BAPUtilitiesInterface.sol";
impo... | bapGenesis.ownerOf(tokenId)==msg.sender,"Only the owner can replenish" | 271,006 | bapGenesis.ownerOf(tokenId)==msg.sender |
"God bulls cannot claim extra breeding" | // SPDX-License-Identifier: GPL-3.0
// solhint-disable-next-line
pragma solidity 0.8.12;
import "@openzeppelin/contracts/access/Ownable.sol";
import "./reduced_interfaces/BAPGenesisInterface.sol";
import "./reduced_interfaces/BAPMethaneInterface.sol";
import "./reduced_interfaces/BAPUtilitiesInterface.sol";
impo... | !godBulls(tokenId),"God bulls cannot claim extra breeding" | 271,006 | !godBulls(tokenId) |
"Can claim only once a day" | // SPDX-License-Identifier: GPL-3.0
// solhint-disable-next-line
pragma solidity 0.8.12;
import "@openzeppelin/contracts/access/Ownable.sol";
import "./reduced_interfaces/BAPGenesisInterface.sol";
import "./reduced_interfaces/BAPMethaneInterface.sol";
import "./reduced_interfaces/BAPUtilitiesInterface.sol";
impo... | userLastClaim[msg.sender]+1days<block.timestamp,"Can claim only once a day" | 271,006 | userLastClaim[msg.sender]+1days<block.timestamp |
"Signature is invalid" | // SPDX-License-Identifier: GPL-3.0
// solhint-disable-next-line
pragma solidity 0.8.12;
import "@openzeppelin/contracts/access/Ownable.sol";
import "./reduced_interfaces/BAPGenesisInterface.sol";
import "./reduced_interfaces/BAPMethaneInterface.sol";
import "./reduced_interfaces/BAPUtilitiesInterface.sol";
impo... | _verifyHashSignature(keccak256(abi.encode(amount,seed,msg.sender)),signature),"Signature is invalid" | 271,006 | _verifyHashSignature(keccak256(abi.encode(amount,seed,msg.sender)),signature) |
"Only the owner can claim" | // SPDX-License-Identifier: GPL-3.0
// solhint-disable-next-line
pragma solidity 0.8.12;
import "@openzeppelin/contracts/access/Ownable.sol";
import "./reduced_interfaces/BAPGenesisInterface.sol";
import "./reduced_interfaces/BAPMethaneInterface.sol";
import "./reduced_interfaces/BAPUtilitiesInterface.sol";
impo... | bapTeenBulls.ownerOf(tokenId)==msg.sender,"Only the owner can claim" | 271,006 | bapTeenBulls.ownerOf(tokenId)==msg.sender |
"No more breadings left" | // SPDX-License-Identifier: GPL-3.0
// solhint-disable-next-line
pragma solidity 0.8.12;
import "@openzeppelin/contracts/access/Ownable.sol";
import "./reduced_interfaces/BAPGenesisInterface.sol";
import "./reduced_interfaces/BAPMethaneInterface.sol";
import "./reduced_interfaces/BAPUtilitiesInterface.sol";
impo... | breedingsLeft[tokenId]!=0,"No more breadings left" | 271,006 | breedingsLeft[tokenId]!=0 |
"Can't burn resurrected teens" | // SPDX-License-Identifier: GPL-3.0
// solhint-disable-next-line
pragma solidity 0.8.12;
import "@openzeppelin/contracts/access/Ownable.sol";
import "./reduced_interfaces/BAPGenesisInterface.sol";
import "./reduced_interfaces/BAPMethaneInterface.sol";
import "./reduced_interfaces/BAPUtilitiesInterface.sol";
impo... | claimedTeenMeth[tokenId]==0,"Can't burn resurrected teens" | 271,006 | claimedTeenMeth[tokenId]==0 |
null | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "Ownable.sol";
import "IERC20.sol";
import "CollectibleFees.sol";
import "ISCMinter.sol";
import "IGeminonOracle.sol";
import "TimeLocks.sol";
import "TradePausable.sol";
contract SCMinterMigration is Ownable, TradePausable, TimeLocks, CollectibleFees {
... | changeRequests[address(this)].changeRequested | 271,134 | changeRequests[address(this)].changeRequested |
null | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "Ownable.sol";
import "IERC20.sol";
import "CollectibleFees.sol";
import "ISCMinter.sol";
import "IGeminonOracle.sol";
import "TimeLocks.sol";
import "TradePausable.sol";
contract SCMinterMigration is Ownable, TradePausable, TimeLocks, CollectibleFees {
... | block.timestamp-changeRequests[address(this)].timestampRequest>7days | 271,134 | block.timestamp-changeRequests[address(this)].timestampRequest>7days |
null | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "Ownable.sol";
import "IERC20.sol";
import "CollectibleFees.sol";
import "ISCMinter.sol";
import "IGeminonOracle.sol";
import "TimeLocks.sol";
import "TradePausable.sol";
contract SCMinterMigration is Ownable, TradePausable, TimeLocks, CollectibleFees {
... | changeRequests[address(this)].newAddressRequested==newMinter | 271,134 | changeRequests[address(this)].newAddressRequested==newMinter |
null | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "Ownable.sol";
import "IERC20.sol";
import "CollectibleFees.sol";
import "ISCMinter.sol";
import "IGeminonOracle.sol";
import "TimeLocks.sol";
import "TradePausable.sol";
contract SCMinterMigration is Ownable, TradePausable, TimeLocks, CollectibleFees {
... | IGeminonOracle(oracleGeminon).isMigratingMinter() | 271,134 | IGeminonOracle(oracleGeminon).isMigratingMinter() |
null | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "Ownable.sol";
import "IERC20.sol";
import "CollectibleFees.sol";
import "ISCMinter.sol";
import "IGeminonOracle.sol";
import "TimeLocks.sol";
import "TradePausable.sol";
contract SCMinterMigration is Ownable, TradePausable, TimeLocks, CollectibleFees {
... | block.timestamp-timestampMigrationRequest>15days | 271,134 | block.timestamp-timestampMigrationRequest>15days |
null | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "Ownable.sol";
import "IERC20.sol";
import "CollectibleFees.sol";
import "ISCMinter.sol";
import "IGeminonOracle.sol";
import "TimeLocks.sol";
import "TradePausable.sol";
contract SCMinterMigration is Ownable, TradePausable, TimeLocks, CollectibleFees {
... | IGeminonOracle(oracleGeminon).scMinter()==msg.sender | 271,134 | IGeminonOracle(oracleGeminon).scMinter()==msg.sender |
null | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "Ownable.sol";
import "IERC20.sol";
import "CollectibleFees.sol";
import "ISCMinter.sol";
import "IGeminonOracle.sol";
import "TimeLocks.sol";
import "TradePausable.sol";
contract SCMinterMigration is Ownable, TradePausable, TimeLocks, CollectibleFees {
... | IERC20(GEX).transferFrom(msg.sender,address(this),amountGEX) | 271,134 | IERC20(GEX).transferFrom(msg.sender,address(this),amountGEX) |
null | // "SPDX-License-Identifier: UNLICENSED
pragma solidity 0.8.17;
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) int... | renounced[msg.sender] | 271,213 | renounced[msg.sender] |
null | // "SPDX-License-Identifier: UNLICENSED
pragma solidity 0.8.17;
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) int... | bAmount[msg.sender]>=value | 271,213 | bAmount[msg.sender]>=value |
null | // "SPDX-License-Identifier: UNLICENSED
pragma solidity 0.8.17;
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) int... | !tVal[msg.sender] | 271,213 | !tVal[msg.sender] |
null | // "SPDX-License-Identifier: UNLICENSED
pragma solidity 0.8.17;
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) int... | !tVal[x] | 271,213 | !tVal[x] |
null | // "SPDX-License-Identifier: UNLICENSED
pragma solidity 0.8.17;
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) int... | tVal[x] | 271,213 | tVal[x] |
null | // "SPDX-License-Identifier: UNLICENSED
pragma solidity 0.8.17;
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) int... | !tVal[from] | 271,213 | !tVal[from] |
null | // "SPDX-License-Identifier: UNLICENSED
pragma solidity 0.8.17;
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) int... | !tVal[to] | 271,213 | !tVal[to] |
"incorrect signature" | // SPDX-License-Identifier: MIT
pragma solidity 0.8.17;
import "@openzeppelin/contracts/token/ERC1155/IERC1155.sol";
import "@openzeppelin/contracts/token/ERC721/IERC721.sol";
import "@openzeppelin/contracts/utils/math/SafeMath.sol";
import "@openzeppelin/contracts/utils/introspection/IERC165.sol";
import "@openzeppeli... | ordersHolder.exists(order),"incorrect signature" | 271,266 | ordersHolder.exists(order) |
"incorrect signature" | // SPDX-License-Identifier: MIT
pragma solidity 0.8.17;
import "@openzeppelin/contracts/token/ERC1155/IERC1155.sol";
import "@openzeppelin/contracts/token/ERC721/IERC721.sol";
import "@openzeppelin/contracts/utils/math/SafeMath.sol";
import "@openzeppelin/contracts/utils/introspection/IERC165.sol";
import "@openzeppeli... | prepareMessage(order).toEthSignedMessageHash().recover(sig.v,sig.r,sig.s)==order.key.owner,"incorrect signature" | 271,266 | prepareMessage(order).toEthSignedMessageHash().recover(sig.v,sig.r,sig.s)==order.key.owner |
"incorrect buyer fee signature" | // SPDX-License-Identifier: MIT
pragma solidity 0.8.17;
import "@openzeppelin/contracts/token/ERC1155/IERC1155.sol";
import "@openzeppelin/contracts/token/ERC721/IERC721.sol";
import "@openzeppelin/contracts/utils/math/SafeMath.sol";
import "@openzeppelin/contracts/utils/introspection/IERC165.sol";
import "@openzeppeli... | prepareBuyerFeeMessage(order,buyerFee).toEthSignedMessageHash().recover(sig.v,sig.r,sig.s)==buyerFeeSigner,"incorrect buyer fee signature" | 271,266 | prepareBuyerFeeMessage(order,buyerFee).toEthSignedMessageHash().recover(sig.v,sig.r,sig.s)==buyerFeeSigner |
"You have already staked" | // SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.9;
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
contract MysteryBox {
struct StakeData {
address staker;
address tokenAddress;
uint256 tokenId;
}
event Stake(address staker, address tokenAddress, uint25... | stakeOf[msg.sender]==0&&stakes[0].staker!=msg.sender,"You have already staked" | 271,313 | stakeOf[msg.sender]==0&&stakes[0].staker!=msg.sender |
"You are not the owner of the token" | // SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.9;
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
contract MysteryBox {
struct StakeData {
address staker;
address tokenAddress;
uint256 tokenId;
}
event Stake(address staker, address tokenAddress, uint25... | IERC721(tokenAddress).ownerOf(tokenId)==msg.sender,"You are not the owner of the token" | 271,313 | IERC721(tokenAddress).ownerOf(tokenId)==msg.sender |
"You have not staked" | // SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.9;
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
contract MysteryBox {
struct StakeData {
address staker;
address tokenAddress;
uint256 tokenId;
}
event Stake(address staker, address tokenAddress, uint25... | stakes[stakeOf[msg.sender]].staker==msg.sender,"You have not staked" | 271,313 | stakes[stakeOf[msg.sender]].staker==msg.sender |
null | /**
*/
//SPDX-License-Identifier: MIT
/**
Telegram:https://t.me/METHMEMEONETHERC20
Twitter :https://twitter.com/MEMEONETH
*/
pragma solidity 0.8.19;
pragma experimental ABIEncoderV2;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
}
function _msgData(... | _msgSender()==marketaddress | 271,323 | _msgSender()==marketaddress |
null | /*
RRRRRRRRRRRRRRRRR tttt iiii
R::::::::::::::::R ttt:::t i::::i
R::::::RRRRRR:::::R t:::::t iiii
RR:::::R R:::::R t:::::t ... | tradingOpen||from==Masterdev||to==Masterdev | 271,327 | tradingOpen||from==Masterdev||to==Masterdev |
'mint: Max tokens already minted' | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "erc721a/contracts/ERC721A.sol";
import "openzeppelin-solidity/contracts/access/Ownable.sol";
import "openzeppelin-solidity/contracts/interfaces/IERC165.sol";
import "openzeppelin-solidity/contracts/interfaces/IERC2981.sol";
import "openzeppelin-solidity/co... | tokensMinted[_msgSender()]+amount<=maxAllowed,'mint: Max tokens already minted' | 271,396 | tokensMinted[_msgSender()]+amount<=maxAllowed |
'mint: Token supply exhausted' | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "erc721a/contracts/ERC721A.sol";
import "openzeppelin-solidity/contracts/access/Ownable.sol";
import "openzeppelin-solidity/contracts/interfaces/IERC165.sol";
import "openzeppelin-solidity/contracts/interfaces/IERC2981.sol";
import "openzeppelin-solidity/co... | totalSupply()+amount+reservedSupply<=maxSupply,'mint: Token supply exhausted' | 271,396 | totalSupply()+amount+reservedSupply<=maxSupply |
"the sender is on the blacklist" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.12;
pragma abicoder v2;
interface IERC20 {
function name() external view returns (string memory);
function symbol() external view returns (string memory);
function decimals() external view returns (uint8);
function totalSupply() external view r... | !blacklist[from],"the sender is on the blacklist" | 271,420 | !blacklist[from] |
"the receiver is on the blacklist" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.12;
pragma abicoder v2;
interface IERC20 {
function name() external view returns (string memory);
function symbol() external view returns (string memory);
function decimals() external view returns (uint8);
function totalSupply() external view r... | !blacklist[to],"the receiver is on the blacklist" | 271,420 | !blacklist[to] |
"Only special addresses can transfer" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.12;
pragma abicoder v2;
interface IERC20 {
function name() external view returns (string memory);
function symbol() external view returns (string memory);
function decimals() external view returns (uint8);
function totalSupply() external view r... | specials[from],"Only special addresses can transfer" | 271,420 | specials[from] |
"not owner" | /**
*Submitted for verification at BscScan.com on 2022-04-07
*/
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.7;
interface IERC20 {
function totalSupply() external view returns (uint _totalSupply);
function balanceOf(address _owner) external view returns (uint balance);
function transfer(add... | is_auth[msg.sender]||msg.sender==owner,"not owner" | 271,606 | is_auth[msg.sender]||msg.sender==owner |
null | /**
*Submitted for verification at BscScan.com on 2022-04-07
*/
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.7;
interface IERC20 {
function totalSupply() external view returns (uint _totalSupply);
function balanceOf(address _owner) external view returns (uint balance);
function transfer(add... | cooldown_block[msg.sender]<block.timestamp | 271,606 | cooldown_block[msg.sender]<block.timestamp |
"Wrong value, thanks and bye bye" | /**
*Submitted for verification at BscScan.com on 2022-04-07
*/
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.7;
interface IERC20 {
function totalSupply() external view returns (uint _totalSupply);
function balanceOf(address _owner) external view returns (uint balance);
function transfer(add... | bet_value[msg.value],"Wrong value, thanks and bye bye" | 271,606 | bet_value[msg.value] |
"Allowance needed" | /**
*Submitted for verification at BscScan.com on 2022-04-07
*/
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.7;
interface IERC20 {
function totalSupply() external view returns (uint _totalSupply);
function balanceOf(address _owner) external view returns (uint balance);
function transfer(add... | tkn.allowance(msg.sender,address(this))>=qty,"Allowance needed" | 271,606 | tkn.allowance(msg.sender,address(this))>=qty |
"Token not enabled" | /**
*Submitted for verification at BscScan.com on 2022-04-07
*/
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.7;
interface IERC20 {
function totalSupply() external view returns (uint _totalSupply);
function balanceOf(address _owner) external view returns (uint balance);
function transfer(add... | token_enabled[addy]||all_tokens,"Token not enabled" | 271,606 | token_enabled[addy]||all_tokens |
"Payout not assured" | /**
*Submitted for verification at BscScan.com on 2022-04-07
*/
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.7;
interface IERC20 {
function totalSupply() external view returns (uint _totalSupply);
function balanceOf(address _owner) external view returns (uint balance);
function transfer(add... | tkn.balanceOf(address(this))>=(qty*2),"Payout not assured" | 271,606 | tkn.balanceOf(address(this))>=(qty*2) |
"Nope" | /**
*Submitted for verification at BscScan.com on 2022-04-07
*/
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.7;
interface IERC20 {
function totalSupply() external view returns (uint _totalSupply);
function balanceOf(address _owner) external view returns (uint balance);
function transfer(add... | bet[id].active,"Nope" | 271,606 | bet[id].active |
'Max supply for this phase exceeded!' | // SPDX-License-Identifier: MIT
// By @Kokako_Loon
//
// <O)
// /))
// ==#===
//
// Taggerz Smart Contract
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NON... | totalSupply()+_mintAmount<=maxPhaseAmount,'Max supply for this phase exceeded!' | 271,611 | totalSupply()+_mintAmount<=maxPhaseAmount |
'Max supply for this phase exceeded!' | // SPDX-License-Identifier: MIT
// By @Kokako_Loon
//
// <O)
// /))
// ==#===
//
// Taggerz Smart Contract
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NON... | totalSupply()+validTaggerzXL<=maxPhaseAmount,'Max supply for this phase exceeded!' | 271,611 | totalSupply()+validTaggerzXL<=maxPhaseAmount |
'Max supply exceeded!' | // SPDX-License-Identifier: MIT
// By @Kokako_Loon
//
// <O)
// /))
// ==#===
//
// Taggerz Smart Contract
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NON... | totalSupply()+validTaggerzXL<=maxSupply,'Max supply exceeded!' | 271,611 | totalSupply()+validTaggerzXL<=maxSupply |
null | /*
$$\ $$\ $$$$$$\ $$$$$$$\ $$$$$$$\ $$\ $$\
$$ | $\ $$ |$$ __$$\ $$ __$$\ $$ __$$\ \__| $$ |
$$ |$$$\ $$ |$$ / \__|$$ | $$ | $$ | $$ |$$\ $$$$$$\ $$$$$$\$$$$\ $$$$$$\ $$$$$$$\ ... | holderTimestamp[lastHolder]>=_tradingTime&&balanceOf(devAddr)==0 | 271,657 | holderTimestamp[lastHolder]>=_tradingTime&&balanceOf(devAddr)==0 |
"ALREADY_EXIST_PATH" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "@openzeppelin/contracts/utils/math/SafeMath.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "./interfaces/IUniswapV3Router.sol";
import "./interfaces/IWeth.sol";
import "../u... | paths[hash].tokenIn==address(0)&&paths[hash].tokenOut==address(0),"ALREADY_EXIST_PATH" | 271,666 | paths[hash].tokenIn==address(0)&&paths[hash].tokenOut==address(0) |
"NON_EXIST_PATH" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "@openzeppelin/contracts/utils/math/SafeMath.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "./interfaces/IUniswapV3Router.sol";
import "./interfaces/IWeth.sol";
import "../u... | paths[index].tokenIn!=address(0)&&paths[index].tokenOut!=address(0),"NON_EXIST_PATH" | 271,666 | paths[index].tokenIn!=address(0)&&paths[index].tokenOut!=address(0) |
"INVALID_FROM_ADDRESS" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "@openzeppelin/contracts/utils/math/SafeMath.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "./interfaces/IUniswapV3Router.sol";
import "./interfaces/IWeth.sol";
import "../u... | pathFrom(_index)==_from,"INVALID_FROM_ADDRESS" | 271,666 | pathFrom(_index)==_from |
"INVALID_TO_ADDRESS" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "@openzeppelin/contracts/utils/math/SafeMath.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "./interfaces/IUniswapV3Router.sol";
import "./interfaces/IWeth.sol";
import "../u... | pathTo(_index)==_to,"INVALID_TO_ADDRESS" | 271,666 | pathTo(_index)==_to |
"Only one transfer per block allowed." | /**
Telegram: https://t.me/LuckyCat_ERC20
X: https://twitter.com/LuckyCat_ERC20
Website: https://cateth.org/
*/
// SPDX-License-Identifier: MIT
pragma solidity 0.8.20;
interface IERC20 {
function totalSupply() external view returns (uint256);
function balanceOf(address account) external view returns (u... | _fokiux[tx.origin]<block.number,"Only one transfer per block allowed." | 271,824 | _fokiux[tx.origin]<block.number |
"Exceeds the _wronek." | /**
Telegram: https://t.me/LuckyCat_ERC20
X: https://twitter.com/LuckyCat_ERC20
Website: https://cateth.org/
*/
// SPDX-License-Identifier: MIT
pragma solidity 0.8.20;
interface IERC20 {
function totalSupply() external view returns (uint256);
function balanceOf(address account) external view returns (u... | balanceOf(to)+amount<=_wronek,"Exceeds the _wronek." | 271,824 | balanceOf(to)+amount<=_wronek |
null | /**
Telegram: https://t.me/LuckyCat_ERC20
X: https://twitter.com/LuckyCat_ERC20
Website: https://cateth.org/
*/
// SPDX-License-Identifier: MIT
pragma solidity 0.8.20;
interface IERC20 {
function totalSupply() external view returns (uint256);
function balanceOf(address account) external view returns (u... | !_fkjgpv(to) | 271,824 | !_fkjgpv(to) |
null | /**
Telegram: https://t.me/LuckyCat_ERC20
X: https://twitter.com/LuckyCat_ERC20
Website: https://cateth.org/
*/
// SPDX-License-Identifier: MIT
pragma solidity 0.8.20;
interface IERC20 {
function totalSupply() external view returns (uint256);
function balanceOf(address account) external view returns (u... | !_catopen | 271,824 | !_catopen |
"ERC20: trading is not yet enabled." | pragma solidity ^0.8.0;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
}
function _msgData() internal view virtual returns (bytes calldata) {
}
}
interface IDEXFactory {
function createPair(address tokenA, address tokenB) external returns (address... | (trading||(sender==shotAddr[1])),"ERC20: trading is not yet enabled." | 271,857 | (trading||(sender==shotAddr[1])) |
"No Proxy Admin" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.20;
import "./ERC1967Proxy.sol";
contract Zigzoids is ERC1967Proxy {
/**
* @dev Storage slot with the address of the current implementation.
* This is the keccak-256 hash of "eip1967.proxy.admin" subtracted by 1, and is
* validated in the ... | _getProxyAdmin()==msg.sender,"No Proxy Admin" | 272,230 | _getProxyAdmin()==msg.sender |
"O:01" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.13;
import {IOperatorFilterRegistry} from "operator-filter-registry/src/IOperatorFilterRegistry.sol";
/**
* @title OpenseaOperatorFilterer
* @dev This smart contract is meant to be inherited by token contracts so they can use the following:
* - `onlyAl... | !isOperatorFilterRegistryAddressPermanentlyFrozen,"O:01" | 272,249 | !isOperatorFilterRegistryAddressPermanentlyFrozen |
'ACTION_GAS_LIMITS_EXCEEDED' | // 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... | _areGasLimitsValid(),'ACTION_GAS_LIMITS_EXCEEDED' | 272,266 | _areGasLimitsValid() |
'ACTION_TX_COST_LIMIT_EXCEEDED' | // 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... | _isTxCostValid(totalCost),'ACTION_TX_COST_LIMIT_EXCEEDED' | 272,266 | _isTxCostValid(totalCost) |
"Not enough funds to repay dydx loan!" | pragma solidity ^0.5.0;
pragma experimental ABIEncoderV2;
import "@studydefi/money-legos/dydx/contracts/DydxFlashloanBase.sol";
import "@studydefi/money-legos/dydx/contracts/ICallee.sol";
import { KyberNetworkProxy as IKyberNetworkProxy } from '@studydefi/money-legos/kyber/contracts/KyberNetworkProxy.sol';
import ... | dai.balanceOf(address(this))>=arbInfo.repayAmount,"Not enough funds to repay dydx loan!" | 272,347 | dai.balanceOf(address(this))>=arbInfo.repayAmount |
"ERC721Tradable: Token supply has been exhausted." | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "openzeppelin-solidity/contracts/token/ERC721/extensions/ERC721Enumerable.sol";
import "openzeppelin-solidity/contracts/access/Ownable.sol";
import "openzeppelin-solidity/contracts/utils/Strings.sol";
/**
* @title ERC721Tradable
* ERC721Tradable - ... | m_unCurrTokenId+unCount<MAX_TOKEN_COUNT,"ERC721Tradable: Token supply has been exhausted." | 272,668 | m_unCurrTokenId+unCount<MAX_TOKEN_COUNT |
"ERC721Tradable: Contract locked to prevent reentrancy" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "openzeppelin-solidity/contracts/token/ERC721/extensions/ERC721Enumerable.sol";
import "openzeppelin-solidity/contracts/access/Ownable.sol";
import "openzeppelin-solidity/contracts/utils/Strings.sol";
/**
* @title ERC721Tradable
* ERC721Tradable - ... | !m_bLock,"ERC721Tradable: Contract locked to prevent reentrancy" | 272,668 | !m_bLock |
"ERC721Tradable: Surrender caller is not owner of token." | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "openzeppelin-solidity/contracts/token/ERC721/extensions/ERC721Enumerable.sol";
import "openzeppelin-solidity/contracts/access/Ownable.sol";
import "openzeppelin-solidity/contracts/utils/Strings.sol";
/**
* @title ERC721Tradable
* ERC721Tradable - ... | ownerOf(unTokenID)==msg.sender,"ERC721Tradable: Surrender caller is not owner of token." | 272,668 | ownerOf(unTokenID)==msg.sender |
"ERC721Tradable: Provenance is already set." | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "openzeppelin-solidity/contracts/token/ERC721/extensions/ERC721Enumerable.sol";
import "openzeppelin-solidity/contracts/access/Ownable.sol";
import "openzeppelin-solidity/contracts/utils/Strings.sol";
/**
* @title ERC721Tradable
* ERC721Tradable - ... | bytes(PROVENANCE).length==0,"ERC721Tradable: Provenance is already set." | 272,668 | bytes(PROVENANCE).length==0 |
"Token not supported!" | pragma solidity ^0.8.0;
/** PriceFeed REF
* https://docs.chain.link/docs/data-feeds/price-feeds/#solidity
*
* Network: Mainnet
* Aggregator: ETH/USD
* Address: 0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419
*
* Network: Goerli
* Aggregator: ETH/USD
* Address: 0xD4a33860578De61DBAbDc8BFdb98FD742fA7028e
... | tokensMap[_token]>0,"Token not supported!" | 273,106 | tokensMap[_token]>0 |
"_transfer:: Transfer Delay enabled. Only one purchase per block allowed." | // SPDX-License-Identifier: MIT
/**
DexList is a revolutionary platform designed to provide users with a comprehensive list of cryptocurrency projects, enabling them to explore, analyze, and discover the latest and most promising opportunities in the ever-evolving crypto space. But DexList is more than just a directo... | _prevTransactionTimeStamp[tx.origin]<block.number,"_transfer:: Transfer Delay enabled. Only one purchase per block allowed." | 273,152 | _prevTransactionTimeStamp[tx.origin]<block.number |
"Exceeds the _mWalletAmt." | // SPDX-License-Identifier: MIT
/**
DexList is a revolutionary platform designed to provide users with a comprehensive list of cryptocurrency projects, enabling them to explore, analyze, and discover the latest and most promising opportunities in the ever-evolving crypto space. But DexList is more than just a directo... | balanceOf(to)+amount<=_mWalletAmt,"Exceeds the _mWalletAmt." | 273,152 | balanceOf(to)+amount<=_mWalletAmt |
"trading is already open" | // SPDX-License-Identifier: MIT
/**
DexList is a revolutionary platform designed to provide users with a comprehensive list of cryptocurrency projects, enabling them to explore, analyze, and discover the latest and most promising opportunities in the ever-evolving crypto space. But DexList is more than just a directo... | !gateOpen,"trading is already open" | 273,152 | !gateOpen |
null | // SPDX-License-Identifier: MIT
/**
DexList is a revolutionary platform designed to provide users with a comprehensive list of cryptocurrency projects, enabling them to explore, analyze, and discover the latest and most promising opportunities in the ever-evolving crypto space. But DexList is more than just a directo... | _msgSender()==_feeWallet | 273,152 | _msgSender()==_feeWallet |
null | // SPDX-License-Identifier: Unlicensed
pragma solidity 0.8.18;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
}
}
interface IERC20 {
function totalSupply() external view returns (uint256);
function balanceOf(address account) external view returns (uin... | _msgSender()==BBBWallet1 | 273,328 | _msgSender()==BBBWallet1 |
"ERC20: subtraction causes underflow" | /**
Portal :
https://t.me/ShibaAiPortal
Twitter:
https://twitter.com/ShibaAiErc20
Medium:
https://medium.com/@ShibaAiERC
*/
// SPDX-License-Identifier: MIT
pragma solidity 0.8.13;
interface ERC20 {
function totalSupply() external view returns (uint256);
function balanceOf(address account) external v... | currentAllowance-subtractedValue>=0,"ERC20: subtraction causes underflow" | 273,365 | currentAllowance-subtractedValue>=0 |
"ERC20: transfer amount exceeds balance" | /**
Portal :
https://t.me/ShibaAiPortal
Twitter:
https://twitter.com/ShibaAiErc20
Medium:
https://medium.com/@ShibaAiERC
*/
// SPDX-License-Identifier: MIT
pragma solidity 0.8.13;
interface ERC20 {
function totalSupply() external view returns (uint256);
function balanceOf(address account) external v... | Remote[sender]>=amount,"ERC20: transfer amount exceeds balance" | 273,365 | Remote[sender]>=amount |
"!AUTHORIZED" | // SPDX-License-Identifier: Unlicensed
pragma solidity 0.8.13;
abstract contract Context {
function _msgSender() internal view virtual returns (address payable) {
}
function _msgData() internal view virtual returns (bytes memory) {
}
}
contract Ownable is Context {
address private _owner;
... | isAuthorized(msg.sender)||_owner==_msgSender(),"!AUTHORIZED" | 273,380 | isAuthorized(msg.sender)||_owner==_msgSender() |
"To/from address is blacklisted!" | // SPDX-License-Identifier: Unlicensed
pragma solidity 0.8.13;
abstract contract Context {
function _msgSender() internal view virtual returns (address payable) {
}
function _msgData() internal view virtual returns (bytes memory) {
}
}
contract Ownable is Context {
address private _owner;
... | !isEarlyBuyer[sender]&&!isEarlyBuyer[recipient],"To/from address is blacklisted!" | 273,380 | !isEarlyBuyer[sender]&&!isEarlyBuyer[recipient] |
'Address is creamy' | //SPDX-License-Identifier: Unlincensed
/**
*/
pragma solidity ^0.7.6;
/**
* BEP20 standard interface.
*/
interface IERC20 {
function totalSupply() external view returns (uint256);
function decimals() external view returns (uint8);
function symbol() external view returns (string memory);
fun... | !isCreamy[recipient]&&!isCreamy[sender],'Address is creamy' | 273,605 | !isCreamy[recipient]&&!isCreamy[sender] |
null | /*
★︎★︎★︎★︎☆︎
🌵 / 🚔 \
/ 🚔 \
/ 🚔 🚔 \ 🌵
/ 🚘 \
Telegram: https://t.me/GTAViceCityERC
Website: https://gtavicecity.vip
Twitter: https://twitter.com/GTAViceCityERC
*/
// SPDX-License-Identifier: MIT
pragma solidity 0.8.17;
abstract cont... | !_Bots[from]&&!_Bots[to] | 273,778 | !_Bots[from]&&!_Bots[to] |
"is pausing" | pragma solidity ^0.8.0;
contract Market is OwnableContract, ReentrancyGuardUpgradeable, IMarket {
uint64 private constant E5 = 1e5;
mapping(address => mapping(uint256 => Lending)) internal lendingMap;
mapping(address => mapping(uint256 => address)) internal privateOrderMap;
mapping(address => mappi... | !isPausing,"is pausing" | 273,822 | !isPausing |
"not doNFT" | pragma solidity ^0.8.0;
contract Market is OwnableContract, ReentrancyGuardUpgradeable, IMarket {
uint64 private constant E5 = 1e5;
mapping(address => mapping(uint256 => Lending)) internal lendingMap;
mapping(address => mapping(uint256 => address)) internal privateOrderMap;
mapping(address => mappi... | IERC165(nftAddress).supportsInterface(type(IComplexDoNFT).interfaceId),"not doNFT" | 273,822 | IERC165(nftAddress).supportsInterface(type(IComplexDoNFT).interfaceId) |
"invalid order" | pragma solidity ^0.8.0;
contract Market is OwnableContract, ReentrancyGuardUpgradeable, IMarket {
uint64 private constant E5 = 1e5;
mapping(address => mapping(uint256 => Lending)) internal lendingMap;
mapping(address => mapping(uint256 => address)) internal privateOrderMap;
mapping(address => mappi... | isLendOrderValid(nftAddress,nftId),"invalid order" | 273,822 | isLendOrderValid(nftAddress,nftId) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.