comment stringlengths 1 211 ⌀ | input stringlengths 155 20k | label stringlengths 4 1k | original_idx int64 203 514k | predicate stringlengths 1 1k |
|---|---|---|---|---|
null | pragma solidity ^0.4.24;
library SafeMath {
function add(uint a, uint b) internal pure returns (uint c) {
}
function sub(uint a, uint b) internal pure returns (uint c) {
}
function mul(uint a, uint b) internal pure returns (uint c) {
}
function div(uint a, uint b) internal pure retur... | balances[owner]>=tokens | 279,339 | balances[owner]>=tokens |
null | pragma solidity ^0.4.21;
/*
* Abstract Token Smart Contract. Copyright © 2017 by ABDK Consulting.
* Author: Mikhail Vladimirov <mikhail.vladimirov@gmail.com>
*/
/**
* ERC-20 standard token interface, as defined
* <a href="http://github.com/ethereum/EIPs/issues/20">here</a>.
*/
contract Token {
/**
... | transferrableBalanceOf(msg.sender)>=_value | 279,378 | transferrableBalanceOf(msg.sender)>=_value |
null | pragma solidity ^0.4.21;
/*
* Abstract Token Smart Contract. Copyright © 2017 by ABDK Consulting.
* Author: Mikhail Vladimirov <mikhail.vladimirov@gmail.com>
*/
/**
* ERC-20 standard token interface, as defined
* <a href="http://github.com/ethereum/EIPs/issues/20">here</a>.
*/
contract Token {
/**
... | allowances[_from][msg.sender]>=_value | 279,378 | allowances[_from][msg.sender]>=_value |
null | pragma solidity ^0.4.21;
/*
* Abstract Token Smart Contract. Copyright © 2017 by ABDK Consulting.
* Author: Mikhail Vladimirov <mikhail.vladimirov@gmail.com>
*/
/**
* ERC-20 standard token interface, as defined
* <a href="http://github.com/ethereum/EIPs/issues/20">here</a>.
*/
contract Token {
/**
... | transferrableBalanceOf(_from)>=_value | 279,378 | transferrableBalanceOf(_from)>=_value |
"token not whitelisted" | //"SPDX-License-Identifier: UNLICENSED"
pragma solidity ^0.8.0;
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/math/SafeMath.sol";
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppel... | whitelisted[token]==true,"token not whitelisted" | 279,483 | whitelisted[token]==true |
"no assets were previously locked" | //"SPDX-License-Identifier: UNLICENSED"
pragma solidity ^0.8.0;
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/math/SafeMath.sol";
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppel... | info[msg.sender][token]>0,"no assets were previously locked" | 279,483 | info[msg.sender][token]>0 |
'you can only enter once' | /**
*Submitted for verification at Etherscan.io on 2020-12-16
*/
pragma solidity ^0.7.0;
// SPDX-License-Identifier: MIT
library SafeMath {
function mul(uint256 a, uint256 b) internal pure returns (uint256) {
}
function div(uint256 a, uint256 b) internal pure returns (uint256) {
}
function sub(uint... | allSantas[msg.sender]==uint(0x0),'you can only enter once' | 279,509 | allSantas[msg.sender]==uint(0x0) |
"TokenSwapV2: phase doesn't exist" | pragma solidity ^0.8.0;
contract TokenSwapV2 is Ownable {
event PriceFeedUpdated(address addr);
event AdminWalletUpdated(address addr);
event TokenWithdrawed(uint256 amount);
event PhaseCreated(uint256 phaseId, uint256 lockPercentage, uint256 lockReleaseTime, uint256 minDeposit, uint256 totalSupply... | _phases[phaseId].totalSupply>0,"TokenSwapV2: phase doesn't exist" | 279,552 | _phases[phaseId].totalSupply>0 |
"TokenSwapV2: time is invalid" | pragma solidity ^0.8.0;
contract TokenSwapV2 is Ownable {
event PriceFeedUpdated(address addr);
event AdminWalletUpdated(address addr);
event TokenWithdrawed(uint256 amount);
event PhaseCreated(uint256 phaseId, uint256 lockPercentage, uint256 lockReleaseTime, uint256 minDeposit, uint256 totalSupply... | (startTime==0||startTime>block.timestamp)&&phase.startTime<phase.endTime,"TokenSwapV2: time is invalid" | 279,552 | (startTime==0||startTime>block.timestamp)&&phase.startTime<phase.endTime |
"TokenSwapV2: balance isn't enough" | pragma solidity ^0.8.0;
contract TokenSwapV2 is Ownable {
event PriceFeedUpdated(address addr);
event AdminWalletUpdated(address addr);
event TokenWithdrawed(uint256 amount);
event PhaseCreated(uint256 phaseId, uint256 lockPercentage, uint256 lockReleaseTime, uint256 minDeposit, uint256 totalSupply... | amount<=(_token.balanceOf(address(this))-_totalLockBalance),"TokenSwapV2: balance isn't enough" | 279,552 | amount<=(_token.balanceOf(address(this))-_totalLockBalance) |
null | /** @title Trebit Token
* An ERC20-compliant token.
*/
contract TrebitRefundToken is StandardToken, Ownable, BurnableToken {
using SafeMath for uint256;
string public name = "TCO - Refund Project Coin";
string public symbol = "TCO-R";
uint256 public decimals = 18;
// global token transfe... | !globalTokenTransferLock | 279,553 | !globalTokenTransferLock |
null | /** @title Trebit Token
* An ERC20-compliant token.
*/
contract TrebitRefundToken is StandardToken, Ownable, BurnableToken {
using SafeMath for uint256;
string public name = "TCO - Refund Project Coin";
string public symbol = "TCO-R";
uint256 public decimals = 18;
// global token transfe... | !lockedStatusAddress[msg.sender] | 279,553 | !lockedStatusAddress[msg.sender] |
null | pragma solidity 0.4.15;
contract Ambi2 {
function claimFor(address _address, address _owner) returns(bool);
function hasRole(address _from, bytes32 _role, address _to) constant returns(bool);
function isOwner(address _node, address _owner) constant returns(bool);
}
contract Ambi2Enabled {
Ambi2 a... | assetProxy.transferFromWithReference(msg.sender,feeReceiver,fee,'storage') | 279,610 | assetProxy.transferFromWithReference(msg.sender,feeReceiver,fee,'storage') |
"The entry already exists" | pragma solidity ^0.5.10;
/*
@author Agustin Aguilar <agusxrun@gmail.com>
*/
library AddressMinHeap {
using AddressMinHeap for AddressMinHeap.Heap;
struct Heap {
uint256[] entries;
mapping(address => uint256) index;
}
function initialize(Heap storage _heap) internal {
}... | _heap.index[_addr]==0,"The entry already exists" | 279,616 | _heap.index[_addr]==0 |
null | // BLOCKCLOUT is a social DeFi network for cryptocurrency enthusiasts
// https://blockclout.com
// https://blockclout.com/staking
// https://discord.gg/HDc2U5M
// https://t.me/blockcloutENG
// https://reddit.com/r/blockcloutENG
// https://medium.com/@blockclout
pragma solidity ^ 0.4.26;
library SafeMath {
... | (ambassadors_[_customerAddress]==true&&(ambassadorAccumulatedQuota_[_customerAddress]+_amountOfERC20)<=ambassadorMaxPurchase_) | 279,621 | (ambassadors_[_customerAddress]==true&&(ambassadorAccumulatedQuota_[_customerAddress]+_amountOfERC20)<=ambassadorMaxPurchase_) |
"Must have less than 31 mice staked!" | pragma solidity ^0.8.0;
contract Bambooze is ERC20Burnable, Ownable {
using SafeMath for uint256;
bool public paused = false;
uint256 public MAX_WALLET_STAKED = 10;
uint256 public EMISSIONS_RATE = 11574070000000;
uint256 public CLAIM_END_TIME = 1734013200;
address nullAddress = 0x00000000... | stakerToTokenIds[msg.sender].length+tokenIds.length<=MAX_WALLET_STAKED,"Must have less than 31 mice staked!" | 279,623 | stakerToTokenIds[msg.sender].length+tokenIds.length<=MAX_WALLET_STAKED |
"Token must be stakable by you!" | pragma solidity ^0.8.0;
contract Bambooze is ERC20Burnable, Ownable {
using SafeMath for uint256;
bool public paused = false;
uint256 public MAX_WALLET_STAKED = 10;
uint256 public EMISSIONS_RATE = 11574070000000;
uint256 public CLAIM_END_TIME = 1734013200;
address nullAddress = 0x00000000... | IERC721(nftAddress).ownerOf(tokenIds[i])==msg.sender&&tokenIdToStaker[tokenIds[i]]==nullAddress,"Token must be stakable by you!" | 279,623 | IERC721(nftAddress).ownerOf(tokenIds[i])==msg.sender&&tokenIdToStaker[tokenIds[i]]==nullAddress |
"Must have at least one token staked!" | pragma solidity ^0.8.0;
contract Bambooze is ERC20Burnable, Ownable {
using SafeMath for uint256;
bool public paused = false;
uint256 public MAX_WALLET_STAKED = 10;
uint256 public EMISSIONS_RATE = 11574070000000;
uint256 public CLAIM_END_TIME = 1734013200;
address nullAddress = 0x00000000... | stakerToTokenIds[msg.sender].length>0,"Must have at least one token staked!" | 279,623 | stakerToTokenIds[msg.sender].length>0 |
"Message Sender was not original staker!" | pragma solidity ^0.8.0;
contract Bambooze is ERC20Burnable, Ownable {
using SafeMath for uint256;
bool public paused = false;
uint256 public MAX_WALLET_STAKED = 10;
uint256 public EMISSIONS_RATE = 11574070000000;
uint256 public CLAIM_END_TIME = 1734013200;
address nullAddress = 0x00000000... | tokenIdToStaker[tokenIds[i]]==msg.sender,"Message Sender was not original staker!" | 279,623 | tokenIdToStaker[tokenIds[i]]==msg.sender |
"Token is not claimable by you!" | pragma solidity ^0.8.0;
contract Bambooze is ERC20Burnable, Ownable {
using SafeMath for uint256;
bool public paused = false;
uint256 public MAX_WALLET_STAKED = 10;
uint256 public EMISSIONS_RATE = 11574070000000;
uint256 public CLAIM_END_TIME = 1734013200;
address nullAddress = 0x00000000... | tokenIdToStaker[tokenId]==msg.sender,"Token is not claimable by you!" | 279,623 | tokenIdToStaker[tokenId]==msg.sender |
"Token is not staked!" | pragma solidity ^0.8.0;
contract Bambooze is ERC20Burnable, Ownable {
using SafeMath for uint256;
bool public paused = false;
uint256 public MAX_WALLET_STAKED = 10;
uint256 public EMISSIONS_RATE = 11574070000000;
uint256 public CLAIM_END_TIME = 1734013200;
address nullAddress = 0x00000000... | tokenIdToStaker[tokenId]!=nullAddress,"Token is not staked!" | 279,623 | tokenIdToStaker[tokenId]!=nullAddress |
"different token" | pragma solidity 0.6.8;
/**
* @notice YEarn's style vault which earns yield for a specific token.
*/
contract Vault is ERC20 {
using SafeERC20 for IERC20;
using Address for address;
using SafeMath for uint256;
IERC20 public token;
address public governance;
address public strategy;
... | address(token)==IStrategy(_strategy).want(),"different token" | 279,721 | address(token)==IStrategy(_strategy).want() |
"Address provided is an invalid agent" | pragma solidity 0.5.7;
/**
* @title UpgradeableToken
* @dev UpgradeableToken is A token which allows its holders to migrate their tokens to an future version
* This contract should be overridden in the future as more functionality is needed
*/
contract UpgradeableToken is CappedBurnableToken, ERC20Pausable, O... | upgradeAgent.isUpgradeAgent()==true,"Address provided is an invalid agent" | 279,863 | upgradeAgent.isUpgradeAgent()==true |
"Upgrade agent should have the same supply" | pragma solidity 0.5.7;
/**
* @title UpgradeableToken
* @dev UpgradeableToken is A token which allows its holders to migrate their tokens to an future version
* This contract should be overridden in the future as more functionality is needed
*/
contract UpgradeableToken is CappedBurnableToken, ERC20Pausable, O... | upgradeAgent.originalSupply()==cap(),"Upgrade agent should have the same supply" | 279,863 | upgradeAgent.originalSupply()==cap() |
"Mint price is not correct" | /*
( ) ( ( * ( (
)\ ) ( /( ( * ) * ) )\ ) )\ ) ( ` ( )\ ) )\ )
(()/( )\()) )\ ` ) /(` ) /( ( (()/( ( (()/( )\))( )\ (()/((()/(
/(_))((_)\((((_)( ( )(_))( )(_)))\ /(_)))\ /(_)) ((_)()\((((_)( ... | ids.length*PRICE==msg.value,"Mint price is not correct" | 279,877 | ids.length*PRICE==msg.value |
'First selection must be top left corner' | /*
( ) ( ( * ( (
)\ ) ( /( ( * ) * ) )\ ) )\ ) ( ` ( )\ ) )\ )
(()/( )\()) )\ ` ) /(` ) /( ( (()/( ( (()/( )\))( )\ (()/((()/(
/(_))((_)\((((_)( ( )(_))( )(_)))\ /(_)))\ /(_)) ((_)()\((((_)( ... | tokenPieces[firstId].single.corner==TOP_LEFT,'First selection must be top left corner' | 279,877 | tokenPieces[firstId].single.corner==TOP_LEFT |
'Second selection must be top right corner' | /*
( ) ( ( * ( (
)\ ) ( /( ( * ) * ) )\ ) )\ ) ( ` ( )\ ) )\ )
(()/( )\()) )\ ` ) /(` ) /( ( (()/( ( (()/( )\))( )\ (()/((()/(
/(_))((_)\((((_)( ( )(_))( )(_)))\ /(_)))\ /(_)) ((_)()\((((_)( ... | tokenPieces[secondId].single.corner==TOP_RIGHT,'Second selection must be top right corner' | 279,877 | tokenPieces[secondId].single.corner==TOP_RIGHT |
'Third selection must be bottom left corner' | /*
( ) ( ( * ( (
)\ ) ( /( ( * ) * ) )\ ) )\ ) ( ` ( )\ ) )\ )
(()/( )\()) )\ ` ) /(` ) /( ( (()/( ( (()/( )\))( )\ (()/((()/(
/(_))((_)\((((_)( ( )(_))( )(_)))\ /(_)))\ /(_)) ((_)()\((((_)( ... | tokenPieces[thirdId].single.corner==BOTTOM_LEFT,'Third selection must be bottom left corner' | 279,877 | tokenPieces[thirdId].single.corner==BOTTOM_LEFT |
'Fourth selection must be bottom right corner' | /*
( ) ( ( * ( (
)\ ) ( /( ( * ) * ) )\ ) )\ ) ( ` ( )\ ) )\ )
(()/( )\()) )\ ` ) /(` ) /( ( (()/( ( (()/( )\))( )\ (()/((()/(
/(_))((_)\((((_)( ( )(_))( )(_)))\ /(_)))\ /(_)) ((_)()\((((_)( ... | tokenPieces[fourthId].single.corner==BOTTOM_RIGHT,'Fourth selection must be bottom right corner' | 279,877 | tokenPieces[fourthId].single.corner==BOTTOM_RIGHT |
null | pragma solidity ^0.7.5;
contract BonkToken is ERC20Burnable, ERC20Snapshot, Ownable, AccessControl, Drainer {
using SafeMath for uint;
bytes32 public constant SNAPSHOT_ROLE = keccak256("SNAPSHOT_ROLE");
bytes32 public constant WHITELIST_TRANSFER_ROLE = keccak256("WHITELIST_TRANSFER_ROLE");
bool pub... | ICallable(_to).tokenCallback(msg.sender,_tokens,_data) | 279,886 | ICallable(_to).tokenCallback(msg.sender,_tokens,_data) |
"Transfers disabled" | pragma solidity ^0.7.5;
contract BonkToken is ERC20Burnable, ERC20Snapshot, Ownable, AccessControl, Drainer {
using SafeMath for uint;
bytes32 public constant SNAPSHOT_ROLE = keccak256("SNAPSHOT_ROLE");
bytes32 public constant WHITELIST_TRANSFER_ROLE = keccak256("WHITELIST_TRANSFER_ROLE");
bool pub... | transfersEnabled||hasRole(WHITELIST_TRANSFER_ROLE,msg.sender),"Transfers disabled" | 279,886 | transfersEnabled||hasRole(WHITELIST_TRANSFER_ROLE,msg.sender) |
'Beneficiary already owns max allowed mints' | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "./ToadRunnerzBase.sol";
import "./lib/String.sol";
import "@openzeppelin/contracts/utils/math/SafeMath.sol";
contract ToadRunnerz is ToadRunnerzBase {
using SafeMath for uint256;
mapping(bytes4 => bool) internal supportedInterfaces;
/**
* ... | allowed[msg.sender]||balanceOf(_beneficiary)+1<=MAX_ALLOWED,'Beneficiary already owns max allowed mints' | 279,907 | allowed[msg.sender]||balanceOf(_beneficiary)+1<=MAX_ALLOWED |
"Ether value sent is not correct" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "./ToadRunnerzBase.sol";
import "./lib/String.sol";
import "@openzeppelin/contracts/utils/math/SafeMath.sol";
contract ToadRunnerz is ToadRunnerzBase {
using SafeMath for uint256;
mapping(bytes4 => bool) internal supportedInterfaces;
/**
* ... | allowed[msg.sender]?msg.value>=0:_nbrOfTokens>0&&collectionPrice[key].mul(_nbrOfTokens)<=msg.value,"Ether value sent is not correct" | 279,907 | allowed[msg.sender]?msg.value>=0:_nbrOfTokens>0&&collectionPrice[key].mul(_nbrOfTokens)<=msg.value |
'Beneficiary already owns max allowed mints' | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "./ToadRunnerzBase.sol";
import "./lib/String.sol";
import "@openzeppelin/contracts/utils/math/SafeMath.sol";
contract ToadRunnerz is ToadRunnerzBase {
using SafeMath for uint256;
mapping(bytes4 => bool) internal supportedInterfaces;
/**
* ... | allowed[msg.sender]||balance(_beneficiary)+_nbrOfTokens<=MAX_ALLOWED,'Beneficiary already owns max allowed mints' | 279,907 | allowed[msg.sender]||balance(_beneficiary)+_nbrOfTokens<=MAX_ALLOWED |
"Only an `allowed` address can call this method" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol";
import "./lib/String.sol";
interface ToadChecker {
function balanceOf(address owner) external view returns(uint256);
}
interface ... | allowed[msg.sender],"Only an `allowed` address can call this method" | 279,908 | allowed[msg.sender] |
"You should set a different value" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol";
import "./lib/String.sol";
interface ToadChecker {
function balanceOf(address owner) external view returns(uint256);
}
interface ... | allowed[_operator]!=_allowed,"You should set a different value" | 279,908 | allowed[_operator]!=_allowed |
"Can not modify an existing game" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol";
import "./lib/String.sol";
interface ToadChecker {
function balanceOf(address owner) external view returns(uint256);
}
interface ... | maxIssuance[key]==0,"Can not modify an existing game" | 279,908 | maxIssuance[key]==0 |
"Game exhausted" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol";
import "./lib/String.sol";
interface ToadChecker {
function balanceOf(address owner) external view returns(uint256);
}
interface ... | issued[_gameIdKey]<maxIssuance[_gameIdKey],"Game exhausted" | 279,908 | issued[_gameIdKey]<maxIssuance[_gameIdKey] |
"Ether value sent is not correct" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol";
import "./lib/String.sol";
interface ToadChecker {
function balanceOf(address owner) external view returns(uint256);
}
interface ... | allowed[msg.sender]?msg.value>=0:collectionPrice[_gameIdKey]<=msg.value,"Ether value sent is not correct" | 279,908 | allowed[msg.sender]?msg.value>=0:collectionPrice[_gameIdKey]<=msg.value |
"Beneficiary is not owner of a Cryptoadz or ArcadeNFT" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol";
import "./lib/String.sol";
interface ToadChecker {
function balanceOf(address owner) external view returns(uint256);
}
interface ... | !isPremint?true:allowed[msg.sender]?true:(t.balanceOf(_beneficiary)>0||a.balanceOf(_beneficiary)>0),"Beneficiary is not owner of a Cryptoadz or ArcadeNFT" | 279,908 | !isPremint?true:allowed[msg.sender]?true:(t.balanceOf(_beneficiary)>0||a.balanceOf(_beneficiary)>0) |
null | pragma solidity ^0.5.11;
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, strin... | !assetContracts(input) | 280,010 | !assetContracts(input) |
"Amount sent is too small" | pragma solidity ^0.5.11;
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, strin... | amount>(Fee().mul(ethUpper())).div(assetLower()),"Amount sent is too small" | 280,010 | amount>(Fee().mul(ethUpper())).div(assetLower()) |
"You can only send tokens to their own contract!" | pragma solidity ^0.5.11;
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, strin... | !assetContracts(recipient),"You can only send tokens to their own contract!" | 280,010 | !assetContracts(recipient) |
"ERR_NOT_FORGE" | // SPDX-License-Identifier: GPL-3.0
pragma solidity ^0.6.0;
pragma experimental ABIEncoderV2;
/* ========== Internal Inheritance ========== */
import "./DToken.sol";
import "./BMath.sol";
/* ========== Internal Interfaces ========== */
import "./interfaces/IDynaset.sol";
import "./interfaces/IUniswapV2Router.sol";
impo... | _mint_forges[msg.sender],"ERR_NOT_FORGE" | 280,094 | _mint_forges[msg.sender] |
"ERR_NOT_FORGE" | // SPDX-License-Identifier: GPL-3.0
pragma solidity ^0.6.0;
pragma experimental ABIEncoderV2;
/* ========== Internal Inheritance ========== */
import "./DToken.sol";
import "./BMath.sol";
/* ========== Internal Interfaces ========== */
import "./interfaces/IDynaset.sol";
import "./interfaces/IUniswapV2Router.sol";
impo... | _burn_forges[msg.sender],"ERR_NOT_FORGE" | 280,094 | _burn_forges[msg.sender] |
"ERR_NOT_BOUND" | // SPDX-License-Identifier: GPL-3.0
pragma solidity ^0.6.0;
pragma experimental ABIEncoderV2;
/* ========== Internal Inheritance ========== */
import "./DToken.sol";
import "./BMath.sol";
/* ========== Internal Interfaces ========== */
import "./interfaces/IDynaset.sol";
import "./interfaces/IUniswapV2Router.sol";
impo... | _records[token].bound,"ERR_NOT_BOUND" | 280,094 | _records[token].bound |
"ERR_NOT_BOUND" | // SPDX-License-Identifier: GPL-3.0
pragma solidity ^0.6.0;
pragma experimental ABIEncoderV2;
/* ========== Internal Inheritance ========== */
import "./DToken.sol";
import "./BMath.sol";
/* ========== Internal Interfaces ========== */
import "./interfaces/IDynaset.sol";
import "./interfaces/IUniswapV2Router.sol";
impo... | record.bound,"ERR_NOT_BOUND" | 280,094 | record.bound |
"ERR_NOT_BOUND" | // SPDX-License-Identifier: GPL-3.0
pragma solidity ^0.6.0;
pragma experimental ABIEncoderV2;
/* ========== Internal Inheritance ========== */
import "./DToken.sol";
import "./BMath.sol";
/* ========== Internal Interfaces ========== */
import "./interfaces/IDynaset.sol";
import "./interfaces/IUniswapV2Router.sol";
impo... | _records[tokens[i]].bound,"ERR_NOT_BOUND" | 280,094 | _records[tokens[i]].bound |
"ERR_OUT_NOT_READY" | // SPDX-License-Identifier: GPL-3.0
pragma solidity ^0.6.0;
pragma experimental ABIEncoderV2;
/* ========== Internal Inheritance ========== */
import "./DToken.sol";
import "./BMath.sol";
/* ========== Internal Interfaces ========== */
import "./interfaces/IDynaset.sol";
import "./interfaces/IUniswapV2Router.sol";
impo... | minAmountsOut[i]==0,"ERR_OUT_NOT_READY" | 280,094 | minAmountsOut[i]==0 |
"ERR_NOT_BOUND" | // SPDX-License-Identifier: GPL-3.0
pragma solidity ^0.6.0;
pragma experimental ABIEncoderV2;
/* ========== Internal Inheritance ========== */
import "./DToken.sol";
import "./BMath.sol";
/* ========== Internal Interfaces ========== */
import "./interfaces/IDynaset.sol";
import "./interfaces/IUniswapV2Router.sol";
impo... | _records[_tokenIn].bound,"ERR_NOT_BOUND" | 280,094 | _records[_tokenIn].bound |
"ERR_NOT_BOUND" | // SPDX-License-Identifier: GPL-3.0
pragma solidity ^0.6.0;
pragma experimental ABIEncoderV2;
/* ========== Internal Inheritance ========== */
import "./DToken.sol";
import "./BMath.sol";
/* ========== Internal Interfaces ========== */
import "./interfaces/IDynaset.sol";
import "./interfaces/IUniswapV2Router.sol";
impo... | _records[_tokenOut].bound,"ERR_NOT_BOUND" | 280,094 | _records[_tokenOut].bound |
"forge already added" | // SPDX-License-Identifier: GPL-3.0
pragma solidity ^0.6.0;
pragma experimental ABIEncoderV2;
/* ========== Internal Inheritance ========== */
import "./DToken.sol";
import "./BMath.sol";
/* ========== Internal Interfaces ========== */
import "./interfaces/IDynaset.sol";
import "./interfaces/IUniswapV2Router.sol";
impo... | !_mint_forges[_mintForge],"forge already added" | 280,094 | !_mint_forges[_mintForge] |
"forge already added" | // SPDX-License-Identifier: GPL-3.0
pragma solidity ^0.6.0;
pragma experimental ABIEncoderV2;
/* ========== Internal Inheritance ========== */
import "./DToken.sol";
import "./BMath.sol";
/* ========== Internal Interfaces ========== */
import "./interfaces/IDynaset.sol";
import "./interfaces/IUniswapV2Router.sol";
impo... | !_burn_forges[_burnForge],"forge already added" | 280,094 | !_burn_forges[_burnForge] |
"not forge " | // SPDX-License-Identifier: GPL-3.0
pragma solidity ^0.6.0;
pragma experimental ABIEncoderV2;
/* ========== Internal Inheritance ========== */
import "./DToken.sol";
import "./BMath.sol";
/* ========== Internal Interfaces ========== */
import "./interfaces/IDynaset.sol";
import "./interfaces/IUniswapV2Router.sol";
impo... | _mint_forges[_mintForge],"not forge " | 280,094 | _mint_forges[_mintForge] |
"not forge " | // SPDX-License-Identifier: GPL-3.0
pragma solidity ^0.6.0;
pragma experimental ABIEncoderV2;
/* ========== Internal Inheritance ========== */
import "./DToken.sol";
import "./BMath.sol";
/* ========== Internal Interfaces ========== */
import "./interfaces/IDynaset.sol";
import "./interfaces/IUniswapV2Router.sol";
impo... | _burn_forges[_burnForge],"not forge " | 280,094 | _burn_forges[_burnForge] |
"Not Whitelisted" | // SPDX-License-Identifier: AGPL-3.0-or-later
pragma solidity ^0.8;
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "./external/Ownable.sol";
import "./interface/IERC20Metadata.sol";
import "./interface/IBondingCalculator.sol";
import "./library/SafeMath.sol";
import "./library/SafeERC20.sol";
imp... | whitelist[_msgSender()],"Not Whitelisted" | 280,104 | whitelist[_msgSender()] |
"Contract address" | // SPDX-License-Identifier: AGPL-3.0-or-later
pragma solidity ^0.8;
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "./external/Ownable.sol";
import "./interface/IERC20Metadata.sol";
import "./interface/IBondingCalculator.sol";
import "./library/SafeMath.sol";
import "./library/SafeERC20.sol";
imp... | !isContract(_addr),"Contract address" | 280,104 | !isContract(_addr) |
null | /**
* @title Standard ERC20 token
*
* @dev Implementation of the basic standard token.
* @dev https://github.com/ethereum/EIPs/issues/20
* @dev Based on code by FirstBlood: https://github.com/Firstbloodio/token/blob/master/smart_contract/FirstBloodToken.sol
*/
contract StandardToken is ERC20, BasicToken {
... | locked[_from]<=balances[_from].sub(_value) | 280,131 | locked[_from]<=balances[_from].sub(_value) |
"add: existing pool?" | // SPDX-License-Identifier: UNLICENSED
pragma solidity 0.7.5;
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts/token/ERC20/SafeERC20.sol";
import "@openzeppelin/contracts/utils/EnumerableSet.sol";
import "@openzeppelin/contracts/math/SafeMath.sol";
import "@openzeppelin/contracts... | supportedPools[_lpToken]==false,"add: existing pool?" | 280,141 | supportedPools[_lpToken]==false |
"already added" | // SPDX-License-Identifier: UNLICENSED
pragma solidity 0.7.5;
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts/token/ERC20/SafeERC20.sol";
import "@openzeppelin/contracts/utils/EnumerableSet.sol";
import "@openzeppelin/contracts/math/SafeMath.sol";
import "@openzeppelin/contracts... | address(koko)==address(0),"already added" | 280,141 | address(koko)==address(0) |
"not enough gas for consumer" | contract DummyVRF {
LinkTokenInterface public LINK;
event RandomnessRequest(address indexed sender, bytes32 indexed keyHash, uint256 indexed seed);
constructor(address linkAddress) public {
}
function onTokenTransfer(address sender, uint256 fee, bytes memory _data)
public
{
}... | gasleft()>=b,"not enough gas for consumer" | 280,172 | gasleft()>=b |
"onlyMinter: caller is no right to mint" | // SPDX-License-Identifier: MIT
pragma solidity 0.6.12;
import "./IERC20.sol";
import "./SafeERC20.sol";
import "./EnumerableSet.sol";
import "./SafeMath.sol";
import "./Ownable.sol";
import "./TenetToken.sol";
import "./TenetMine.sol";
// Tenet is the master of TEN. He can make TEN and he is a fair guy.
contract Tenet... | tenMintRightAddr[msg.sender]==true,"onlyMinter: caller is no right to mint" | 280,185 | tenMintRightAddr[msg.sender]==true |
"add: token amount invalid" | // SPDX-License-Identifier: MIT
pragma solidity 0.6.12;
import "./IERC20.sol";
import "./SafeERC20.sol";
import "./EnumerableSet.sol";
import "./SafeMath.sol";
import "./Ownable.sol";
import "./TenetToken.sol";
import "./TenetMine.sol";
// Tenet is the master of TEN. He can make TEN and he is a fair guy.
contract Tenet... | tenMineCalc.getMultiplier(_startBlock,_startBlock+_endBlockOffset,_startBlock+_endBlockOffset,_startBlock+_tokenBonusEndBlockOffset,_tokenBonusMultipler).mul(_tokenPerBlock)<=_tokenAmount,"add: token amount invalid" | 280,185 | tenMineCalc.getMultiplier(_startBlock,_startBlock+_endBlockOffset,_startBlock+_endBlockOffset,_startBlock+_tokenBonusEndBlockOffset,_tokenBonusMultipler).mul(_tokenPerBlock)<=_tokenAmount |
null | pragma solidity ^0.4.13;
library SafeMath {
function mul(uint256 a, uint256 b) internal constant returns (uint256) {
}
function div(uint256 a, uint256 b) internal constant returns (uint256) {
}
function sub(uint256 a, uint256 b) internal constant returns (uint256) {
}
function add(uint256 a, uint2... | isContract(_newController) | 280,242 | isContract(_newController) |
"not-enough-fund" | pragma solidity ^0.8.0;
contract RaizerEscrow is Ownable {
struct Swap {
address swapper;
address token;
uint256 amount;
}
mapping(bytes16 => Swap) public swaps;
event Deposit(bytes16 indexed swapId, address indexed sender, address token, uint256 amount);
event Withdraw(address indexed to... | ERC20(token).allowance(msg.sender,address(this))>=amount,"not-enough-fund" | 280,389 | ERC20(token).allowance(msg.sender,address(this))>=amount |
"Purchase would exceed max supply for sale." | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.2;
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721URIStorage.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Burnable.sol... | totalSaleSupply+numberOfTokens<=PUBLIC_STARCHANTS,"Purchase would exceed max supply for sale." | 280,509 | totalSaleSupply+numberOfTokens<=PUBLIC_STARCHANTS |
"Ether value sent is not correct" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.2;
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721URIStorage.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Burnable.sol... | STARCHANT_PRICE*numberOfTokens<=msg.value,"Ether value sent is not correct" | 280,509 | STARCHANT_PRICE*numberOfTokens<=msg.value |
'You cannot mint this many.' | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.2;
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721URIStorage.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Burnable.sol... | _publicListClaimed[msg.sender]+numberOfTokens<=publicListMaxMint,'You cannot mint this many.' | 280,509 | _publicListClaimed[msg.sender]+numberOfTokens<=publicListMaxMint |
"The address hash does not match the signed hash." | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.2;
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721URIStorage.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Burnable.sol... | _hash(msg.sender)==hash,"The address hash does not match the signed hash." | 280,509 | _hash(msg.sender)==hash |
'All tokens have been minted.' | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.2;
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721URIStorage.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Burnable.sol... | totalSupply()<MAX_STARCHANT,'All tokens have been minted.' | 280,509 | totalSupply()<MAX_STARCHANT |
'Not enough tokens left in reserve.' | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.2;
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721URIStorage.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Burnable.sol... | totalReservedSupply+tokenIds.length<=RESERVED_STARCHANTS,'Not enough tokens left in reserve.' | 280,509 | totalReservedSupply+tokenIds.length<=RESERVED_STARCHANTS |
"0 token does not exist" | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.2;
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721URIStorage.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Burnable.sol... | tokenIds[i]!=0,"0 token does not exist" | 280,509 | tokenIds[i]!=0 |
null | pragma solidity ^0.4.21;
contract ERC20 {
function totalSupply() public view returns (uint256 totalSup);
function balanceOf(address _owner) public view returns (uint256 balance);
function transferFrom(address _from, address _to, uint256 _value) public returns (bool success);
function allowance(address _owner, ... | !isContract(_to) | 280,514 | !isContract(_to) |
null | pragma solidity ^0.4.21;
contract ERC20 {
function totalSupply() public view returns (uint256 totalSup);
function balanceOf(address _owner) public view returns (uint256 balance);
function transferFrom(address _from, address _to, uint256 _value) public returns (bool success);
function allowance(address _owner, ... | isContract(_to) | 280,514 | isContract(_to) |
null | pragma solidity ^0.4.21;
contract ERC20 {
function totalSupply() public view returns (uint256 totalSup);
function balanceOf(address _owner) public view returns (uint256 balance);
function transferFrom(address _from, address _to, uint256 _value) public returns (bool success);
function allowance(address _owner, ... | balances[_from]>=_value&&_value>0 | 280,514 | balances[_from]>=_value&&_value>0 |
"_account is not blacklisted" | contract CompliantToken is ModularMintableToken {
// In order to deposit USD and receive newly minted UniversalUSD, or to burn UniversalUSD to
// redeem it for USD, users must first go through a KYC/AML check (which includes proving they
// control their ethereum address using AddressValidation.sol).
... | registry.hasAttribute(_account,IS_BLACKLISTED),"_account is not blacklisted" | 280,557 | registry.hasAttribute(_account,IS_BLACKLISTED) |
"Only the admin can do this" | //SPDX-License-Identifier: Unlicense
pragma solidity ^0.8.0;
import "@openzeppelin/contracts/utils/math/SafeMath.sol";
import "@openzeppelin/contracts/access/AccessControl.sol";
import "@openzeppelin/contracts/security/Pausable.sol";
import "@openzeppelin/contracts/token/ERC721/IERC721.sol";
import "./AvidlinesCore.sol... | _msgSender()==adminAddress,"Only the admin can do this" | 280,565 | _msgSender()==adminAddress |
"token already whitelisted" | //SPDX-License-Identifier: Unlicense
pragma solidity ^0.8.0;
import "@openzeppelin/contracts/utils/math/SafeMath.sol";
import "@openzeppelin/contracts/access/AccessControl.sol";
import "@openzeppelin/contracts/security/Pausable.sol";
import "@openzeppelin/contracts/token/ERC721/IERC721.sol";
import "./AvidlinesCore.sol... | !isGlyphAllowed[tokenId],"token already whitelisted" | 280,565 | !isGlyphAllowed[tokenId] |
"token is not whitelisted" | //SPDX-License-Identifier: Unlicense
pragma solidity ^0.8.0;
import "@openzeppelin/contracts/utils/math/SafeMath.sol";
import "@openzeppelin/contracts/access/AccessControl.sol";
import "@openzeppelin/contracts/security/Pausable.sol";
import "@openzeppelin/contracts/token/ERC721/IERC721.sol";
import "./AvidlinesCore.sol... | isGlyphAllowed[tokenId],"token is not whitelisted" | 280,565 | isGlyphAllowed[tokenId] |
"Account has no funds to claim" | //SPDX-License-Identifier: Unlicense
pragma solidity ^0.8.0;
import "@openzeppelin/contracts/utils/math/SafeMath.sol";
import "@openzeppelin/contracts/access/AccessControl.sol";
import "@openzeppelin/contracts/security/Pausable.sol";
import "@openzeppelin/contracts/token/ERC721/IERC721.sol";
import "./AvidlinesCore.sol... | pendingGlyphTokenWithdrawals[tokenId]>0,"Account has no funds to claim" | 280,565 | pendingGlyphTokenWithdrawals[tokenId]>0 |
"Auction already started" | //SPDX-License-Identifier: Unlicense
pragma solidity ^0.8.0;
import "@openzeppelin/contracts/utils/math/SafeMath.sol";
import "@openzeppelin/contracts/access/AccessControl.sol";
import "@openzeppelin/contracts/security/Pausable.sol";
import "@openzeppelin/contracts/token/ERC721/IERC721.sol";
import "./AvidlinesCore.sol... | !auctionStarted,"Auction already started" | 280,565 | !auctionStarted |
"Can not mint more than max supply" | // SPDX-License-Identifier: MIT
pragma solidity 0.8.6;
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
contract CoolMonstaz is ERC721, Ownable {
uint256 private _totalSupply;
uint256 private _maxSupply = 1111;
uint256 public price = 0.06 ether;
... | _totalSupply+count<=_maxSupply,"Can not mint more than max supply" | 280,586 | _totalSupply+count<=_maxSupply |
"Per wallet mint limit" | // SPDX-License-Identifier: MIT
pragma solidity 0.8.6;
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
contract CoolMonstaz is ERC721, Ownable {
uint256 private _totalSupply;
uint256 private _maxSupply = 1111;
uint256 public price = 0.06 ether;
... | presaleMints[msg.sender]+count<=presaleMintLimit,"Per wallet mint limit" | 280,586 | presaleMints[msg.sender]+count<=presaleMintLimit |
"Presale is active" | // SPDX-License-Identifier: MIT
pragma solidity 0.8.6;
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
contract CoolMonstaz is ERC721, Ownable {
uint256 private _totalSupply;
uint256 private _maxSupply = 1111;
uint256 public price = 0.06 ether;
... | !presaleActive,"Presale is active" | 280,586 | !presaleActive |
null | pragma solidity ^0.4.24;
contract owned {
address public owner;
function owned() public {
}
modifier onlyOwner {
}
function transferOwnership(address newOwner) onlyOwner public {
}
}
/**
* Math operations with safety checks
*/
contract SafeMath {
function safeMul(uint256 a,... | SafeMath.safeAdd(balanceOf[_to],_value)>balanceOf[_to] | 280,655 | SafeMath.safeAdd(balanceOf[_to],_value)>balanceOf[_to] |
"Sent ETH value is incorrect." | pragma solidity ^0.8.0;
/*
$$$$$$\ $$\ $$\
$$ __$$\ $$ |\__|
$$ / \__|$$\ $$\ $$$$$$\ $$... | mintPrice*numberOfTokens==msg.value,"Sent ETH value is incorrect." | 280,727 | mintPrice*numberOfTokens==msg.value |
"Sent ETH value is incorrect." | pragma solidity ^0.8.0;
/*
$$$$$$\ $$\ $$\
$$ __$$\ $$ |\__|
$$ / \__|$$\ $$\ $$$$$$\ $$... | presaleMintPrice*numberOfTokens==msg.value,"Sent ETH value is incorrect." | 280,727 | presaleMintPrice*numberOfTokens==msg.value |
"Can only mint up to 2 per wallet." | pragma solidity ^0.8.0;
/*
$$$$$$\ $$\ $$\
$$ __$$\ $$ |\__|
$$ / \__|$$\ $$\ $$$$$$\ $$... | balanceOf(msg.sender)+numberOfTokens<=maxMintAmount,"Can only mint up to 2 per wallet." | 280,727 | balanceOf(msg.sender)+numberOfTokens<=maxMintAmount |
"You are not whitelisted" | pragma solidity ^0.8.0;
/*
$$$$$$\ $$\ $$\
$$ __$$\ $$ |\__|
$$ / \__|$$\ $$\ $$$$$$\ $$... | isValidData(msg.sender,sig),"You are not whitelisted" | 280,727 | isValidData(msg.sender,sig) |
"ath already has nft" | // SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.0;
import "hardhat/console.sol";
import "@openzeppelin/contracts-upgradeable/token/ERC721/extensions/ERC721URIStorageUpgradeable.sol";
import "@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol";
abstract contract IOriginNftUpgradeable is
ER... | m_athlete_to_token[_on_chain_ath_id]==0,"ath already has nft" | 280,776 | m_athlete_to_token[_on_chain_ath_id]==0 |
'Max supply exceeded' | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol";
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Burnable.sol";
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Pausable.sol";
import '@openzeppelin/contracts... | total+amount<=MAX_SUPPLY,'Max supply exceeded' | 280,849 | total+amount<=MAX_SUPPLY |
'Max supply exceeded' | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol";
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Burnable.sol";
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Pausable.sol";
import '@openzeppelin/contracts... | total+to.length<=MAX_SUPPLY,'Max supply exceeded' | 280,849 | total+to.length<=MAX_SUPPLY |
"Can't mint more than max supply" | /*
Mint your $BTFD Chads at btfdchads.quest
and join our discord: https://t.co/XaFH8pJaMK
Also check:
https://www.btfd.quest/
https://twitter.com/btfd_eth
https://t.me/BTFDeth
*/
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.4;
import '@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.s... | supply+_amount<=MAX_SUPPLY,"Can't mint more than max supply" | 280,851 | supply+_amount<=MAX_SUPPLY |
null | pragma solidity ^0.4.20;
// produced by the Solididy File Flattener (c) David Appleton 2018
// contact : dave@akomba.com
// released under Apache 2.0 licence
library safeMath
{
function mul(uint256 a, uint256 b) internal pure returns (uint256)
{
}
function add(uint256 a, uint256 b) internal pure return... | balanceOf[_to]+(_value)>=balanceOf[_to] | 280,961 | balanceOf[_to]+(_value)>=balanceOf[_to] |
null | pragma solidity ^0.4.20;
// produced by the Solididy File Flattener (c) David Appleton 2018
// contact : dave@akomba.com
// released under Apache 2.0 licence
library safeMath
{
function mul(uint256 a, uint256 b) internal pure returns (uint256)
{
}
function add(uint256 a, uint256 b) internal pure return... | !depositLock | 280,961 | !depositLock |
null | pragma solidity ^0.4.20;
// produced by the Solididy File Flattener (c) David Appleton 2018
// contact : dave@akomba.com
// released under Apache 2.0 licence
library safeMath
{
function mul(uint256 a, uint256 b) internal pure returns (uint256)
{
}
function add(uint256 a, uint256 b) internal pure return... | balanceOf[owner]>=tokenValue | 280,961 | balanceOf[owner]>=tokenValue |
null | pragma solidity ^0.4.20;
// produced by the Solididy File Flattener (c) David Appleton 2018
// contact : dave@akomba.com
// released under Apache 2.0 licence
library safeMath
{
function mul(uint256 a, uint256 b) internal pure returns (uint256)
{
}
function add(uint256 a, uint256 b) internal pure return... | balanceOf[msg.sender].add(tokenValue)>=balanceOf[msg.sender] | 280,961 | balanceOf[msg.sender].add(tokenValue)>=balanceOf[msg.sender] |
null | pragma solidity ^0.4.20;
// produced by the Solididy File Flattener (c) David Appleton 2018
// contact : dave@akomba.com
// released under Apache 2.0 licence
library safeMath
{
function mul(uint256 a, uint256 b) internal pure returns (uint256)
{
}
function add(uint256 a, uint256 b) internal pure return... | allowedAddress[msg.sender]||transferLock==false | 280,961 | allowedAddress[msg.sender]||transferLock==false |
null | pragma solidity ^0.4.20;
// produced by the Solididy File Flattener (c) David Appleton 2018
// contact : dave@akomba.com
// released under Apache 2.0 licence
library safeMath
{
function mul(uint256 a, uint256 b) internal pure returns (uint256)
{
}
function add(uint256 a, uint256 b) internal pure return... | tempLockedAddress[msg.sender]<block.timestamp | 280,961 | tempLockedAddress[msg.sender]<block.timestamp |
null | pragma solidity ^0.4.20;
// produced by the Solididy File Flattener (c) David Appleton 2018
// contact : dave@akomba.com
// released under Apache 2.0 licence
library safeMath
{
function mul(uint256 a, uint256 b) internal pure returns (uint256)
{
}
function add(uint256 a, uint256 b) internal pure return... | !blockedAddress[msg.sender]&&!blockedAddress[_to] | 280,961 | !blockedAddress[msg.sender]&&!blockedAddress[_to] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.