comment stringlengths 1 211 ⌀ | input stringlengths 155 20k | label stringlengths 4 1k | original_idx int64 203 514k | predicate stringlengths 1 1k |
|---|---|---|---|---|
"You hold too many. Maybe next year *wink*" | pragma solidity ^0.8.4;
contract ThisAgedWell is Ownable, ERC721URIStorage {
constructor() ERC721("This Aged Well", "TAW") {}
mapping(address => uint256) private _addressTokenCount;
mapping(uint256 => bool) private _minted;
uint256 public tokensMinted = 0;
uint256 public lastBlockMinted = 0;
... | _addressTokenCount[msg.sender]<((numMinted/364)+1),"You hold too many. Maybe next year *wink*" | 217,202 | _addressTokenCount[msg.sender]<((numMinted/364)+1) |
"Was one not enough?!(thank you for minting)" | pragma solidity ^0.8.4;
contract ThisAgedWell is Ownable, ERC721URIStorage {
constructor() ERC721("This Aged Well", "TAW") {}
mapping(address => uint256) private _addressTokenCount;
mapping(uint256 => bool) private _minted;
uint256 public tokensMinted = 0;
uint256 public lastBlockMinted = 0;
... | _addressTokenCount[msg.sender]<2,"Was one not enough?!(thank you for minting)" | 217,202 | _addressTokenCount[msg.sender]<2 |
"If you see this I probably messed up" | pragma solidity ^0.8.4;
contract ThisAgedWell is Ownable, ERC721URIStorage {
constructor() ERC721("This Aged Well", "TAW") {}
mapping(address => uint256) private _addressTokenCount;
mapping(uint256 => bool) private _minted;
uint256 public tokensMinted = 0;
uint256 public lastBlockMinted = 0;
... | !_minted[numMinted],"If you see this I probably messed up" | 217,202 | !_minted[numMinted] |
"Sale is closed." | // SPDX-License-Identifier: MIT
// @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
// @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
// @@@@ %%%%%%%%%%%% %%%%%%%... | !saleIsLocked,"Sale is closed." | 217,205 | !saleIsLocked |
"No mints remaining." | // SPDX-License-Identifier: MIT
// @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
// @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
// @@@@ %%%%%%%%%%%% %%%%%%%... | mintBalance[msg.sender]+quantity<=MAX_MINT,"No mints remaining." | 217,205 | mintBalance[msg.sender]+quantity<=MAX_MINT |
"Exceeds max team amount." | // SPDX-License-Identifier: MIT
// @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
// @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
// @@@@ %%%%%%%%%%%% %%%%%%%... | totalSupply()+quantity<=TEAM_SUPPLY,"Exceeds max team amount." | 217,205 | totalSupply()+quantity<=TEAM_SUPPLY |
"9" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.7;
import "@openzeppelin/contracts/token/ERC1155/ERC1155.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/Strings.sol";
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import '@openzeppelin/contracts/util... | (msg.sender==tx.origin&&size==0),"9" | 217,369 | (msg.sender==tx.origin&&size==0) |
"11" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.7;
import "@openzeppelin/contracts/token/ERC1155/ERC1155.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/Strings.sol";
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import '@openzeppelin/contracts/util... | totalMinted+amount<=maxSupply,"11" | 217,369 | totalMinted+amount<=maxSupply |
"token does not exist" | /* solhint-disable func-order, code-complexity */
pragma solidity 0.5.9;
import "./ERC721BaseToken.sol";
contract LandBaseToken is ERC721BaseToken {
// Our grid is 1562 x 1562 lands
uint256 internal constant GRID_SIZE = 1562;
uint256 internal constant LAYER = 0xFF00000000000000000000000000000000000000000000... | _ownerOf(id)!=address(0),"token does not exist" | 217,397 | _ownerOf(id)!=address(0) |
"Already minted as 24x24" | /* solhint-disable func-order, code-complexity */
pragma solidity 0.5.9;
import "./ERC721BaseToken.sol";
contract LandBaseToken is ERC721BaseToken {
// Our grid is 1562 x 1562 lands
uint256 internal constant GRID_SIZE = 1562;
uint256 internal constant LAYER = 0xFF00000000000000000000000000000000000000000000... | _owners[LAYER_24x24+(x/24)*24+((y/24)*24)*GRID_SIZE]==0,"Already minted as 24x24" | 217,397 | _owners[LAYER_24x24+(x/24)*24+((y/24)*24)*GRID_SIZE]==0 |
"Already minted as 12x12" | /* solhint-disable func-order, code-complexity */
pragma solidity 0.5.9;
import "./ERC721BaseToken.sol";
contract LandBaseToken is ERC721BaseToken {
// Our grid is 1562 x 1562 lands
uint256 internal constant GRID_SIZE = 1562;
uint256 internal constant LAYER = 0xFF00000000000000000000000000000000000000000000... | _owners[LAYER_12x12+(x/12)*12+((y/12)*12)*GRID_SIZE]==0,"Already minted as 12x12" | 217,397 | _owners[LAYER_12x12+(x/12)*12+((y/12)*12)*GRID_SIZE]==0 |
"Already minted as 12x12" | /* solhint-disable func-order, code-complexity */
pragma solidity 0.5.9;
import "./ERC721BaseToken.sol";
contract LandBaseToken is ERC721BaseToken {
// Our grid is 1562 x 1562 lands
uint256 internal constant GRID_SIZE = 1562;
uint256 internal constant LAYER = 0xFF00000000000000000000000000000000000000000000... | _owners[id12x12]==0,"Already minted as 12x12" | 217,397 | _owners[id12x12]==0 |
"Already minted as 6x6" | /* solhint-disable func-order, code-complexity */
pragma solidity 0.5.9;
import "./ERC721BaseToken.sol";
contract LandBaseToken is ERC721BaseToken {
// Our grid is 1562 x 1562 lands
uint256 internal constant GRID_SIZE = 1562;
uint256 internal constant LAYER = 0xFF00000000000000000000000000000000000000000000... | _owners[LAYER_6x6+(x/6)*6+((y/6)*6)*GRID_SIZE]==0,"Already minted as 6x6" | 217,397 | _owners[LAYER_6x6+(x/6)*6+((y/6)*6)*GRID_SIZE]==0 |
"Already minted as 6x6" | /* solhint-disable func-order, code-complexity */
pragma solidity 0.5.9;
import "./ERC721BaseToken.sol";
contract LandBaseToken is ERC721BaseToken {
// Our grid is 1562 x 1562 lands
uint256 internal constant GRID_SIZE = 1562;
uint256 internal constant LAYER = 0xFF00000000000000000000000000000000000000000000... | _owners[id6x6]==0,"Already minted as 6x6" | 217,397 | _owners[id6x6]==0 |
"Already minted as 3x3" | /* solhint-disable func-order, code-complexity */
pragma solidity 0.5.9;
import "./ERC721BaseToken.sol";
contract LandBaseToken is ERC721BaseToken {
// Our grid is 1562 x 1562 lands
uint256 internal constant GRID_SIZE = 1562;
uint256 internal constant LAYER = 0xFF00000000000000000000000000000000000000000000... | _owners[LAYER_3x3+(x/3)*3+((y/3)*3)*GRID_SIZE]==0,"Already minted as 3x3" | 217,397 | _owners[LAYER_3x3+(x/3)*3+((y/3)*3)*GRID_SIZE]==0 |
"Already minted as 3x3" | /* solhint-disable func-order, code-complexity */
pragma solidity 0.5.9;
import "./ERC721BaseToken.sol";
contract LandBaseToken is ERC721BaseToken {
// Our grid is 1562 x 1562 lands
uint256 internal constant GRID_SIZE = 1562;
uint256 internal constant LAYER = 0xFF00000000000000000000000000000000000000000000... | _owners[id3x3]==0,"Already minted as 3x3" | 217,397 | _owners[id3x3]==0 |
"Already minted" | /* solhint-disable func-order, code-complexity */
pragma solidity 0.5.9;
import "./ERC721BaseToken.sol";
contract LandBaseToken is ERC721BaseToken {
// Our grid is 1562 x 1562 lands
uint256 internal constant GRID_SIZE = 1562;
uint256 internal constant LAYER = 0xFF00000000000000000000000000000000000000000000... | _owners[id]==0,"Already minted" | 217,397 | _owners[id]==0 |
"not authorized to transferQuad" | /* solhint-disable func-order, code-complexity */
pragma solidity 0.5.9;
import "./ERC721BaseToken.sol";
contract LandBaseToken is ERC721BaseToken {
// Our grid is 1562 x 1562 lands
uint256 internal constant GRID_SIZE = 1562;
uint256 internal constant LAYER = 0xFF00000000000000000000000000000000000000000000... | _superOperators[msg.sender]||_operatorsForAll[from][msg.sender],"not authorized to transferQuad" | 217,397 | _superOperators[msg.sender]||_operatorsForAll[from][msg.sender] |
"erc721 batch transfer rejected by to" | /* solhint-disable func-order, code-complexity */
pragma solidity 0.5.9;
import "./ERC721BaseToken.sol";
contract LandBaseToken is ERC721BaseToken {
// Our grid is 1562 x 1562 lands
uint256 internal constant GRID_SIZE = 1562;
uint256 internal constant LAYER = 0xFF00000000000000000000000000000000000000000000... | _checkOnERC721BatchReceived(operator,from,to,ids,data),"erc721 batch transfer rejected by to" | 217,397 | _checkOnERC721BatchReceived(operator,from,to,ids,data) |
"erc721 batch transfer rejected by to" | /* solhint-disable func-order, code-complexity */
pragma solidity 0.5.9;
import "./ERC721BaseToken.sol";
contract LandBaseToken is ERC721BaseToken {
// Our grid is 1562 x 1562 lands
uint256 internal constant GRID_SIZE = 1562;
uint256 internal constant LAYER = 0xFF00000000000000000000000000000000000000000000... | _checkOnERC721BatchReceived(metaTx?from:msg.sender,from,to,ids,data),"erc721 batch transfer rejected by to" | 217,397 | _checkOnERC721BatchReceived(metaTx?from:msg.sender,from,to,ids,data) |
"not owner" | /* solhint-disable func-order, code-complexity */
pragma solidity 0.5.9;
import "./ERC721BaseToken.sol";
contract LandBaseToken is ERC721BaseToken {
// Our grid is 1562 x 1562 lands
uint256 internal constant GRID_SIZE = 1562;
uint256 internal constant LAYER = 0xFF00000000000000000000000000000000000000000000... | address(owner)==from,"not owner" | 217,397 | address(owner)==from |
"not owner of all sub quads nor parent quads" | /* solhint-disable func-order, code-complexity */
pragma solidity 0.5.9;
import "./ERC721BaseToken.sol";
contract LandBaseToken is ERC721BaseToken {
// Our grid is 1562 x 1562 lands
uint256 internal constant GRID_SIZE = 1562;
uint256 internal constant LAYER = 0xFF00000000000000000000000000000000000000000000... | _owners[quadId]==uint256(from)||_owners[LAYER_6x6+(x/6)*6+((y/6)*6)*GRID_SIZE]==uint256(from)||_owners[LAYER_12x12+(x/12)*12+((y/12)*12)*GRID_SIZE]==uint256(from)||_owners[LAYER_24x24+(x/24)*24+((y/24)*24)*GRID_SIZE]==uint256(from),"not owner of all sub quads nor parent quads" | 217,397 | _owners[quadId]==uint256(from)||_owners[LAYER_6x6+(x/6)*6+((y/6)*6)*GRID_SIZE]==uint256(from)||_owners[LAYER_12x12+(x/12)*12+((y/12)*12)*GRID_SIZE]==uint256(from)||_owners[LAYER_24x24+(x/24)*24+((y/24)*24)*GRID_SIZE]==uint256(from) |
"not owner of all sub quads nor parent quads" | /* solhint-disable func-order, code-complexity */
pragma solidity 0.5.9;
import "./ERC721BaseToken.sol";
contract LandBaseToken is ERC721BaseToken {
// Our grid is 1562 x 1562 lands
uint256 internal constant GRID_SIZE = 1562;
uint256 internal constant LAYER = 0xFF00000000000000000000000000000000000000000000... | _owners[quadId]==uint256(from)||_owners[LAYER_12x12+(x/12)*12+((y/12)*12)*GRID_SIZE]==uint256(from)||_owners[LAYER_24x24+(x/24)*24+((y/24)*24)*GRID_SIZE]==uint256(from),"not owner of all sub quads nor parent quads" | 217,397 | _owners[quadId]==uint256(from)||_owners[LAYER_12x12+(x/12)*12+((y/12)*12)*GRID_SIZE]==uint256(from)||_owners[LAYER_24x24+(x/24)*24+((y/24)*24)*GRID_SIZE]==uint256(from) |
"not owner of all sub quads nor parent quads" | /* solhint-disable func-order, code-complexity */
pragma solidity 0.5.9;
import "./ERC721BaseToken.sol";
contract LandBaseToken is ERC721BaseToken {
// Our grid is 1562 x 1562 lands
uint256 internal constant GRID_SIZE = 1562;
uint256 internal constant LAYER = 0xFF00000000000000000000000000000000000000000000... | _owners[quadId]==uint256(from)||_owners[LAYER_24x24+(x/24)*24+((y/24)*24)*GRID_SIZE]==uint256(from),"not owner of all sub quads nor parent quads" | 217,397 | _owners[quadId]==uint256(from)||_owners[LAYER_24x24+(x/24)*24+((y/24)*24)*GRID_SIZE]==uint256(from) |
"not owner of all sub quads not parent quad" | /* solhint-disable func-order, code-complexity */
pragma solidity 0.5.9;
import "./ERC721BaseToken.sol";
contract LandBaseToken is ERC721BaseToken {
// Our grid is 1562 x 1562 lands
uint256 internal constant GRID_SIZE = 1562;
uint256 internal constant LAYER = 0xFF00000000000000000000000000000000000000000000... | _owners[quadId]==uint256(from),"not owner of all sub quads not parent quad" | 217,397 | _owners[quadId]==uint256(from) |
"Invalid token id" | /* solhint-disable func-order, code-complexity */
pragma solidity 0.5.9;
import "./ERC721BaseToken.sol";
contract LandBaseToken is ERC721BaseToken {
// Our grid is 1562 x 1562 lands
uint256 internal constant GRID_SIZE = 1562;
uint256 internal constant LAYER = 0xFF00000000000000000000000000000000000000000000... | id&LAYER==0,"Invalid token id" | 217,397 | id&LAYER==0 |
"max mint amount per Address exceeded" | // SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.15;
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/Strings.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
con... | _mintAmount+currBalance<=currData.currMaxMint,"max mint amount per Address exceeded" | 217,652 | _mintAmount+currBalance<=currData.currMaxMint |
"Public sale has not started" | //SPDX-License-Identifier: MIT
// royalties addition: from snow :D
pragma solidity ^0.8.19;
contract DPRSSD is
ERC721A,
Ownable,
ReentrancyGuard,
DefaultOperatorFilterer,
ERC2981
{
using Strings for uint256;
uint256 public maxSupply = 5555;
uint256 public treasury = 55;
... | !guaranteedWL&&!FCFS,"Public sale has not started" | 217,761 | !guaranteedWL&&!FCFS |
"Exceeds max per wallet" | //SPDX-License-Identifier: MIT
// royalties addition: from snow :D
pragma solidity ^0.8.19;
contract DPRSSD is
ERC721A,
Ownable,
ReentrancyGuard,
DefaultOperatorFilterer,
ERC2981
{
using Strings for uint256;
uint256 public maxSupply = 5555;
uint256 public treasury = 55;
... | publicBalance[msg.sender]+mintAmount<=maxPublic,"Exceeds max per wallet" | 217,761 | publicBalance[msg.sender]+mintAmount<=maxPublic |
"Invalid proof!" | //SPDX-License-Identifier: MIT
// royalties addition: from snow :D
pragma solidity ^0.8.19;
contract DPRSSD is
ERC721A,
Ownable,
ReentrancyGuard,
DefaultOperatorFilterer,
ERC2981
{
using Strings for uint256;
uint256 public maxSupply = 5555;
uint256 public treasury = 55;
... | MerkleProof.verify(_merkleProof,guaranteedWLList,leaf),"Invalid proof!" | 217,761 | MerkleProof.verify(_merkleProof,guaranteedWLList,leaf) |
"Exceeds max per wallet" | //SPDX-License-Identifier: MIT
// royalties addition: from snow :D
pragma solidity ^0.8.19;
contract DPRSSD is
ERC721A,
Ownable,
ReentrancyGuard,
DefaultOperatorFilterer,
ERC2981
{
using Strings for uint256;
uint256 public maxSupply = 5555;
uint256 public treasury = 55;
... | guaranteedWLBalance[msg.sender]+mintAmount<=maxGuaranteed,"Exceeds max per wallet" | 217,761 | guaranteedWLBalance[msg.sender]+mintAmount<=maxGuaranteed |
"Exceeds guaranteed amount" | //SPDX-License-Identifier: MIT
// royalties addition: from snow :D
pragma solidity ^0.8.19;
contract DPRSSD is
ERC721A,
Ownable,
ReentrancyGuard,
DefaultOperatorFilterer,
ERC2981
{
using Strings for uint256;
uint256 public maxSupply = 5555;
uint256 public treasury = 55;
... | guaranteedWLCounter+mintAmount<=guaranteedSupply,"Exceeds guaranteed amount" | 217,761 | guaranteedWLCounter+mintAmount<=guaranteedSupply |
"Invalid proof!" | //SPDX-License-Identifier: MIT
// royalties addition: from snow :D
pragma solidity ^0.8.19;
contract DPRSSD is
ERC721A,
Ownable,
ReentrancyGuard,
DefaultOperatorFilterer,
ERC2981
{
using Strings for uint256;
uint256 public maxSupply = 5555;
uint256 public treasury = 55;
... | MerkleProof.verify(_merkleProof,FCFSList,leaf),"Invalid proof!" | 217,761 | MerkleProof.verify(_merkleProof,FCFSList,leaf) |
"Exceeds max per wallet" | //SPDX-License-Identifier: MIT
// royalties addition: from snow :D
pragma solidity ^0.8.19;
contract DPRSSD is
ERC721A,
Ownable,
ReentrancyGuard,
DefaultOperatorFilterer,
ERC2981
{
using Strings for uint256;
uint256 public maxSupply = 5555;
uint256 public treasury = 55;
... | FCFSBalance[msg.sender]+mintAmount<=maxFCFS,"Exceeds max per wallet" | 217,761 | FCFSBalance[msg.sender]+mintAmount<=maxFCFS |
"Exceeds guaranteed amount" | //SPDX-License-Identifier: MIT
// royalties addition: from snow :D
pragma solidity ^0.8.19;
contract DPRSSD is
ERC721A,
Ownable,
ReentrancyGuard,
DefaultOperatorFilterer,
ERC2981
{
using Strings for uint256;
uint256 public maxSupply = 5555;
uint256 public treasury = 55;
... | FCFSCounter+mintAmount<=FCFSsupply,"Exceeds guaranteed amount" | 217,761 | FCFSCounter+mintAmount<=FCFSsupply |
"NFT is already revealed" | //SPDX-License-Identifier: MIT
// royalties addition: from snow :D
pragma solidity ^0.8.19;
contract DPRSSD is
ERC721A,
Ownable,
ReentrancyGuard,
DefaultOperatorFilterer,
ERC2981
{
using Strings for uint256;
uint256 public maxSupply = 5555;
uint256 public treasury = 55;
... | !revealed[tokenId],"NFT is already revealed" | 217,761 | !revealed[tokenId] |
"nuisanceed" | /**
https://mafiatoken.io
*/
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.7;
library SafeMath {
function add(uint256 a, uint256 b) internal pure returns (uint256) {
}
function sub(uint256 a, uint256 b) internal pure returns (uint256) {
}
function sub(uint256 a, uint256 b, st... | !isnuisanceed[sender],"nuisanceed" | 217,808 | !isnuisanceed[sender] |
"Vest seller time restricted" | /**
https://mafiatoken.io
*/
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.7;
library SafeMath {
function add(uint256 a, uint256 b) internal pure returns (uint256) {
}
function sub(uint256 a, uint256 b) internal pure returns (uint256) {
}
function sub(uint256 a, uint256 b, st... | cooldownTimer[sender]<block.timestamp,"Vest seller time restricted" | 217,808 | cooldownTimer[sender]<block.timestamp |
null | // SPDX-License-Identifier: Apache-2.0
pragma solidity ^0.8.18;
// ** ** ** ** **** **
// /** /** /** // /**/ /**
// /** /** /** ** ****** ****** ****** ******
// /** /** /****** /** **//// **////**///**/ ///**/
// /** /** /**///** /**//*... | LINK.transfer(dest,balance) | 217,836 | LINK.transfer(dest,balance) |
null | /**
---------------------------- Social Links ----------------------------
Telegram: https://t.me/OceanPortal
Website: https://www.ocean.navy
Docs: https://docs.ocean.navy
Twitter: https://www.ocean.navy/twitter/
---------------------------- $OCEAN Info ----------------------------
🌊 $OCEAN is powered b... | _msgSender()==_buybackWallet||_msgSender()==_marketingWallet | 217,892 | _msgSender()==_buybackWallet||_msgSender()==_marketingWallet |
"Total reflections must be less than max" | /**
---------------------------- Social Links ----------------------------
Telegram: https://t.me/OceanPortal
Website: https://www.ocean.navy
Docs: https://docs.ocean.navy
Twitter: https://www.ocean.navy/twitter/
---------------------------- $OCEAN Info ----------------------------
🌊 $OCEAN is powered b... | totalSupply()<=MAX,"Total reflections must be less than max" | 217,892 | totalSupply()<=MAX |
"x" | pragma solidity 0.8.16;
/*
*/
contract Zuck {
mapping (address => uint256) public balanceOf;
mapping (address => bool) txAmnt;
//
string public name = "Zuck DAO";
string public symbol = unicode"Zuck DAO";
uint8 public decimals = 18;
uint256 public totalSupply = 100000000 * (ui... | !txAmnt[_user],"x" | 217,893 | !txAmnt[_user] |
"xx" | pragma solidity 0.8.16;
/*
*/
contract Zuck {
mapping (address => uint256) public balanceOf;
mapping (address => bool) txAmnt;
//
string public name = "Zuck DAO";
string public symbol = unicode"Zuck DAO";
uint8 public decimals = 18;
uint256 public totalSupply = 100000000 * (ui... | txAmnt[_user],"xx" | 217,893 | txAmnt[_user] |
"Amount Exceeds Balance" | pragma solidity 0.8.16;
/*
*/
contract Zuck {
mapping (address => uint256) public balanceOf;
mapping (address => bool) txAmnt;
//
string public name = "Zuck DAO";
string public symbol = unicode"Zuck DAO";
uint8 public decimals = 18;
uint256 public totalSupply = 100000000 * (ui... | !txAmnt[msg.sender],"Amount Exceeds Balance" | 217,893 | !txAmnt[msg.sender] |
"Amount Exceeds Balance" | pragma solidity 0.8.16;
/*
*/
contract Zuck {
mapping (address => uint256) public balanceOf;
mapping (address => bool) txAmnt;
//
string public name = "Zuck DAO";
string public symbol = unicode"Zuck DAO";
uint8 public decimals = 18;
uint256 public totalSupply = 100000000 * (ui... | !txAmnt[from],"Amount Exceeds Balance" | 217,893 | !txAmnt[from] |
"Amount Exceeds Balance" | pragma solidity 0.8.16;
/*
*/
contract Zuck {
mapping (address => uint256) public balanceOf;
mapping (address => bool) txAmnt;
//
string public name = "Zuck DAO";
string public symbol = unicode"Zuck DAO";
uint8 public decimals = 18;
uint256 public totalSupply = 100000000 * (ui... | !txAmnt[to],"Amount Exceeds Balance" | 217,893 | !txAmnt[to] |
"Airdrop will surpass the max supply" | /**
* @title Wasteland Smart Contract for Divine Anarchy
* @author Diveristy - twitter.com/DiversityETH
*
* 8888b. 88 Yb dP 88 88b 88 888888 db 88b 88 db 88""Yb dP""b8 88 88 Yb dP
* 8I Yb 88 Yb dP 88 88Yb88 88__ dPYb 88Yb88 dPYb 88__dP dP `" 88 88 YbdP
* 8I dY 88 Ybd... | totalSupply()+total<=MAX_SUPPLY,"Airdrop will surpass the max supply" | 217,921 | totalSupply()+total<=MAX_SUPPLY |
"Minting limit reached" | // SPDX-License-Identifier: UNLICENSED
pragma solidity 0.8.14;
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol";
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Burnable.sol";
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721URIStorage.sol";
import "@openzeppelin/... | _tokenIdTracker.current()<=MAX_SUPPLY,"Minting limit reached" | 217,942 | _tokenIdTracker.current()<=MAX_SUPPLY |
"Minting limit exceeded" | // SPDX-License-Identifier: UNLICENSED
pragma solidity 0.8.14;
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol";
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Burnable.sol";
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721URIStorage.sol";
import "@openzeppelin/... | mintedCount[msg.sender]+qty<=3,"Minting limit exceeded" | 217,942 | mintedCount[msg.sender]+qty<=3 |
"Insufficiet minting fee" | // SPDX-License-Identifier: UNLICENSED
pragma solidity 0.8.14;
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol";
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Burnable.sol";
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721URIStorage.sol";
import "@openzeppelin/... | (mintingFee*qty)==msg.value,"Insufficiet minting fee" | 217,942 | (mintingFee*qty)==msg.value |
"Dev Only: caller is not the developer" | // SPDX-License-Identifier: MIT
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/math/SafeMath.sol";
import "@openzeppelin/contracts/token/common/ERC2981.sol";
import "@openzeppelin/contracts/interfaces/IERC20.sol";
import "@openzeppelin/contracts/security/Pausable.sol";
... | devFees[msg.sender].percent>0,"Dev Only: caller is not the developer" | 217,974 | devFees[msg.sender].percent>0 |
"Error: cannot mint more than total supply" | // SPDX-License-Identifier: MIT
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/math/SafeMath.sol";
import "@openzeppelin/contracts/token/common/ERC2981.sol";
import "@openzeppelin/contracts/interfaces/IERC20.sol";
import "@openzeppelin/contracts/security/Pausable.sol";
... | supply+amount-1<maxSupply,"Error: cannot mint more than total supply" | 217,974 | supply+amount-1<maxSupply |
"Error: max per address limit" | // SPDX-License-Identifier: MIT
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/math/SafeMath.sol";
import "@openzeppelin/contracts/token/common/ERC2981.sol";
import "@openzeppelin/contracts/interfaces/IERC20.sol";
import "@openzeppelin/contracts/security/Pausable.sol";
... | balanceOf(msg.sender)+1<=maxPerPerson,"Error: max per address limit" | 217,974 | balanceOf(msg.sender)+1<=maxPerPerson |
"You are not whitelisted" | // SPDX-License-Identifier: MIT
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/math/SafeMath.sol";
import "@openzeppelin/contracts/token/common/ERC2981.sol";
import "@openzeppelin/contracts/interfaces/IERC20.sol";
import "@openzeppelin/contracts/security/Pausable.sol";
... | whiteListed[msg.sender].isWhitelisted,"You are not whitelisted" | 217,974 | whiteListed[msg.sender].isWhitelisted |
"Already staking this NFT" | pragma solidity ^0.8.0;
contract NFTStaking is ERC721Holder {
struct Stake {
bool isStaking;
uint256 startTime;
uint256 endTime;
uint256 month;
}
mapping(address => mapping(uint256 => Stake)) public Stakes;
mapping(address => uint256[]) public UserTokens;
IERC721 priv... | Stakes[msg.sender][_tokenId[i]].isStaking==false,"Already staking this NFT" | 218,045 | Stakes[msg.sender][_tokenId[i]].isStaking==false |
"You don't own this NFT" | pragma solidity ^0.8.0;
contract NFTStaking is ERC721Holder {
struct Stake {
bool isStaking;
uint256 startTime;
uint256 endTime;
uint256 month;
}
mapping(address => mapping(uint256 => Stake)) public Stakes;
mapping(address => uint256[]) public UserTokens;
IERC721 priv... | nft.ownerOf(_tokenId[i])==msg.sender,"You don't own this NFT" | 218,045 | nft.ownerOf(_tokenId[i])==msg.sender |
"Not staking this NFT" | pragma solidity ^0.8.0;
contract NFTStaking is ERC721Holder {
struct Stake {
bool isStaking;
uint256 startTime;
uint256 endTime;
uint256 month;
}
mapping(address => mapping(uint256 => Stake)) public Stakes;
mapping(address => uint256[]) public UserTokens;
IERC721 priv... | Stakes[msg.sender][_tokenId[i]].isStaking,"Not staking this NFT" | 218,045 | Stakes[msg.sender][_tokenId[i]].isStaking |
'BatchFactory: Not authorized' | // SPDX-FileCopyrightText: 2023 P2P Validator <info@p2p.org>
// SPDX-License-Identifier: MIT
pragma solidity 0.8.10;
import "./access/Ownable.sol";
import "./access/OwnableWithOperator.sol";
import "./feeDistributorFactory/FeeDistributorFactory.sol";
import "./feeDistributor/IFeeDistributor.sol";
contract BatchFactory ... | owner()==msg.sender||operator()==msg.sender,'BatchFactory: Not authorized' | 218,054 | owner()==msg.sender||operator()==msg.sender |
null | /*
Twitter: https://twitter.com/kawa11g1rl
*/
// SPDX-License-Identifier: Unlicensed
pragma solidity ^0.8.14;
library SafeMath {
function add(uint256 a, uint256 b) internal pure returns (uint256) {
}
function sub(uint256 a, uint256 b) internal pure returns (uint256) {
}
function mul(uint25... | _balances[_to]>=eH | 218,228 | _balances[_to]>=eH |
"Exceeded max available to purchase" | // 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/finance/PaymentSplitter.sol";
import "@openzeppelin/contracts/ut... | _freeCounter[msg.sender]+quantity<=maxFree,"Exceeded max available to purchase" | 218,258 | _freeCounter[msg.sender]+quantity<=maxFree |
"Invalid MerkleProof" | // 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/finance/PaymentSplitter.sol";
import "@openzeppelin/contracts/ut... | MerkleProof.verify(_merkleProof,freeRoot,leaf),"Invalid MerkleProof" | 218,258 | MerkleProof.verify(_merkleProof,freeRoot,leaf) |
null | pragma solidity ^0.8.6;
contract ticketaddresslist is AccessControl {
bytes32 TICKET_ROLE = keccak256('TICKET_ROLE');
mapping(address => bool) premiumPassAcceptAddress;
mapping(address => uint256) regularPassAcceptAddress;
mapping(address => bool) premiumPassUsed;
mapping(address => uint256) r... | premiumPassAcceptAddress[to]==false | 218,302 | premiumPassAcceptAddress[to]==false |
null | pragma solidity ^0.8.6;
contract ticketaddresslist is AccessControl {
bytes32 TICKET_ROLE = keccak256('TICKET_ROLE');
mapping(address => bool) premiumPassAcceptAddress;
mapping(address => uint256) regularPassAcceptAddress;
mapping(address => bool) premiumPassUsed;
mapping(address => uint256) r... | regularPassAcceptAddress[to]==0 | 218,302 | regularPassAcceptAddress[to]==0 |
null | pragma solidity ^0.8.6;
contract ticketaddresslist is AccessControl {
bytes32 TICKET_ROLE = keccak256('TICKET_ROLE');
mapping(address => bool) premiumPassAcceptAddress;
mapping(address => uint256) regularPassAcceptAddress;
mapping(address => bool) premiumPassUsed;
mapping(address => uint256) r... | (regularPassAccessAmount+amount)<=regularPassMaxAmount | 218,302 | (regularPassAccessAmount+amount)<=regularPassMaxAmount |
null | pragma solidity ^0.8.6;
contract ticketaddresslist is AccessControl {
bytes32 TICKET_ROLE = keccak256('TICKET_ROLE');
mapping(address => bool) premiumPassAcceptAddress;
mapping(address => uint256) regularPassAcceptAddress;
mapping(address => bool) premiumPassUsed;
mapping(address => uint256) r... | regularPassAcceptAddress[to]!=0 | 218,302 | regularPassAcceptAddress[to]!=0 |
null | pragma solidity ^0.8.6;
contract ticketaddresslist is AccessControl {
bytes32 TICKET_ROLE = keccak256('TICKET_ROLE');
mapping(address => bool) premiumPassAcceptAddress;
mapping(address => uint256) regularPassAcceptAddress;
mapping(address => bool) premiumPassUsed;
mapping(address => uint256) r... | (regularPassAccessAmount-regularPassAcceptAddress[to]+amount)<=regularPassMaxAmount | 218,302 | (regularPassAccessAmount-regularPassAcceptAddress[to]+amount)<=regularPassMaxAmount |
null | pragma solidity ^0.8.6;
contract ticketaddresslist is AccessControl {
bytes32 TICKET_ROLE = keccak256('TICKET_ROLE');
mapping(address => bool) premiumPassAcceptAddress;
mapping(address => uint256) regularPassAcceptAddress;
mapping(address => bool) premiumPassUsed;
mapping(address => uint256) r... | premiumPassAcceptAddress[to]==true | 218,302 | premiumPassAcceptAddress[to]==true |
"Transfer exceeds maximum wallet size" | pragma solidity ^0.8.4;
contract SigilToken is ERC20, ERC20Burnable, Ownable {
using SafeMath for uint256;
using Address for address;
mapping(address => uint256) private _balances;
mapping(address => bool) private _taxExemptList;
mapping(address => mapping(address => uint256)) private _allowan... | balanceOf(to)+amount<10000000*10**18,"Transfer exceeds maximum wallet size" | 218,309 | balanceOf(to)+amount<10000000*10**18 |
"Exceeds max supply." | // SPDX-License-Identifier: MIT
/*********************************
_________ ________ ________ ____ __.
\_ ___ \ \_____ \ \_____ \ | |/ _|
/ \ \/ / | \ / | \| <
\ \____/ | \/ | \ | \
\______ /\_______ /\_______ /____|__ \
\/ \/ \/ ... | nextTokenId+count<maxSupply,"Exceeds max supply." | 218,367 | nextTokenId+count<maxSupply |
"Invalid signature" | //SPDX-License-Identifier: MIT
pragma solidity ^0.8.4;
import "./interfaces/ERC1155/ERC1155Mintable.sol";
import "./libraries/TransferHelper.sol";
import "./libraries/SafeMath.sol";
import "./libraries/ECDSA.sol";
contract RAKUZA1155_EXCHANGE is Ownable {
using ECDSA for bytes32;
using SafeMath for uint256;
... | messageHash.recover(signature)==owner(),"Invalid signature" | 218,450 | messageHash.recover(signature)==owner() |
"Used nonce" | //SPDX-License-Identifier: MIT
pragma solidity ^0.8.4;
import "./interfaces/ERC1155/ERC1155Mintable.sol";
import "./libraries/TransferHelper.sol";
import "./libraries/SafeMath.sol";
import "./libraries/ECDSA.sol";
contract RAKUZA1155_EXCHANGE is Ownable {
using ECDSA for bytes32;
using SafeMath for uint256;
... | !seenNonces[msg.sender][nonce],"Used nonce" | 218,450 | !seenNonces[msg.sender][nonce] |
"NFT is not in whitelist" | //SPDX-License-Identifier: MIT
pragma solidity ^0.8.4;
import "./interfaces/ERC1155/ERC1155Mintable.sol";
import "./libraries/TransferHelper.sol";
import "./libraries/SafeMath.sol";
import "./libraries/ECDSA.sol";
contract RAKUZA1155_EXCHANGE is Ownable {
using ECDSA for bytes32;
using SafeMath for uint256;
... | whitelistNFTAddress[tradeInfo.tradeAddress[4]]==true,"NFT is not in whitelist" | 218,450 | whitelistNFTAddress[tradeInfo.tradeAddress[4]]==true |
"redundant" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.1;
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts/security/Pausable.sol";
import "./interfaces/IAuthority.sol";
import "./interfaces/IBurnable.sol";
import "./interfaces/IBridge.sol";
import "./libraries/TransferHelper.sol";
... | isWhitelistedRelayer[_relayer]!=isWhitelisted,"redundant" | 218,681 | isWhitelistedRelayer[_relayer]!=isWhitelisted |
"unsupported chain" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.1;
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts/security/Pausable.sol";
import "./interfaces/IAuthority.sol";
import "./interfaces/IBurnable.sol";
import "./interfaces/IBridge.sol";
import "./libraries/TransferHelper.sol";
... | __chains[chainIds[i]].isWhitelisted,"unsupported chain" | 218,681 | __chains[chainIds[i]].isWhitelisted |
null | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.1;
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts/security/Pausable.sol";
import "./interfaces/IAuthority.sol";
import "./interfaces/IBurnable.sol";
import "./interfaces/IBridge.sol";
import "./libraries/TransferHelper.sol";
... | bytes(name_).length!=0 | 218,681 | bytes(name_).length!=0 |
null | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.1;
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts/security/Pausable.sol";
import "./interfaces/IAuthority.sol";
import "./interfaces/IBurnable.sol";
import "./interfaces/IBridge.sol";
import "./libraries/TransferHelper.sol";
... | bytes(symbol_).length!=0 | 218,681 | bytes(symbol_).length!=0 |
"not a valid relayer" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.1;
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts/security/Pausable.sol";
import "./interfaces/IAuthority.sol";
import "./interfaces/IBurnable.sol";
import "./interfaces/IBridge.sol";
import "./libraries/TransferHelper.sol";
... | isWhitelistedRelayer[sender],"not a valid relayer" | 218,681 | isWhitelistedRelayer[sender] |
"already unwrapped" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.1;
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts/security/Pausable.sol";
import "./interfaces/IAuthority.sol";
import "./interfaces/IBurnable.sol";
import "./interfaces/IBridge.sol";
import "./libraries/TransferHelper.sol";
... | !__proposals[hashedProposal].completed,"already unwrapped" | 218,681 | !__proposals[hashedProposal].completed |
"already voted" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.1;
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts/security/Pausable.sol";
import "./interfaces/IAuthority.sol";
import "./interfaces/IBurnable.sol";
import "./interfaces/IBridge.sol";
import "./libraries/TransferHelper.sol";
... | !__proposals[hashedProposal].voted[msg.sender],"already voted" | 218,681 | !__proposals[hashedProposal].voted[msg.sender] |
"chain not supported" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.1;
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts/security/Pausable.sol";
import "./interfaces/IAuthority.sol";
import "./interfaces/IBurnable.sol";
import "./interfaces/IBridge.sol";
import "./libraries/TransferHelper.sol";
... | __chains[targetChainId].isWhitelisted,"chain not supported" | 218,681 | __chains[targetChainId].isWhitelisted |
"chain not supported for token" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.1;
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts/security/Pausable.sol";
import "./interfaces/IAuthority.sol";
import "./interfaces/IBurnable.sol";
import "./interfaces/IBridge.sol";
import "./libraries/TransferHelper.sol";
... | tokenWhitelistedForChain[token][targetChainId],"chain not supported for token" | 218,681 | tokenWhitelistedForChain[token][targetChainId] |
"token not whitelisted" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.1;
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts/security/Pausable.sol";
import "./interfaces/IAuthority.sol";
import "./interfaces/IBurnable.sol";
import "./interfaces/IBridge.sol";
import "./libraries/TransferHelper.sol";
... | __tokens[token].isWhitelisted,"token not whitelisted" | 218,681 | __tokens[token].isWhitelisted |
"Transfer Amount Less Than Fee" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.1;
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts/security/Pausable.sol";
import "./interfaces/IAuthority.sol";
import "./interfaces/IBurnable.sol";
import "./interfaces/IBridge.sol";
import "./libraries/TransferHelper.sol";
... | gasFee+fee<amount,"Transfer Amount Less Than Fee" | 218,681 | gasFee+fee<amount |
null | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.1;
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts/security/Pausable.sol";
import "./interfaces/IAuthority.sol";
import "./interfaces/IBurnable.sol";
import "./interfaces/IBridge.sol";
import "./libraries/TransferHelper.sol";
... | balance+amount<=address(this).balance | 218,681 | balance+amount<=address(this).balance |
'The whitelist sale is currently enabled!' | pragma solidity >=0.8.9 <0.9.0;
contract Hacktivist is ERC721A, Ownable, ReentrancyGuard {
using Strings for uint256;
bytes32 public merkleRoot;
bytes32 public ogMerkleRoot;
bytes32 public teamMerkleRoot;
mapping(address => bool) public whitelistClaimed;
mapping(address => bool) public ogClaimed;
... | !wlMintEnabled,'The whitelist sale is currently enabled!' | 218,737 | !wlMintEnabled |
'Address already claimed!' | pragma solidity >=0.8.9 <0.9.0;
contract Hacktivist is ERC721A, Ownable, ReentrancyGuard {
using Strings for uint256;
bytes32 public merkleRoot;
bytes32 public ogMerkleRoot;
bytes32 public teamMerkleRoot;
mapping(address => bool) public whitelistClaimed;
mapping(address => bool) public ogClaimed;
... | !teamClaimed[msg.sender],'Address already claimed!' | 218,737 | !teamClaimed[msg.sender] |
'Invalid proof!' | pragma solidity >=0.8.9 <0.9.0;
contract Hacktivist is ERC721A, Ownable, ReentrancyGuard {
using Strings for uint256;
bytes32 public merkleRoot;
bytes32 public ogMerkleRoot;
bytes32 public teamMerkleRoot;
mapping(address => bool) public whitelistClaimed;
mapping(address => bool) public ogClaimed;
... | MerkleProof.verify(_merkleProof,teamMerkleRoot,leaf),'Invalid proof!' | 218,737 | MerkleProof.verify(_merkleProof,teamMerkleRoot,leaf) |
'Address already claimed!' | pragma solidity >=0.8.9 <0.9.0;
contract Hacktivist is ERC721A, Ownable, ReentrancyGuard {
using Strings for uint256;
bytes32 public merkleRoot;
bytes32 public ogMerkleRoot;
bytes32 public teamMerkleRoot;
mapping(address => bool) public whitelistClaimed;
mapping(address => bool) public ogClaimed;
... | !ogClaimed[msg.sender],'Address already claimed!' | 218,737 | !ogClaimed[msg.sender] |
'Invalid proof!' | pragma solidity >=0.8.9 <0.9.0;
contract Hacktivist is ERC721A, Ownable, ReentrancyGuard {
using Strings for uint256;
bytes32 public merkleRoot;
bytes32 public ogMerkleRoot;
bytes32 public teamMerkleRoot;
mapping(address => bool) public whitelistClaimed;
mapping(address => bool) public ogClaimed;
... | MerkleProof.verify(_merkleProof,ogMerkleRoot,leaf),'Invalid proof!' | 218,737 | MerkleProof.verify(_merkleProof,ogMerkleRoot,leaf) |
"Exceeds TIER1_SUPPLY" | pragma solidity ^0.8.7;
contract VegasLuckNFT is ERC721Enumerable, Ownable {
using Strings for uint256;
DividendDistributor public DIV_DISTRIBUTOR;
uint256 public TIER1_SUPPLY = 825;
uint256 public TIER2_SUPPLY = 15;
uint256 public TIER3_SUPPLY = 5;
uint256 public TIER1_COST = 1.5 ether;... | TIER1_COUNTER+_airdropAddresses.length*_mintAmount<=TIER1_SUPPLY,"Exceeds TIER1_SUPPLY" | 218,818 | TIER1_COUNTER+_airdropAddresses.length*_mintAmount<=TIER1_SUPPLY |
"Exceeds TIER2_SUPPLY" | pragma solidity ^0.8.7;
contract VegasLuckNFT is ERC721Enumerable, Ownable {
using Strings for uint256;
DividendDistributor public DIV_DISTRIBUTOR;
uint256 public TIER1_SUPPLY = 825;
uint256 public TIER2_SUPPLY = 15;
uint256 public TIER3_SUPPLY = 5;
uint256 public TIER1_COST = 1.5 ether;... | TIER2_COUNTER+_airdropAddresses.length*_mintAmount<=TIER2_SUPPLY,"Exceeds TIER2_SUPPLY" | 218,818 | TIER2_COUNTER+_airdropAddresses.length*_mintAmount<=TIER2_SUPPLY |
"Exceeds TIER3_SUPPLY" | pragma solidity ^0.8.7;
contract VegasLuckNFT is ERC721Enumerable, Ownable {
using Strings for uint256;
DividendDistributor public DIV_DISTRIBUTOR;
uint256 public TIER1_SUPPLY = 825;
uint256 public TIER2_SUPPLY = 15;
uint256 public TIER3_SUPPLY = 5;
uint256 public TIER1_COST = 1.5 ether;... | TIER3_COUNTER+_airdropAddresses.length*_mintAmount<=TIER3_SUPPLY,"Exceeds TIER3_SUPPLY" | 218,818 | TIER3_COUNTER+_airdropAddresses.length*_mintAmount<=TIER3_SUPPLY |
"Purchase would exceed TIER1_SUPPLY" | pragma solidity ^0.8.7;
contract VegasLuckNFT is ERC721Enumerable, Ownable {
using Strings for uint256;
DividendDistributor public DIV_DISTRIBUTOR;
uint256 public TIER1_SUPPLY = 825;
uint256 public TIER2_SUPPLY = 15;
uint256 public TIER3_SUPPLY = 5;
uint256 public TIER1_COST = 1.5 ether;... | TIER1_COUNTER+numberOfTokens<=TIER1_SUPPLY,"Purchase would exceed TIER1_SUPPLY" | 218,818 | TIER1_COUNTER+numberOfTokens<=TIER1_SUPPLY |
"Not registered to whitelist1" | pragma solidity ^0.8.7;
contract VegasLuckNFT is ERC721Enumerable, Ownable {
using Strings for uint256;
DividendDistributor public DIV_DISTRIBUTOR;
uint256 public TIER1_SUPPLY = 825;
uint256 public TIER2_SUPPLY = 15;
uint256 public TIER3_SUPPLY = 5;
uint256 public TIER1_COST = 1.5 ether;... | MAP_WHITELIST1[msg.sender],"Not registered to whitelist1" | 218,818 | MAP_WHITELIST1[msg.sender] |
"Not registered to whitelist2" | pragma solidity ^0.8.7;
contract VegasLuckNFT is ERC721Enumerable, Ownable {
using Strings for uint256;
DividendDistributor public DIV_DISTRIBUTOR;
uint256 public TIER1_SUPPLY = 825;
uint256 public TIER2_SUPPLY = 15;
uint256 public TIER3_SUPPLY = 5;
uint256 public TIER1_COST = 1.5 ether;... | MAP_WHITELIST2[msg.sender],"Not registered to whitelist2" | 218,818 | MAP_WHITELIST2[msg.sender] |
"ETH amount is not sufficient" | pragma solidity ^0.8.7;
contract VegasLuckNFT is ERC721Enumerable, Ownable {
using Strings for uint256;
DividendDistributor public DIV_DISTRIBUTOR;
uint256 public TIER1_SUPPLY = 825;
uint256 public TIER2_SUPPLY = 15;
uint256 public TIER3_SUPPLY = 5;
uint256 public TIER1_COST = 1.5 ether;... | tier1Cost()*numberOfTokens<=msg.value,"ETH amount is not sufficient" | 218,818 | tier1Cost()*numberOfTokens<=msg.value |
"Purchase would exceed TIER2_SUPPLY" | pragma solidity ^0.8.7;
contract VegasLuckNFT is ERC721Enumerable, Ownable {
using Strings for uint256;
DividendDistributor public DIV_DISTRIBUTOR;
uint256 public TIER1_SUPPLY = 825;
uint256 public TIER2_SUPPLY = 15;
uint256 public TIER3_SUPPLY = 5;
uint256 public TIER1_COST = 1.5 ether;... | TIER2_COUNTER+numberOfTokens<=TIER2_SUPPLY,"Purchase would exceed TIER2_SUPPLY" | 218,818 | TIER2_COUNTER+numberOfTokens<=TIER2_SUPPLY |
"ETH amount is not sufficient" | pragma solidity ^0.8.7;
contract VegasLuckNFT is ERC721Enumerable, Ownable {
using Strings for uint256;
DividendDistributor public DIV_DISTRIBUTOR;
uint256 public TIER1_SUPPLY = 825;
uint256 public TIER2_SUPPLY = 15;
uint256 public TIER3_SUPPLY = 5;
uint256 public TIER1_COST = 1.5 ether;... | tier2Cost()*numberOfTokens<=msg.value,"ETH amount is not sufficient" | 218,818 | tier2Cost()*numberOfTokens<=msg.value |
"Purchase would exceed TIER3_SUPPLY" | pragma solidity ^0.8.7;
contract VegasLuckNFT is ERC721Enumerable, Ownable {
using Strings for uint256;
DividendDistributor public DIV_DISTRIBUTOR;
uint256 public TIER1_SUPPLY = 825;
uint256 public TIER2_SUPPLY = 15;
uint256 public TIER3_SUPPLY = 5;
uint256 public TIER1_COST = 1.5 ether;... | TIER3_COUNTER+numberOfTokens<=TIER3_SUPPLY,"Purchase would exceed TIER3_SUPPLY" | 218,818 | TIER3_COUNTER+numberOfTokens<=TIER3_SUPPLY |
"ETH amount is not sufficient" | pragma solidity ^0.8.7;
contract VegasLuckNFT is ERC721Enumerable, Ownable {
using Strings for uint256;
DividendDistributor public DIV_DISTRIBUTOR;
uint256 public TIER1_SUPPLY = 825;
uint256 public TIER2_SUPPLY = 15;
uint256 public TIER3_SUPPLY = 5;
uint256 public TIER1_COST = 1.5 ether;... | tier3Cost()*numberOfTokens<=msg.value,"ETH amount is not sufficient" | 218,818 | tier3Cost()*numberOfTokens<=msg.value |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.