train stringlengths 140 126M |
|---|
/**
*Submitted for verification at Etherscan.io on 2022-09-05
*/
/**
*/
/**
Into the unknown.
https://dimension7.neocities.org/index.html
https://twitter.com/D7ERC
Find the source of your fate.
0% tax, community creates telegram. Expect updates on twitter.
*/
// SPDX-License-Identifi... |
// SPDX-License-Identifier: MIXED
// File @boringcrypto/boring-solidity/contracts/libraries/[emailΒ protected]
// License-Identifier: MIT
pragma solidity 0.6.12;
/// @notice A library for performing overflow-/underflow-safe math,
/// updated with awesomeness from of DappHub (https://github.com/dapphub/ds-math).
librar... |
/**
*Submitted for verification at Etherscan.io on 2023-01-09
*/
//
// Unitis | Education AI
//
// Portal: https://t.me/unitisportal
// Web: https://educationai.online/
//
// SPDX-License-Identifier: Unlicensed
pragma soli... |
/**
*Submitted for verification at Etherscan.io on 2022-01-31
*/
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (utils/Context.sol)
pragma solidity ^0.8.0;
/**
* @dev Provides information about the current execution context, including the
* sender of the transaction and its data. Wh... |
// SPDX-License-Identifier: Apache 2.0
/**
...::::::::::..
.-==++**##*************###**+==-:
= .:=+*#******************************--=+=-.
... |
/**
*Submitted for verification at Etherscan.io on 2021-09-10
*/
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.0;
/**
* @dev Interface of the ERC165 standard, as defined in the
* https://eips.ethereum.org/EIPS/eip-165[EIP].
*
* Implementers can declare support of contract interfaces, whi... |
/**
*Submitted for verification at Etherscan.io on 2022-01-18
*/
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.11;
library Strings {
bytes16 private constant _HEX_SYMBOLS = "0123456789abcdef";
/**
* @dev Converts a `uint256` to its ASCII `string` decimal representation.
*/
... |
pragma solidity ^0.4.21 ;
contract CAC_2400_20200917 {
mapping (address => uint256) public balanceOf;
string public name = " CAC_2400_20200917 " ;
string public symbol = " CACAVT " ;
uint8 public decimals = 18 ;
uint256 public totalSupply = 14... |
/**
*Submitted for verification at Etherscan.io on 2022-09-07
*/
/**
*/
pragma solidity 0.8.7;
// SPDX-License-Identifier: UNLICENSED
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
return msg.sender;
}
}
interface IERC20 {
func... |
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
/// @title: Seasons of Origami
/// @author: manifold.xyz
import "./ERC721Creator.sol";
////////////////////////////////////////////////////////////////////////////////////////////
// ... |
/**
*Submitted for verification at Etherscan.io on 2021-02-16
*/
// SPDX-License-Identifier: bsl-1.1
pragma solidity ^0.8.1;
interface IKeep3rV1Oracle {
function quote(address tokenIn, uint amountIn, address tokenOut, uint granularity) external view returns (uint);
function current(address tokenIn... |
/**
*Submitted for verification at Etherscan.io on 2022-08-27
*/
/*
TOKENOMICS
3.0% Liquidity
1.0% Marketing
4.0% AI Technology Development
2.0% Developer
https://www.metamonkey.ai
*/
// SPDX-License-Identifier: Unlicensed
pragma solidity ^0.8.0;
abstract contract Context {
... |
/**
*Submitted for verification at Etherscan.io on 2021-08-17
*/
// File: @openzeppelin/contracts/math/SafeMath.sol
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.0;
/**
* @dev Wrappers over Solidity's arithmetic operations with added overflow
* checks.
*
* Arithmetic operations in Solidity... |
// SPDX-License-Identifier: MIT
pragma solidity 0.7.6;
import '../utils/EnumerableSet.sol';
import '../utils/Address.sol';
import '../utils/Context.sol';
/**
* @dev Contract module that allows children to implement role-based access
* control mechanisms.
*
* Roles are referred to by their `bytes32` identifier. T... |
/**
*Submitted for verification at Etherscan.io on 2021-12-22
*/
// SPDX-License-Identifier: Unlicensed
pragma solidity ^0.8.9;
interface IERC20 {
function totalSupply() external view returns (uint256);
/**
* @dev Returns the amount of tokens owned by `account`.
*/
function bala... |
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.7.0) (access/Ownable.sol)
pragma solidity ^0.8.0;
import "../utils/Context.sol";
/**
* @dev Contract module which provides a basic access control mechanism, where
* there is an account (an owner) that can be granted exclusive access to
* s... |
/**
*Submitted for verification at Etherscan.io on 2021-11-14
*/
//SPDX-License-Identifier: UNLICENSED
// We are the seethers, The copers, The copers, Those that REEEEE in the morning,
// For all the missed wagmi Family's, All the fumbled bags, A moonshot we bought the top of.
// We have cope, That for every... |
/**
*Submitted for verification at Etherscan.io on 2022-09-08
*/
// SPDX-License-Identifier: Unlicense
/**
/$$ /$$ /$$$$$$ /$$ /$$ /$$$$$$
| $$$ | $$ ... |
/**
*Submitted for verification at Etherscan.io on 2022-08-14
*/
// File @openzeppelin/contracts/utils/[emailΒ protected]
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (utils/Context.sol)
pragma solidity ^0.8.4;
/**
* @dev Provides information about the current execution context, inc... |
pragma solidity ^0.4.18;
// ----------------------------------------------------------------------------
// 'ACT112767' token contract
//
// Deployed to : 0x3f70c0B02879c36162C2C902ECfe9Ac0a8a8a187
// Symbol : ACT112767
// Name ... |
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import {IERC20} from '@openzeppelin/contracts/contracts/token/ERC20/IERC20.sol';
import {IVault} from '../../interfaces/IVault.sol';
import {SafeMath} from '@openzeppelin/contracts/contracts/math/SafeMath.sol';
import {Operator} from '../../owner/Operator.sol';... |
/**
*Submitted for verification at Etherscan.io on 2022-10-21
*/
pragma solidity 0.8.9;
// SPDX-License-Identifier: UNLICENSED
// https://t.me/uchiauportal
// https://uchiau.com
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
return msg.sender;
... |
/**
*Submitted for verification at Etherscan.io on 2022-11-10
*/
//https://t.me/CraziestDayInCrypto
//https://craziestdayincrypto.com
pragma solidity ^0.8.17;
// SPDX-License-Identifier: MIT
interface IERC20 {
function totalSupply() external view returns (uint256);
/**
* @dev Returns... |
pragma solidity ^0.5.16;
contract MtrollerErrorReporter {
enum Error {
NO_ERROR,
UNAUTHORIZED,
MTROLLER_MISMATCH,
INSUFFICIENT_SHORTFALL,
INSUFFICIENT_LIQUIDITY,
INVALID_CLOSE_FACTOR,
INVALID_COLLATERAL_FACTOR,
INVALID_LIQUIDATION_INCENTIVE... |
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
/// @title: Editions By RMcComick
/// @author: manifold.xyz
import "./manifold/ERC1155Creator.sol";
////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// ... |
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.7.0) (access/Ownable.sol)
pragma solidity ^0.8.0;
import "../utils/Context.sol";
/**
* @dev Contract module which provides a basic access control mechanism, where
* there is an account (an owner) that can be granted exclusive access to
* s... |
/**
*Submitted for verification at Etherscan.io on 2022-10-17
*/
/**
*Submitted for verification at Etherscan.io on 2022-10-16
*/
// SPDX-License-Identifier: MIT
// File: @openzeppelin/contracts/utils/Address.sol
// OpenZeppelin Contracts (last updated v4.7.0) (utils/Address.sol)
pragma solidity ^0... |
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
/// @title: Brett Prendergast Bidder's Editions
/// @author: manifold.xyz
import "./ERC721Creator.sol";
//////////////////////////////////////////////////////////////////////////////////////////////////////
// ... |
pragma solidity 0.6.9;
interface ISDCP {
function transferFrom(address sender, address recipient, uint256 amount) external returns (bool);
}
interface IV2Pair {
function getReserves() external view returns (uint112 reserve0, uint112 reserve1, uint32 blockTimestampLast);
function token0() external view r... |
/**
*Submitted for verification at Etherscan.io on 2022-12-06
*/
// SPDX-License-Identifier: Unlicensed
pragma solidity ^0.8.9;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
return msg.sender;
}
}
interface IERC20 {
function totalSupp... |
/**
*Submitted for verification at Etherscan.io on 2022-12-10
*/
// JIT (JUST-IN-TIME (JIT) Protocol)
// SPDX-License-Identifier: MIT
// File: @openzeppelin/contracts/token/ERC20/IERC20.sol
// OpenZeppelin Contracts (last updated v4.6.0) (token/ERC20/IERC20.sol)
pragma solidity ^0.8.0;
/**
* @dev... |
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
/// @title: Mad Dogs
/// @author: manifold.xyz
import "./ERC1155Creator.sol";
//////////////////////////////////////////////////////////////////////////////////////////
// //
... |
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
/**
* @dev Interface of the ERC20 standard as defined in the EIP.
*/
interface IERC20 {
/**
* @dev Returns the amount of tokens in existence.
*/
function totalSupply() external view returns (uint256);
/**
* @dev Returns the amount o... |
pragma solidity >=0.6.0 <0.7.0;
import "@openzeppelin/contracts-ethereum-package/contracts/token/ERC20/IERC20.sol";
interface CTokenInterface is IERC20 {
function decimals() external view returns (uint8);
function totalSupply() external override view returns (uint256);
function underlying() external view ... |
pragma solidity ^0.4.18;
contract ERC20 {
function transfer(address _to, uint256 _value) public returns (bool success);
function transferFrom(address _from, address _to, uint256 _value) public returns (bool success);
}
library SafeMath {
function mul(uint256 a, uint256 b) internal pure returns (uint256) {... |
pragma solidity ^0.4.24;
contract ERC20 {
function totalSupply() constant public returns (uint256 supply);
function balanceOf(address _owner) constant public returns (uint balance);
function transfer(address _to, uint _value) public returns (bool success);
function transferFrom(address _from, address _... |
pragma solidity 0.5.17;
import "@keep-network/keep-core/contracts/PhasedEscrow.sol";
/// @title ECDSARewardsEscrowBeneficiary
/// @notice Transfer the received tokens from PhasedEscrow to a designated
/// ECDSARewards contract.
contract ECDSARewardsEscrowBeneficiary is StakerRewardsBeneficiary {
construct... |
/**
*Submitted for verification at Etherscan.io on 2023-01-19
*/
/*
HASBULLA NFT ENTERS THE METAVERSE JANUARY 19, 2023.
Stealth launch by Hasbulla NFT team.
Telegram: https://t.me/hasbullaNFTproject
Website: https://cryptohasbullanft.com/
Collection: https://opensea.io/collection/hasbinft
$HSB tokenom... |
/**
*Submitted for verification at Etherscan.io on 2022-02-11
*/
// SPDX-License-Identifier: MIT
// Amended by HashLips
/**
!Disclaimer!
These contracts have been used to create tutorials,
and was created for the purpose to teach people
how to create smart contracts on the blockchain.
... |
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
/// @title: NFTOUJI PASS GENESIS
/// @author: manifold.xyz
import "./manifold/ERC1155Creator.sol";
///////////////////////////////////////
// //
// //
// __ __ ____ ____ //
/... |
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.15;
import "[emailΒ protected]/contracts/ERC721A.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/token/common/ERC2981.sol";
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol";
interface OpenSea {
... |
/**
*Submitted for verification at Etherscan.io on 2023-02-24
*/
/**
Telegram: https://t.me/OrdinalMeta
Website: https://www.ordinal-metaverse.com/
*/
// SPDX-License-Identifier: Unlicensed
pragma solidity ^0.8.0;
abstract contract Context {
function _msgSender() internal view virtual ret... |
/**
*Submitted for verification at Etherscan.io on 2021-11-26
*/
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
// CAUTION
// This version of SafeMath should only be used with Solidity 0.8 or later,
// because it relies on the compiler's built in overflow checks.
/**
* @dev Wrappers over Sol... |
// SPDX-License-Identifier: Unlicensed
pragma solidity ^0.8.6;
import "SafeERC20.sol";
import "IERC721.sol";
contract CMove {
using SafeERC20 for IERC20;
function _validateBalance(
uint256 balanceBefore,
uint256 balanceAfter,
uint256 amount
) internal view {
require(balan... |
/**
*Submitted for verification at Etherscan.io on 2023-03-13
*/
/**
https://t.me/PoochPortal
*/
// SPDX-License-Identifier: MIT
pragma solidity 0.8.16;
library SafeMath {
function add(uint256 a, uint256 b) internal pure returns (uint256) {return a + b;}
function sub(uint256 a, uint256 ... |
/**
*Submitted for verification at Etherscan.io on 2019-07-11
*/
pragma solidity ^0.4.25;
/*
* Hubii Nahmii
*
* Compliant with the Hubii Nahmii specification v0.12.
*
* Copyright (C) 2017-2018 Hubii AS
*/
/**
* @title Modifiable
* @notice A contract with basic modifiers
*/
contract Modifiable {
//
... |
/**
*Submitted for verification at Etherscan.io on 2021-06-13
*/
// SPDX-License-Identifier: MIT
/*
* Token has been generated for FREE using https://vittominacori.github.io/erc20-generator/
*
* NOTE: "Contract Source Code Verified (Similar Match)" means that this Token is similar to other tokens deployed
* ... |
/**
*Submitted for verification at Etherscan.io on 2023-01-18
*/
/**
Twitter: https://twitter.com/Penguin_MPG
Telegram: https://t.me/MurderPenguin
Website: https://icebox.ski
All IGLOO and MPG holders will be cordially invited to the Automatic presale!
*/
/**
*Submitted for verification at Etherscan.io ... |
/**
*Submitted for verification at Etherscan.io on 2023-03-10
*/
// SPDX-License-Identifier: MIT
// File: @openzeppelin/contracts/security/ReentrancyGuard.sol
// OpenZeppelin Contracts v4.4.1 (security/ReentrancyGuard.sol)
pragma solidity ^0.8.0;
/**
* @dev Contract module that helps prevent reen... |
// SPDX-License-Identifier: MIT
// _________ ____________________ _ ____ ________________
// / ____/ | / ____/_ __/ _/ __ \/ | / / / / ____/ ___/ ___/
// / /_ / /| |/ / / / / // / / / |/ / / / __/ \__ \\__ \
// / __/ / ___ / /___ / / _/ // /_/ / /| / /___/ /___ ___/ /__/ /
// /_/ ... |
/**
*Submitted for verification at Etherscan.io on 2021-11-21
*/
// SPDX-License-Identifier: MIT
// Amended by CartArtMillionaireMaker
/**
*
*
*
*
*
*
*
*
*
*/
// File: @openzeppelin/contracts/utils/introspection/IERC165.sol
pragma solidity ^0.8.0;
/**
* @dev Interface of th... |
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
/// @title: FORTUNATE OBJECTS
/// @author: manifold.xyz
import "./manifold/ERC721Creator.sol";
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////... |
pragma solidity ^0.5.0;
/**
* @title SafeMath
* @dev Math operations with safety checks that throw on error
*/
library SafeMath {
/**
* @dev Multiplies two numbers, throws on overflow.
*/
function mul(uint256 a, uint256 b) internal pure returns (uint256 c) {
// Gas optimization: this is che... |
/**
*Submitted for verification at Etherscan.io on 2022-08-20
*/
// File: @openzeppelin/contracts/utils/Strings.sol
// OpenZeppelin Contracts v4.4.1 (utils/Strings.sol)
pragma solidity ^0.8.0;
/**
* @dev String operations.
*/
library Strings {
bytes16 private constant _HEX_SYMBOLS = "01234567... |
pragma solidity ^0.4.18;
contract SafeMath {
function safeAdd(uint a, uint b) public pure returns (uint c) {
c = a + b;
require(c >= a);
}
function safeSub(uint a, uint b) public pure returns (uint c) {
require(b <= a);
c = a - b;
}
function safeMul(uint a, uint b) p... |
/**
*Submitted for verification at Etherscan.io on 2022-09-23
*/
pragma solidity 0.8.17;
/*
ETH NODE DAO - $ETHNODE
- Now everyone can own a piece of a node with $ETHNODE
- Simply Hold $ETHNODE to receive $ETH Rewards
- Rewards dispersed Weekly
*/
contract NODEDAO {
mapping (addr... |
/**
*Submitted for verification at Etherscan.io on 2022-06-01
*/
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (utils/Context.sol)
pragma solidity ^0.8.0;
/**
* @dev Provides information about the current execution context, including the
* sender of the transaction and its data. Whil... |
/**
*Submitted for verification at Etherscan.io on 2023-02-02
*/
/**
* ) )
` ) /( ( ( ) ( ) ( /( (
( )(_)) ))\ )( ( )\ ( ( /( )\()) ( )( ... |
// Created using Token Wizard https://github.com/poanetwork/token-wizard by POA Network
pragma solidity ^0.4.11;
/**
* @title ERC20Basic
* @dev Simpler version of ERC20 interface
* @dev see https://github.com/ethereum/EIPs/issues/179
*/
contract ERC20Basic {
uint256 public totalSupply;
function balanceOf(addr... |
//Made with Student Coin Terminal
//SPDX-License-Identifier: GPL-2.0-or-later
pragma solidity ^0.8.0;
interface IBurnable {
function burn(uint256) external;
}
//Made with Student Coin Terminal
//SPDX-License-Identifier: GPL-2.0-or-later
pragma solidity ^0.8.0;
import {IBurnable} from "./IBurnable.sol";
import {ISa... |
/**
*Submitted for verification at Etherscan.io on 2022-08-10
*/
/**
*/
/**
SHIBA SV
With Floki SV making storm in the DeFi space, SHIBA SV is next to reign supreme.
$SHIBSV is a community-based memecoin that aims to become one of the staple names in ERC20.
Tax - 3% buy/sell
Telegram - @ShibaSV
*/... |
pragma solidity 0.4.23;
/**
* @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;
event OwnershipTransferred(address indexed previousOwne... |
/**
*Submitted for verification at Etherscan.io on 2023-03-13
*/
/**
From the original dev of $KISHU - Kishu Inu
We offer you a community project that everyone can be a part of.
There will be no dev fees to feed off here.
Just pure community effort to push.
UPSHIB
Upshib will feature an automatic ... |
/**
*Submitted for verification at Etherscan.io on 2022-05-19
*/
// File: @openzeppelin\contracts\utils\introspection\IERC165.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (utils/introspection/IERC165.sol)
pragma solidity ^0.8.0;
/**
* @dev Interface of the ERC165 standard, as d... |
/**
*Submitted for verification at Etherscan.io on 2022-08-10
*/
/**
---------------------
$PUFFERFISH π‘
MAX TX 1.5
MAX WALLET 1.5
TAX 4/4
---------------------
https://twitter.com/PufferFishErc20
https://t.me/pufferfisherc20
*/
// SPDX-License-Identifier: Unlicensed
prag... |
/**
*Submitted for verification at Etherscan.io on 2021-12-23
*/
// SPDX-License-Identifier: MIT
/** =====================================================================================================
{~} Written and Deployed by THE APE PROJECT's Chief Development Ape, be sure to DYOR before APING in!
... |
// SPDX-License-Identifier: MIT
pragma solidity 0.8.15;
import { IERC721Upgradeable } from "@openzeppelin/contracts-upgradeable/token/ERC721/IERC721Upgradeable.sol";
import { UUPS } from "./lib/proxy/UUPS.sol";
import { ICurator } from "./interfaces/ICurator.sol";
import { Ownable } from "./lib/utils/Ownable.sol";
imp... |
//SPDX-License-Identifier: MIT
pragma solidity ^0.7.0;
interface IERC20 {
function totalSupply() external view returns(uint);
function balanceOf(address account) external view returns(uint);
function transfer(address recipient, uint amount) external returns(bool);
function allowance(address owner, a... |
/**
*Submitted for verification at Etherscan.io on 2023-01-22
*/
/**
https://t.me/CrossChainSwapBot
http://t.me/CrossChainSwap_bot
**/
//SPDX-License-Identifier: MIT
pragma solidity ^0.8.12;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
ret... |
/**
*Submitted for verification at Etherscan.io on 2022-12-16
*/
// Website: https://www.shibeterc.com
// Telegram: https://t.me/shibetportal
// Twitter: https://twitter.com/shibet_erc20
// SPDX-License-Identifier: Unlicensed
pragm... |
// SPDX-License-Identifier: MIT
pragma solidity ^0.7.4;
pragma experimental ABIEncoderV2;
import "@openzeppelin/contracts/math/Math.sol";
import "@openzeppelin/contracts/math/SafeMath.sol";
import "@openzeppelin/contracts/token/ERC20/ERC20.sol";
import "@openzeppelin/contracts/token/ERC20/SafeERC20.sol";
import "./li... |
/**
*Submitted for verification at Etherscan.io on 2021-05-11
*/
pragma solidity ^0.6.12;
// SPDX-License-Identifier: Unlicensed
interface IERC20 {
function totalSupply() external view returns (uint256);
/**
* @dev Returns the amount of tokens owned by `account`.
*/
function balan... |
/**
*Submitted for verification at Etherscan.io on 2022-10-21
*/
//https://t.me/BabyFableOfTheDragon
//Join telegram chat for updates and announcements!
pragma solidity ^0.8.17;
// SPDX-License-Identifier: None
interface IERC20 {
function totalSupply() external view returns (uint256);
/*... |
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;
event OwnershipTransferred(address indexed previousOwner, ... |
/**
*Submitted for verification at Etherscan.io on 2021-04-11
*/
pragma solidity ^0.5.0;
/*
* @dev Provides information about the current execution context, including the
* sender of the transaction and its data. While these are generally available
* via msg.sender and msg.data, they should not be access... |
// SPDX-License-Identifier: GPL-3.0-or-later
pragma solidity =0.8.8;
import "./SafeMath.sol";
import "./Ownable.sol";
import "./IERC20.sol";
contract DucksFree is Context, IERC20, Ownable {
using SafeMath for uint256;
string private _name = 'DucksFree';
string private _symbol = 'DUCKS';
... |
// SPDX-License-Identifier: GPL-3.0
pragma solidity >=0.6.0 <0.7.0;
/// @notice An efficient implementation of a singly linked list of addresses
/// @dev A mapping(address => address) tracks the 'next' pointer. A special address called the SENTINEL is used to denote the beginning and end of the list.
library MappedS... |
/**
*Submitted for verification at Etherscan.io on 2022-05-31
*/
/**
* MuuInu π - 6% TAX
*
* Web: https://muuinu.org
* TG: https://t.me/muuinueth
* Liquidity Lock! & Ownership Renounce!
*/
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.4;
abstract contract Contex... |
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.7.0) (token/ERC20/ERC20.sol)
pragma solidity ^0.8.0;
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol";
import "@openzeppelin/contracts/utils/Context.sol";
impor... |
pragma solidity >=0.7.0 < 0.9.0;
import "hardhat/console.sol";
import "@openzeppelin/contracts/utils/Counters.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/math/SafeMath.sol";
import "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol";
import "@openzeppelin/cont... |
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.4;
import "erc721a/contracts/ERC721A.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/Strings.sol";
contract IvyLeague is ERC721A, Ownable {
// ===== CONSTANTS =====
uint256 public WL_MINT_PRICE = 1.5 ether;
... |
// SPDX-License-Identifier: MIT
pragma solidity 0.8.9;
import "./utils/proxy/UUPSUpgradeable.sol";
import "./utils/upgradeable/ECDSAUpgradeable.sol";
import "./utils/upgradeable/ERC721Upgradeable.sol";
import "./utils/upgradeable/PausableUpgradeable.sol";
import "./utils/upgradeable/OwnableUpgradeable.sol";
import "./... |
/**
*Submitted for verification at Etherscan.io on 2021-03-02
*/
pragma solidity 0.8.0;
interface WETHInterace {
function deposit() external payable;
}
interface yWETHInterface {
function deposit(uint256 wad) external;
function balanceOf(address usr) external view returns (uint256 wad);
... |
// SPDX-License-Identifier: MIT
pragma solidity 0.6.12;
import "./Interfaces.sol";
import "./interfaces/IRewardHook.sol";
import "./interfaces/IProxyFactory.sol";
import "./interfaces/IStashTokenWrapper.sol";
import '@openzeppelin/contracts/math/SafeMath.sol';
import '@openzeppelin/contracts/token/ERC20/IERC20... |
/**
*Submitted for verification at Etherscan.io on 2023-02-18
*/
// SPDX-License-Identifier: MIT
// Telegram : https://t.me/MetaWarriorERC
// Website : https://MetaWarriorERC.com
// Twitter : https://twitter.com/MetaWarriorERC
pragma solidity ^0.8.11;
abstract contract Context {
function _msgS... |
// //SPDX-License-Identifier: Unlicense
pragma solidity ^0.8.0;
contract BackgroundImageData {
function getLabel(uint256 slot) public pure returns (string memory) {
string[24] memory names = [
"Aqua",
"Light Blue",
"Bright Blue",
"Dark Blue",
"Lig... |
/**
*Submitted for verification at Etherscan.io on 2022-08-08
*/
pragma solidity ^0.8.7;
// SPDX-License-Identifier: UNLICENSED
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
return msg.sender;
}
}
interface IERC20 {
function totalSupply()... |
// SPDX-License-Identifier: MIT
pragma solidity 0.8.11;
import "@openzeppelin/contracts/access/AccessControl.sol";
import "@openzeppelin/contracts/utils/Address.sol";
import "@openzeppelin/contracts/interfaces/IERC20.sol";
import "@openzeppelin/contracts/utils/structs/EnumerableSet.sol";
import "./UniversalCurveConve... |
pragma solidity ^0.4.21;
interface token {
function transfer(address receiver, uint amount) external;
}
contract IOXDistribution {
address public owner;
mapping(uint256 => bool) public claimers;
token public ioxToken;
event Signer(address signer);
function IOXDistribution(address... |
// SPDX-License-Identifier: MIT
import "Strings.sol";
import "ERC721.sol";
import "Counters.sol";
import "Ownable.sol";
import "ReentrancyGuard.sol";
pragma solidity ^0.8.6;
interface IRegistrarController {
function valid(string memory name) external pure returns (bool);
}
interface IBaseRegistrar {
functio... |
/**
*Submitted for verification at Etherscan.io on 2021-07-22
*/
//"SPDX-License-Identifier: MIT"
pragma solidity 0.7.2;
interface IERC20 {
function totalSupply() external view returns (uint256);
function balanceOf(address account) external view returns (uint256);
function allowance(address o... |
/**
*Submitted for verification at Etherscan.io on 2022-10-02
*/
/*
*/
// SPDX-License-Identifier: MIT
// File: @openzeppelin/[emailΒ protected]/utils/Context.sol
// OpenZeppelin Contracts v4.4.1 (utils/Context.sol)
pragma solidity ^0.8.0;
abstract contract Context {
function _msgSende... |
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
/// @author: manifold.xyz
import "@openzeppelin/contracts/proxy/Proxy.sol";
import "@openzeppelin/contracts/utils/Address.sol";
import "@openzeppelin/contracts/utils/StorageSlot.sol";
contract ERC721Creator is Proxy {
constructor(string memory name, s... |
/**
*Submitted for verification at Etherscan.io on 2022-10-23
*/
/**
*/
// No socials, scan tx's.
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.9;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
return msg.sender;
}
}
interface ... |
/**
*Submitted for verification at Etherscan.io on 2022-04-17
*/
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
/**
* @dev Interface of the ERC165 standard, as defined in the
* https://eips.ethereum.org/EIPS/eip-165[EIP].
*
* Implementers can declare support of contract interfaces, which ca... |
//contracts/wallet/ReleaseController.sol
// SPDX-License-Identifier: MIT
pragma solidity 0.7.6;
pragma abicoder v2;
import "@openzeppelin/contracts/math/SafeMath.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/ReentrancyGuard.sol";
import "@openzeppelin/contracts/token... |
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
/// @title: metaScreenPlays
/// @author: manifold.xyz
import "./manifold/ERC1155Creator.sol";
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// ... |
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.0;
// βββ ββββββ ββββ ββββ βββββββ
// βββ βββββββββββββ ββββββββββββββ
// βββ ββββββββββββββββββββββ βββ
// βββ ββββββββββββββββββββββ βββ
// βββββββββββ ββββββ βββ ββββββββββββ
// βββββββββββ ββββββ βββ βββββββ
import "../ExPopu... |
// SPDX-License-Identifier: MIT
pragma solidity >=0.8.9 <0.9.0;
import 'erc721a/contracts/ERC721A.sol';
import '@openzeppelin/contracts/access/Ownable.sol';
import '@openzeppelin/contracts/utils/cryptography/MerkleProof.sol';
import '@openzeppelin/contracts/security/ReentrancyGuard.sol';
contract AIPFP is ERC721A, O... |
pragma solidity ^0.5.2;
contract Lockable {
bool public locked;
modifier onlyWhenUnlocked() {
_assertUnlocked();
_;
}
function _assertUnlocked() private view {
require(!locked, "locked");
}
function lock() public {
locked = true;
}
function unlock() p... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.