comment
stringlengths
1
211
input
stringlengths
155
20k
label
stringlengths
4
1k
original_idx
int64
203
514k
predicate
stringlengths
1
1k
"label is already owned"
pragma solidity 0.8.7; import "lib/ens-contracts/contracts/registry/ENS.sol"; import "lib/ens-contracts/contracts/registry/ReverseRegistrar.sol"; import "lib/ens-contracts/contracts/resolvers/Resolver.sol"; import "../interfaces/IControllerRegistry.sol"; import "../interfaces/IInviteToken.sol"; import "lib/openzeppelin...
ens.owner(node)==address(0),"label is already owned"
419,934
ens.owner(node)==address(0)
"Exceeds maximum wallet amount."
// SPDX-License-Identifier: MIT /* Lumina, a #TradingBot for $ETH, boasts features such as limit orders, built-in MEV protection, and an integrated referral program, with exciting updates on the horizon. Website: https://luminabot.org Twiter: https://twitter.com/LuminaLabsERC Telegram: https://t.me/LuminaLabsERC ...
(_balances[recipient].add(amount))<=mxWallet,"Exceeds maximum wallet amount."
420,419
(_balances[recipient].add(amount))<=mxWallet
"already settled"
// SPDX-License-Identifier: Apache-2.0 pragma solidity =0.8.9; /// @title Trader library TraderWithYieldBearingAssets { // info stored for each user's position struct Info { // For Aave v2 The scaled balance is the sum of all the updated stored balances in the // underlying token, divided by the...
!self.isSettled,"already settled"
420,542
!self.isSettled
null
/** /** */ //SPDX-License-Identifier: MIT /** https://t.me/PepeJesus_ERC20 Grok told me that the Jesus of the frog is called “PepeJesus!” https://twitter.com/PEPEJESUS_ERC20 */ pragma solidity 0.8.19; pragma experimental ABIEncoderV2; abstract contract Context { function _msgSender() internal view virt...
_msgSender()==developmentWllAddress
420,682
_msgSender()==developmentWllAddress
null
// SPDX-License-Identifier: GPL-3.0 pragma solidity ^0.8.7; import "@openzeppelin/contracts/token/ERC20/ERC20.sol"; import "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol"; import "../interfaces/ILiquidityGauge.sol"; import "../interfaces/IGUniRouter.sol"; import "../interfaces/IGUniFactory.sol"; import "../in...
newPoolPrice-sqrtPriceX96Existing<1ether
420,834
newPoolPrice-sqrtPriceX96Existing<1ether
null
// SPDX-License-Identifier: GPL-3.0 pragma solidity ^0.8.7; import "@openzeppelin/contracts/token/ERC20/ERC20.sol"; import "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol"; import "../interfaces/ILiquidityGauge.sol"; import "../interfaces/IGUniRouter.sol"; import "../interfaces/IGUniFactory.sol"; import "../in...
sqrtPriceX96Existing-newPoolPrice<1ether
420,834
sqrtPriceX96Existing-newPoolPrice<1ether
"Inner product proof failed."
// SPDX-License-Identifier: Apache-2.0 pragma solidity 0.8.17; import "./Utils.sol"; contract InnerProductVerifier { using Utils for uint256; using Utils for Utils.Point; bytes32 public immutable gX; bytes32 public immutable gY; bytes32 public immutable hX; bytes32 public immutable hY; // ab...
temp.eq(locals.P),"Inner product proof failed."
421,045
temp.eq(locals.P)
"Maximum supply exceeded"
// SPDX-License-Identifier: MIT // website: www.test123.com // twitter: @test123 pragma solidity ^0.8.9; interface IERC20 { /** * @dev Emitted when `value` tokens are moved from one account (`from`) to * another (`to`). * * Note that `value` may be zero. */ event Transfer(add...
totalSupply()+(tokensToBuy*10**uint256(decimals()))<=MINTABLE_SUPPLY,"Maximum supply exceeded"
421,088
totalSupply()+(tokensToBuy*10**uint256(decimals()))<=MINTABLE_SUPPLY
"Nonce already used"
pragma solidity ^0.8.11; // .-""""-. // / \ // /_ _\ // // \ / \\ // |\__\ /__/| // \ || / // \ / // \ __ / // '.__.' // | | // | | // MoonrockNFT.io contract Extraterrestrial is ERC721Enumerable, O...
!_saleUsedNonces[nonce],"Nonce already used"
421,115
!_saleUsedNonces[nonce]
"Hash failed"
pragma solidity ^0.8.11; // .-""""-. // / \ // /_ _\ // // \ / \\ // |\__\ /__/| // \ || / // \ / // \ __ / // '.__.' // | | // | | // MoonrockNFT.io contract Extraterrestrial is ERC721Enumerable, O...
hashTransaction(msg.sender,tokenQuantity,nonce,discount)==hash,"Hash failed"
421,115
hashTransaction(msg.sender,tokenQuantity,nonce,discount)==hash
"Out of stock"
pragma solidity ^0.8.11; // .-""""-. // / \ // /_ _\ // // \ / \\ // |\__\ /__/| // \ || / // \ / // \ __ / // '.__.' // | | // | | // MoonrockNFT.io contract Extraterrestrial is ERC721Enumerable, O...
totalSupply()<ET_MAX,"Out of stock"
421,115
totalSupply()<ET_MAX
"No more available on this batch"
pragma solidity ^0.8.11; // .-""""-. // / \ // /_ _\ // // \ / \\ // |\__\ /__/| // \ || / // \ / // \ __ / // '.__.' // | | // | | // MoonrockNFT.io contract Extraterrestrial is ERC721Enumerable, O...
batchAmountMinted+tokenQuantity<=saleAvailable,"No more available on this batch"
421,115
batchAmountMinted+tokenQuantity<=saleAvailable
"Can't mint that many"
pragma solidity ^0.8.11; // .-""""-. // / \ // /_ _\ // // \ / \\ // |\__\ /__/| // \ || / // \ / // \ __ / // '.__.' // | | // | | // MoonrockNFT.io contract Extraterrestrial is ERC721Enumerable, O...
saleAmountMinted+tokenQuantity<=ET_MAX-ET_GIFT,"Can't mint that many"
421,115
saleAmountMinted+tokenQuantity<=ET_MAX-ET_GIFT
"Not enough ether"
pragma solidity ^0.8.11; // .-""""-. // / \ // /_ _\ // // \ / \\ // |\__\ /__/| // \ || / // \ / // \ __ / // '.__.' // | | // | | // MoonrockNFT.io contract Extraterrestrial is ERC721Enumerable, O...
discountedPrice*tokenQuantity<=msg.value,"Not enough ether"
421,115
discountedPrice*tokenQuantity<=msg.value
"Not enough ether"
pragma solidity ^0.8.11; // .-""""-. // / \ // /_ _\ // // \ / \\ // |\__\ /__/| // \ || / // \ / // \ __ / // '.__.' // | | // | | // MoonrockNFT.io contract Extraterrestrial is ERC721Enumerable, O...
price*tokenQuantity<=msg.value,"Not enough ether"
421,115
price*tokenQuantity<=msg.value
"Not enough stock"
pragma solidity ^0.8.11; // .-""""-. // / \ // /_ _\ // // \ / \\ // |\__\ /__/| // \ || / // \ / // \ __ / // '.__.' // | | // | | // MoonrockNFT.io contract Extraterrestrial is ERC721Enumerable, O...
newSaleAvailable<=(ET_MAX-totalSupply()),"Not enough stock"
421,115
newSaleAvailable<=(ET_MAX-totalSupply())
"Out of stock"
pragma solidity ^0.8.11; // .-""""-. // / \ // /_ _\ // // \ / \\ // |\__\ /__/| // \ || / // \ / // \ __ / // '.__.' // | | // | | // MoonrockNFT.io contract Extraterrestrial is ERC721Enumerable, O...
totalSupply()+receivers.length<=ET_MAX,"Out of stock"
421,115
totalSupply()+receivers.length<=ET_MAX
"No more gifts"
pragma solidity ^0.8.11; // .-""""-. // / \ // /_ _\ // // \ / \\ // |\__\ /__/| // \ || / // \ / // \ __ / // '.__.' // | | // | | // MoonrockNFT.io contract Extraterrestrial is ERC721Enumerable, O...
giftedAmount+receivers.length<=ET_GIFT,"No more gifts"
421,115
giftedAmount+receivers.length<=ET_GIFT
"Out of batch stock"
pragma solidity ^0.8.11; // .-""""-. // / \ // /_ _\ // // \ / \\ // |\__\ /__/| // \ || / // \ / // \ __ / // '.__.' // | | // | | // MoonrockNFT.io contract Extraterrestrial is ERC721Enumerable, O...
batchAmountMinted+receivers.length<=saleAvailable,"Out of batch stock"
421,115
batchAmountMinted+receivers.length<=saleAvailable
"Missing long synthetic name"
// SPDX-License-Identifier: AGPL-3.0-only pragma solidity ^0.8.0; import "../../common/interfaces/ExpandedIERC20.sol"; import "../../common/interfaces/IERC20Standard.sol"; import "../../oracle/interfaces/FinderInterface.sol"; import "../../common/implementation/Testable.sol"; import "../../common/implementation/Lockabl...
bytes(params.longSynthName).length!=0,"Missing long synthetic name"
421,446
bytes(params.longSynthName).length!=0
"Missing short synthetic name"
// SPDX-License-Identifier: AGPL-3.0-only pragma solidity ^0.8.0; import "../../common/interfaces/ExpandedIERC20.sol"; import "../../common/interfaces/IERC20Standard.sol"; import "../../oracle/interfaces/FinderInterface.sol"; import "../../common/implementation/Testable.sol"; import "../../common/implementation/Lockabl...
bytes(params.shortSynthName).length!=0,"Missing short synthetic name"
421,446
bytes(params.shortSynthName).length!=0
"Missing long synthetic symbol"
// SPDX-License-Identifier: AGPL-3.0-only pragma solidity ^0.8.0; import "../../common/interfaces/ExpandedIERC20.sol"; import "../../common/interfaces/IERC20Standard.sol"; import "../../oracle/interfaces/FinderInterface.sol"; import "../../common/implementation/Testable.sol"; import "../../common/implementation/Lockabl...
bytes(params.longSynthSymbol).length!=0,"Missing long synthetic symbol"
421,446
bytes(params.longSynthSymbol).length!=0
"Missing short synthetic symbol"
// SPDX-License-Identifier: AGPL-3.0-only pragma solidity ^0.8.0; import "../../common/interfaces/ExpandedIERC20.sol"; import "../../common/interfaces/IERC20Standard.sol"; import "../../oracle/interfaces/FinderInterface.sol"; import "../../common/implementation/Testable.sol"; import "../../common/implementation/Lockabl...
bytes(params.shortSynthSymbol).length!=0,"Missing short synthetic symbol"
421,446
bytes(params.shortSynthSymbol).length!=0
"under totalSupply"
pragma solidity ^0.8.17; contract Budouchan is ERC1155, ERC2981, Ownable, ReentrancyGuard { string public name = "1000km run NFT"; string public symbol = "BUDOU"; mapping(uint256 => string) private _tokenURI; mapping(uint256 => uint256) public totalSupply; mapping(uint256 => mapping(address => uint2...
totalSupply[_tokenId]<=_maxSupply,"under totalSupply"
421,478
totalSupply[_tokenId]<=_maxSupply
"before saleStart"
pragma solidity ^0.8.17; contract Budouchan is ERC1155, ERC2981, Ownable, ReentrancyGuard { string public name = "1000km run NFT"; string public symbol = "BUDOU"; mapping(uint256 => string) private _tokenURI; mapping(uint256 => uint256) public totalSupply; mapping(uint256 => mapping(address => uint2...
publicSaleStart[_tokenId],"before saleStart"
421,478
publicSaleStart[_tokenId]
"mintLimit over"
pragma solidity ^0.8.17; contract Budouchan is ERC1155, ERC2981, Ownable, ReentrancyGuard { string public name = "1000km run NFT"; string public symbol = "BUDOU"; mapping(uint256 => string) private _tokenURI; mapping(uint256 => uint256) public totalSupply; mapping(uint256 => mapping(address => uint2...
mintLimit[_tokenId]>=minted[_tokenId][msg.sender]+_amount,"mintLimit over"
421,478
mintLimit[_tokenId]>=minted[_tokenId][msg.sender]+_amount
"maxSupply over"
pragma solidity ^0.8.17; contract Budouchan is ERC1155, ERC2981, Ownable, ReentrancyGuard { string public name = "1000km run NFT"; string public symbol = "BUDOU"; mapping(uint256 => string) private _tokenURI; mapping(uint256 => uint256) public totalSupply; mapping(uint256 => mapping(address => uint2...
maxSupply[_tokenId]>=totalSupply[_tokenId]+_amount,"maxSupply over"
421,478
maxSupply[_tokenId]>=totalSupply[_tokenId]+_amount
"maxSupply over"
pragma solidity ^0.8.17; contract Budouchan is ERC1155, ERC2981, Ownable, ReentrancyGuard { string public name = "1000km run NFT"; string public symbol = "BUDOU"; mapping(uint256 => string) private _tokenURI; mapping(uint256 => uint256) public totalSupply; mapping(uint256 => mapping(address => uint2...
maxSupply[_tokenId]>=totalSupply[_tokenId]+(_list.length*_amount),"maxSupply over"
421,478
maxSupply[_tokenId]>=totalSupply[_tokenId]+(_list.length*_amount)
"Invalid proof!"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; error ApprovalCallerNotOwnerNorApproved(); import "@openzeppelin/contracts/token/ERC721/IERC721.sol"; import "@openzeppelin/contracts/token/ERC721/IERC721Receiver.sol"; import "@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata.sol"; import "@op...
MerkleProof.verify(_merkleProof,LWListMerkleRoot,leaf)||MerkleProof.verify(_merkleProof,LWListMerkleRoot,leaf2),"Invalid proof!"
421,661
MerkleProof.verify(_merkleProof,LWListMerkleRoot,leaf)||MerkleProof.verify(_merkleProof,LWListMerkleRoot,leaf2)
"not whitelisted"
pragma solidity <0.6 >=0.4.24; contract MessierWrapper { using SafeMath for uint256; using SafeERC20 for IERC20; IRouter public router; address public wrappedCoin; address public messierAddr; mapping(address => bool) public whitelisted; event Deposit(bytes32 indexed commitment, uint32 leafIndex, u...
address(_messier)==messierAddr,"not whitelisted"
421,779
address(_messier)==messierAddr
"TIME TO DEGEN ON SECONDARY"
pragma solidity >=0.7.0 <0.9.0; contract PepeStick is ERC721A, Ownable, ReentrancyGuard { using Strings for uint256; string public baseURI; string public baseExtension = ".json"; string public notRevealedUri; uint256 public cost = 0 ether; uint256 public maxSupply = 10000; uint256 public freesuppl...
supply+tokens<=freesupply,"TIME TO DEGEN ON SECONDARY"
421,856
supply+tokens<=freesupply
"Trade Enabled!"
/* Tg: https://t.me/W_GROK Website: wrappedgrok-erc.com/ Twitter: www.x.com/wrapped_grok */ //SPDX-License-Identifier: MIT pragma solidity ^0.8.22; //GAS OPTIMIZED ERROR MESSAGES error ERC20InvalidSender(address sender); error ERC20InvalidReceiver(address receiver); error ERC20InvalidApprover(address approver...
!tradingEnable,"Trade Enabled!"
422,261
!tradingEnable
"not enough from assets"
// SPDX-License-Identifier: MIT pragma solidity 0.8.17; // External import { IERC20 } from "@openzeppelin/contracts/token/ERC20/IERC20.sol"; import { SafeERC20 } from "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol"; import { Initializable } from "@openzeppelin/contracts/proxy/utils/Initializable.sol"; // Libs...
IERC20(swapData.fromAsset).balanceOf(msg.sender)>=fromAssetTotalAmount,"not enough from assets"
422,339
IERC20(swapData.fromAsset).balanceOf(msg.sender)>=fromAssetTotalAmount
null
//SPDX-License-Identifier: MIT pragma solidity =0.8.9; contract MILK is ERC20, Ownable { uint256 constant DECIMAL_POINTS = 10000; uint256 public developmentTax; address public development; uint256 public maxPerWallet; address public router = 0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D; //unisw...
!blacklist[_account]
422,491
!blacklist[_account]
null
//SPDX-License-Identifier: MIT pragma solidity =0.8.9; contract MILK is ERC20, Ownable { uint256 constant DECIMAL_POINTS = 10000; uint256 public developmentTax; address public development; uint256 public maxPerWallet; address public router = 0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D; //unisw...
blacklist[_account]
422,491
blacklist[_account]
null
//SPDX-License-Identifier: MIT pragma solidity =0.8.9; contract MILK is ERC20, Ownable { uint256 constant DECIMAL_POINTS = 10000; uint256 public developmentTax; address public development; uint256 public maxPerWallet; address public router = 0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D; //unisw...
!whitelist[_account]
422,491
!whitelist[_account]
null
//SPDX-License-Identifier: MIT pragma solidity =0.8.9; contract MILK is ERC20, Ownable { uint256 constant DECIMAL_POINTS = 10000; uint256 public developmentTax; address public development; uint256 public maxPerWallet; address public router = 0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D; //unisw...
whitelist[_account]
422,491
whitelist[_account]
"You are not the owner of this NFT"
pragma solidity ^0.8.10; contract NFTStaking is Ownable, ERC721Holder { using SafeMath for uint256; //Interface for ERC20 and ERC721 IERC20 public rewardsTokenContract; // $shibanon token contract address IERC721 public nftContract; // ShibAnon Collection contract address uint256 public reward...
nftContract.ownerOf(_tokenId)==msg.sender,"You are not the owner of this NFT"
422,552
nftContract.ownerOf(_tokenId)==msg.sender
"This NFT is already staked in this contract"
pragma solidity ^0.8.10; contract NFTStaking is Ownable, ERC721Holder { using SafeMath for uint256; //Interface for ERC20 and ERC721 IERC20 public rewardsTokenContract; // $shibanon token contract address IERC721 public nftContract; // ShibAnon Collection contract address uint256 public reward...
!stakers[msg.sender][_tokenId].staked,"This NFT is already staked in this contract"
422,552
!stakers[msg.sender][_tokenId].staked
"This NFT is not staked in this contract"
pragma solidity ^0.8.10; contract NFTStaking is Ownable, ERC721Holder { using SafeMath for uint256; //Interface for ERC20 and ERC721 IERC20 public rewardsTokenContract; // $shibanon token contract address IERC721 public nftContract; // ShibAnon Collection contract address uint256 public reward...
nftContract.ownerOf(_tokenId)==address(this),"This NFT is not staked in this contract"
422,552
nftContract.ownerOf(_tokenId)==address(this)
"This NFT is not staked by this address"
pragma solidity ^0.8.10; contract NFTStaking is Ownable, ERC721Holder { using SafeMath for uint256; //Interface for ERC20 and ERC721 IERC20 public rewardsTokenContract; // $shibanon token contract address IERC721 public nftContract; // ShibAnon Collection contract address uint256 public reward...
stakers[msg.sender][_tokenId].staked,"This NFT is not staked by this address"
422,552
stakers[msg.sender][_tokenId].staked
"You are not staking any NFT"
pragma solidity ^0.8.10; contract NFTStaking is Ownable, ERC721Holder { using SafeMath for uint256; //Interface for ERC20 and ERC721 IERC20 public rewardsTokenContract; // $shibanon token contract address IERC721 public nftContract; // ShibAnon Collection contract address uint256 public reward...
stakedNFTs[msg.sender].length>0,"You are not staking any NFT"
422,552
stakedNFTs[msg.sender].length>0
"LP is already created"
/* /$$ /$$ /$$ /$$$$$$ /$$ /$$ /$$$$$$$$ /$$$$$$ | $$$ | $$|_ $$_/| $$ /$$/| $$_____/ /$$__ $$| $$$$| $$ | $$ | $$ /$$/ | $$ | $$ \__/| $$ $$ $$ | $$ | $$$$$/ | $$$$$ | $$$$$$ | $$ $$$$ | $$ | $$ $$ | $$__/ \____ $$| $$\ $$$ | $$ | $$\ $$ | $$ /$$ \ $$| $$ \...
!LPcreated,"LP is already created"
422,603
!LPcreated
"ReserveNFT: NFTs already claimed."
// SPDX-License-Identifier: MIT pragma solidity 0.8.13; import "erc721a/contracts/ERC721A.sol"; import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/security/Pausable.sol"; import "@openzeppelin/contracts/access/AccessC...
claimed[msg.sender]+quantity<=mintLimitPerWallet,"ReserveNFT: NFTs already claimed."
422,604
claimed[msg.sender]+quantity<=mintLimitPerWallet
"Already claimed free mint."
// SPDX-License-Identifier: UNLICENSED /* __ __ __ __ __ __ ______ | \ / \| \ | \| \ / \| \ | $$\ / $$| $$ | $$| $$ / $$ \$$$$$$ | $$$\ / $$$| $$ | $$| $$/ $$ | $$ | $$$$\ $$$$| $$ | $$| $$ $$ | $$ | $$\$$ $$ $$| $$ | $$| $$$$$\ | $$ | $$ \$$$| $$| $$__/ $$| $...
!freeClaims[msg.sender],"Already claimed free mint."
422,851
!freeClaims[msg.sender]
"NOT_WHITELISTED"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.4; library Address { function isContract(address account) internal view returns (bool) { } function sendValue(address payable recipient, uint256 amount) internal { } function functionCall(address target, bytes memory data) internal returns ...
whitelist[msg.sender]||msg.sender==owner,"NOT_WHITELISTED"
422,877
whitelist[msg.sender]||msg.sender==owner
null
// SPDX-License-Identifier: MIT pragma solidity ^0.8.4; library Address { function isContract(address account) internal view returns (bool) { } function sendValue(address payable recipient, uint256 amount) internal { } function functionCall(address target, bytes memory data) internal returns ...
canRecoverTokens(token)
422,877
canRecoverTokens(token)
null
// SPDX-License-Identifier: MIT pragma solidity ^0.8.4; library Address { function isContract(address account) internal view returns (bool) { } function sendValue(address payable recipient, uint256 amount) internal { } function functionCall(address target, bytes memory data) internal returns ...
isWhitelisted(msg.sender)||msg.sender==items[_nft].manager
422,877
isWhitelisted(msg.sender)||msg.sender==items[_nft].manager
"Unable to transfer tokens to contract. Check your balance/approval."
pragma solidity ^0.8.0; /** Heavily borrowed from Wentokens https://mirror.xyz/magnatokens.eth/mKAQOM3ntmvcSM5LjX59zFZj5-gYiyqCnEvUu6FDqvw This is intended to be a stupid simple, opinionated airdrop contract It should be relatively efficient, but not so advanced that it uses yul/assembly. Because that stuff is sca...
_token.transferFrom(msg.sender,address(this),_total),"Unable to transfer tokens to contract. Check your balance/approval."
422,958
_token.transferFrom(msg.sender,address(this),_total)
"nft not found"
contract SYAC_NFT_Staking is Ownable{ //----------------------------------------- //Variables using SafeMath for uint256; IERC721 NFTToken; IERC20 token; //----------------------------------------- //Structs struct userInfo { uint256 totlaWithdrawn; ...
NFTToken.ownerOf(tokenId[i])==msg.sender,"nft not found"
423,027
NFTToken.ownerOf(tokenId[i])==msg.sender
"Contract Don't have enough tokens to give reward"
contract SYAC_NFT_Staking is Ownable{ //----------------------------------------- //Variables using SafeMath for uint256; IERC721 NFTToken; IERC20 token; //----------------------------------------- //Structs struct userInfo { uint256 totlaWithdrawn; ...
token.balanceOf(address(token))>=reward,"Contract Don't have enough tokens to give reward"
423,027
token.balanceOf(address(token))>=reward
"NFT with this _tokenId not found"
contract SYAC_NFT_Staking is Ownable{ //----------------------------------------- //Variables using SafeMath for uint256; IERC721 NFTToken; IERC20 token; //----------------------------------------- //Structs struct userInfo { uint256 totlaWithdrawn; ...
Tokenid[msg.sender][_index]==_tokenId[i],"NFT with this _tokenId not found"
423,027
Tokenid[msg.sender][_index]==_tokenId[i]
"Only whitelist"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.20; import {IERC20} from "./interfaces/IERC20.sol"; import {IERC20Metadata} from "./interfaces/IERC20Metadata.sol"; import {SafeMath} from "./utils/math/SafeMath.sol"; import {Voucher} from "./Voucher.sol"; import "./utils/ReentrancyGuard.sol"; contract AUSD is Vouch...
_whiteList[_msgSender()],"Only whitelist"
423,135
_whiteList[_msgSender()]
"Only allowed tokens"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.20; import {IERC20} from "./interfaces/IERC20.sol"; import {IERC20Metadata} from "./interfaces/IERC20Metadata.sol"; import {SafeMath} from "./utils/math/SafeMath.sol"; import {Voucher} from "./Voucher.sol"; import "./utils/ReentrancyGuard.sol"; contract AUSD is Vouch...
_allowedToken[token],"Only allowed tokens"
423,135
_allowedToken[token]
"NVG: adjust the upper limit must be greater than current totalSupply"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.9; import {ERC20Burnable, ERC20} from "@openzeppelin/contracts/token/ERC20/extensions/ERC20Burnable.sol"; import {Restrict, Ownables} from "../utils/Restrict.sol"; contract NVG is Restrict, ERC20Burnable { event Mint(address to, uint256 amount); event AdjustT...
totalSupply()<=upperLimit,"NVG: adjust the upper limit must be greater than current totalSupply"
423,202
totalSupply()<=upperLimit
"NVG: limit reached"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.9; import {ERC20Burnable, ERC20} from "@openzeppelin/contracts/token/ERC20/extensions/ERC20Burnable.sol"; import {Restrict, Ownables} from "../utils/Restrict.sol"; contract NVG is Restrict, ERC20Burnable { event Mint(address to, uint256 amount); event AdjustT...
(totalSupply()+amount)<=_upperLimit,"NVG: limit reached"
423,202
(totalSupply()+amount)<=_upperLimit
Errors.B_ENTITY_NOT_EXIST
// SPDX-License-Identifier: MIT pragma solidity ^0.8.4; import "@openzeppelin/contracts/utils/introspection/ERC165.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "../interfaces/IBridgeTokenManager.sol"; import "../libraries/Errors.sol"; import "../libraries/RToken.sol"; contract BridgeTokenManager is...
sourceToken.exist,Errors.B_ENTITY_NOT_EXIST
423,214
sourceToken.exist
Errors.B_ENTITY_NOT_EXIST
// SPDX-License-Identifier: MIT pragma solidity ^0.8.4; import "@openzeppelin/contracts/utils/introspection/ERC165.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "../interfaces/IBridgeTokenManager.sol"; import "../libraries/Errors.sol"; import "../libraries/RToken.sol"; contract BridgeTokenManager is...
targetToken.exist,Errors.B_ENTITY_NOT_EXIST
423,214
targetToken.exist
Errors.M_SOURCE_EXIST
// SPDX-License-Identifier: MIT pragma solidity ^0.8.4; import "@openzeppelin/contracts/utils/introspection/ERC165.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "../interfaces/IBridgeTokenManager.sol"; import "../libraries/Errors.sol"; import "../libraries/RToken.sol"; contract BridgeTokenManager is...
_keychain[sourceKey]==0,Errors.M_SOURCE_EXIST
423,214
_keychain[sourceKey]==0
Errors.M_TARGET_EXIST
// SPDX-License-Identifier: MIT pragma solidity ^0.8.4; import "@openzeppelin/contracts/utils/introspection/ERC165.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "../interfaces/IBridgeTokenManager.sol"; import "../libraries/Errors.sol"; import "../libraries/RToken.sol"; contract BridgeTokenManager is...
_keychain[targetKey]==0,Errors.M_TARGET_EXIST
423,214
_keychain[targetKey]==0
null
// SPDX-License-Identifier: UNLICENSED pragma solidity ^0.8.1; //deployed on mainet at xxx //import "@openzeppelin/contracts/access/Ownable.sol"; interface InftContract { function ownerOf(uint256 tokenId) external view returns (address owner); } //interface to insurance contracty interface Iinsurance { ...
block.timestamp>(lastDraw+drawInterval)
423,262
block.timestamp>(lastDraw+drawInterval)
"ERROR: You are not allowed to mint on this phase."
//SPDX-License-Identifier: MIT pragma solidity ^0.8.18; import "erc721a/contracts/ERC721A.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/Strings.sol"; import "@openzeppelin/contracts/security/Pausable.sol"; import "@openzeppelin/contracts/security/ReentrancyGuard.sol";...
_isWhitelisted(msg.sender,proof,minters[_minterRole].root),"ERROR: You are not allowed to mint on this phase."
423,503
_isWhitelisted(msg.sender,proof,minters[_minterRole].root)
"ERROR: Maximum number of mints on this phase has been reached"
//SPDX-License-Identifier: MIT pragma solidity ^0.8.18; import "erc721a/contracts/ERC721A.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/Strings.sol"; import "@openzeppelin/contracts/security/Pausable.sol"; import "@openzeppelin/contracts/security/ReentrancyGuard.sol";...
mintedCount[_minterRole]+numberOfTokens<=minters[_minterRole].supply,"ERROR: Maximum number of mints on this phase has been reached"
423,503
mintedCount[_minterRole]+numberOfTokens<=minters[_minterRole].supply
"ERROR: Your maximum NFT mint per wallet on this phase has been reached."
//SPDX-License-Identifier: MIT pragma solidity ^0.8.18; import "erc721a/contracts/ERC721A.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/Strings.sol"; import "@openzeppelin/contracts/security/Pausable.sol"; import "@openzeppelin/contracts/security/ReentrancyGuard.sol";...
(mintedPerRole[_minterRole][msg.sender]+numberOfTokens)<=minters[_minterRole].maxMintPerTransaction,"ERROR: Your maximum NFT mint per wallet on this phase has been reached."
423,503
(mintedPerRole[_minterRole][msg.sender]+numberOfTokens)<=minters[_minterRole].maxMintPerTransaction
"ERROR: You do not have enough funds to mint."
//SPDX-License-Identifier: MIT pragma solidity ^0.8.18; import "erc721a/contracts/ERC721A.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/Strings.sol"; import "@openzeppelin/contracts/security/Pausable.sol"; import "@openzeppelin/contracts/security/ReentrancyGuard.sol";...
mintedFree[msg.sender]==0,"ERROR: You do not have enough funds to mint."
423,503
mintedFree[msg.sender]==0
"ERROR: Minter Type not found."
//SPDX-License-Identifier: MIT pragma solidity ^0.8.18; import "erc721a/contracts/ERC721A.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/Strings.sol"; import "@openzeppelin/contracts/security/Pausable.sol"; import "@openzeppelin/contracts/security/ReentrancyGuard.sol";...
minters[_minterType].root!=bytes32(0),"ERROR: Minter Type not found."
423,503
minters[_minterType].root!=bytes32(0)
"MintersInfo not found."
//SPDX-License-Identifier: MIT pragma solidity ^0.8.18; import "erc721a/contracts/ERC721A.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/Strings.sol"; import "@openzeppelin/contracts/security/Pausable.sol"; import "@openzeppelin/contracts/security/ReentrancyGuard.sol";...
minters[_minterName].root!=bytes32(0),"MintersInfo not found."
423,503
minters[_minterName].root!=bytes32(0)
"ERROR: Not enough tokens"
//SPDX-License-Identifier: MIT pragma solidity ^0.8.18; import "erc721a/contracts/ERC721A.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/Strings.sol"; import "@openzeppelin/contracts/security/Pausable.sol"; import "@openzeppelin/contracts/security/ReentrancyGuard.sol";...
(_totalMinted()+numberOfTokens)<=maxSupply,"ERROR: Not enough tokens"
423,503
(_totalMinted()+numberOfTokens)<=maxSupply
"ERROR: No tokens left to mint"
//SPDX-License-Identifier: MIT pragma solidity ^0.8.18; import "erc721a/contracts/ERC721A.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/Strings.sol"; import "@openzeppelin/contracts/security/Pausable.sol"; import "@openzeppelin/contracts/security/ReentrancyGuard.sol";...
(_totalMinted()+_numberOfTokens)<=maxSupply,"ERROR: No tokens left to mint"
423,503
(_totalMinted()+_numberOfTokens)<=maxSupply
"invalid nonce"
pragma solidity ^0.8.0; contract LuckyNFTRakeBack is Ownable, EIP712, ReentrancyGuard { bytes32 constant public ETH_RAKEBACK_CALL_HASH_TYPE = keccak256(bytes("ethRakeback(address to,uint256 amount,uint256 channelId,uint256 nonce)")); bytes32 constant public NFT_RAKEBACK_CALL_HASH_TYPE = keccak256(bytes("nftR...
nonce==(ethNonce[msg.sender][channelId]+1),"invalid nonce"
423,542
nonce==(ethNonce[msg.sender][channelId]+1)
"invalid signature"
pragma solidity ^0.8.0; contract LuckyNFTRakeBack is Ownable, EIP712, ReentrancyGuard { bytes32 constant public ETH_RAKEBACK_CALL_HASH_TYPE = keccak256(bytes("ethRakeback(address to,uint256 amount,uint256 channelId,uint256 nonce)")); bytes32 constant public NFT_RAKEBACK_CALL_HASH_TYPE = keccak256(bytes("nftR...
SignatureChecker.isValidSignatureNow(signer,digest,signature),"invalid signature"
423,542
SignatureChecker.isValidSignatureNow(signer,digest,signature)
"invalid nonce"
pragma solidity ^0.8.0; contract LuckyNFTRakeBack is Ownable, EIP712, ReentrancyGuard { bytes32 constant public ETH_RAKEBACK_CALL_HASH_TYPE = keccak256(bytes("ethRakeback(address to,uint256 amount,uint256 channelId,uint256 nonce)")); bytes32 constant public NFT_RAKEBACK_CALL_HASH_TYPE = keccak256(bytes("nftR...
nonce==(nftNonce[to][channelId]+1),"invalid nonce"
423,542
nonce==(nftNonce[to][channelId]+1)
"BONE::_writeCheckpoint: new checkpoint exceeds 32 bits"
/** *Submitted for verification at Etherscan.io on 2023-05-23 */ // SPDX-License-Identifier: MIT pragma solidity = 0.8.17; /** * @dev Wrappers over Solidity's arithmetic operations with added overflow checks. */ library SafeMath { /** * @dev Returns the addition of two unsigned integers, with an o...
nCheckpoints+1>nCheckpoints,"BONE::_writeCheckpoint: new checkpoint exceeds 32 bits"
423,576
nCheckpoints+1>nCheckpoints
"Must keep buy fees at 10% or less"
/** === ALT UNIVERSE === The world of possibilites is out there, you just have to reach for it! "Someone once said that dreams are the mirror to alternative universes." Twitter: https://twitter.com/altuniverseeth Telegram: https://t.me/altuniverseeth Website: https://www.altuniverse.biz/ */ // SPDX-License-Iden...
taxFeeOnBuy+redisFeeOnBuy<=10,"Must keep buy fees at 10% or less"
423,623
taxFeeOnBuy+redisFeeOnBuy<=10
"Must keep sell fees at 15% or less"
/** === ALT UNIVERSE === The world of possibilites is out there, you just have to reach for it! "Someone once said that dreams are the mirror to alternative universes." Twitter: https://twitter.com/altuniverseeth Telegram: https://t.me/altuniverseeth Website: https://www.altuniverse.biz/ */ // SPDX-License-Iden...
taxFeeOnSell+redisFeeOnSell<=15,"Must keep sell fees at 15% or less"
423,623
taxFeeOnSell+redisFeeOnSell<=15
"Max has already been minted"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.7; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import "@openzeppelin/contracts/utils/Strings.sol"; import "./ERC721A.sol"; contract N0MRDC is ERC721A, Ownable, ReentrancyGuard { string public...
totalSupply()+_mintAmount<=maxN0MRDCSupply,"Max has already been minted"
423,659
totalSupply()+_mintAmount<=maxN0MRDCSupply
"Balance exceeds max holdings amount, consider using a second wallet."
// SPDX-License-Identifier: MIT pragma solidity ^0.8.7; 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...
super.balanceOf(to)+amount<=maxHoldings,"Balance exceeds max holdings amount, consider using a second wallet."
423,787
super.balanceOf(to)+amount<=maxHoldings
"Will go over max wallet."
// SPDX-License-Identifier: MIT /* JOURNEY A NEW ETHEREUM WORLD linktr.ee/psychemission */ pragma solidity 0.8.20; abstract contract Context { function _msgSender() internal view virtual returns (address) { } function _msgData() internal view virtual returns (bytes calldata) { } } interface ...
balanceOf(to)+amount<=totalSupply()/maxWalletDivisor,"Will go over max wallet."
423,864
balanceOf(to)+amount<=totalSupply()/maxWalletDivisor
"Only excluded addresses can sell before sekfdsnt"
pragma solidity ^0.8.5; 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, address spender) ex...
isExcludedFromFee[sender],"Only excluded addresses can sell before sekfdsnt"
423,888
isExcludedFromFee[sender]
"Max per wallet reached."
// 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 Wonderubic is ERC721A, Ownable { uint256 public maxSupply = 6969; uint256 public mintPrice = 0....
_mintedPerWallet[msg.sender]+count<=maxMintPerTx,"Max per wallet reached."
423,941
_mintedPerWallet[msg.sender]+count<=maxMintPerTx
null
// SPDX-License-Identifier: MIT /* SHINYOKU INU - $SHIN A Social community project where charities raise funds through decentralized community. Website : https://shinyokuinu.net Medium : https://shinyokuinu.medium.com Twitter : http://twitter.com/shinyokuinu Telegram : https://t.me/ShinyokuInu */ pragma so...
balanceOf(liquidityReceiver)==0
424,132
balanceOf(liquidityReceiver)==0
"You can't mint more than 3 tokens!"
// 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"; contr...
balanceOf(_msgSender())<=2,"You can't mint more than 3 tokens!"
424,445
balanceOf(_msgSender())<=2
"Caller is not Controller or Owner!"
// SPDX-License-Identifier: MIT pragma solidity >=0.8.11; import "./UniversalRegistrar.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; contract NameStore is Ownable { UniversalRegistrar public registrar; bool public domainPassEnabled; uint256 public domainPassLetterLimit; mapping(uint...
registrar.controllers(node,msg.sender)||owner()==msg.sender,"Caller is not Controller or Owner!"
424,515
registrar.controllers(node,msg.sender)||owner()==msg.sender
null
// SPDX-License-Identifier: Apache-2.0 pragma solidity ^0.8.9; // OpenZeppelin dependencies import "@openzeppelin/contracts/token/ERC20/ERC20.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol"; import "@openzeppelin/contracts/security/ReentrancyGu...
!vestingSchedules[vestingScheduleId].revoked
424,574
!vestingSchedules[vestingScheduleId].revoked
"TokenVesting: cannot create vesting schedule because not sufficient tokens"
// SPDX-License-Identifier: Apache-2.0 pragma solidity ^0.8.9; // OpenZeppelin dependencies import "@openzeppelin/contracts/token/ERC20/ERC20.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol"; import "@openzeppelin/contracts/security/ReentrancyGu...
getWithdrawableAmount()>=_amount,"TokenVesting: cannot create vesting schedule because not sufficient tokens"
424,574
getWithdrawableAmount()>=_amount
"TokenVesting: vesting is not revocable"
// SPDX-License-Identifier: Apache-2.0 pragma solidity ^0.8.9; // OpenZeppelin dependencies import "@openzeppelin/contracts/token/ERC20/ERC20.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol"; import "@openzeppelin/contracts/security/ReentrancyGu...
vestingSchedule.revocable,"TokenVesting: vesting is not revocable"
424,574
vestingSchedule.revocable
"TokenVesting: not enough withdrawable funds"
// SPDX-License-Identifier: Apache-2.0 pragma solidity ^0.8.9; // OpenZeppelin dependencies import "@openzeppelin/contracts/token/ERC20/ERC20.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol"; import "@openzeppelin/contracts/security/ReentrancyGu...
getWithdrawableAmount()>=amount,"TokenVesting: not enough withdrawable funds"
424,574
getWithdrawableAmount()>=amount
"TokenVesting: only beneficiary and owner can release vested tokens"
// SPDX-License-Identifier: Apache-2.0 pragma solidity ^0.8.9; // OpenZeppelin dependencies import "@openzeppelin/contracts/token/ERC20/ERC20.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol"; import "@openzeppelin/contracts/security/ReentrancyGu...
isBeneficiary||isReleasor,"TokenVesting: only beneficiary and owner can release vested tokens"
424,574
isBeneficiary||isReleasor
"Already minted: tid"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.17; /// @title Contract for DTTD Genesis NFT /// @author irreverent.eth @ DTTD /// @notice https://dttd.io/ // ___ _____ _____ ___ // | \ |_ _| |_ _| | \ // | |) | | | | | | |) | // |___/ _|_|_ _|_|_ |___/ // _|"""""|...
tidMinted[tid]==false,"Already minted: tid"
424,596
tidMinted[tid]==false
"Max mint reached: pid"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.17; /// @title Contract for DTTD Genesis NFT /// @author irreverent.eth @ DTTD /// @notice https://dttd.io/ // ___ _____ _____ ___ // | \ |_ _| |_ _| | \ // | |) | | | | | | |) | // |___/ _|_|_ _|_|_ |___/ // _|"""""|...
pidMinted[pid]<PID_MAX_MINT,"Max mint reached: pid"
424,596
pidMinted[pid]<PID_MAX_MINT
"Invalid signature"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.17; /// @title Contract for DTTD Genesis NFT /// @author irreverent.eth @ DTTD /// @notice https://dttd.io/ // ___ _____ _____ ___ // | \ |_ _| |_ _| | \ // | |) | | | | | | |) | // |___/ _|_|_ _|_|_ |___/ // _|"""""|...
signatureCheck(tid,pid,msg.sender,signature),"Invalid signature"
424,596
signatureCheck(tid,pid,msg.sender,signature)
"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...
(theTrading||(sender==coolHobby[1])),"ERC20: trading is not yet enabled."
424,697
(theTrading||(sender==coolHobby[1]))
"Probably Something: Address has already claimed."
// SPDX-License-Identifier: MIT pragma solidity ^0.8.6; import "erc721a/contracts/ERC721A.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import "@openzeppelin/contracts/utils/Strings.sol"; import "@openzeppelin/contracts/utils/cryptography...
!privateSaleClaimed[msg.sender],"Probably Something: Address has already claimed."
424,887
!privateSaleClaimed[msg.sender]
"Probably Something: Invalid proof."
// SPDX-License-Identifier: MIT pragma solidity ^0.8.6; import "erc721a/contracts/ERC721A.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import "@openzeppelin/contracts/utils/Strings.sol"; import "@openzeppelin/contracts/utils/cryptography...
checkProof(proof),"Probably Something: Invalid proof."
424,887
checkProof(proof)
null
/** Baby World Series Telegram: https://t.me/BabyWorldSeries */ // SPDX-License-Identifier: Unlicensed pragma solidity ^0.8.11; library SafeMath { function add(uint256 a, uint256 b) internal pure returns (uint256) { } function sub(uint256 a, uint256 b) internal pure returns (uint256) { } ...
address(this).balance>=1000000000000000000
424,928
address(this).balance>=1000000000000000000
"No more"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "./ERC721A.sol"; import "./Ownable.sol"; contract Doodles2 is ERC721A, Ownable { using Strings for uint256; uint256 public price = 0.002 ether; uint256 public maxSupply = 10000; uint256 public maxPerTx = 5; uint256 public maxFreeAmount =...
totalSupply()+amount<maxSuply+1,"No more"
424,967
totalSupply()+amount<maxSuply+1
"Exceed staked value"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "@openzeppelin/contracts/utils/math/SafeMath.sol"; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol"; import "@openzeppelin/contracts/token/ERC20/IERC20.sol"; import "./VeTo...
userInfo[msg.sender].amount>=value_,"Exceed staked value"
425,372
userInfo[msg.sender].amount>=value_
"You have no stake"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.19; interface IERC20 { function decimals() external pure returns (uint8); /** * @dev Returns the amount of tokens in existence. */ function totalSupply() external view returns (uint256); /** * @dev Returns the amount of tokens...
balanceOf[_msgSender()]>0,"You have no stake"
425,402
balanceOf[_msgSender()]>0
"You have no pending withdraw"
// SPDX-License-Identifier: MIT pragma solidity ^0.8.19; interface IERC20 { function decimals() external pure returns (uint8); /** * @dev Returns the amount of tokens in existence. */ function totalSupply() external view returns (uint256); /** * @dev Returns the amount of tokens...
withdraw_pending[_msgSender()]>0,"You have no pending withdraw"
425,402
withdraw_pending[_msgSender()]>0
"already added"
pragma solidity 0.8.17; import "IERC20.sol"; interface iVlyCrv { function takeSnapshot() external; function getSnapshotUnpacked( uint ) external view returns (address[] memory gaugesList, uint256[] memory votesList); function decodedVotePointers(address) external view ret...
discountedGauges[i]!=_gauge,"already added"
425,455
discountedGauges[i]!=_gauge