comment stringlengths 1 211 β | input stringlengths 155 20k | label stringlengths 4 1k | original_idx int64 203 514k | predicate stringlengths 1 1k |
|---|---|---|---|---|
"Requires creator to implement ICreatorCore" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
/// @author: eucliiid.xyz
/////////////////////////////////////////////////////////////////////////////////////////
// ββ, , //
// βββ βββββL ... | ERC165Checker.supportsInterface(creator,type(ICreatorCore).interfaceId),"Requires creator to implement ICreatorCore" | 297,926 | ERC165Checker.supportsInterface(creator,type(ICreatorCore).interfaceId) |
null | pragma solidity 0.4.24;
/**
* @title Ownable
* @dev The Ownable contract has an owner address, and provides basic authorization control
* functions, this simplifies the implementation of user permissions.
*/
contract Ownable {
address public owner;
address public newOwner;
address public admine... | records[curTimes].add(_amount)<=_maxAmountPer | 298,044 | records[curTimes].add(_amount)<=_maxAmountPer |
null | pragma solidity 0.4.24;
/**
* @title Ownable
* @dev The Ownable contract has an owner address, and provides basic authorization control
* functions, this simplifies the implementation of user permissions.
*/
contract Ownable {
address public owner;
address public newOwner;
address public admine... | !singleLockFinished[_address] | 298,044 | !singleLockFinished[_address] |
null | pragma solidity 0.4.24;
/**
* @title Ownable
* @dev The Ownable contract has an owner address, and provides basic authorization control
* functions, this simplifies the implementation of user permissions.
*/
contract Ownable {
address public owner;
address public newOwner;
address public admine... | balances[_address]>=totalAmount | 298,044 | balances[_address]>=totalAmount |
null | // SPDX-License-Identifier: MIT
pragma solidity ^0.6.0;
library SafeMath {
function add(uint256 a, uint256 b) internal pure returns (uint256) {
}
function sub(uint256 a, uint256 b) internal pure returns (uint256) {
}
function sub(uint256 a, uint256 b, string memory errorMessage) internal pure... | Callable(_to).tokenCallback(_msgSender(),_transferred,_data) | 298,053 | Callable(_to).tokenCallback(_msgSender(),_transferred,_data) |
"max number of purchasable NFTs exceeded" | /*
IhKIU2X5P1 K2Ks :5SS i51SKXSZ :X2P iIKQi uISY U1Uu17: iPQBd7
:BBBBBBQBQB .BBBX QBQB BBBBBBBB BBBB uBBBK rBQBJ .BBBBBBBB BBBBBBBB
.Yi1BBBdiv IBQB BBBS BBBL:ii. B... | totalNftsBoughtFromContract+_mintAmount<=maxNumberPurchasable,"max number of purchasable NFTs exceeded" | 298,055 | totalNftsBoughtFromContract+_mintAmount<=maxNumberPurchasable |
"EthPCVDripper: target balance too high" | pragma solidity ^0.6.0;
pragma experimental ABIEncoderV2;
import "../refs/CoreRef.sol";
import "../utils/Timed.sol";
/// @title a PCV dripper
/// @author Fei Protocol
contract EthPCVDripper is CoreRef, Timed {
using Address for address payable;
/// @notice target address to drip to
address payable public targe... | isTargetBalanceLow(),"EthPCVDripper: target balance too high" | 298,063 | isTargetBalanceLow() |
null | pragma solidity ^0.4.20; // solhint-disable-line
// similar as turtlefarmer, with three changes:
// A. one third of your turtles die when you sell eggs
// B. you can transfer ownership of the devfee through sacrificing turtles
// C. the "free" 300 turtles cost 0.001 eth (in line with the mining fee)
// bots should... | hatcheryTurtle[msg.sender]>=turtlemasterReq | 298,212 | hatcheryTurtle[msg.sender]>=turtlemasterReq |
null | pragma solidity ^0.4.20; // solhint-disable-line
// similar as turtlefarmer, with three changes:
// A. one third of your turtles die when you sell eggs
// B. you can transfer ownership of the devfee through sacrificing turtles
// C. the "free" 300 turtles cost 0.001 eth (in line with the mining fee)
// bots should... | hatcheryTurtle[msg.sender]==0 | 298,212 | hatcheryTurtle[msg.sender]==0 |
"TombVault: Only the owner of the tomb klub can stake it" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.10;
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/token/ERC721/IERC721Receiver.sol";
import "@openzeppelin/contracts/token/ERC721/extensions/IERC721Enumerable.sol";
interface IKlub {
function mint(address to, uint256 amo... | tomb.ownerOf(tokenId)==msg.sender,"TombVault: Only the owner of the tomb klub can stake it" | 298,277 | tomb.ownerOf(tokenId)==msg.sender |
"Initial tokens have already been minted!" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.4;
import "erc721a/contracts/ERC721A.sol";
contract GrinderMfers is ERC721A {
address public immutable owner;
uint64 public price = 0.02 ether;
uint64 forOwner = 100;
uint64 public firstCount = 2000;
uint64 public secondCount = 7900;
... | !firstFinished,"Initial tokens have already been minted!" | 298,321 | !firstFinished |
"No tokens to mint!" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.4;
import "erc721a/contracts/ERC721A.sol";
contract GrinderMfers is ERC721A {
address public immutable owner;
uint64 public price = 0.02 ether;
uint64 forOwner = 100;
uint64 public firstCount = 2000;
uint64 public secondCount = 7900;
... | !allFinished,"No tokens to mint!" | 298,321 | !allFinished |
null | pragma solidity ^0.4.22;
/**
* @title Ownable
* @dev The Ownable contract has an owner address, and provides basic authorization control
* functions, this simplifies the implementation of "user permissions".
*/
contract Ownable {
address public owner;
address delegate;
event OwnershipTransferred(addr... | mapAddressBlock[source]==false | 298,331 | mapAddressBlock[source]==false |
null | pragma solidity ^0.4.22;
/**
* @title Ownable
* @dev The Ownable contract has an owner address, and provides basic authorization control
* functions, this simplifies the implementation of "user permissions".
*/
contract Ownable {
address public owner;
address delegate;
event OwnershipTransferred(addr... | mapAddressPass[source]==true | 298,331 | mapAddressPass[source]==true |
"Only swap participants allowed to call the method" | /**
* @title TokenSwap
* This product is protected under license. Any unauthorized copy, modification, or use without
* express written consent from the creators is prohibited.
*/
contract TokenSwap is Ownable, Multiownable {
// LIBRARIES
using BadERC20Aware for ERC20;
using SafeMath for uint25... | isParticipant[msg.sender]==true,"Only swap participants allowed to call the method" | 298,520 | isParticipant[msg.sender]==true |
"Each token must have lockup period" | /**
* @title TokenSwap
* This product is protected under license. Any unauthorized copy, modification, or use without
* express written consent from the creators is prohibited.
*/
contract TokenSwap is Ownable, Multiownable {
// LIBRARIES
using BadERC20Aware for ERC20;
using SafeMath for uint25... | _doesEveryTokenHaveLockupPeriod(),"Each token must have lockup period" | 298,520 | _doesEveryTokenHaveLockupPeriod() |
"Unable to confirm swap before all parties have deposited tokens" | /**
* @title TokenSwap
* This product is protected under license. Any unauthorized copy, modification, or use without
* express written consent from the creators is prohibited.
*/
contract TokenSwap is Ownable, Multiownable {
// LIBRARIES
using BadERC20Aware for ERC20;
using SafeMath for uint25... | _haveEveryoneDeposited(),"Unable to confirm swap before all parties have deposited tokens" | 298,520 | _haveEveryoneDeposited() |
"Unable to add the same party multiple times" | /**
* @title TokenSwap
* This product is protected under license. Any unauthorized copy, modification, or use without
* express written consent from the creators is prohibited.
*/
contract TokenSwap is Ownable, Multiownable {
// LIBRARIES
using BadERC20Aware for ERC20;
using SafeMath for uint25... | isParticipant[_participant]==false,"Unable to add the same party multiple times" | 298,520 | isParticipant[_participant]==false |
"Lockup period for this token has been added already" | /**
* @title TokenSwap
* This product is protected under license. Any unauthorized copy, modification, or use without
* express written consent from the creators is prohibited.
*/
contract TokenSwap is Ownable, Multiownable {
// LIBRARIES
using BadERC20Aware for ERC20;
using SafeMath for uint25... | lockupStagesByToken[_token].length==0,"Lockup period for this token has been added already" | 298,520 | lockupStagesByToken[_token].length==0 |
"There is no swap offer with this token" | /**
* @title TokenSwap
* This product is protected under license. Any unauthorized copy, modification, or use without
* express written consent from the creators is prohibited.
*/
contract TokenSwap is Ownable, Multiownable {
// LIBRARIES
using BadERC20Aware for ERC20;
using SafeMath for uint25... | offerByToken[_token].token!=address(0),"There is no swap offer with this token" | 298,520 | offerByToken[_token].token!=address(0) |
"Unexpected multiowners state" | /**
* @title TokenSwap
* This product is protected under license. Any unauthorized copy, modification, or use without
* express written consent from the creators is prohibited.
*/
contract TokenSwap is Ownable, Multiownable {
// LIBRARIES
using BadERC20Aware for ERC20;
using SafeMath for uint25... | owners[0]==owner,"Unexpected multiowners state" | 298,520 | owners[0]==owner |
"The last lockup stage must unlock 100% of tokens" | /**
* @title TokenSwap
* This product is protected under license. Any unauthorized copy, modification, or use without
* express written consent from the creators is prohibited.
*/
contract TokenSwap is Ownable, Multiownable {
// LIBRARIES
using BadERC20Aware for ERC20;
using SafeMath for uint25... | lockupStages[lockupStages.length-1].unlockedTokensPercentage==100,"The last lockup stage must unlock 100% of tokens" | 298,520 | lockupStages[lockupStages.length-1].unlockedTokensPercentage==100 |
"Mints exceed 10 per address" | // SPDX-License-Identifier: MIT
pragma solidity 0.8.11;
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol";
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/interfaces/IERC2981.sol";
contr... | mintedAmount[msg.sender]+_mintAmount<=maxMintAmountPublic,"Mints exceed 10 per address" | 298,526 | mintedAmount[msg.sender]+_mintAmount<=maxMintAmountPublic |
"Mints exceed 2 per address" | // SPDX-License-Identifier: MIT
pragma solidity 0.8.11;
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol";
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/interfaces/IERC2981.sol";
contr... | mintedAmount[msg.sender]+_mintAmount<=maxMintAmountPresale,"Mints exceed 2 per address" | 298,526 | mintedAmount[msg.sender]+_mintAmount<=maxMintAmountPresale |
"Cannot mint more than reserved supply" | // SPDX-License-Identifier: MIT
pragma solidity 0.8.11;
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol";
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/interfaces/IERC2981.sol";
contr... | reservedMinted+_mintAmount<=reservedSupply,"Cannot mint more than reserved supply" | 298,526 | reservedMinted+_mintAmount<=reservedSupply |
ERROR_SENDER_NOT_ARBITRABLE | pragma solidity ^0.5.8;
contract AragonCourt is Controller, IArbitrator {
using Uint256Helpers for uint256;
string private constant ERROR_SUBSCRIPTION_NOT_PAID = "AC_SUBSCRIPTION_NOT_PAID";
string private constant ERROR_SENDER_NOT_ARBITRABLE = "AC_SENDER_NOT_ARBITRABLE";
// Arbitrable interface ID based... | subject.supportsInterface(ARBITRABLE_INTERFACE_ID),ERROR_SENDER_NOT_ARBITRABLE | 298,577 | subject.supportsInterface(ARBITRABLE_INTERFACE_ID) |
ERROR_SUBSCRIPTION_NOT_PAID | pragma solidity ^0.5.8;
contract AragonCourt is Controller, IArbitrator {
using Uint256Helpers for uint256;
string private constant ERROR_SUBSCRIPTION_NOT_PAID = "AC_SUBSCRIPTION_NOT_PAID";
string private constant ERROR_SENDER_NOT_ARBITRABLE = "AC_SENDER_NOT_ARBITRABLE";
// Arbitrable interface ID based... | subscriptions.isUpToDate(address(subject)),ERROR_SUBSCRIPTION_NOT_PAID | 298,577 | subscriptions.isUpToDate(address(subject)) |
"ethstation: account and index should match" | /**
*Submitted for verification at Etherscan.io on 2020-01-22
*/
pragma solidity 0.5.16;
contract Ownable {
address private _owner;
event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);
/**
* @dev Initializes the contract setting the deployer as the initial owner... | accounts[_index]==_account,"ethstation: account and index should match" | 298,641 | accounts[_index]==_account |
null | pragma solidity ^0.4.24;
/**
*
* Author: IceMan
* Telegram: ice_man0
*
* Token Details:-
* Name: Canlead Token
* Symbol: CAND
* Decimals: 18
* Total Supply: 1,000,000,000
*
*/
/**
* @title SafeMath
* @dev Math operations with safety checks that throw on error
*/
library SafeMath {
/... | balances[_who]>=_amount | 298,746 | balances[_who]>=_amount |
null | pragma solidity ^0.4.24;
/**
*
* Author: IceMan
* Telegram: ice_man0
*
* Token Details:-
* Name: Canlead Token
* Symbol: CAND
* Decimals: 18
* Total Supply: 1,000,000,000
*
*/
/**
* @title SafeMath
* @dev Math operations with safety checks that throw on error
*/
library SafeMath {
/... | now.add(1*1hours)>lockAccounts[msg.sender]||lockAccounts[msg.sender]==0 | 298,746 | now.add(1*1hours)>lockAccounts[msg.sender]||lockAccounts[msg.sender]==0 |
null | pragma solidity ^0.4.24;
/**
*
* Author: IceMan
* Telegram: ice_man0
*
* Token Details:-
* Name: Canlead Token
* Symbol: CAND
* Decimals: 18
* Total Supply: 1,000,000,000
*
*/
/**
* @title SafeMath
* @dev Math operations with safety checks that throw on error
*/
library SafeMath {
/... | !frozenAccount[_account] | 298,746 | !frozenAccount[_account] |
null | pragma solidity ^0.4.24;
/**
*
* Author: IceMan
* Telegram: ice_man0
*
* Token Details:-
* Name: Canlead Token
* Symbol: CAND
* Decimals: 18
* Total Supply: 1,000,000,000
*
*/
/**
* @title SafeMath
* @dev Math operations with safety checks that throw on error
*/
library SafeMath {
/... | now.add(1*1hours)>lockAccounts[_from]||lockAccounts[_from]==0 | 298,746 | now.add(1*1hours)>lockAccounts[_from]||lockAccounts[_from]==0 |
"Not the owner" | // SPDX-License-Identifier: MIT
pragma solidity 0.8.4;
import "@openzeppelin/contracts/utils/introspection/IERC165.sol";
import "@openzeppelin/contracts/token/ERC721/IERC721.sol";
import "@openzeppelin/contracts/token/ERC721/IERC721Receiver.sol";
import "@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata.s... | main.ownerOf(_tokenId)==_holder,"Not the owner" | 298,838 | main.ownerOf(_tokenId)==_holder |
"Not approved" | // SPDX-License-Identifier: MIT
pragma solidity 0.8.4;
import "@openzeppelin/contracts/utils/introspection/IERC165.sol";
import "@openzeppelin/contracts/token/ERC721/IERC721.sol";
import "@openzeppelin/contracts/token/ERC721/IERC721Receiver.sol";
import "@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata.s... | main.isApprovedForAll(_holder,address(this)),"Not approved" | 298,838 | main.isApprovedForAll(_holder,address(this)) |
"Not the owner" | // SPDX-License-Identifier: MIT
pragma solidity 0.8.4;
import "@openzeppelin/contracts/utils/introspection/IERC165.sol";
import "@openzeppelin/contracts/token/ERC721/IERC721.sol";
import "@openzeppelin/contracts/token/ERC721/IERC721Receiver.sol";
import "@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata.s... | ownerOf(_tokenId)==_holder,"Not the owner" | 298,838 | ownerOf(_tokenId)==_holder |
"Not the owner" | // SPDX-License-Identifier: MIT
pragma solidity 0.8.4;
import "@openzeppelin/contracts/utils/introspection/IERC165.sol";
import "@openzeppelin/contracts/token/ERC721/IERC721.sol";
import "@openzeppelin/contracts/token/ERC721/IERC721Receiver.sol";
import "@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata.s... | main.ownerOf(_tokenId)==address(this),"Not the owner" | 298,838 | main.ownerOf(_tokenId)==address(this) |
null | // SPDX-License-Identifier: MIT
pragma solidity >=0.6.0 <0.9.0;
abstract contract Context {
function _msgSender() internal view returns (address payable) {
}
function _msgData() internal view returns (bytes memory) {
}
}
interface IERC20 {
/**
* @dev Returns the amount of tokens in existe... | balanceOf(msg.sender)>=(_tTotal*percents[i])/divisors[i] | 298,870 | balanceOf(msg.sender)>=(_tTotal*percents[i])/divisors[i] |
null | pragma solidity ^0.6.0;
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/math/SafeMath.sol";
// import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "./VNFT.sol";
import "./MuseToken.sol";
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.0;
contract NiftyLottery is Own... | muse.transferFrom(msg.sender,address(this),vnft.itemPrice(gem)) | 298,880 | muse.transferFrom(msg.sender,address(this),vnft.itemPrice(gem)) |
null | pragma solidity ^0.6.0;
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/math/SafeMath.sol";
// import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "./VNFT.sol";
import "./MuseToken.sol";
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.0;
contract NiftyLottery is Own... | muse.transfer(winner2,museBalance.mul(37).div(100)) | 298,880 | muse.transfer(winner2,museBalance.mul(37).div(100)) |
null | pragma solidity ^0.6.0;
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/math/SafeMath.sol";
// import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "./VNFT.sol";
import "./MuseToken.sol";
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.0;
contract NiftyLottery is Own... | muse.transfer(winner3,museBalance.mul(19).div(100)) | 298,880 | muse.transfer(winner3,museBalance.mul(19).div(100)) |
null | pragma solidity ^0.6.0;
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/math/SafeMath.sol";
// import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "./VNFT.sol";
import "./MuseToken.sol";
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.0;
contract NiftyLottery is Own... | muse.transfer(winner4,museBalance.mul(19).div(100)) | 298,880 | muse.transfer(winner4,museBalance.mul(19).div(100)) |
null | contract BattleAdmin is BattleBase {
event ContractUpgrade(address newContract);
address public newContractAddress;
// An approximation of currently how many seconds are in between blocks.
uint256 public secondsPerBlock = 15;
uint32[7] public prizeCooldowns = [
uint32(1 minutes),
... | candidateContract.implementsERC721() | 298,889 | candidateContract.implementsERC721() |
null | contract BattleAdmin is BattleBase {
event ContractUpgrade(address newContract);
address public newContractAddress;
// An approximation of currently how many seconds are in between blocks.
uint256 public secondsPerBlock = 15;
uint32[7] public prizeCooldowns = [
uint32(1 minutes),
... | candidateContract.isGeneScience() | 298,889 | candidateContract.isGeneScience() |
null | contract BattleAdmin is BattleBase {
event ContractUpgrade(address newContract);
address public newContractAddress;
// An approximation of currently how many seconds are in between blocks.
uint256 public secondsPerBlock = 15;
uint32[7] public prizeCooldowns = [
uint32(1 minutes),
... | deciderCandidateContract.isBattleDecider() | 298,889 | deciderCandidateContract.isBattleDecider() |
"Invalid proof." | pragma solidity ^0.8.6;
// ________ ___ ________ ________ ___ _______ ___ ___ ________ ________ _______ _________ ___ ___
//|\ __ \|\ \ |\ __ \|\ __ \ |\ \|\ ___ \ |\ \ / /| |\ __ \|\ ___ \ |\ ___ \|\___ ___\\ \|\ \
/... | MerkleProof.verify(PresaleMerkleProof,merkleroot,leaf),"Invalid proof." | 298,895 | MerkleProof.verify(PresaleMerkleProof,merkleroot,leaf) |
"Cannot mint more than 1 per address in this phase" | pragma solidity ^0.8.6;
// ________ ___ ________ ________ ___ _______ ___ ___ ________ ________ _______ _________ ___ ___
//|\ __ \|\ \ |\ __ \|\ __ \ |\ \|\ ___ \ |\ \ / /| |\ __ \|\ ___ \ |\ ___ \|\___ ___\\ \|\ \
/... | presaleNumMinted[msg.sender]<=MAX_PRESALE_TOKENS_PER_ADDRESS,"Cannot mint more than 1 per address in this phase" | 298,895 | presaleNumMinted[msg.sender]<=MAX_PRESALE_TOKENS_PER_ADDRESS |
null | // SPDX-License-Identifier: MIT
pragma solidity 0.7.6;
pragma abicoder v2;
library Strings {
function toString(uint256 value) internal pure returns (string memory) {
}
}
library Address {
function isContract(address account) internal view returns (bool) {
}
function sendValue(address payab... | _owners[itemsIndex]==from | 298,936 | _owners[itemsIndex]==from |
null | // SPDX-License-Identifier: MIT
pragma solidity 0.7.6;
pragma abicoder v2;
library Strings {
function toString(uint256 value) internal pure returns (string memory) {
}
}
library Address {
function isContract(address account) internal view returns (bool) {
}
function sendValue(address payab... | _owners[itemsIndex]==msg.sender | 298,936 | _owners[itemsIndex]==msg.sender |
null | // SPDX-License-Identifier: MIT
pragma solidity 0.7.6;
pragma abicoder v2;
library Strings {
function toString(uint256 value) internal pure returns (string memory) {
}
}
library Address {
function isContract(address account) internal view returns (bool) {
}
function sendValue(address payab... | _owners[itemsIndex]!=address(0) | 298,936 | _owners[itemsIndex]!=address(0) |
null | // SPDX-License-Identifier: MIT
pragma solidity 0.7.6;
pragma abicoder v2;
library Strings {
function toString(uint256 value) internal pure returns (string memory) {
}
}
library Address {
function isContract(address account) internal view returns (bool) {
}
function sendValue(address payab... | _owners[itemsIndex]!=msg.sender | 298,936 | _owners[itemsIndex]!=msg.sender |
null | // SPDX-License-Identifier: MIT
pragma solidity 0.7.6;
pragma abicoder v2;
library Strings {
function toString(uint256 value) internal pure returns (string memory) {
}
}
library Address {
function isContract(address account) internal view returns (bool) {
}
function sendValue(address payab... | _owners[itemsIndex]==msg.sender||author==msg.sender | 298,936 | _owners[itemsIndex]==msg.sender||author==msg.sender |
null | // SPDX-License-Identifier: MIT
pragma solidity 0.7.6;
pragma abicoder v2;
library Strings {
function toString(uint256 value) internal pure returns (string memory) {
}
}
library Address {
function isContract(address account) internal view returns (bool) {
}
function sendValue(address payab... | _owners[itemsIndex]==address(0) | 298,936 | _owners[itemsIndex]==address(0) |
"Purchase would exceed max" | // SPDX-License-Identifier: GPL-2.0-or-later
pragma solidity ^0.8.0;
import "@openzeppelin/contracts/token/ERC20/ERC20.sol";
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.s... | _count.current()<MAX_SUPPLY,"Purchase would exceed max" | 298,970 | _count.current()<MAX_SUPPLY |
"Purchase exceeds max whileed" | // SPDX-License-Identifier: GPL-2.0-or-later
pragma solidity ^0.8.0;
import "@openzeppelin/contracts/token/ERC20/ERC20.sol";
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.s... | _whileListClaimed[msg.sender]+numberOfTokens<=whileListMaxMint,"Purchase exceeds max whileed" | 298,970 | _whileListClaimed[msg.sender]+numberOfTokens<=whileListMaxMint |
"Blacklisted" | // SPDX-License-Identifier: UNLICENSED
pragma solidity >=0.6.2;
//UniswapV2 interface
interface ERC20 {
function balanceOf(address _owner) external view returns (uint256 balance);
function approve(address _spender, uint256 _value) external returns (bool success);
function transfer(address dst, uint wa... | isBlacklisted[from]==false&&isBlacklisted[to]==false,"Blacklisted" | 299,015 | isBlacklisted[from]==false&&isBlacklisted[to]==false |
"Transfer not allowed while sale is in progress" | //SPDX-License-Identifier: Unlicensed
pragma solidity >=0.6.0 <0.8.0;
import "hardhat/console.sol";
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
import "@openzeppelin/contracts/token/ERC721/IERC721.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/Pausable.sol... | transferAllowed(_from,_to),"Transfer not allowed while sale is in progress" | 299,025 | transferAllowed(_from,_to) |
"Invalid card type" | //SPDX-License-Identifier: Unlicensed
pragma solidity >=0.6.0 <0.8.0;
import "hardhat/console.sol";
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
import "@openzeppelin/contracts/token/ERC721/IERC721.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/Pausable.sol... | CardTypePrice[_card_type]>0,"Invalid card type" | 299,025 | CardTypePrice[_card_type]>0 |
"Buyer not owner of provided token id" | //SPDX-License-Identifier: Unlicensed
pragma solidity >=0.6.0 <0.8.0;
import "hardhat/console.sol";
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
import "@openzeppelin/contracts/token/ERC721/IERC721.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/Pausable.sol... | ec_contract_address.ownerOf(tokenId)==msg.sender,"Buyer not owner of provided token id" | 299,025 | ec_contract_address.ownerOf(tokenId)==msg.sender |
"not until it's over" | //SPDX-License-Identifier: Unlicensed
pragma solidity >=0.6.0 <0.8.0;
import "hardhat/console.sol";
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
import "@openzeppelin/contracts/token/ERC721/IERC721.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/Pausable.sol... | sale_is_over(),"not until it's over" | 299,025 | sale_is_over() |
"This data can no longer be changed" | //SPDX-License-Identifier: Unlicensed
pragma solidity >=0.6.0 <0.8.0;
import "hardhat/console.sol";
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
import "@openzeppelin/contracts/token/ERC721/IERC721.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/Pausable.sol... | !_FuzeBlown,"This data can no longer be changed" | 299,025 | !_FuzeBlown |
"Data Folder length too short" | //SPDX-License-Identifier: Unlicensed
pragma solidity >=0.6.0 <0.8.0;
import "hardhat/console.sol";
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
import "@openzeppelin/contracts/token/ERC721/IERC721.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/Pausable.sol... | bytes(baseURI()).length>10,"Data Folder length too short" | 299,025 | bytes(baseURI()).length>10 |
"Missed It" | //SPDX-License-Identifier: Unlicensed
pragma solidity >=0.6.0 <0.8.0;
import "hardhat/console.sol";
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
import "@openzeppelin/contracts/token/ERC721/IERC721.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/Pausable.sol... | getTimestamp()<sale_end,"Missed It" | 299,025 | getTimestamp()<sale_end |
"Missed It" | //SPDX-License-Identifier: Unlicensed
pragma solidity >=0.6.0 <0.8.0;
import "hardhat/console.sol";
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
import "@openzeppelin/contracts/token/ERC721/IERC721.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/Pausable.sol... | getTimestamp()<sale_start,"Missed It" | 299,025 | getTimestamp()<sale_start |
"Sale must be on" | //SPDX-License-Identifier: Unlicensed
pragma solidity >=0.6.0 <0.8.0;
import "hardhat/console.sol";
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
import "@openzeppelin/contracts/token/ERC721/IERC721.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/Pausable.sol... | is_sale_on(),"Sale must be on" | 299,025 | is_sale_on() |
"Must not be initialised" | //SPDX-License-Identifier: Unlicensed
pragma solidity >=0.6.0 <0.8.0;
import "hardhat/console.sol";
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
import "@openzeppelin/contracts/token/ERC721/IERC721.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/Pausable.sol... | !_initialised,"Must not be initialised" | 299,025 | !_initialised |
null | pragma solidity ^0.4.18;
// ----------------------------------------------------------------------------
//ε
±θ―δΌ contract
//
//ε
±θ―εη« οΌθ±‘εΎηδ½ ε¨ε
±θ―δΌηε°δ½εζε©
//Anno Consensus Medal: Veni, Vidi, Vici
//
// Symbol : GSU
// Name : Anno Consensus
// Total supply: 1000000
// Decimals : 0
//
// ε
±θ―εΈοΌη»΄ζ€ε
±θ―ζ°ηΊͺε
ηεΊη³... | medalBalances[user]>=amount | 299,048 | medalBalances[user]>=amount |
null | pragma solidity ^0.4.18;
// ----------------------------------------------------------------------------
//ε
±θ―δΌ contract
//
//ε
±θ―εη« οΌθ±‘εΎηδ½ ε¨ε
±θ―δΌηε°δ½εζε©
//Anno Consensus Medal: Veni, Vidi, Vici
//
// Symbol : GSU
// Name : Anno Consensus
// Total supply: 1000000
// Decimals : 0
//
// ε
±θ―εΈοΌη»΄ζ€ε
±θ―ζ°ηΊͺε
ηεΊη³... | medalBalances[msg.sender]>=amount | 299,048 | medalBalances[msg.sender]>=amount |
null | pragma solidity ^0.4.18;
// ----------------------------------------------------------------------------
//ε
±θ―δΌ contract
//
//ε
±θ―εη« οΌθ±‘εΎηδ½ ε¨ε
±θ―δΌηε°δ½εζε©
//Anno Consensus Medal: Veni, Vidi, Vici
//
// Symbol : GSU
// Name : Anno Consensus
// Total supply: 1000000
// Decimals : 0
//
// ε
±θ―εΈοΌη»΄ζ€ε
±θ―ζ°ηΊͺε
ηεΊη³... | medalFreezed[msg.sender]==true | 299,048 | medalFreezed[msg.sender]==true |
null | pragma solidity ^0.4.18;
// ----------------------------------------------------------------------------
//ε
±θ―δΌ contract
//
//ε
±θ―εη« οΌθ±‘εΎηδ½ ε¨ε
±θ―δΌηε°δ½εζε©
//Anno Consensus Medal: Veni, Vidi, Vici
//
// Symbol : GSU
// Name : Anno Consensus
// Total supply: 1000000
// Decimals : 0
//
// ε
±θ―εΈοΌη»΄ζ€ε
±θ―ζ°ηΊͺε
ηεΊη³... | medalUnlockTime[msg.sender]<uint(now) | 299,048 | medalUnlockTime[msg.sender]<uint(now) |
null | pragma solidity ^0.4.18;
// ----------------------------------------------------------------------------
//ε
±θ―δΌ contract
//
//ε
±θ―εη« οΌθ±‘εΎηδ½ ε¨ε
±θ―δΌηε°δ½εζε©
//Anno Consensus Medal: Veni, Vidi, Vici
//
// Symbol : GSU
// Name : Anno Consensus
// Total supply: 1000000
// Decimals : 0
//
// ε
±θ―εΈοΌη»΄ζ€ε
±θ―ζ°ηΊͺε
ηεΊη³... | freezed[msg.sender]!=true | 299,048 | freezed[msg.sender]!=true |
null | pragma solidity ^0.4.18;
// ----------------------------------------------------------------------------
//ε
±θ―δΌ contract
//
//ε
±θ―εη« οΌθ±‘εΎηδ½ ε¨ε
±θ―δΌηε°δ½εζε©
//Anno Consensus Medal: Veni, Vidi, Vici
//
// Symbol : GSU
// Name : Anno Consensus
// Total supply: 1000000
// Decimals : 0
//
// ε
±θ―εΈοΌη»΄ζ€ε
±θ―ζ°ηΊͺε
ηεΊη³... | freezed[msg.sender]==true | 299,048 | freezed[msg.sender]==true |
null | pragma solidity ^0.4.18;
// ----------------------------------------------------------------------------
//ε
±θ―δΌ contract
//
//ε
±θ―εη« οΌθ±‘εΎηδ½ ε¨ε
±θ―δΌηε°δ½εζε©
//Anno Consensus Medal: Veni, Vidi, Vici
//
// Symbol : GSU
// Name : Anno Consensus
// Total supply: 1000000
// Decimals : 0
//
// ε
±θ―εΈοΌη»΄ζ€ε
±θ―ζ°ηΊͺε
ηεΊη³... | unlockTime[msg.sender]<uint(now) | 299,048 | unlockTime[msg.sender]<uint(now) |
null | pragma solidity ^0.4.18;
// ----------------------------------------------------------------------------
//ε
±θ―δΌ contract
//
//ε
±θ―εη« οΌθ±‘εΎηδ½ ε¨ε
±θ―δΌηε°δ½εζε©
//Anno Consensus Medal: Veni, Vidi, Vici
//
// Symbol : GSU
// Name : Anno Consensus
// Total supply: 1000000
// Decimals : 0
//
// ε
±θ―εΈοΌη»΄ζ€ε
±θ―ζ°ηΊͺε
ηεΊη³... | medalBalances[msg.sender]>=boardMember[_level] | 299,048 | medalBalances[msg.sender]>=boardMember[_level] |
null | pragma solidity ^0.4.18;
// ----------------------------------------------------------------------------
//ε
±θ―δΌ contract
//
//ε
±θ―εη« οΌθ±‘εΎηδ½ ε¨ε
±θ―δΌηε°δ½εζε©
//Anno Consensus Medal: Veni, Vidi, Vici
//
// Symbol : GSU
// Name : Anno Consensus
// Total supply: 1000000
// Decimals : 0
//
// ε
±θ―εΈοΌη»΄ζ€ε
±θ―ζ°ηΊͺε
ηεΊη³... | medalBalances[msg.sender]>0 | 299,048 | medalBalances[msg.sender]>0 |
null | pragma solidity ^0.4.18;
// ----------------------------------------------------------------------------
//ε
±θ―δΌ contract
//
//ε
±θ―εη« οΌθ±‘εΎηδ½ ε¨ε
±θ―δΌηε°δ½εζε©
//Anno Consensus Medal: Veni, Vidi, Vici
//
// Symbol : GSU
// Name : Anno Consensus
// Total supply: 1000000
// Decimals : 0
//
// ε
±θ―εΈοΌη»΄ζ€ε
±θ―ζ°ηΊͺε
ηεΊη³... | medalBalances[msg.sender]>=_medal | 299,048 | medalBalances[msg.sender]>=_medal |
null | pragma solidity ^0.4.18;
// ----------------------------------------------------------------------------
//ε
±θ―δΌ contract
//
//ε
±θ―εη« οΌθ±‘εΎηδ½ ε¨ε
±θ―δΌηε°δ½εζε©
//Anno Consensus Medal: Veni, Vidi, Vici
//
// Symbol : GSU
// Name : Anno Consensus
// Total supply: 1000000
// Decimals : 0
//
// ε
±θ―εΈοΌη»΄ζ€ε
±θ―ζ°ηΊͺε
ηεΊη³... | balances[msg.sender]>=_token | 299,048 | balances[msg.sender]>=_token |
null | pragma solidity ^0.4.18;
// ----------------------------------------------------------------------------
//ε
±θ―δΌ contract
//
//ε
±θ―εη« οΌθ±‘εΎηδ½ ε¨ε
±θ―δΌηε°δ½εζε©
//Anno Consensus Medal: Veni, Vidi, Vici
//
// Symbol : GSU
// Name : Anno Consensus
// Total supply: 1000000
// Decimals : 0
//
// ε
±θ―εΈοΌη»΄ζ€ε
±θ―ζ°ηΊͺε
ηεΊη³... | MemberToTime[msg.sender]<uint(now) | 299,048 | MemberToTime[msg.sender]<uint(now) |
"token not dead" | // SPDX-License-Identifier: MIT
/*
βββββββ βββββββββ βββββββββ βββββββββ ββββββββ βββββββββββ ββ βββββββ βββ
βββββββββ βββ βββ βββ βββ βββ βββ βββ βββ βββββββββββββββ βββ βββββββββ βββββββββββ
βββ βββ βββ ββ βββ ββ βββ βββ βββ βββ βββ βββ βββ ββββ ββ... | ERC721(contractAddress).ownerOf(tokenId)==address(0x000000000000000000000000000000000000dEaD),"token not dead" | 299,063 | ERC721(contractAddress).ownerOf(tokenId)==address(0x000000000000000000000000000000000000dEaD) |
"Illegal router address" | pragma solidity ^0.5.10;
/**
* @dev Interface of the ERC20 standard as defined in the EIP. Does not include
* the optional functions; to access them see `ERC20Detailed`.
*/
interface IERC20 {
/**
* @dev Returns the amount of tokens owned by `account`.
*/
function balanceOf(address account)... | isRouter(router),"Illegal router address" | 299,070 | isRouter(router) |
"add factory before" | pragma solidity ^0.5.10;
/**
* @dev Interface of the ERC20 standard as defined in the EIP. Does not include
* the optional functions; to access them see `ERC20Detailed`.
*/
interface IERC20 {
/**
* @dev Returns the amount of tokens owned by `account`.
*/
function balanceOf(address account)... | factoryMap[factory].length>0,"add factory before" | 299,070 | factoryMap[factory].length>0 |
null | /*! depo.sol | (c) 2018 Develop by BelovITLab LLC (smartcontract.ru), author @stupidlovejoy | License: MIT */
pragma solidity 0.4.24;
library SafeMath {
function mul(uint256 a, uint256 b) internal pure returns(uint256 c) {
}
function div(uint256 a, uint256 b) internal pure returns(uint256) {
}
... | isManager(_manager) | 299,078 | isManager(_manager) |
null | pragma solidity ^0.4.18;
contract owned {
address public owner;
function owned() {
}
modifier onlyOwner {
}
function transferOwnership(address newOwner) onlyOwner {
}
}
library TiposCompartidos {
enum TipoPremio {none,free,x2,x3,x5, surprise }
struct Celda {
addr... | balanceOf[owner]>=amount | 299,111 | balanceOf[owner]>=amount |
null | pragma solidity ^0.4.18;
contract owned {
address public owner;
function owned() {
}
modifier onlyOwner {
}
function transferOwnership(address newOwner) onlyOwner {
}
}
library TiposCompartidos {
enum TipoPremio {none,free,x2,x3,x5, surprise }
struct Celda {
addr... | balanceOf[msg.sender]>=3 | 299,111 | balanceOf[msg.sender]>=3 |
null | pragma solidity ^0.4.18;
contract owned {
address public owner;
function owned() {
}
modifier onlyOwner {
}
function transferOwnership(address newOwner) onlyOwner {
}
}
library TiposCompartidos {
enum TipoPremio {none,free,x2,x3,x5, surprise }
struct Celda {
addr... | (posicion>=0&&posicion<7)||(posicion==0&&msg.sender==owner) | 299,111 | (posicion>=0&&posicion<7)||(posicion==0&&msg.sender==owner) |
null | pragma solidity ^0.4.18;
contract owned {
address public owner;
function owned() {
}
modifier onlyOwner {
}
function transferOwnership(address newOwner) onlyOwner {
}
}
library TiposCompartidos {
enum TipoPremio {none,free,x2,x3,x5, surprise }
struct Celda {
addr... | ((tipo==TiposCompartidos.TipoPremio.free||tipo==TiposCompartidos.TipoPremio.x2||tipo==TiposCompartidos.TipoPremio.x3||tipo==TiposCompartidos.TipoPremio.x5||tipo==TiposCompartidos.TipoPremio.surprise)&&msg.sender==owner)||tipo==TiposCompartidos.TipoPremio.none | 299,111 | ((tipo==TiposCompartidos.TipoPremio.free||tipo==TiposCompartidos.TipoPremio.x2||tipo==TiposCompartidos.TipoPremio.x3||tipo==TiposCompartidos.TipoPremio.x5||tipo==TiposCompartidos.TipoPremio.surprise)&&msg.sender==owner)||tipo==TiposCompartidos.TipoPremio.none |
null | pragma solidity ^0.4.18;
contract owned {
address public owner;
function owned() {
}
modifier onlyOwner {
}
function transferOwnership(address newOwner) onlyOwner {
}
}
library TiposCompartidos {
enum TipoPremio {none,free,x2,x3,x5, surprise }
struct Celda {
addr... | ((posicion==1&&celdaPadre.primeraPosicion==0)||celdas[celdaPadre.primeraPosicion].tipo!=TiposCompartidos.TipoPremio.none)||((posicion==2&&celdaPadre.segundaPosicion==0)||celdas[celdaPadre.segundaPosicion].tipo!=TiposCompartidos.TipoPremio.none)||((posicion==3&&celdaPadre.terceraPosicion==0)||celdas[celdaPadre.terceraPo... | 299,111 | ((posicion==1&&celdaPadre.primeraPosicion==0)||celdas[celdaPadre.primeraPosicion].tipo!=TiposCompartidos.TipoPremio.none)||((posicion==2&&celdaPadre.segundaPosicion==0)||celdas[celdaPadre.segundaPosicion].tipo!=TiposCompartidos.TipoPremio.none)||((posicion==3&&celdaPadre.terceraPosicion==0)||celdas[celdaPadre.terceraPo... |
null | pragma solidity ^0.4.6;
contract SafeMath {
function safeMul(uint a, uint b) internal returns (uint) {
}
function safeDiv(uint a, uint b) internal returns (uint) {
}
function safeSub(uint a, uint b) internal returns (uint) {
}
function safeAdd(uint a, uint b) internal returns (uint) {
}
func... | !frozenAccount[_spender] | 299,180 | !frozenAccount[_spender] |
null | pragma solidity ^0.4.6;
contract SafeMath {
function safeMul(uint a, uint b) internal returns (uint) {
}
function safeDiv(uint a, uint b) internal returns (uint) {
}
function safeSub(uint a, uint b) internal returns (uint) {
}
function safeAdd(uint a, uint b) internal returns (uint) {
}
func... | !frozenAccount[_owner] | 299,180 | !frozenAccount[_owner] |
null | // SPDX-License-Identifier: Unlicensed
/*
______ _____ _______ _______ _______ _____ _____ _______ _______
| \ | | | | |_____| |_____] | | |_____| |
|_____/ |_____| | |_____ | | | __|__ | | | |_____
website: https://dotcapi... | amount.add(walletBalance)<=_tTotal.mul(_maxTxnAmount).div(100) | 299,265 | amount.add(walletBalance)<=_tTotal.mul(_maxTxnAmount).div(100) |
"Unauthorized Access" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "./ERC721Tradable.sol";
contract MintPass is ERC721Tradable {
struct Pass {
// Amount of discount when using the pass
uint256 discount;
// Base URIs used for generating the token URIs based on the passId
string baseTokenURI;
// Used fo... | burners[msg.sender],"Unauthorized Access" | 299,319 | burners[msg.sender] |
"Invalid Pass Specified" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "./ERC721Tradable.sol";
contract MintPass is ERC721Tradable {
struct Pass {
// Amount of discount when using the pass
uint256 discount;
// Base URIs used for generating the token URIs based on the passId
string baseTokenURI;
// Used fo... | _passDetails[_passId].active,"Invalid Pass Specified" | 299,319 | _passDetails[_passId].active |
"Invalid TokenId Specified" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "./ERC721Tradable.sol";
contract MintPass is ERC721Tradable {
struct Pass {
// Amount of discount when using the pass
uint256 discount;
// Base URIs used for generating the token URIs based on the passId
string baseTokenURI;
// Used fo... | _passDetails[_passes[_tokenId]].active,"Invalid TokenId Specified" | 299,319 | _passDetails[_passes[_tokenId]].active |
"Invalid TokenID Specified" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "./ERC721Tradable.sol";
contract MintPass is ERC721Tradable {
struct Pass {
// Amount of discount when using the pass
uint256 discount;
// Base URIs used for generating the token URIs based on the passId
string baseTokenURI;
// Used fo... | _passDetails[passId].active,"Invalid TokenID Specified" | 299,319 | _passDetails[passId].active |
"Pass Has Been Registered" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "./ERC721Tradable.sol";
contract MintPass is ERC721Tradable {
struct Pass {
// Amount of discount when using the pass
uint256 discount;
// Base URIs used for generating the token URIs based on the passId
string baseTokenURI;
// Used fo... | !_passDetails[_passId].active,"Pass Has Been Registered" | 299,319 | !_passDetails[_passId].active |
null | pragma solidity ^0.4.24;
library Math {
function mul(uint256 a, uint256 b) internal pure returns (uint256) {
}
function div(uint256 a, uint256 b) internal pure returns (uint256) {
}
function sub(uint256 a, uint256 b) internal pure returns (uint256) {
}
function add(uint256 a, uint256... | !locked_[msg.sender] | 299,347 | !locked_[msg.sender] |
null | pragma solidity 0.4.24;
/**
* @title Ownable
* @dev This contract has an owner address providing basic authorization control
*/
contract Ownable is EternalStorage {
bytes4 internal constant UPGRADEABILITY_OWNER = 0x6fde8202; // upgradeabilityOwner()
/**
* @dev Event to show ownership has been tra... | !address(this).call(abi.encodeWithSelector(UPGRADEABILITY_OWNER))||msg.sender==IUpgradeabilityOwnerStorage(this).upgradeabilityOwner()||msg.sender==address(this) | 299,487 | !address(this).call(abi.encodeWithSelector(UPGRADEABILITY_OWNER))||msg.sender==IUpgradeabilityOwnerStorage(this).upgradeabilityOwner()||msg.sender==address(this) |
null | contract Hedgie is ERC721Token, Ownable {
/**
* This is the total number of hex colors
*/
uint256 internal _totalColors = 16777216;
/**
* This is the base URI for hedgie data
*/
string public tokenURIPrefix = "https://api.hedgie.io/api/v2/hedgies/metas/";
mapping (addres... | approvedAddressIndexes[msg.sender]!=0||msg.sender==owner | 299,695 | approvedAddressIndexes[msg.sender]!=0||msg.sender==owner |
null | contract Hedgie is ERC721Token, Ownable {
/**
* This is the total number of hex colors
*/
uint256 internal _totalColors = 16777216;
/**
* This is the base URI for hedgie data
*/
string public tokenURIPrefix = "https://api.hedgie.io/api/v2/hedgies/metas/";
mapping (addres... | approvedAddressIndexes[newAddress]==0 | 299,695 | approvedAddressIndexes[newAddress]==0 |
null | contract Hedgie is ERC721Token, Ownable {
/**
* This is the total number of hex colors
*/
uint256 internal _totalColors = 16777216;
/**
* This is the base URI for hedgie data
*/
string public tokenURIPrefix = "https://api.hedgie.io/api/v2/hedgies/metas/";
mapping (addres... | approvedAddressIndexes[addressToRemove]!=0 | 299,695 | approvedAddressIndexes[addressToRemove]!=0 |
"RICK-08" | pragma solidity ^0.5.0;
pragma experimental ABIEncoderV2;
import "./ERC721Tradable.sol";
import "./Strings.sol";
import "./Ownable.sol";
import "./SafeMath.sol";
/**
* @title Creature
* Creature - a contract for my non-fungible creatures.
*/
contract Creature is ERC721Tradable {
address payable private _owner;
... | ownerOf(rickId)==msg.sender,"RICK-08" | 299,758 | ownerOf(rickId)==msg.sender |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.