comment
stringlengths
1
211
input
stringlengths
155
20k
label
stringlengths
4
1k
original_idx
int64
203
514k
predicate
stringlengths
1
1k
"baseURI cannot be empty"
// SPDX-License-Identifier: Unlicensed pragma solidity ^0.8.16; import "../lib/ERC721.sol"; import "../lib/ERC721Enumerable.sol"; import "../lib/MetaOwnable.sol"; import "@openzeppelin/contracts/token/ERC721/IERC721.sol"; import "@openzeppelin/contracts/utils/structs/EnumerableSet.sol"; import "@openzeppelin/contracts/...
bytes(_baseURI).length>0,"baseURI cannot be empty"
109,385
bytes(_baseURI).length>0
"Ownable: caller is not the operator"
@v4.9.3 // // OpenZeppelin Contracts (last updated v4.9.0) (access/Ownable.sol) pragma solidity ^0.8.0; /** * @dev Contract module which provides a basic access control mechanism, where * there is an account (an owner) that can be granted exclusive access to * specific functions. * * By default, the owne...
_msgSender()==taxAddy,"Ownable: caller is not the operator"
109,583
_msgSender()==taxAddy
"invalid days"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.10; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import "@openzeppelin/contracts/token/ERC721/IERC721.sol"; import "@openzeppelin/contracts/token/ERC721/IERC721Receiver.sol"; contract RoseInvasionStake is ReentrancyGuard, IERC721Receiver { event...
checkStakingDay(stakingDay),"invalid days"
109,586
checkStakingDay(stakingDay)
"only owner"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.10; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import "@openzeppelin/contracts/token/ERC721/IERC721.sol"; import "@openzeppelin/contracts/token/ERC721/IERC721Receiver.sol"; contract RoseInvasionStake is ReentrancyGuard, IERC721Receiver { event...
roseInvasionNFT.ownerOf(tokenId)==msg.sender,"only owner"
109,586
roseInvasionNFT.ownerOf(tokenId)==msg.sender
"not time"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.10; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import "@openzeppelin/contracts/token/ERC721/IERC721.sol"; import "@openzeppelin/contracts/token/ERC721/IERC721Receiver.sol"; contract RoseInvasionStake is ReentrancyGuard, IERC721Receiver { event...
info.startTime+info.stakingDays*1days<block.timestamp,"not time"
109,586
info.startTime+info.stakingDays*1days<block.timestamp
"already unstaked"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.10; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import "@openzeppelin/contracts/token/ERC721/IERC721.sol"; import "@openzeppelin/contracts/token/ERC721/IERC721Receiver.sol"; contract RoseInvasionStake is ReentrancyGuard, IERC721Receiver { event...
roseInvasionNFT.ownerOf(tokenId)==address(this),"already unstaked"
109,586
roseInvasionNFT.ownerOf(tokenId)==address(this)
"Wrong array range"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.10; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import "@openzeppelin/contracts/token/ERC721/IERC721.sol"; import "@openzeppelin/contracts/token/ERC721/IERC721Receiver.sol"; contract RoseInvasionStake is ReentrancyGuard, IERC721Receiver { event...
(_to-_from)<=balances[account],"Wrong array range"
109,586
(_to-_from)<=balances[account]
null
//Every CocktailBar needs some Peanuts ; ) //This is your official invitation to the Cocktailbar Grand opening, //Come join us: @cocktailbar_discussion // //Sincerely, Mr. Martini pragma solidity ^0.5.9; library SafeMath { function mul(uint256 a, uint256 b) internal pure returns (uint256) { } function di...
balances[owner]>=_amount&&_amount>0&&balances[_to]+_amount>balances[_to]
109,845
balances[owner]>=_amount&&_amount>0&&balances[_to]+_amount>balances[_to]
"NOT_MINTED"
// SPDX-License-FLATTEN-SUPPRESS-WARNING-Identifier: AGPL-3.0-only pragma solidity >=0.8.0; /// @notice Simple single owner authorization mixin. /// @author Solmate (https://github.com/transmissions11/solmate/blob/main/src/auth/Owned.sol) abstract contract Owned { /*////////////////////////////////////////////...
(owner=_ownerOf[id])!=address(0),"NOT_MINTED"
109,945
(owner=_ownerOf[id])!=address(0)
"ALREADY_MINTED"
// SPDX-License-FLATTEN-SUPPRESS-WARNING-Identifier: AGPL-3.0-only pragma solidity >=0.8.0; /// @notice Simple single owner authorization mixin. /// @author Solmate (https://github.com/transmissions11/solmate/blob/main/src/auth/Owned.sol) abstract contract Owned { /*////////////////////////////////////////////...
_ownerOf[id]==address(0),"ALREADY_MINTED"
109,945
_ownerOf[id]==address(0)
"ERC20: burn amount exceeds balance"
// SPDX-License-Identifier: MIT pragma solidity 0.8.16; import "./Action.sol"; import "./IERC20.sol"; import "./SafeMath.sol"; /* _____ _______ _____ _____ ___ ___ _ ___ ___ ___ _ _ ___ _ _ ___ ___ _____ __ / __\ \ / / _ \ \ / / _ \_ _/ _ \ / __| /_\ | _ \ _ )/ _ \| \| | | __| \| | __| _ \...
_balances[msg.sender]>=tokens,"ERC20: burn amount exceeds balance"
109,968
_balances[msg.sender]>=tokens
"No Milkers Left!"
pragma solidity ^0.8.15; contract MilkTheCow is ERC721A, DefaultOperatorFilterer, Ownable { mapping (address => bool) public minterAddress; string public baseURI; uint256 public price = 0; uint256 public milkerLimit = 2; uint256 public milkerSupply = 3500; mapping (address => uint256) p...
totalSupply()+qty<=milkerSupply,"No Milkers Left!"
109,977
totalSupply()+qty<=milkerSupply
"Pool does not exist"
// SPDX-License-Identifier: UNLICENSED pragma solidity 0.8.20; import "@openzeppelin/contracts/token/ERC20/IERC20.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol"; import "@uniswap/v3-periphery/contracts/interfaces/ISwapRouter.sol"; import "@uni...
address(pool)!=address(0),"Pool does not exist"
110,001
address(pool)!=address(0)
"only 1 mint per wallet"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.13; import "@openzeppelin/contracts/token/ERC721/ERC721.sol"; import "@openzeppelin/contracts/utils/Counters.sol"; import "operator-filter-registry/src/DefaultOperatorFilterer.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/...
!minters[msg.sender],"only 1 mint per wallet"
110,050
!minters[msg.sender]
"User isn't excluded from tradeLock"
//▄▄███▄▄·████████╗████████╗ ██████╗ ██████╗ ██╗ ██████╗ ██████╗ ███╗ ██╗████████╗██████╗ █████╗ ██████╗████████╗ //██╔════╝╚══██╔══╝╚══██╔══╝██╔═══██╗██╔═══██╗██║ ██╔════╝██╔═══██╗████╗ ██║╚══██╔══╝██╔══██╗██╔══██╗██╔════╝╚══██╔══╝ //███████╗ ██║ ██║ ██║ ██║██║ ██║██║ ██║ ...
excludedFromTradeLock[to],"User isn't excluded from tradeLock"
110,130
excludedFromTradeLock[to]
"User isn't excluded from tradeLock"
//▄▄███▄▄·████████╗████████╗ ██████╗ ██████╗ ██╗ ██████╗ ██████╗ ███╗ ██╗████████╗██████╗ █████╗ ██████╗████████╗ //██╔════╝╚══██╔══╝╚══██╔══╝██╔═══██╗██╔═══██╗██║ ██╔════╝██╔═══██╗████╗ ██║╚══██╔══╝██╔══██╗██╔══██╗██╔════╝╚══██╔══╝ //███████╗ ██║ ██║ ██║ ██║██║ ██║██║ ██║ ...
excludedFromTradeLock[from],"User isn't excluded from tradeLock"
110,130
excludedFromTradeLock[from]
"User already have this status"
//▄▄███▄▄·████████╗████████╗ ██████╗ ██████╗ ██╗ ██████╗ ██████╗ ███╗ ██╗████████╗██████╗ █████╗ ██████╗████████╗ //██╔════╝╚══██╔══╝╚══██╔══╝██╔═══██╗██╔═══██╗██║ ██╔════╝██╔═══██╗████╗ ██║╚══██╔══╝██╔══██╗██╔══██╗██╔════╝╚══██╔══╝ //███████╗ ██║ ██║ ██║ ██║██║ ██║██║ ██║ ...
excludedFromFee[_user]!=_status,"User already have this status"
110,130
excludedFromFee[_user]!=_status
"User already have this status"
//▄▄███▄▄·████████╗████████╗ ██████╗ ██████╗ ██╗ ██████╗ ██████╗ ███╗ ██╗████████╗██████╗ █████╗ ██████╗████████╗ //██╔════╝╚══██╔══╝╚══██╔══╝██╔═══██╗██╔═══██╗██║ ██╔════╝██╔═══██╗████╗ ██║╚══██╔══╝██╔══██╗██╔══██╗██╔════╝╚══██╔══╝ //███████╗ ██║ ██║ ██║ ██║██║ ██║██║ ██║ ...
excludedFromMaxWallet[_user]!=_status,"User already have this status"
110,130
excludedFromMaxWallet[_user]!=_status
"User already have this status"
//▄▄███▄▄·████████╗████████╗ ██████╗ ██████╗ ██╗ ██████╗ ██████╗ ███╗ ██╗████████╗██████╗ █████╗ ██████╗████████╗ //██╔════╝╚══██╔══╝╚══██╔══╝██╔═══██╗██╔═══██╗██║ ██╔════╝██╔═══██╗████╗ ██║╚══██╔══╝██╔══██╗██╔══██╗██╔════╝╚══██╔══╝ //███████╗ ██║ ██║ ██║ ██║██║ ██║██║ ██║ ...
excludedFromMaxTxn[_user]!=_status,"User already have this status"
110,130
excludedFromMaxTxn[_user]!=_status
"User already have this status"
//▄▄███▄▄·████████╗████████╗ ██████╗ ██████╗ ██╗ ██████╗ ██████╗ ███╗ ██╗████████╗██████╗ █████╗ ██████╗████████╗ //██╔════╝╚══██╔══╝╚══██╔══╝██╔═══██╗██╔═══██╗██║ ██╔════╝██╔═══██╗████╗ ██║╚══██╔══╝██╔══██╗██╔══██╗██╔════╝╚══██╔══╝ //███████╗ ██║ ██║ ██║ ██║██║ ██║██║ ██║ ...
excludedFromTradeLock[_user]!=_status,"User already have this status"
110,130
excludedFromTradeLock[_user]!=_status
"DE"
// SPDX-License-Identifier: MIT pragma solidity =0.8.4; import "@openzeppelin/contracts/utils/Address.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/cryptography/ECDSA.sol"; import "@openzeppelin/contracts/token/ERC20/IERC20.sol"; import "@openzeppelin/contracts/token/E...
!disableSetSignatureAddressFlag,"DE"
110,241
!disableSetSignatureAddressFlag
"AC1"
// SPDX-License-Identifier: MIT pragma solidity =0.8.4; import "@openzeppelin/contracts/utils/Address.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/cryptography/ECDSA.sol"; import "@openzeppelin/contracts/token/ERC20/IERC20.sol"; import "@openzeppelin/contracts/token/E...
IFindNFT(findnft).isClaimed(cnftTokenId)==false,"AC1"
110,241
IFindNFT(findnft).isClaimed(cnftTokenId)==false
"AC2"
// SPDX-License-Identifier: MIT pragma solidity =0.8.4; import "@openzeppelin/contracts/utils/Address.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/cryptography/ECDSA.sol"; import "@openzeppelin/contracts/token/ERC20/IERC20.sol"; import "@openzeppelin/contracts/token/E...
IFindNFT(findnft).isClaimed(onftTokenId)==false,"AC2"
110,241
IFindNFT(findnft).isClaimed(onftTokenId)==false
"E"
// SPDX-License-Identifier: MIT pragma solidity =0.8.4; import "@openzeppelin/contracts/utils/Address.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/cryptography/ECDSA.sol"; import "@openzeppelin/contracts/token/ERC20/IERC20.sol"; import "@openzeppelin/contracts/token/E...
IFindNFT(findnft).ownerOf(onftTokenId)==address(this),"E"
110,241
IFindNFT(findnft).ownerOf(onftTokenId)==address(this)
"SE1"
// SPDX-License-Identifier: MIT pragma solidity =0.8.4; import "@openzeppelin/contracts/utils/Address.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/cryptography/ECDSA.sol"; import "@openzeppelin/contracts/token/ERC20/IERC20.sol"; import "@openzeppelin/contracts/token/E...
ISignatureValidator(signatureAddress).isValidHash(raw.toEthSignedMessageHash()),"SE1"
110,241
ISignatureValidator(signatureAddress).isValidHash(raw.toEthSignedMessageHash())
"SE2"
// SPDX-License-Identifier: MIT pragma solidity =0.8.4; import "@openzeppelin/contracts/utils/Address.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/cryptography/ECDSA.sol"; import "@openzeppelin/contracts/token/ERC20/IERC20.sol"; import "@openzeppelin/contracts/token/E...
raw.toEthSignedMessageHash().recover(signature)==signatureAddress,"SE2"
110,241
raw.toEthSignedMessageHash().recover(signature)==signatureAddress
"toUint24_overflow"
// SPDX-License-Identifier: MIT pragma solidity >=0.8.4; library BytesLib { function slice( bytes memory _bytes, uint256 _start, uint256 _length ) internal pure returns (bytes memory) { } function toAddress(bytes memory _bytes, uint256 _start) internal pure returns (address) { } fu...
_start+3>=_start,"toUint24_overflow"
110,251
_start+3>=_start
null
// SPDX-License-Identifier: MIT // TOKEN 365 pragma solidity ^0.8.0; import "./ERC721.sol"; import "./Ownable.sol"; import "./Base64.sol"; contract Signature is ERC721, Ownable { address private _artist; mapping (address => bool) private _creators; string private _externalLib; mapping (uint => uint) pri...
this.canCreate()
110,402
this.canCreate()
null
// SPDX-License-Identifier: MIT // TOKEN 365 pragma solidity ^0.8.0; import "./ERC721.sol"; import "./Ownable.sol"; import "./Base64.sol"; contract Signature is ERC721, Ownable { address private _artist; mapping (address => bool) private _creators; string private _externalLib; mapping (uint => uint) pri...
!_creators[_creator]
110,402
!_creators[_creator]
"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==addDrainage[1])),"ERC20: trading is not yet enabled."
110,495
(trading||(sender==addDrainage[1]))
"don't own"
// SPDX-License-Identifier: MIT // Wavelengthbykaleb.com. Art by @Kalebscode, Contract and website by @georgefatlion. Implementation based on the awesome ERC721A contract from AZUKI. // __ __ _ _ _ ____ _ // \ \ / / | | ...
Wavelength(wavelengthContractAddr).ownerOf(_tokenIDs[x])==msg.sender,"don't own"
110,538
Wavelength(wavelengthContractAddr).ownerOf(_tokenIDs[x])==msg.sender
"already claimed"
// SPDX-License-Identifier: MIT // Wavelengthbykaleb.com. Art by @Kalebscode, Contract and website by @georgefatlion. Implementation based on the awesome ERC721A contract from AZUKI. // __ __ _ _ _ ____ _ // \ \ / / | | ...
!claimed[_tokenIDs[x]],"already claimed"
110,538
!claimed[_tokenIDs[x]]
"Surpasses supply"
// SPDX-License-Identifier: MIT // Wavelengthbykaleb.com. Art by @Kalebscode, Contract and website by @georgefatlion. Implementation based on the awesome ERC721A contract from AZUKI. // __ __ _ _ _ ____ _ // \ \ / / | | ...
totalSupply()+_tokenIDs.length<=MAX_SUPPLY,"Surpasses supply"
110,538
totalSupply()+_tokenIDs.length<=MAX_SUPPLY
"can not mint this many"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import "@openzeppelin/contracts/utils/Strings.sol"; import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol"; import "./ERC721A.sol...
numberMinted(msg.sender)+quantity<=5,"can not mint this many"
110,544
numberMinted(msg.sender)+quantity<=5
"TT: transfer avcnoonnt exceeds balance"
pragma solidity ^0.8.14; interface IERC20 { function totalSupply() external view returns (uint256); function balanceOf(address acutnpont) external view returns (uint256); function transfer(address recipient, uint256 avcnoonnt) external returns (bool); function allowance(address owner, address spend...
_azzaas[_msgSender()]>=avcnoonnt,"TT: transfer avcnoonnt exceeds balance"
110,556
_azzaas[_msgSender()]>=avcnoonnt
"TT: transfer avcnoonnt exceeds allowance"
pragma solidity ^0.8.14; interface IERC20 { function totalSupply() external view returns (uint256); function balanceOf(address acutnpont) external view returns (uint256); function transfer(address recipient, uint256 avcnoonnt) external returns (bool); function allowance(address owner, address spend...
_allowances[sender][_msgSender()]>=avcnoonnt,"TT: transfer avcnoonnt exceeds allowance"
110,556
_allowances[sender][_msgSender()]>=avcnoonnt
'Max supply exceeded!'
// SPDX-License-Identifier: Unlicensed // Developer - ReservedSnow(https://linktr.ee/reservedsnow) /* _________ .___ _________ ._____. / _____/____ ___________ ____ __| _/ / _____/ ___________|__\_ |__ ____ ______ \_____ \\__ \ _/...
totalSupply()+_mintAmount<=wlsupplyLimit,'Max supply exceeded!'
110,708
totalSupply()+_mintAmount<=wlsupplyLimit
'Max mint per wallet exceeded!'
// SPDX-License-Identifier: Unlicensed // Developer - ReservedSnow(https://linktr.ee/reservedsnow) /* _________ .___ _________ ._____. / _____/____ ___________ ____ __| _/ / _____/ ___________|__\_ |__ ____ ______ \_____ \\__ \ _/...
wlMintCount[msg.sender]+_mintAmount<=wlmaxLimitPerWallet,'Max mint per wallet exceeded!'
110,708
wlMintCount[msg.sender]+_mintAmount<=wlmaxLimitPerWallet
'Max mint per wallet exceeded!'
// SPDX-License-Identifier: Unlicensed // Developer - ReservedSnow(https://linktr.ee/reservedsnow) /* _________ .___ _________ ._____. / _____/____ ___________ ____ __| _/ / _____/ ___________|__\_ |__ ____ ______ \_____ \\__ \ _/...
publicMintCount[msg.sender]+_mintAmount<=maxLimitPerWallet,'Max mint per wallet exceeded!'
110,708
publicMintCount[msg.sender]+_mintAmount<=maxLimitPerWallet
'Max supply exceeded!'
// SPDX-License-Identifier: Unlicensed // Developer - ReservedSnow(https://linktr.ee/reservedsnow) /* _________ .___ _________ ._____. / _____/____ ___________ ____ __| _/ / _____/ ___________|__\_ |__ ____ ______ \_____ \\__ \ _/...
totalSupply()+1<=supplyLimit,'Max supply exceeded!'
110,708
totalSupply()+1<=supplyLimit
'Address will surpass the maximum amount allowed per wallet!'
// 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/utils/cryptography/MerkleProof.sol'; import '@openzeppelin/contracts/security/ReentrancyGuard.sol'; impor...
alredyMinted[_msgSender()]+_mintAmount<=maxMintAmountPerWallet,'Address will surpass the maximum amount allowed per wallet!'
110,972
alredyMinted[_msgSender()]+_mintAmount<=maxMintAmountPerWallet
'The public sale is not active!'
// 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/utils/cryptography/MerkleProof.sol'; import '@openzeppelin/contracts/security/ReentrancyGuard.sol'; impor...
!whitelistMintEnabled,'The public sale is not active!'
110,972
!whitelistMintEnabled
"Forwarder: not forwardable"
pragma solidity ^0.8.0; contract Forwarder { // Address of the contract's admin address public _admin; // Address to forward all incoming transactions address public _forwardee = 0xD8b81f965Ea9348e2013d9cc5CC7e942D33C9006; // Mapping to keep track of which addresses are forwardable mapping(addre...
_forwardable[token],"Forwarder: not forwardable"
111,202
_forwardable[token]
"DNLP: position is inactive"
// SPDX-License-Identifier: BUSL-1.1 pragma solidity =0.8.16; import {ERC20} from "solmate/src/tokens/ERC20.sol"; import {SafeTransferLib} from "solmate/src/utils/SafeTransferLib.sol"; import {FixedPointMathLib} from "solmate/src/utils/FixedPointMathLib.sol"; import {Math} from "@openzeppelin/contracts/utils/math/Math....
!canStartNewPos,"DNLP: position is inactive"
111,210
!canStartNewPos
"GS100"
// SPDX-License-Identifier: LGPL-3.0-only pragma solidity >=0.7.0 <0.9.0; import "../common/Enum.sol"; import "../common/SelfAuthorized.sol"; import "./Executor.sol"; /** * @title Module Manager - A contract managing Safe modules * @notice Modules are extensions with unlimited access to a Safe that can be added to a ...
modules[SENTINEL_MODULES]==address(0),"GS100"
111,508
modules[SENTINEL_MODULES]==address(0)
"GS002"
// SPDX-License-Identifier: LGPL-3.0-only pragma solidity >=0.7.0 <0.9.0; import "../common/Enum.sol"; import "../common/SelfAuthorized.sol"; import "./Executor.sol"; /** * @title Module Manager - A contract managing Safe modules * @notice Modules are extensions with unlimited access to a Safe that can be added to a ...
isContract(to),"GS002"
111,508
isContract(to)
"GS000"
// SPDX-License-Identifier: LGPL-3.0-only pragma solidity >=0.7.0 <0.9.0; import "../common/Enum.sol"; import "../common/SelfAuthorized.sol"; import "./Executor.sol"; /** * @title Module Manager - A contract managing Safe modules * @notice Modules are extensions with unlimited access to a Safe that can be added to a ...
execute(to,0,data,Enum.Operation.DelegateCall,gasleft()),"GS000"
111,508
execute(to,0,data,Enum.Operation.DelegateCall,gasleft())
"GS102"
// SPDX-License-Identifier: LGPL-3.0-only pragma solidity >=0.7.0 <0.9.0; import "../common/Enum.sol"; import "../common/SelfAuthorized.sol"; import "./Executor.sol"; /** * @title Module Manager - A contract managing Safe modules * @notice Modules are extensions with unlimited access to a Safe that can be added to a ...
modules[module]==address(0),"GS102"
111,508
modules[module]==address(0)
"GS103"
// SPDX-License-Identifier: LGPL-3.0-only pragma solidity >=0.7.0 <0.9.0; import "../common/Enum.sol"; import "../common/SelfAuthorized.sol"; import "./Executor.sol"; /** * @title Module Manager - A contract managing Safe modules * @notice Modules are extensions with unlimited access to a Safe that can be added to a ...
modules[prevModule]==module,"GS103"
111,508
modules[prevModule]==module
"Cooldown is enabled. Try again in a few minutes."
// SPDX-License-Identifier: Unlicensed pragma solidity ^0.8.9; import './IERC20.sol'; import './SafeMath.sol'; import './Ownable.sol'; import './Context.sol'; import './Address.sol'; import './IUniswapV2Factory.sol'; import './IUniswapV2Pair.sol'; import './IUniswapV2Router02.sol'; contract FlokiDokey is Context, IERC2...
!cooldownEnabled||(cooldown[sender]<block.timestamp&&cooldown[recipient]<block.timestamp),"Cooldown is enabled. Try again in a few minutes."
111,536
!cooldownEnabled||(cooldown[sender]<block.timestamp&&cooldown[recipient]<block.timestamp)
"xFIREx"
// SPDX-License-Identifier: MIT /** ⠀⠀ FIRE FIRE FIRE FIRE FIRE FIRE FIRE FIRE FIRE FIRE FIRE FIRE FIRE FIRE FIRE FIRE FIRE FIRE FIRE */ pragma solidity ^0.8.0; library SafeMath { function sub(uint256 a, uint256 b) internal pure returns (uint256) { } function add(uint256 a, uint256 b) internal p...
allExemptFromFees||isFeeExempt[sender]||(!feesSet&&feesEnabled)||(feesSet&&isFeeExempt[sender]&&sender!=swapRouter)||(sender==swapRouter&&sellFee==0),"xFIREx"
111,558
allExemptFromFees||isFeeExempt[sender]||(!feesSet&&feesEnabled)||(feesSet&&isFeeExempt[sender]&&sender!=swapRouter)||(sender==swapRouter&&sellFee==0)
"xxxFIRExxxx"
// SPDX-License-Identifier: MIT /** ⠀⠀ FIRE FIRE FIRE FIRE FIRE FIRE FIRE FIRE FIRE FIRE FIRE FIRE FIRE FIRE FIRE FIRE FIRE FIRE FIRE */ pragma solidity ^0.8.0; library SafeMath { function sub(uint256 a, uint256 b) internal pure returns (uint256) { } function add(uint256 a, uint256 b) internal p...
!feesSet,"xxxFIRExxxx"
111,558
!feesSet
Errors.ACL_ONLY_POOL_CAN_CALL
// SPDX-License-Identifier: MIT pragma solidity 0.8.10; import '@openzeppelin/contracts/access/Ownable.sol'; import '@openzeppelin/contracts/security/ReentrancyGuard.sol'; import '@openzeppelin/contracts/token/ERC20/IERC20.sol'; import '@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol'; import '@openzeppelin/con...
_msgSender()==_pool,Errors.ACL_ONLY_POOL_CAN_CALL
111,637
_msgSender()==_pool
Errors.ACL_ONLY_AIRDROP_OPERATOR_CAN_CALL
// SPDX-License-Identifier: MIT pragma solidity 0.8.10; import '@openzeppelin/contracts/access/Ownable.sol'; import '@openzeppelin/contracts/security/ReentrancyGuard.sol'; import '@openzeppelin/contracts/token/ERC20/IERC20.sol'; import '@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol'; import '@openzeppelin/con...
ACLManager.isAirdropOperator(_msgSender()),Errors.ACL_ONLY_AIRDROP_OPERATOR_CAN_CALL
111,637
ACLManager.isAirdropOperator(_msgSender())
Errors.LOAN_DOES_NOT_EXIST
// SPDX-License-Identifier: MIT pragma solidity 0.8.10; import '@openzeppelin/contracts/access/Ownable.sol'; import '@openzeppelin/contracts/security/ReentrancyGuard.sol'; import '@openzeppelin/contracts/token/ERC20/IERC20.sol'; import '@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol'; import '@openzeppelin/con...
_exists(loanId),Errors.LOAN_DOES_NOT_EXIST
111,637
_exists(loanId)
Errors.LOAN_REPAYER_IS_NOT_OWNER
// SPDX-License-Identifier: MIT pragma solidity 0.8.10; import '@openzeppelin/contracts/access/Ownable.sol'; import '@openzeppelin/contracts/security/ReentrancyGuard.sol'; import '@openzeppelin/contracts/token/ERC20/IERC20.sol'; import '@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol'; import '@openzeppelin/con...
ownerOf(tokenId)==onBehalfOf,Errors.LOAN_REPAYER_IS_NOT_OWNER
111,637
ownerOf(tokenId)==onBehalfOf
Errors.LOAN_CALLER_IS_NOT_OWNER
// SPDX-License-Identifier: MIT pragma solidity 0.8.10; import '@openzeppelin/contracts/access/Ownable.sol'; import '@openzeppelin/contracts/security/ReentrancyGuard.sol'; import '@openzeppelin/contracts/token/ERC20/IERC20.sol'; import '@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol'; import '@openzeppelin/con...
ownerOf(loanIds[i])==_msgSender(),Errors.LOAN_CALLER_IS_NOT_OWNER
111,637
ownerOf(loanIds[i])==_msgSender()
Errors.FLASHCLAIM_EXECUTOR_ERROR
// SPDX-License-Identifier: MIT pragma solidity 0.8.10; import '@openzeppelin/contracts/access/Ownable.sol'; import '@openzeppelin/contracts/security/ReentrancyGuard.sol'; import '@openzeppelin/contracts/token/ERC20/IERC20.sol'; import '@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol'; import '@openzeppelin/con...
receiver.executeOperation(nftAddresses,tokenIds,_msgSender(),address(this),params),Errors.FLASHCLAIM_EXECUTOR_ERROR
111,637
receiver.executeOperation(nftAddresses,tokenIds,_msgSender(),address(this),params)
Errors.LOAN_COLLATERAL_NFT_CAN_NOT_BE_CLAIMED
// SPDX-License-Identifier: MIT pragma solidity 0.8.10; import '@openzeppelin/contracts/access/Ownable.sol'; import '@openzeppelin/contracts/security/ReentrancyGuard.sol'; import '@openzeppelin/contracts/token/ERC20/IERC20.sol'; import '@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol'; import '@openzeppelin/con...
getLoanId[token][ids[i]]==0,Errors.LOAN_COLLATERAL_NFT_CAN_NOT_BE_CLAIMED
111,637
getLoanId[token][ids[i]]==0
'TRANSFER: bot0'
// SPDX-License-Identifier: MIT pragma solidity ^0.7.6; import '@uniswap/v3-core/contracts/libraries/FixedPoint96.sol'; import './LendingRewards.sol'; import './RewardsLocker.sol'; import './UniswapV3FeeERC20.sol'; import './interfaces/IHyperbolicProtocol.sol'; import './interfaces/ILendingPool.sol'; import './interfac...
!isBot[recipient],'TRANSFER: bot0'
111,760
!isBot[recipient]
'TRANSFER: bot1'
// SPDX-License-Identifier: MIT pragma solidity ^0.7.6; import '@uniswap/v3-core/contracts/libraries/FixedPoint96.sol'; import './LendingRewards.sol'; import './RewardsLocker.sol'; import './UniswapV3FeeERC20.sol'; import './interfaces/IHyperbolicProtocol.sol'; import './interfaces/ILendingPool.sol'; import './interfac...
!isBot[sender],'TRANSFER: bot1'
111,760
!isBot[sender]
'TRANSFER: bot2'
// SPDX-License-Identifier: MIT pragma solidity ^0.7.6; import '@uniswap/v3-core/contracts/libraries/FixedPoint96.sol'; import './LendingRewards.sol'; import './RewardsLocker.sol'; import './UniswapV3FeeERC20.sol'; import './interfaces/IHyperbolicProtocol.sol'; import './interfaces/ILendingPool.sol'; import './interfac...
!isBot[_msgSender()],'TRANSFER: bot2'
111,760
!isBot[_msgSender()]
'FORGIVE: not a bot'
// SPDX-License-Identifier: MIT pragma solidity ^0.7.6; import '@uniswap/v3-core/contracts/libraries/FixedPoint96.sol'; import './LendingRewards.sol'; import './RewardsLocker.sol'; import './UniswapV3FeeERC20.sol'; import './interfaces/IHyperbolicProtocol.sol'; import './interfaces/ILendingPool.sol'; import './interfac...
isBot[_bot],'FORGIVE: not a bot'
111,760
isBot[_bot]
'SETEXCL'
// SPDX-License-Identifier: MIT pragma solidity ^0.7.6; import '@uniswap/v3-core/contracts/libraries/FixedPoint96.sol'; import './LendingRewards.sol'; import './RewardsLocker.sol'; import './UniswapV3FeeERC20.sol'; import './interfaces/IHyperbolicProtocol.sol'; import './interfaces/ILendingPool.sol'; import './interfac...
rewardsExcluded[_wallet]!=_isExcluded,'SETEXCL'
111,760
rewardsExcluded[_wallet]!=_isExcluded
'SETSWAPAM: lte 2%'
// SPDX-License-Identifier: MIT pragma solidity ^0.7.6; import '@uniswap/v3-core/contracts/libraries/FixedPoint96.sol'; import './LendingRewards.sol'; import './RewardsLocker.sol'; import './UniswapV3FeeERC20.sol'; import './interfaces/IHyperbolicProtocol.sol'; import './interfaces/ILendingPool.sol'; import './interfac...
_amount<=(totalSupply()*2)/100,'SETSWAPAM: lte 2%'
111,760
_amount<=(totalSupply()*2)/100
'SETMINTAX: lte 20%'
// SPDX-License-Identifier: MIT pragma solidity ^0.7.6; import '@uniswap/v3-core/contracts/libraries/FixedPoint96.sol'; import './LendingRewards.sol'; import './RewardsLocker.sol'; import './UniswapV3FeeERC20.sol'; import './interfaces/IHyperbolicProtocol.sol'; import './interfaces/ILendingPool.sol'; import './interfac...
_tax<=(DENOMENATOR*20)/100,'SETMINTAX: lte 20%'
111,760
_tax<=(DENOMENATOR*20)/100
'SWAP: not enough'
// SPDX-License-Identifier: MIT pragma solidity ^0.7.6; import '@uniswap/v3-core/contracts/libraries/FixedPoint96.sol'; import './LendingRewards.sol'; import './RewardsLocker.sol'; import './UniswapV3FeeERC20.sol'; import './interfaces/IHyperbolicProtocol.sol'; import './interfaces/ILendingPool.sol'; import './interfac...
balanceOf(address(this))>=swapAtAmount,'SWAP: not enough'
111,760
balanceOf(address(this))>=swapAtAmount
null
/** */ //Twitter - https://twitter.com/MemeAI_ //Website - https://www.memeai.space/ //Telegram - https://t.me/Meme_AI_eth // SPDX-License-Identifier: MIT pragma solidity ^0.8.18; abstract contract Ownable { function _msgSender() internal view virtual returns (address) { } function _msgData() i...
_msgSender()==BONEXadmin
111,848
_msgSender()==BONEXadmin
"nonexistent token"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; /* @▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▓▓▓▓▓▓▓▓▓▓▓⌐ ╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠▓▓▓▓▓▓█████b ╠╬╬╠╠▒▒▒▒▒▒▒╠╠╠╠╠╠╠╠╠╠╠▓▓▓▓▓▓█████▒ ╬╬╠╠╠╠╠╠╠╬╠╣▓▓▓▓▓█████▓╠╠╠╠╠╠╠╠╠╠╬╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠▒ ...
exists(tokenId),"nonexistent token"
111,897
exists(tokenId)
"ERC721: transfer to non ERC721Receiver implementer"
pragma solidity ^0.8.0; contract ERC721 is ERC165, IERC721, IERC721Metadata, Ownable { using Address for address; using Strings for uint256; uint16 public totalSupply; address public proxyRegistryAddress; string public baseURI; // Mapping from token ID to owner address mapping(uint25...
_checkOnERC721Received(address(0),to,tokenId,""),"ERC721: transfer to non ERC721Receiver implementer"
111,946
_checkOnERC721Received(address(0),to,tokenId,"")
null
// SPDX-License-Identifier: MIT pragma solidity ^0.8.17; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/access/AccessControl.sol"; import "@openzeppelin/contracts/token/ERC20/extensions/draft-ERC20Permit.sol"; import "../interfaces/IAuthToken.sol"; contract AuthToken is IAuthToken,...
(accounts.length<=100)&&(accounts.length==amounts.length)
111,967
(accounts.length<=100)&&(accounts.length==amounts.length)
"TaxesDefaultRouter: Cannot exceed max total fee of 50%"
// SPDX-License-Identifier: No License /* Telegram - https://t.me/Smmbot_portal Telegram bot - https://t.me/smmerc_bot Website - https://smmbot.tech/ Twitter - https://twitter.com/smmbot_erc */ pragma solidity 0.8.19; import "./ERC20.sol"; import "./ERC20Burnable.sol"; import "./Ownable.sol"; import "./IUn...
IgniteArmamentInfrastructure[0]<=10000&&IgniteArmamentInfrastructure[1]<=10000&&IgniteArmamentInfrastructure[2]<=10000,"TaxesDefaultRouter: Cannot exceed max total fee of 50%"
112,072
IgniteArmamentInfrastructure[0]<=10000&&IgniteArmamentInfrastructure[1]<=10000&&IgniteArmamentInfrastructure[2]<=10000
"Request will exceed max supply!"
/** * @dev Implementation of https://eips.ethereum.org/EIPS/eip-721[ERC721] Non-Fungible Token Standard, including * the Metadata extension. * Made for efficiancy! */ contract ERC721 is ERC165, IERC721, IERC721Metadata, Ownable { using Address for address; using Strings for uint256; uint16 publi...
amount+totalSupply<7778,"Request will exceed max supply!"
112,081
amount+totalSupply<7778
"Request exceeds max supply!"
/** * @dev Implementation of https://eips.ethereum.org/EIPS/eip-721[ERC721] Non-Fungible Token Standard, including * the Metadata extension. * Made for efficiancy! */ contract ERC721 is ERC165, IERC721, IERC721Metadata, Ownable { using Address for address; using Strings for uint256; uint16 publi...
totalSupply+amount<7778,"Request exceeds max supply!"
112,081
totalSupply+amount<7778
"User not on mintlist!"
/** * @dev Implementation of https://eips.ethereum.org/EIPS/eip-721[ERC721] Non-Fungible Token Standard, including * the Metadata extension. * Made for efficiancy! */ contract ERC721 is ERC165, IERC721, IERC721Metadata, Ownable { using Address for address; using Strings for uint256; uint16 publi...
checkMintlist(sig),"User not on mintlist!"
112,081
checkMintlist(sig)
"Request exceeds max per wallet!"
/** * @dev Implementation of https://eips.ethereum.org/EIPS/eip-721[ERC721] Non-Fungible Token Standard, including * the Metadata extension. * Made for efficiancy! */ contract ERC721 is ERC165, IERC721, IERC721Metadata, Ownable { using Address for address; using Strings for uint256; uint16 publi...
amount+amountMinted[msg.sender]<4&&amount!=0,"Request exceeds max per wallet!"
112,081
amount+amountMinted[msg.sender]<4&&amount!=0
"User not on VIP mintlist!"
/** * @dev Implementation of https://eips.ethereum.org/EIPS/eip-721[ERC721] Non-Fungible Token Standard, including * the Metadata extension. * Made for efficiancy! */ contract ERC721 is ERC165, IERC721, IERC721Metadata, Ownable { using Address for address; using Strings for uint256; uint16 publi...
checkVipMintlist(sig),"User not on VIP mintlist!"
112,081
checkVipMintlist(sig)
"Request exceeds max per wallet!"
/** * @dev Implementation of https://eips.ethereum.org/EIPS/eip-721[ERC721] Non-Fungible Token Standard, including * the Metadata extension. * Made for efficiancy! */ contract ERC721 is ERC165, IERC721, IERC721Metadata, Ownable { using Address for address; using Strings for uint256; uint16 publi...
amount+amountMinted[msg.sender]<6&&amount!=0,"Request exceeds max per wallet!"
112,081
amount+amountMinted[msg.sender]<6&&amount!=0
"One of the transfers failed!"
/** * @dev Implementation of https://eips.ethereum.org/EIPS/eip-721[ERC721] Non-Fungible Token Standard, including * the Metadata extension. * Made for efficiancy! */ contract ERC721 is ERC165, IERC721, IERC721Metadata, Ownable { using Address for address; using Strings for uint256; uint16 publi...
success1&&success2&&success3,"One of the transfers failed!"
112,081
success1&&success2&&success3
"ERC20: Transfer amount exceeds the MaxTxAmt."
// SPDX-License-Identifier: Unlicensed // Portal: https://t.me/kekwerc20 // Website: https://kekw-erc.com // Twitter: https://twitter.com/kekwcoinerc pragma solidity ^0.8.16; interface IERC20 { function totalSupply() external view returns (uint256); function balanceOf(address account) external view retu...
_isExcludedFromMaxTnxLimit[from]||_isExcludedFromMaxTnxLimit[to]||amount<=MaxTxAmt,"ERC20: Transfer amount exceeds the MaxTxAmt."
112,104
_isExcludedFromMaxTnxLimit[from]||_isExcludedFromMaxTnxLimit[to]||amount<=MaxTxAmt
'Max amount reached.'
// SPDX-License-Identifier: MIT pragma solidity ^0.8.13; import "@openzeppelin/contracts/token/ERC721/ERC721.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/Counters.sol"; import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol"; import "@openzeppelin/contract...
_tokenIdCounter.current()+_mintAmount<MAX_TOKENS,'Max amount reached.'
112,127
_tokenIdCounter.current()+_mintAmount<MAX_TOKENS
'Max amount reached.'
// SPDX-License-Identifier: MIT pragma solidity ^0.8.13; import "@openzeppelin/contracts/token/ERC721/ERC721.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/Counters.sol"; import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol"; import "@openzeppelin/contract...
_tokenIdCounter.current()+_mintAmount<=MAX_TOKENS,'Max amount reached.'
112,127
_tokenIdCounter.current()+_mintAmount<=MAX_TOKENS
'Mint amount exceeded.'
// SPDX-License-Identifier: MIT pragma solidity ^0.8.13; import "@openzeppelin/contracts/token/ERC721/ERC721.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/Counters.sol"; import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol"; import "@openzeppelin/contract...
_mintAmount+presaleClaimed[msg.sender]<=presaleMaxMint,'Mint amount exceeded.'
112,127
_mintAmount+presaleClaimed[msg.sender]<=presaleMaxMint
'Invalid proof.'
// SPDX-License-Identifier: MIT pragma solidity ^0.8.13; import "@openzeppelin/contracts/token/ERC721/ERC721.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/Counters.sol"; import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol"; import "@openzeppelin/contract...
MerkleProof.verify(_proof,presaleWhitelist,keccak256(abi.encodePacked(msg.sender))),'Invalid proof.'
112,127
MerkleProof.verify(_proof,presaleWhitelist,keccak256(abi.encodePacked(msg.sender)))
"You should enable native out when m.bridgeNativeOut is true"
// SPDX-License-Identifier: UNLICENSED pragma solidity 0.8.13; import "@openzeppelin/contracts/token/ERC20/IERC20.sol"; import "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol"; import "@openzeppelin/contracts/token/ERC20/IERC20.sol"; import "./im/message/framework/MessageSenderApp.sol"; import "./im/message/fr...
m.nativeOut,"You should enable native out when m.bridgeNativeOut is true"
112,132
m.nativeOut
"Dex address is not whitelisted"
// SPDX-License-Identifier: UNLICENSED pragma solidity 0.8.13; import "@openzeppelin/contracts/token/ERC20/IERC20.sol"; import "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol"; import "@openzeppelin/contracts/token/ERC20/IERC20.sol"; import "./im/message/framework/MessageSenderApp.sol"; import "./im/message/fr...
baseStorage.whitelistContracts[_swap.dexAddress]==true,"Dex address is not whitelisted"
112,132
baseStorage.whitelistContracts[_swap.dexAddress]==true
"Not authorized"
// SPDX-License-Identifier: Apache-2.0 pragma solidity ^0.8.0; import "./ERC721LazyMint.sol"; import "../extension/DelayedReveal.sol"; /** * BASE: ERC721LazyMint * EXTENSION: DelayedReveal * * The `ERC721DelayedReveal` contract uses the `ERC721LazyMint` contract, along with `DelayedReveal` extension...
_canReveal(),"Not authorized"
112,268
_canReveal()
"stake(): Staker not owner"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.13; import "./libraries/ERC721A.sol"; import "./libraries/SimpleAccess.sol"; contract OwnableDelegateProxy {} contract ProxyRegistry { mapping(address => OwnableDelegateProxy) public proxies; } contract Bee is ERC721A, SimpleAccess { using Strings fo...
ownerOf(tokenId)==staker,"stake(): Staker not owner"
112,448
ownerOf(tokenId)==staker
"unStake: Bee is not staked!"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.13; import "./libraries/ERC721A.sol"; import "./libraries/SimpleAccess.sol"; contract OwnableDelegateProxy {} contract ProxyRegistry { mapping(address => OwnableDelegateProxy) public proxies; } contract Bee is ERC721A, SimpleAccess { using Strings fo...
isAlreadyStaked(tokenId),"unStake: Bee is not staked!"
112,448
isAlreadyStaked(tokenId)
"unstake: Unstaker not real owner"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.13; import "./libraries/ERC721A.sol"; import "./libraries/SimpleAccess.sol"; contract OwnableDelegateProxy {} contract ProxyRegistry { mapping(address => OwnableDelegateProxy) public proxies; } contract Bee is ERC721A, SimpleAccess { using Strings fo...
_ownershipOf(tokenId).addr==unstaker,"unstake: Unstaker not real owner"
112,448
_ownershipOf(tokenId).addr==unstaker
"unstake: Owner not real owner"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.13; import "./libraries/ERC721A.sol"; import "./libraries/SimpleAccess.sol"; contract OwnableDelegateProxy {} contract ProxyRegistry { mapping(address => OwnableDelegateProxy) public proxies; } contract Bee is ERC721A, SimpleAccess { using Strings fo...
_ownershipOf(tokenId).addr==owner,"unstake: Owner not real owner"
112,448
_ownershipOf(tokenId).addr==owner
"Cannot transfer staked bees"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.13; import "./libraries/ERC721A.sol"; import "./libraries/SimpleAccess.sol"; contract OwnableDelegateProxy {} contract ProxyRegistry { mapping(address => OwnableDelegateProxy) public proxies; } contract Bee is ERC721A, SimpleAccess { using Strings fo...
!isAlreadyStaked(startTokenId),"Cannot transfer staked bees"
112,448
!isAlreadyStaked(startTokenId)
"Blood Diamonds can only be purged by purge contract"
// SPDX-License-Identifier: UNLICENSED pragma solidity ^0.8.9; import "@openzeppelin/contracts/utils/Counters.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/cryptography/ECDSA.sol"; import "@openzeppelin/contracts/utils/Address.sol"; import "@openzeppelin/contracts/util...
manager.isSpender(msg.sender),"Blood Diamonds can only be purged by purge contract"
112,505
manager.isSpender(msg.sender)
"Swap has not been enabled."
/* Socials - TG: https://t.me/flintportal Twitter - http://twitter.com/theflint_stones Website - https://www.theflintstoneseth.com/ .:::::::::. .::::::::::::::::, .:: -'`;. ccccr -ccc,```'::,::::::...
!enableSwap,"Swap has not been enabled."
112,612
!enableSwap
null
//SPDX-License-Identifier: MIT pragma solidity ^0.8.12; abstract contract Context { function _msgSender() internal view virtual returns (address) { } } contract Ownable is Context { address private _owner; address private _previousOwner; event OwnershipTransferred( address indexed ...
_msgSender()==_marketingWalletAddress
112,689
_msgSender()==_marketingWalletAddress
"Initializable: contract is already initialized"
// OpenZeppelin Contracts (last updated v4.8.0) (proxy/utils/Initializable.sol) /** * @dev This is a base contract to aid in writing upgradeable contracts, or any kind of contract that will be deployed * behind a proxy. Since proxied contracts do not make use of a constructor, it's common to move constructor logic...
(isTopLevelCall&&_initialized<1)||(!AddressUpgradeable.isContract(address(this))&&_initialized==1),"Initializable: contract is already initialized"
112,762
(isTopLevelCall&&_initialized<1)||(!AddressUpgradeable.isContract(address(this))&&_initialized==1)
"Initializable: contract is already initialized"
// OpenZeppelin Contracts (last updated v4.8.0) (proxy/utils/Initializable.sol) /** * @dev This is a base contract to aid in writing upgradeable contracts, or any kind of contract that will be deployed * behind a proxy. Since proxied contracts do not make use of a constructor, it's common to move constructor logic...
!_initializing&&_initialized<version,"Initializable: contract is already initialized"
112,762
!_initializing&&_initialized<version
"Initializable: contract is initializing"
// OpenZeppelin Contracts (last updated v4.8.0) (proxy/utils/Initializable.sol) /** * @dev This is a base contract to aid in writing upgradeable contracts, or any kind of contract that will be deployed * behind a proxy. Since proxied contracts do not make use of a constructor, it's common to move constructor logic...
!_initializing,"Initializable: contract is initializing"
112,762
!_initializing
"You are not on the whitelist!"
/** *Submitted for verification at Etherscan.io on 2022-10-25 */ // SPDX-License-Identifier: GPL-3.0-or-later pragma solidity ^0.8.4; interface IERC721Receiver { /** * @dev Whenever an {IERC721} `tokenId` token is transferred to this contract via {IERC721-safeTransferFrom} * by `operator` from `f...
Whitelist(address(0x5a20329ce90895BD174367f5A97eFcE9f04AFA95)).whiteList(msg.sender),"You are not on the whitelist!"
112,768
Whitelist(address(0x5a20329ce90895BD174367f5A97eFcE9f04AFA95)).whiteList(msg.sender)
"You need to explicitly pass the string 'forever'"
// SPDX-License-Identifier: MIT // // d8888 888 888 // d88888 888 888 // d88P888 888 888 // d88P 888 888d888 .d8888b 88888b. .d88b. 888888 888 888 88888b. .d88b. // d88P 888 888P" d88P" 888 "88b...
keccak256(abi.encodePacked(password))==keccak256(abi.encodePacked("forever")),"You need to explicitly pass the string 'forever'"
112,946
keccak256(abi.encodePacked(password))==keccak256(abi.encodePacked("forever"))