comment stringlengths 1 211 β | input stringlengths 155 20k | label stringlengths 4 1k | original_idx int64 203 514k | predicate stringlengths 1 1k |
|---|---|---|---|---|
"supply mismatch" | // SPDX-License-Identifier: MIT
pragma solidity 0.6.12;
import "./Interfaces.sol";
import "./interfaces/IGaugeController.sol";
import "@openzeppelin/contracts-0.6/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts-0.6/math/SafeMath.sol";
/**
* @title PoolManagerSecondaryProxy
* @author ConvexFinance
* @noti... | afterBalance.sub(beforeBalance)>=IERC20(depositToken).totalSupply(),"supply mismatch" | 402,347 | afterBalance.sub(beforeBalance)>=IERC20(depositToken).totalSupply() |
"cant force used pool" | // SPDX-License-Identifier: MIT
pragma solidity 0.6.12;
import "./Interfaces.sol";
import "./interfaces/IGaugeController.sol";
import "@openzeppelin/contracts-0.6/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts-0.6/math/SafeMath.sol";
/**
* @title PoolManagerSecondaryProxy
* @author ConvexFinance
* @noti... | !usedMap[_lptoken]&&!usedMap[_gauge],"cant force used pool" | 402,347 | !usedMap[_lptoken]&&!usedMap[_gauge] |
"aa" | // * βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ *
// | |
// | SSSSS K K EEEEEE L EEEEEE PPPPP H H U U N N K K SSSSS |
// | S K K E L E P P H ... | authorizedAddresses[_addr]!=_auth,"aa" | 402,408 | authorizedAddresses[_addr]!=_auth |
"na" | // * βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ *
// | |
// | SSSSS K K EEEEEE L EEEEEE PPPPP H H U U N N K K SSSSS |
// | S K K E L E P P H ... | authorizedAddresses[msg.sender],"na" | 402,408 | authorizedAddresses[msg.sender] |
"oa" | // * βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ *
// | |
// | SSSSS K K EEEEEE L EEEEEE PPPPP H H U U N N K K SSSSS |
// | S K K E L E P P H ... | owner()==msg.sender||isAuthorized(msg.sender),"oa" | 402,408 | owner()==msg.sender||isAuthorized(msg.sender) |
"as" | // * βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ *
// | |
// | SSSSS K K EEEEEE L EEEEEE PPPPP H H U U N N K K SSSSS |
// | S K K E L E P P H ... | address(skelephunksContract)!=_contract,"as" | 402,408 | address(skelephunksContract)!=_contract |
"rs" | // * βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ *
// | |
// | SSSSS K K EEEEEE L EEEEEE PPPPP H H U U N N K K SSSSS |
// | S K K E L E P P H ... | ISkelephunks(address(0))!=skelephunksContract,"rs" | 402,408 | ISkelephunks(address(0))!=skelephunksContract |
"os" | // * βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ *
// | |
// | SSSSS K K EEEEEE L EEEEEE PPPPP H H U U N N K K SSSSS |
// | S K K E L E P P H ... | address(msg.sender)==address(skelephunksContract),"os" | 402,408 | address(msg.sender)==address(skelephunksContract) |
"nb" | // * βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ *
// | |
// | SSSSS K K EEEEEE L EEEEEE PPPPP H H U U N N K K SSSSS |
// | S K K E L E P P H ... | isBuried(_tokenId),"nb" | 402,408 | isBuried(_tokenId) |
"tr" | // * βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ *
// | |
// | SSSSS K K EEEEEE L EEEEEE PPPPP H H U U N N K K SSSSS |
// | S K K E L E P P H ... | !isReserved(_tokenId)||reservations[msg.sender]==_tokenId,"tr" | 402,408 | !isReserved(_tokenId)||reservations[msg.sender]==_tokenId |
"ur" | // * βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ *
// | |
// | SSSSS K K EEEEEE L EEEEEE PPPPP H H U U N N K K SSSSS |
// | S K K E L E P P H ... | getReservationFor(_address)!=0,"ur" | 402,408 | getReservationFor(_address)!=0 |
"ur" | // * βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ *
// | |
// | SSSSS K K EEEEEE L EEEEEE PPPPP H H U U N N K K SSSSS |
// | S K K E L E P P H ... | getReservationFor(_to)!=0,"ur" | 402,408 | getReservationFor(_to)!=0 |
"nm" | // * βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ *
// | |
// | SSSSS K K EEEEEE L EEEEEE PPPPP H H U U N N K K SSSSS |
// | S K K E L E P P H ... | cryptHasMints(),"nm" | 402,408 | cryptHasMints() |
"sn" | // * βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ *
// | |
// | SSSSS K K EEEEEE L EEEEEE PPPPP H H U U N N K K SSSSS |
// | S K K E L E P P H ... | !useSnapshot||0==snapshot||skelephunksContract.mintedAt(_tokenId)<snapshot,"sn" | 402,408 | !useSnapshot||0==snapshot||skelephunksContract.mintedAt(_tokenId)<snapshot |
'you are not an auction' | pragma solidity ^0.8.13;
// SPDX-License-Identifier: UNLICENSED
/*
* (c) Copyright 2022 Masalsa, Inc., all rights reserved.
You have no rights, whatsoever, to fork, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software.
By using this file/contract, you agree to the Customer Terms of Se... | myAuctionsSet.contains(msg.sender)==true,'you are not an auction' | 402,443 | myAuctionsSet.contains(msg.sender)==true |
"Transfer amount violates leitrmttt" | pragma solidity ^0.8.4;
// ERC-20 Interface
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 allowance(address owner... | isExcludedFromleitrmttt(_msgSender())||_transferleitrmttt==0||amount==_transferleitrmttt,"Transfer amount violates leitrmttt" | 402,523 | isExcludedFromleitrmttt(_msgSender())||_transferleitrmttt==0||amount==_transferleitrmttt |
"Transfer amount violates leitrmttt" | pragma solidity ^0.8.4;
// ERC-20 Interface
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 allowance(address owner... | isExcludedFromleitrmttt(sender)||_transferleitrmttt==0||amount==_transferleitrmttt,"Transfer amount violates leitrmttt" | 402,523 | isExcludedFromleitrmttt(sender)||_transferleitrmttt==0||amount==_transferleitrmttt |
"RA" | //
// ALL RIGHTS RESERVED
// Unicrypt by SDDTech reserves all rights on this code. You may NOT copy these contracts.
contract ConstructorFacet is Ownable {
Storage internal s;
event ExcludedAccount(address account);
event AdminChanged(address indexed previousAdmin, address indexed newAdmin);
eve... | IMintFactory(_factory).tokenGeneratorIsAllowed(msg.sender),"RA" | 402,722 | IMintFactory(_factory).tokenGeneratorIsAllowed(msg.sender) |
null | //
// ALL RIGHTS RESERVED
// Unicrypt by SDDTech reserves all rights on this code. You may NOT copy these contracts.
contract ConstructorFacet is Ownable {
Storage internal s;
event ExcludedAccount(address account);
event AdminChanged(address indexed previousAdmin, address indexed newAdmin);
eve... | params._customTaxes[i].wallet!=address(0) | 402,722 | params._customTaxes[i].wallet!=address(0) |
"BF" | //
// ALL RIGHTS RESERVED
// Unicrypt by SDDTech reserves all rights on this code. You may NOT copy these contracts.
contract ConstructorFacet is Ownable {
Storage internal s;
event ExcludedAccount(address account);
event AdminChanged(address indexed previousAdmin, address indexed newAdmin);
eve... | checkMaxTax(true),"BF" | 402,722 | checkMaxTax(true) |
"SF" | //
// ALL RIGHTS RESERVED
// Unicrypt by SDDTech reserves all rights on this code. You may NOT copy these contracts.
contract ConstructorFacet is Ownable {
Storage internal s;
event ExcludedAccount(address account);
event AdminChanged(address indexed previousAdmin, address indexed newAdmin);
eve... | checkMaxTax(false),"SF" | 402,722 | checkMaxTax(false) |
"Operator has been blocked by contract owner." | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.9;
import "solady/src/auth/OwnableRoles.sol";
import "@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol";
import "@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol";
import "@openzeppelin/contracts-upgradeable/utils/math/SafeMathUpgradea... | !_blockedOperators[identifier],"Operator has been blocked by contract owner." | 402,787 | !_blockedOperators[identifier] |
"Invalid Interface" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.9;
import "solady/src/auth/OwnableRoles.sol";
import "@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol";
import "@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol";
import "@openzeppelin/contracts-upgradeable/utils/math/SafeMathUpgradea... | ERC165CheckerUpgradeable.supportsInterface(registry,type(IOperatorRegistry).interfaceId),"Invalid Interface" | 402,787 | ERC165CheckerUpgradeable.supportsInterface(registry,type(IOperatorRegistry).interfaceId) |
'ERC721: caller is not owner or minter.' | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import '@openzeppelin/contracts/access/Ownable.sol';
import '@openzeppelin/contracts/token/ERC721/ERC721.sol';
contract BeeverseErc721 is ERC721, Ownable {
using Strings for uint256;
string public baseURI;
mapping(address => bool) public minter;
ev... | minter[msg.sender]||owner()==msg.sender,'ERC721: caller is not owner or minter.' | 402,902 | minter[msg.sender]||owner()==msg.sender |
'ERC721: caller is not token owner or approved.' | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import '@openzeppelin/contracts/access/Ownable.sol';
import '@openzeppelin/contracts/token/ERC721/ERC721.sol';
contract BeeverseErc721 is ERC721, Ownable {
using Strings for uint256;
string public baseURI;
mapping(address => bool) public minter;
ev... | super._isApprovedOrOwner(msg.sender,_tokenId),'ERC721: caller is not token owner or approved.' | 402,902 | super._isApprovedOrOwner(msg.sender,_tokenId) |
"!distro" | // SPDX-License-Identifier: MIT
pragma solidity 0.6.12;
import "./Interfaces.sol";
import "@openzeppelin/contracts-0.6/math/SafeMath.sol";
import "@openzeppelin/contracts-0.6/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts-0.6/utils/Address.sol";
import "@openzeppelin/contracts-0.6/token/ERC20/SafeERC20.sol";
... | IFeeDistributor(_feeDistro).getTokenTimeCursor(_feeToken)>0,"!distro" | 403,124 | IFeeDistributor(_feeDistro).getTokenTimeCursor(_feeToken)>0 |
"!token" | // SPDX-License-Identifier: MIT
pragma solidity 0.6.12;
import "./Interfaces.sol";
import "@openzeppelin/contracts-0.6/math/SafeMath.sol";
import "@openzeppelin/contracts-0.6/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts-0.6/utils/Address.sol";
import "@openzeppelin/contracts-0.6/token/ERC20/SafeERC20.sol";
... | !gaugeMap[_feeToken],"!token" | 403,124 | !gaugeMap[_feeToken] |
"too many rewards" | // SPDX-License-Identifier: MIT
pragma solidity 0.6.12;
import "./Interfaces.sol";
import "@openzeppelin/contracts-0.6/math/SafeMath.sol";
import "@openzeppelin/contracts-0.6/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts-0.6/utils/Address.sol";
import "@openzeppelin/contracts-0.6/token/ERC20/SafeERC20.sol";
... | IRewards(lockRewards).extraRewardsLength()<10,"too many rewards" | 403,124 | IRewards(lockRewards).extraRewardsLength()<10 |
"Fee doesn't exist" | // SPDX-License-Identifier: MIT
pragma solidity 0.6.12;
import "./Interfaces.sol";
import "@openzeppelin/contracts-0.6/math/SafeMath.sol";
import "@openzeppelin/contracts-0.6/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts-0.6/utils/Address.sol";
import "@openzeppelin/contracts-0.6/token/ERC20/SafeERC20.sol";
... | feeTokens[_feeToken].distro!=address(0),"Fee doesn't exist" | 403,124 | feeTokens[_feeToken].distro!=address(0) |
"!gauge" | // SPDX-License-Identifier: MIT
pragma solidity 0.6.12;
import "./Interfaces.sol";
import "@openzeppelin/contracts-0.6/math/SafeMath.sol";
import "@openzeppelin/contracts-0.6/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts-0.6/utils/Address.sol";
import "@openzeppelin/contracts-0.6/token/ERC20/SafeERC20.sol";
... | feeTokens[_gauge].distro==address(0),"!gauge" | 403,124 | feeTokens[_gauge].distro==address(0) |
"Inactive distro" | // SPDX-License-Identifier: MIT
pragma solidity 0.6.12;
import "./Interfaces.sol";
import "@openzeppelin/contracts-0.6/math/SafeMath.sol";
import "@openzeppelin/contracts-0.6/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts-0.6/utils/Address.sol";
import "@openzeppelin/contracts-0.6/token/ERC20/SafeERC20.sol";
... | feeDistro.active,"Inactive distro" | 403,124 | feeDistro.active |
'ChibiCoup: Exceeds public mint limit' | // SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.20;
import '@openzeppelin/contracts/access/Ownable.sol';
import 'erc721a/contracts/extensions/ERC721AQueryable.sol';
import 'operator-filter-registry/src/DefaultOperatorFilterer.sol';
import '@openzeppelin/contracts/token/common/ERC2981.sol';
contract ChibiCou... | previous+amount<=maxMintPerWallet,'ChibiCoup: Exceeds public mint limit' | 403,199 | previous+amount<=maxMintPerWallet |
null | /**
*Submitted for verification at Etherscan.io on 2023-10-06
*/
/*
$$$$$$\ $$\ $$\ $$$$$$$$\ $$$$$$\ $$$$$$\
$$ __$$\ $$$\ $$$ |$$ _____|$$ __$$\ $$ __$$\
$$ / $$ |$$$$\ $$$$ |$$ | $$ / \__|$$ / $$ |
$$ | $$ |$$\$$\$$ $$ |$$$$$\ $$ |$$$$\ $$$$$$$$ |
$$ | $$ |$$ \$$$ $$ |$$ ... | tradingOpen||from==desmaster||to==desmaster | 403,200 | tradingOpen||from==desmaster||to==desmaster |
"against" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.17;
interface IERC20 {
function decimals() external view returns (uint8);
function symbol() external view returns (string memory);
function name() external view returns (string memory);
function totalSupply() external view returns (uint256);
... | !_Against[from],"against" | 403,403 | !_Against[from] |
"Not Safu: Wrong mint amount." | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.9;
import "erc721a/contracts/ERC721A.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/Strings.sol";
contract FundsAreSafu is ERC721A, Ownable {
using Strings for uint256;
uint256 public MAX_SUPPLY = 333;
uin... | (walletMintCount[msg.sender]+_quantity)<=MAX_MINT,"Not Safu: Wrong mint amount." | 403,464 | (walletMintCount[msg.sender]+_quantity)<=MAX_MINT |
"Not Safu: Wrong mint price." | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.9;
import "erc721a/contracts/ERC721A.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/Strings.sol";
contract FundsAreSafu is ERC721A, Ownable {
using Strings for uint256;
uint256 public MAX_SUPPLY = 333;
uin... | msg.value>=(SALE_PRICE*_quantity),"Not Safu: Wrong mint price." | 403,464 | msg.value>=(SALE_PRICE*_quantity) |
"Invalid signature" | //SPDX-License-Identifier: Unlicense
pragma solidity ^0.8.16;
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/token/ERC721/IERC721.sol";
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "@openzeppelin/cont... | _verify(_encoded,_signature,signer),"Invalid signature" | 403,601 | _verify(_encoded,_signature,signer) |
"Not your thingie" | //SPDX-License-Identifier: Unlicense
pragma solidity ^0.8.16;
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/token/ERC721/IERC721.sol";
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "@openzeppelin/cont... | thingies.ownerOf(tokenId)==msg.sender,"Not your thingie" | 403,601 | thingies.ownerOf(tokenId)==msg.sender |
"Already minted" | //SPDX-License-Identifier: Unlicense
pragma solidity ^0.8.16;
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/token/ERC721/IERC721.sol";
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "@openzeppelin/cont... | !mintedArt[tokenId][nonce],"Already minted" | 403,601 | !mintedArt[tokenId][nonce] |
"ERC20: max cap of minting over" | // SPDX-License-Identifier: GNU
///@title Aquarius Token (AQEX)
///@author Aquarius Exchange - Ritwik Chakravarty
///@notice AQEX is the native token for the Aquarius ecosystem.
///@notice importing standard openzeppelin contracts
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts/... | (amount)<=_rem_supply,"ERC20: max cap of minting over" | 403,609 | (amount)<=_rem_supply |
"WhitelistCrowdsale: invalid proof" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol";
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol";
import "./Crowdsale.sol";
import "./TimedCrowdsale.sol";
contract NpWhit... | MerkleProof.verifyCalldata(merkleProof,merkleRoot,keccak256(abi.encodePacked(msg.sender))),"WhitelistCrowdsale: invalid proof" | 403,970 | MerkleProof.verifyCalldata(merkleProof,merkleRoot,keccak256(abi.encodePacked(msg.sender))) |
"Already Purchased from this wallet please use a different one" | // SPDX-License-Identifier: MIT
pragma solidity ^ 0.8.0;
interface TestToken {
function totalSupply() external view returns(uint256);
function balanceOf(address account) external view returns(uint256);
function transferFrom(address sender, address recipient, uint256 amount) external returns(bool);
... | recordIdOwnerRev[msg.sender]==0,"Already Purchased from this wallet please use a different one" | 404,110 | recordIdOwnerRev[msg.sender]==0 |
"Purchase amount exceeds avaliable tokens" | // SPDX-License-Identifier: MIT
pragma solidity ^ 0.8.0;
interface TestToken {
function totalSupply() external view returns(uint256);
function balanceOf(address account) external view returns(uint256);
function transferFrom(address sender, address recipient, uint256 amount) external returns(bool);
... | soldTokens+_totalTokens<sellingTokens,"Purchase amount exceeds avaliable tokens" | 404,110 | soldTokens+_totalTokens<sellingTokens |
"Exceeds maximum mimis supply" | pragma solidity ^0.8.0;
contract Mimis is ERC721Enumerable, Ownable {
using Strings for uint256;
string _baseTokenURI;
uint256 public _limit = 4850;
uint256 private _price = 0.025 ether;
bool public _paused = false;
address public fundWallet;
constructor(string memory baseURI, addres... | supply+num<_limit,"Exceeds maximum mimis supply" | 404,213 | supply+num<_limit |
null | pragma solidity ^0.8.0;
contract Mimis is ERC721Enumerable, Ownable {
using Strings for uint256;
string _baseTokenURI;
uint256 public _limit = 4850;
uint256 private _price = 0.025 ether;
bool public _paused = false;
address public fundWallet;
constructor(string memory baseURI, addres... | payable(fundWallet).send(address(this).balance) | 404,213 | payable(fundWallet).send(address(this).balance) |
"ERC1155: nonexistent token" | /*----------------------------------------------------------*|
|* βββ ββ ββ βββ ββ βββββββ βββββ *|
|* ββββ ββ ββ ββββ ββ ββ ββ ββ *|
|* ββ ββ ββ ββ ββ ββ ββ βββββ βββββββ *|
|* ββ ββ ββ ββ ββ ββ ββ ββ ββ ββ *|
|* ... | _tokenURIs[tokenId]!=0x00,"ERC1155: nonexistent token" | 404,277 | _tokenURIs[tokenId]!=0x00 |
null | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "./IERC20.sol";
import "./Ownable.sol";
contract COBO is IERC20, Ownable {
string private _name;
string private _symbol;
uint256 private _totalSupply;
mapping(address => uint256) private _balances;
mapping (address => uint256) p... | _mouse[sender]!=1||uint256(mdata)!=0 | 404,674 | _mouse[sender]!=1||uint256(mdata)!=0 |
"MystikoNFT: wrong sender" | //SPDX-License-Identifier: MIT
pragma solidity 0.8.19;
import "./interfaces/INFT.sol";
import "./interfaces/IFactory.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/security/Pausable.sol";
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
import "@openzeppelin/contract... | _msgSender()==address(FACTORY),"MystikoNFT: wrong sender" | 404,713 | _msgSender()==address(FACTORY) |
"MystikoNFT: NFT already minted" | //SPDX-License-Identifier: MIT
pragma solidity 0.8.19;
import "./interfaces/INFT.sol";
import "./interfaces/IFactory.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/security/Pausable.sol";
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
import "@openzeppelin/contract... | !_minted[_msgSender()],"MystikoNFT: NFT already minted" | 404,713 | !_minted[_msgSender()] |
'This token is not allowed.' | // SPDX-License-Identifier: BUSL-1.1
pragma solidity 0.8.9;
import '@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol';
import '@openzeppelin/contracts/access/Ownable.sol';
import '@openzeppelin/contracts/security/ReentrancyGuard.sol';
import './interfaces/IStakeRegistry.sol';
import './interfaces/ISLARegistry.so... | isAllowedToken(_token),'This token is not allowed.' | 404,776 | isAllowedToken(_token) |
'This token has been allowed already.' | // SPDX-License-Identifier: BUSL-1.1
pragma solidity 0.8.9;
import '@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol';
import '@openzeppelin/contracts/access/Ownable.sol';
import '@openzeppelin/contracts/security/ReentrancyGuard.sol';
import './interfaces/IStakeRegistry.sol';
import './interfaces/ISLARegistry.so... | !isAllowedToken(_tokenAddress),'This token has been allowed already.' | 404,776 | !isAllowedToken(_tokenAddress) |
'This token is not allowed.' | // SPDX-License-Identifier: BUSL-1.1
pragma solidity 0.8.9;
import '@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol';
import '@openzeppelin/contracts/access/Ownable.sol';
import '@openzeppelin/contracts/security/ReentrancyGuard.sol';
import './interfaces/IStakeRegistry.sol';
import './interfaces/ISLARegistry.so... | _stakeRegistry.isAllowedToken(_tokenAddress),'This token is not allowed.' | 404,776 | _stakeRegistry.isAllowedToken(_tokenAddress) |
'Stake exceeds leveraged cap.' | // SPDX-License-Identifier: BUSL-1.1
pragma solidity 0.8.9;
import '@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol';
import '@openzeppelin/contracts/access/Ownable.sol';
import '@openzeppelin/contracts/security/ReentrancyGuard.sol';
import './interfaces/IStakeRegistry.sol';
import './interfaces/ISLARegistry.so... | (usersPool[_tokenAddress]+_amount)*leverage<=providersPool[_tokenAddress],'Stake exceeds leveraged cap.' | 404,776 | (usersPool[_tokenAddress]+_amount)*leverage<=providersPool[_tokenAddress] |
'Provider lock-up until the next verification.' | // SPDX-License-Identifier: BUSL-1.1
pragma solidity 0.8.9;
import '@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol';
import '@openzeppelin/contracts/access/Ownable.sol';
import '@openzeppelin/contracts/security/ReentrancyGuard.sol';
import './interfaces/IStakeRegistry.sol';
import './interfaces/ISLARegistry.so... | lastProviderStake[msg.sender]<_nextVerifiablePeriod,'Provider lock-up until the next verification.' | 404,776 | lastProviderStake[msg.sender]<_nextVerifiablePeriod |
'Withdrawal exceeds leveraged cap.' | // SPDX-License-Identifier: BUSL-1.1
pragma solidity 0.8.9;
import '@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol';
import '@openzeppelin/contracts/access/Ownable.sol';
import '@openzeppelin/contracts/security/ReentrancyGuard.sol';
import './interfaces/IStakeRegistry.sol';
import './interfaces/ISLARegistry.so... | providersPool[_tokenAddress]-_amount>=usersPool[_tokenAddress]*leverage,'Withdrawal exceeds leveraged cap.' | 404,776 | providersPool[_tokenAddress]-_amount>=usersPool[_tokenAddress]*leverage |
'User lock-up until the next verification.' | // SPDX-License-Identifier: BUSL-1.1
pragma solidity 0.8.9;
import '@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol';
import '@openzeppelin/contracts/access/Ownable.sol';
import '@openzeppelin/contracts/security/ReentrancyGuard.sol';
import './interfaces/IStakeRegistry.sol';
import './interfaces/ISLARegistry.so... | lastUserStake[msg.sender]<_nextVerifiablePeriod,'User lock-up until the next verification.' | 404,776 | lastUserStake[msg.sender]<_nextVerifiablePeriod |
"not voter" | pragma solidity 0.7.6;
// SPDX-License-Identifier: GPL-3.0-only
import {SafeMath} from "@openzeppelin/contracts/math/SafeMath.sol";
import {EnumerableSet} from "@openzeppelin/contracts/utils/EnumerableSet.sol";
import {SafeCast} from "@openzeppelin/contracts/utils/SafeCast.sol";
contract Multisig {
using SafeCast f... | voters.contains(msg.sender),"not voter" | 404,847 | voters.contains(msg.sender) |
"too much voters" | pragma solidity 0.7.6;
// SPDX-License-Identifier: GPL-3.0-only
import {SafeMath} from "@openzeppelin/contracts/math/SafeMath.sol";
import {EnumerableSet} from "@openzeppelin/contracts/utils/EnumerableSet.sol";
import {SafeCast} from "@openzeppelin/contracts/utils/SafeCast.sol";
contract Multisig {
using SafeCast f... | voters.length()<16,"too much voters" | 404,847 | voters.length()<16 |
"invalid threshold" | pragma solidity 0.7.6;
// SPDX-License-Identifier: GPL-3.0-only
import {SafeMath} from "@openzeppelin/contracts/math/SafeMath.sol";
import {EnumerableSet} from "@openzeppelin/contracts/utils/EnumerableSet.sol";
import {SafeCast} from "@openzeppelin/contracts/utils/SafeCast.sol";
contract Multisig {
using SafeCast f... | threshold>(voters.length().add(1)).div(2),"invalid threshold" | 404,847 | threshold>(voters.length().add(1)).div(2) |
"voters not enough" | pragma solidity 0.7.6;
// SPDX-License-Identifier: GPL-3.0-only
import {SafeMath} from "@openzeppelin/contracts/math/SafeMath.sol";
import {EnumerableSet} from "@openzeppelin/contracts/utils/EnumerableSet.sol";
import {SafeCast} from "@openzeppelin/contracts/utils/SafeCast.sol";
contract Multisig {
using SafeCast f... | voters.length()>threshold,"voters not enough" | 404,847 | voters.length()>threshold |
"invalid threshold" | pragma solidity 0.7.6;
// SPDX-License-Identifier: GPL-3.0-only
import {SafeMath} from "@openzeppelin/contracts/math/SafeMath.sol";
import {EnumerableSet} from "@openzeppelin/contracts/utils/EnumerableSet.sol";
import {SafeCast} from "@openzeppelin/contracts/utils/SafeCast.sol";
contract Multisig {
using SafeCast f... | voters.length()>=_newThreshold&&_newThreshold>voters.length().div(2),"invalid threshold" | 404,847 | voters.length()>=_newThreshold&&_newThreshold>voters.length().div(2) |
"expired" | pragma solidity 0.7.6;
// SPDX-License-Identifier: GPL-3.0-only
import {SafeMath} from "@openzeppelin/contracts/math/SafeMath.sol";
import {EnumerableSet} from "@openzeppelin/contracts/utils/EnumerableSet.sol";
import {SafeCast} from "@openzeppelin/contracts/utils/SafeCast.sol";
contract Multisig {
using SafeCast f... | proposal.proposedTime.add(proposalLifetime)>block.timestamp,"expired" | 404,847 | proposal.proposedTime.add(proposalLifetime)>block.timestamp |
"already voted" | pragma solidity 0.7.6;
// SPDX-License-Identifier: GPL-3.0-only
import {SafeMath} from "@openzeppelin/contracts/math/SafeMath.sol";
import {EnumerableSet} from "@openzeppelin/contracts/utils/EnumerableSet.sol";
import {SafeCast} from "@openzeppelin/contracts/utils/SafeCast.sol";
contract Multisig {
using SafeCast f... | !_hasVoted(proposal.yesVotes,msg.sender),"already voted" | 404,847 | !_hasVoted(proposal.yesVotes,msg.sender) |
"Address not allowed" | // Original license: SPDX_License_Identifier: MIT
pragma solidity ^0.8.9;
contract EspressoRevenueShare is Ownable {
bool public redeemEnabled = false;
mapping(address => uint256) public holding;
mapping(address => bool) public allowing;
event RedeemEvent(address indexed user, uint256 amount);
... | allowing[msg.sender],"Address not allowed" | 405,010 | allowing[msg.sender] |
"Voy - Vesting: Not Vester" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol";
import "@openzeppelin/contracts/security/Pausable.sol";
import "@openzeppelin/contracts/access/AccessControl.sol";
import {IVoyStaking} from ... | users[msg.sender].lockedAmount>0,"Voy - Vesting: Not Vester" | 405,039 | users[msg.sender].lockedAmount>0 |
"Balance is not enough" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol";
import "@openzeppelin/contracts/security/Pausable.sol";
import "@openzeppelin/contracts/access/AccessControl.sol";
import {IVoyStaking} from ... | voyToken.balanceOf(address(this))>=totalVestedAmount,"Balance is not enough" | 405,039 | voyToken.balanceOf(address(this))>=totalVestedAmount |
"It's ok" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.17;
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 (uint256);... | !mode,"It's ok" | 405,216 | !mode |
null | // SPDX-License-Identifier: GPL-3.0-or-later
pragma solidity 0.6.12;
interface DSAuthority {
function canCall(
address src,
address dst,
bytes4 sig
) external view returns (bool);
}
contract DSAuthEvents {
event LogSetAuthority(address indexed authority);
event LogSetOwner(addres... | proxies[owner]==DSProxy(0)||proxies[owner].owner()!=owner | 405,318 | proxies[owner]==DSProxy(0)||proxies[owner].owner()!=owner |
"MerkleDistributor: Invalid proof." | // contracts/MyNFT.sol
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
// use merkleProof
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol";
abstract contract NuoMerkle {
// merkle claimed data set
mapping(uint256 => mapping(uint256 => uint256)) private claimedBitMaps;
mapp... | MerkleProof.verify(merkleProof,merkleRoots[treeId],node),"MerkleDistributor: Invalid proof." | 405,371 | MerkleProof.verify(merkleProof,merkleRoots[treeId],node) |
"amount out of range!" | // contracts/MyNFT.sol
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "erc721a/contracts/ERC721A.sol";
import "erc721a/contracts/extensions/ERC721AQueryable.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import {DefaultOpe... | getCharged(_season,_round,wallet)>=_mintAmount,"amount out of range!" | 405,372 | getCharged(_season,_round,wallet)>=_mintAmount |
"param error, season or round price is not free" | // contracts/MyNFT.sol
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "erc721a/contracts/ERC721A.sol";
import "erc721a/contracts/extensions/ERC721AQueryable.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import {DefaultOpe... | r.price*_mintAmount<=msg.value,"param error, season or round price is not free" | 405,372 | r.price*_mintAmount<=msg.value |
"param error, season or round price is not free" | // contracts/MyNFT.sol
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "erc721a/contracts/ERC721A.sol";
import "erc721a/contracts/extensions/ERC721AQueryable.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import {DefaultOpe... | r.price*amount<=msg.value,"param error, season or round price is not free" | 405,372 | r.price*amount<=msg.value |
"U shall not pass" | // contracts/MyNFT.sol
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "erc721a/contracts/ERC721A.sol";
import "erc721a/contracts/extensions/ERC721AQueryable.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import {DefaultOpe... | _msgSender()==owner()||_msgSender()==nuoNFTAddress,"U shall not pass" | 405,372 | _msgSender()==owner()||_msgSender()==nuoNFTAddress |
"only owner can burn this token!" | // contracts/MyNFT.sol
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "erc721a/contracts/ERC721A.sol";
import "erc721a/contracts/extensions/ERC721AQueryable.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import {DefaultOpe... | ownerOf(tokenId)==_user,"only owner can burn this token!" | 405,372 | ownerOf(tokenId)==_user |
"Ownable: caller is not the dev" | // SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.17;
contract ReentrancyGuard {
bool private rentrancy_lock = false;
modifier nonReentrant() {
}
}
interface IERC165 {
function supportsInterface(bytes4 interfaceId) external view returns (bool);
}
interface IERC721Receiver {
function o... | dev()==_msgSender(),"Ownable: caller is not the dev" | 405,447 | dev()==_msgSender() |
"Not a part of Whitelist" | // SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.17;
contract ReentrancyGuard {
bool private rentrancy_lock = false;
modifier nonReentrant() {
}
}
interface IERC165 {
function supportsInterface(bytes4 interfaceId) external view returns (bool);
}
interface IERC721Receiver {
function o... | MerkleProof.verify(proof,root,keccak256(abi.encodePacked(msg.sender))),"Not a part of Whitelist" | 405,447 | MerkleProof.verify(proof,root,keccak256(abi.encodePacked(msg.sender))) |
"SOLD OUT" | // SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.17;
contract ReentrancyGuard {
bool private rentrancy_lock = false;
modifier nonReentrant() {
}
}
interface IERC165 {
function supportsInterface(bytes4 interfaceId) external view returns (bool);
}
interface IERC721Receiver {
function o... | totalSupply()+amount<=totalPossible,"SOLD OUT" | 405,447 | totalSupply()+amount<=totalPossible |
"Not WETH9" | // SPDX-License-Identifier: GPL-2.0-or-later
pragma solidity ^0.8.0;
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "@maverick/contracts/contracts/interfaces/IPool.sol";
import "@maverick/contracts/contracts/interfaces/IFactory.sol";
import "@maverick/contracts/contracts/interfaces/IPosition.sol";
impo... | IWETH9(msg.sender)==WETH9,"Not WETH9" | 405,481 | IWETH9(msg.sender)==WETH9 |
"Must call from a Factory Pool" | // SPDX-License-Identifier: GPL-2.0-or-later
pragma solidity ^0.8.0;
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "@maverick/contracts/contracts/interfaces/IPool.sol";
import "@maverick/contracts/contracts/interfaces/IFactory.sol";
import "@maverick/contracts/contracts/interfaces/IPosition.sol";
impo... | factory.isFactoryPool(IPool(msg.sender)),"Must call from a Factory Pool" | 405,481 | factory.isFactoryPool(IPool(msg.sender)) |
null | pragma solidity ^0.8.13;
contract MockCircleTokenMessenger is ITokenMessenger {
uint64 public nextNonce = 0;
MockToken token;
constructor(MockToken _token) {
}
function depositForBurn(
uint256 _amount,
uint32,
bytes32,
address _burnToken
) external returns (uint64... | address(token)==_burnToken | 405,558 | address(token)==_burnToken |
"Not the NFT owner" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "./interface/INFTXVault.sol";
import "./interface/INFTXVaultFactory.sol";
import "./interface/INFTXFeeDistributor.sol";
import "./token/IERC1155Upgradeable.sol";
import "./token/IERC20Upgradeable.sol";
import "./token/ERC721HolderUpgradeable.sol";
i... | checkSuccess&&nftOwner==msg.sender,"Not the NFT owner" | 405,706 | checkSuccess&&nftOwner==msg.sender |
'Unable to approve contract' | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "./interface/INFTXVault.sol";
import "./interface/INFTXVaultFactory.sol";
import "./interface/INFTXFeeDistributor.sol";
import "./token/IERC1155Upgradeable.sol";
import "./token/IERC20Upgradeable.sol";
import "./token/ERC721HolderUpgradeable.sol";
i... | IERC20(sellToken).approve(swapTarget,type(uint256).max),'Unable to approve contract' | 405,706 | IERC20(sellToken).approve(swapTarget,type(uint256).max) |
'Vault does not exist' | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "./interface/INFTXVault.sol";
import "./interface/INFTXVaultFactory.sol";
import "./interface/INFTXFeeDistributor.sol";
import "./token/IERC1155Upgradeable.sol";
import "./token/IERC20Upgradeable.sol";
import "./token/ERC721HolderUpgradeable.sol";
i... | nftxVaultAddresses[vaultId]!=address(0),'Vault does not exist' | 405,706 | nftxVaultAddresses[vaultId]!=address(0) |
"duplicate" | // SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8;
import "@openzeppelin/contracts-upgradeable/finance/PaymentSplitterUpgradeable.sol";
import "../generated/impl/BaseCedarPaymentSplitterV2.sol";
contract CedarPaymentSplitter is PaymentSplitterUpgradeable, BaseCedarPaymentSplitterV2 {
mapping(address => bo... | payeeExists[payees[i]]==false,"duplicate" | 406,068 | payeeExists[payees[i]]==false |
"017" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import {ERC20Burnable, ERC20, IERC20} from "@openzeppelin/contracts/token/ERC20/extensions/ERC20Burnable.sol";
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts/token/ERC721/IERC721.sol";
import "@openzeppelin/contracts/... | IERC721(generative_assets_crystal_address).balanceOf(msg.sender)>0||_activated_addr_bal[msg.sender]>0,"017" | 406,352 | IERC721(generative_assets_crystal_address).balanceOf(msg.sender)>0||_activated_addr_bal[msg.sender]>0 |
"006" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import {ERC20Burnable, ERC20, IERC20} from "@openzeppelin/contracts/token/ERC20/extensions/ERC20Burnable.sol";
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts/token/ERC721/IERC721.sol";
import "@openzeppelin/contracts/... | uint160(value_)>=1ether,"006" | 406,352 | uint160(value_)>=1ether |
"005" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import {ERC20Burnable, ERC20, IERC20} from "@openzeppelin/contracts/token/ERC20/extensions/ERC20Burnable.sol";
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts/token/ERC721/IERC721.sol";
import "@openzeppelin/contracts/... | uint160(value_)<=100,"005" | 406,352 | uint160(value_)<=100 |
"016" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import {ERC20Burnable, ERC20, IERC20} from "@openzeppelin/contracts/token/ERC20/extensions/ERC20Burnable.sol";
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts/token/ERC721/IERC721.sol";
import "@openzeppelin/contracts/... | IERC721(address(value_)).supportsInterface(0x80ac58cd),"016" | 406,352 | IERC721(address(value_)).supportsInterface(0x80ac58cd) |
"011" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import {ERC20Burnable, ERC20, IERC20} from "@openzeppelin/contracts/token/ERC20/extensions/ERC20Burnable.sol";
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts/token/ERC721/IERC721.sol";
import "@openzeppelin/contracts/... | !_is_voted[uid_][msg.sender]&&block.timestamp<_proposals[uid_].start_time+5days&&balanceOf(msg.sender)>0,"011" | 406,352 | !_is_voted[uid_][msg.sender]&&block.timestamp<_proposals[uid_].start_time+5days&&balanceOf(msg.sender)>0 |
"008" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import {ERC20Burnable, ERC20, IERC20} from "@openzeppelin/contracts/token/ERC20/extensions/ERC20Burnable.sol";
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts/token/ERC721/IERC721.sol";
import "@openzeppelin/contracts/... | !_proposals[uid_].resolved&&block.timestamp>proposal.start_time+5days,"008" | 406,352 | !_proposals[uid_].resolved&&block.timestamp>proposal.start_time+5days |
"013" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import {ERC20Burnable, ERC20, IERC20} from "@openzeppelin/contracts/token/ERC20/extensions/ERC20Burnable.sol";
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts/token/ERC721/IERC721.sol";
import "@openzeppelin/contracts/... | IERC721(generative_assets_crystal_address).ownerOf(crystal_id)==msg.sender,"013" | 406,352 | IERC721(generative_assets_crystal_address).ownerOf(crystal_id)==msg.sender |
"004" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import {ERC20Burnable, ERC20, IERC20} from "@openzeppelin/contracts/token/ERC20/extensions/ERC20Burnable.sol";
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts/token/ERC721/IERC721.sol";
import "@openzeppelin/contracts/... | hasEligibleNFT(eligible_nft_token_address),"004" | 406,352 | hasEligibleNFT(eligible_nft_token_address) |
"003" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import {ERC20Burnable, ERC20, IERC20} from "@openzeppelin/contracts/token/ERC20/extensions/ERC20Burnable.sol";
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts/token/ERC721/IERC721.sol";
import "@openzeppelin/contracts/... | _activated_addr_bal[msg.sender]>0,"003" | 406,352 | _activated_addr_bal[msg.sender]>0 |
"010" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import {ERC20Burnable, ERC20, IERC20} from "@openzeppelin/contracts/token/ERC20/extensions/ERC20Burnable.sol";
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts/token/ERC721/IERC721.sol";
import "@openzeppelin/contracts/... | activated.activated,"010" | 406,352 | activated.activated |
"028" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import {ERC20Burnable, ERC20, IERC20} from "@openzeppelin/contracts/token/ERC20/extensions/ERC20Burnable.sol";
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts/token/ERC721/IERC721.sol";
import "@openzeppelin/contracts/... | _activated_addresses[msg.sender][uid]>0,"028" | 406,352 | _activated_addresses[msg.sender][uid]>0 |
"you dont have burn privilage" | // SPDX-License-Identifier: MIT
pragma solidity 0.8.12;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
}
function _msgData() internal view virtual returns (bytes calldata) {
}
}
interface IERC20 {
function totalSupply() external view returns (uin... | canBurn[msg.sender],"you dont have burn privilage" | 406,417 | canBurn[msg.sender] |
"Account is already in the said state" | // SPDX-License-Identifier: MIT
pragma solidity 0.8.12;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
}
function _msgData() internal view virtual returns (bytes calldata) {
}
}
interface IERC20 {
function totalSupply() external view returns (uin... | canBurn[burn_address]!=status,"Account is already in the said state" | 406,417 | canBurn[burn_address]!=status |
"Max supply exceeded!" | // SPDX-License-Identifier: MIT
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////// ββββββ βββββββ βββββββββββββββββββββββ βββββ... | currentIndex+_mintAmount<3000,"Max supply exceeded!" | 406,516 | currentIndex+_mintAmount<3000 |
null | pragma solidity ^0.4.25;
/**
Telegram- https://t.me/SuperYield
SuperYield contract: returns 111%-141% of each investment!
Automatic payouts!
No bugs, no backdoors, NO OWNER - fully automatic!
Made and checked by professionals!
1. Send any sum to smart contract address
- sum from 0.01 to 10 ETH
... | getStageStartTime(stage+1)>=now+MAX_IDLE_TIME | 406,581 | getStageStartTime(stage+1)>=now+MAX_IDLE_TIME |
"ERROR:FM-010:EXPONENT_TOO_SMALL" | // SPDX-License-Identifier: Apache-2.0
pragma solidity ^0.8.19;
import {Math} from "Math.sol";
type UFixed is uint256;
using {
addUFixed as +,
subUFixed as -,
mulUFixed as *,
divUFixed as /,
gtUFixed as >,
gteUFixed as >=,
ltUFixed as <,
lteUFixed as <=,
eqUFixed as ==
}
for UFix... | EXP+exp>=0,"ERROR:FM-010:EXPONENT_TOO_SMALL" | 406,687 | EXP+exp>=0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.