train
stringlengths
140
126M
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; /// @title: GIFT /// @author: manifold.xyz import "./ERC721Creator.sol"; //////////////////////////////////////////////// // // // // // ________._______________________...
/** *Submitted for verification at Etherscan.io on 2019-07-09 */ // File: openzeppelin-solidity/contracts/introspection/IERC165.sol pragma solidity ^0.5.0; /** * @dev Interface of the ERC165 standard, as defined in the * [EIP](https://eips.ethereum.org/EIPS/eip-165). * * Implementers can declare sup...
pragma solidity ^0.4.18; /** * @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, a...
//SPDX-License-Identifier: Unlicense pragma solidity ^0.8.0; import "@openzeppelin/contracts/token/ERC721/ERC721.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; struct Reserve { uint256 updatedPrice; address reserverAddress; } contract LensLadies is ERC721, Ownable { string imageBaseURI; string videoB...
// SPDX-License-Identifier: MIT pragma solidity ^0.8.7; import "erc721a/contracts/ERC721A.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; contract ChanelPunks is ERC721A,Ownable { enum EPublicMintStatus { NOTACTIVE, ALLOWLIST_MINT, PUBLIC_MINT, CLOSED } EPublic...
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; /// @title: Universal Travelers Genesis /// @author: manifold.xyz import "./ERC721Creator.sol"; ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////...
/** *Submitted for verification at Etherscan.io on 2021-04-22 */ /** *Submitted for verification at Etherscan.io on 2020-10-01 */ /* Spindle Braiding Deposit Rope Here to Generate ToshiCash */ pragma solidity ^0.5.0; /** * @dev Standard math utilities missing in the Solidity language. */ lib...
/** *Submitted for verification at Etherscan.io on 2022-12-01 */ // SPDX-License-Identifier: MIT // OpenZeppelin Contracts v4.4.1 (utils/introspection/IERC165.sol) // File: contracts/IOperatorFilterRegistry.sol pragma solidity ^0.8.13; interface IOperatorFilterRegistry { function isOperatorAllowe...
/** *Submitted for verification at Etherscan.io on 2021-07-26 */ /* deploy > send eth > open trading > blacklist bot if any > liftmaxtX > renounce // No dev-wallets // Locked liquidity // Renounced ownership! // No tx modifiers // Community-Driven */ // SPDX-Lice...
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; /// @title: PixelVerse By JojotoElectrico /// @author: manifold.xyz import "./ERC721Creator.sol"; ////////////////////////////////////////////////////////////////////////////////////////////////////// // ...
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; /// @title: Moments in the Mountains Volume 2 /// @author: manifold.xyz import "./ERC721Creator.sol"; //////////////////////////////////////////////////////////////////////////////////////////////// // ...
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; pragma experimental ABIEncoderV2; import "./ERC20/IERC20.sol"; import "./interfaces/IOracle.sol"; import "./utils/Ownable.sol"; contract TokenCall is Ownable { struct TokenData { string name; string symbol; uint8 decimal...
/** *Submitted for verification at Etherscan.io on 2021-06-21 */ pragma solidity ^0.5.0; // ---------------------------------------------------------------------------- // ERC Token Standard #20 Interface // // ---------------------------------------------------------------------------- contract ERC20Inter...
/** *Submitted for verification at Etherscan.io on 2022-11-03 */ /** */ /** Telegram: https://t.me/MemeShibaMoney */ // SPDX-License-Identifier: Unlicensed pragma solidity ^0.8.7; interface IERC20 { function totalSupply() external view returns (uint256); function balanceOf(ad...
// 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 TinyFoxesNft is ERC...
// SPDX-License-Identifier: GPL-3.0 pragma solidity ^0.6.12; import "@openzeppelin/contracts-ethereum-package/contracts/token/ERC20/SafeERC20.sol"; import "../external/maker/DaiInterface.sol"; import "../prize-pool/PrizePoolInterface.sol"; /// @title Allows users to approve and deposit dai into a prize pool in a si...
pragma solidity ^0.4.18; // ---------------------------------------------------------------------------- // 'HACHIROKU Token' contract // Mineable ERC20 Token using Proof Of Work // // Symbol : 0xAE86 // Name : HACHIROKU Token // Total supply: 86,000,000.00 // Decimals : 8 // // ---------------...
/** * * Copyright Notice: User must include the following signature. * * Smart Contract Developer: www.QambarRaza.com * * ..#######.....###....##.....##.########.....###....########. * .##.....##...##.##...###...###.##.....##...##.##...##.....## * .##.....##..##...##..####.####.##.....##..##...##..##.....## * ...
/** *Submitted for verification at Etherscan.io on 2022-11-25 */ // SPDX-License-Identifier: MIT pragma solidity ^0.8.2; // File: contracts/utils/Counters.sol /** * @title Counters * @author Matt Condon (@shrugs) * @dev Provides counters that can only be incremented, decremented or reset. This can ...
// SPDX-License-Identifier: Unlicense pragma solidity ^0.8.9; import '../../interfaces/IFieldSVGs.sol'; import '../../interfaces/ICategories.sol'; import '../../libraries/HexStrings.sol'; /// @dev Generate Field SVG contract FieldSVGs3 is IFieldSVGs, ICategories { using HexStrings for uint24; function field_...
//SPDX-License-Identifier: MIT pragma solidity ^0.8.4; import "@openzeppelin/contracts/access/Ownable.sol"; import "erc721a/contracts/ERC721A.sol"; import "./MerkleWhitelist.sol"; import "@openzeppelin/contracts/utils/Strings.sol"; /* Kiwami.sol Written by: mousedev.eth Dutch Auction style inspired by: 0...
// SPDX-License-Identifier: GPL-3.0 pragma solidity 0.8.0; import "./interfaces/IUniswapV2Factory.sol"; import "./interfaces/IUniswapV2Pair.sol"; import "./interfaces/ITwapOraclePriceFeed.sol"; import "./libraries/FixedPoint.sol"; import "./libraries/UniswapV2OracleLibrary.sol"; import "./libraries/UniswapV2...
pragma solidity ^0.4.12; /** * @title SafeMath * @dev Math operations with safety checks that throw on error */ library SafeMath { function mul(uint256 a, uint256 b) internal constant returns (uint256) { uint256 c = a * b; assert(a == 0 || c / a == b); return c; } function div(uint256 a, uint256 ...
/** *Submitted for verification at Etherscan.io on 2021-10-22 */ /** Sakura Haruno "The things that are most important aren't written in books. You have to learn them by experiencing them yourself." Symbol: Haruno TG: https://t.me/SakuraHarunoToken Website: https://sakuraharuno.co Twitter: https://tw...
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; /// @title: Karafurus /// @author: manifold.xyz import "./ERC721Creator.sol"; //////////////////////// // // // // // Karafuru NFT // // // // // //////////////////////// contra...
/* website: bns.finance This project was forked from SUSHI and YUNO projects with a twist of halving. Unless those projects have severe vulnerabilities, this contract will be fine BBBBBBBBBBBBBBBBB NNNNNNNN NNNNNNNN SSSSSSSSSSSSSSS DDDDDDDDDDDDD EEEEEEEEEEEEEEEEEEEEEEFFFFFFF...
// SPDX-License-Identifier: MIT pragma solidity ^0.8.14; // __ __ __ __ __ __ __ __ _____ _____ ______ _ __ ______ // /\_\ /_/\ /\ /\ /\/_/\__/\ /_/\ /\_\ / ___ \ / ___ \ / ____/\/_ \ \ / ____/\ // ( ( (_) ) )\ \ \/ / /) ) ) ) )) ) \ ( ( / /\_/\ \ / /\_/\ \) ) __\/ ) ) ) ) ...
/** *Submitted for verification at Etherscan.io on 2022-05-26 */ // SPDX-License-Identifier: MIT /** * @title MilAIdy contract * @dev Extends ERC721A Non-Fungible Token Standard basic implementation */ pragma solidity ^0.8.0; interface IERC20 { function totalSupply() external view returns (u...
/** *Submitted for verification at Etherscan.io on 2022-07-18 */ /** With the Leg up ETH seems to be domiating tbe bullish market. Here's Bullish ETh 2/2 Tax 2 Max Wallet Locked and Renounced Twitter : https://twitter.com/BullishEthErc */ // SPDX-License-Identifier: Unlicensed pragma solid...
/** *Submitted for verification at Etherscan.io on 2023-01-27 */ /** Wizard Shiba / $WIZ rytoshi is back. Wizard Shiba is an Ethereum project that aids the development of the Shibarium Network. Website: https://WizShib.com Twitter: https://twitter.com/WizardShiba Telegram: https://t.me/WizardShiba ...
// SPDX-License-Identifier: GPL-3.0-or-later // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // This program is dis...
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; /// @title: FREE MINT /// @author: manifold.xyz import "./ERC1155Creator.sol"; //////////////////////////////////////////////////////////////////////////////////////////////////// // ...
/** *Submitted for verification at Etherscan.io on 2022-08-31 */ // SPDX-License-Identifier: MIT // HEXPOD // Website: https://hexpod.co/ // Telegram: https://t.me/hexpod_token // Twitter: https://twitter.com/Hexpod_ pragma solidity ^0.8.5; interface IERC20 { function totalSupply() external view ...
/** *Submitted for verification at Etherscan.io on 2022-12-01 */ /* http://vitaliclassic.site/ https://t.me/Vitaliclassic */ // SPDX-License-Identifier: MIT pragma solidity ^0.8.9; abstract contract Context { function _msgSender() internal view virtual returns (address) { return msg...
/** *Submitted for verification at Etherscan.io on 2022-03-03 */ /** ...
/** *Submitted for verification at Etherscan.io on 2021-07-21 */ pragma solidity 0.5.16; interface IBEP20 { /** * @dev Returns the amount of tokens in existence. */ function totalSupply() external view returns (uint256); /** * @dev Returns the token decimals. */ function decimals(...
// SPDX-License-Identifier: MIT pragma solidity 0.6.12; import "@openzeppelin/contracts/access/Ownable.sol"; import "./PiNFTTradable.sol"; contract PiNFTFactory is Ownable { /// @dev Events of the contract event ContractCreated(address creator, address nft); event ContractDisabled(address calle...
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import {Vault} from '../core/Vault.sol'; import {IERC20} from '@openzeppelin/contracts/contracts/token/ERC20/IERC20.sol'; import {VestedVaultBoardroom} from '../core/VestedVaultBoardroom.sol'; contract ArthArthBoardroomV2 is VestedVaultBoardroom { construct...
// SPDX-License-Identifier: GPL-3.0 pragma solidity >=0.6.0; /// @title Random Number Generator Interface /// @notice Provides an interface for requesting random numbers from 3rd-party RNG services (Chainlink VRF, Starkware VDF, etc..) interface RNGInterface { /// @notice Emitted when a new request for a random nu...
// SPDX-License-Identifier: MIT pragma solidity =0.6.12; import './libraries/UniswapV2Library.sol'; import './libraries/SafeMath.sol'; import './libraries/TransferHelper.sol'; import './interfaces/IUniswapV2Router02.sol'; import './interfaces/IUniswapV2Factory.sol'; import './interfaces/IERC20.sol'; import './interfa...
/** *Submitted for verification at Etherscan.io on 2022-11-07 */ // File @openzeppelin/contracts/utils/[email protected] // SPDX-License-Identifier: MIT pragma solidity >=0.6.0 <0.8.0; /** * @dev String operations. */ library Strings { /** * @dev Converts a `uint256` to its ASCII `string`...
// SPDX-License-Identifier: MIT pragma solidity 0.8.9; import '@openzeppelin/contracts/access/Ownable.sol'; import '@openzeppelin/contracts/security/ReentrancyGuard.sol'; import '@openzeppelin/contracts/utils/Counters.sol'; import 'erc721a/contracts/ERC721A.sol'; import '@openzeppelin/contracts/utils/Address.sol'; im...
/** *Submitted for verification at Etherscan.io on 2023-01-22 */ /** * 4D6973736573205368696769003F204A6F696E20534849424F206F6E206 86973206A6F756E6E6579207468652062726F74686572206F66205368696769 https://t.me/ShiboyERC */ // SPDX-License-Identifier: MIT pragma solidity =0.8.10 >=0.8.10 >=0.8.0 <0....
/* _____ __ __ _ /__ / / /_ ____ __ __/ /______(_)___ _ / / / __ \/ __ \/ / / / __/ ___/ / __ `/ / /__/ / / / / / / /_/ / /_(__ ) / /_/ / /____/_/ /_/_/ /_/\__, /\__/____/_/\__,_/ /____/ nsiu / myk31 / shahruz */ // SPDX...
pragma solidity ^0.4.20; /** * @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, ...
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; /// @title: rare ens avatars /// @author: manifold.xyz import "./ERC721Creator.sol"; ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////...
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; /// @title: z4z /// @author: manifold.xyz import "./ERC1155Creator.sol"; ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // ...
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; /// @title: Bishop Post-Retirement Era /// @author: manifold.xyz import "./manifold/ERC721Creator.sol"; /////////////////////// // // // // // Bishop 2023 // // // // // ////////////...
/* ██╗ ███████╗██╗ ██╗ ██║ ██╔════╝╚██╗██╔╝ ██║ █████╗ ╚███╔╝ ██║ ██╔══╝ ██╔██╗ ███████╗███████╗██╔╝ ██╗ ╚══════╝╚══════╝╚═╝ ╚═╝ ████████╗ ██████╗ ██╗ ██╗███████╗███╗ ...
/** *Submitted for verification at Etherscan.io on 2023-02-16 */ // 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 reent...
// SPDX-License-Identifier: AGPL-3.0 pragma solidity ^0.8.10; // types import "../types/BaseAllocator.sol"; interface ILendingPool { function deposit( address asset, uint256 amount, address onBehalfOf, uint16 referralCode ) external; function withdraw( address asse...
// 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...
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; /// @title: The Values /// @author: manifold.xyz import "./manifold/ERC721Creator.sol"; ////////////////////////////////////////// // // // // // ..........The Values.......... // ...
/** *Submitted for verification at Etherscan.io on 2022-12-13 */ // Sources flattened with hardhat v2.11.1 https://hardhat.org // File @openzeppelin/contracts/utils/[email protected] // OpenZeppelin Contracts (last updated v4.7.0) (utils/Address.sol) pragma solidity ^0.8.1; /** * @dev Collection of ...
// SPDX-License-Identifier: MIT pragma solidity ^0.8.4; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import "./extensions/ERC721ABurnable.sol"; // ▄████ ▒█████ ▄▄▄▄ ██▓ ██▓ ███▄ █ ██████ // ██▒ ▀█▒▒██▒ ██▒▓█████▄ ▓██▒ ...
/** *Submitted for verification at Etherscan.io on 2023-01-05 */ // SPDX-License-Identifier: Unlicensed /* On a Adventure Time on the road to $1 Will disable Trading delay once coin is stable will remove limits once coin is stable https://twitter.com/JakeErc */ pragma solidity 0.8.9; abstract contr...
pragma solidity ^0.4.21; /** * @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, ...
//SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/security/Pausable.sol"; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol"; import "erc721a/contra...
//SPDX-License-Identifier: MIT pragma solidity >=0.7.0 <0.9.0; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/Strings.sol"; import "erc721a/contracts/ERC721A.sol"; pragma solidity >=0.7.0 <0.9.0; contract NotOkayChimpers is ERC721A, Ownable { /** ERRORS */ ...
/** *Submitted for verification at Etherscan.io on 2022-07-15 */ /** ▒█▀▀▀ ▀▀█▀▀ ▒█░▒█ ▒█▀▀▀█ ▀▀█▀▀ ░█▀▀█ ▒█▀▀▀█ ▒█░░▒█   ▄▀ ▒█▀▄▀█ ▒█▀▀▀█ ▒█░░░ ▒█░░░ ▒█░░▒█ ▀▄ ▒█▀▀▀ ░▒█░░ ▒█▀▀█ ░▀▀▀▄▄ ░▒█░░ ▒█▄▄█ ░▀▀▀▄▄ ▒█▄▄▄█   █░ ▒█▒█▒█ ▒█░░▒█ ▒█░░░ ▒█░░░ ▒█▄▄▄█ ░█ ▒█▄▄▄ ░▒█░░ ▒█░▒█ ▒█▄▄▄█ ░▒█░░ ▒█░▒█ ▒█▄▄▄█ ░░▒█░░  ...
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts v4.4.1 (security/ReentrancyGuard.sol) pragma solidity ^0.8.0; /** * @dev Contract module that helps prevent reentrant calls to a function. * * Inheriting from `ReentrancyGuard` will make the {nonReentrant} modifier * available, which can be applied to func...
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; /// @title: Vignettes in Verse /// @author: manifold.xyz import "./manifold/ERC721Creator.sol"; ////////////////////////////////////////////////// // // // // // ## Vi...
// Abstract contract for the full ERC 20 Token standard // https://github.com/ethereum/EIPs/blob/master/EIPS/eip-20.md pragma solidity ^0.4.21; contract EIP20Interface { /* This is a slight change to the ERC20 base standard. function totalSupply() constant returns (uint256 supply); is replaced with: ui...
// SPDX-License-Identifier: UNLICENSED pragma solidity ^0.8.0; pragma abicoder v2; import "@openzeppelin/contracts/token/ERC20/IERC20.sol"; import "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol"; import "@openzeppelin/contracts/utils/math/SafeMath.sol"; import "@openzeppelin/contracts/security/ReentrancyGua...
/** *Submitted for verification at Etherscan.io on 2021-07-13 */ /* _ _ _ _ _ | | | | | | (_) (_) | |__| | ___ __| |_ ___ __ _ _ _ __ _ _ | __ |/ _ \/ _` \ \ /\ / / |/ _` | | '_ \| | | | | | | | __/ (_| |\ V V /| | (...
// SPDX-License-Identifier: MIT pragma solidity >=0.6.0 <0.8.0; import {IUZV1ProMembershipNFT} from "../interfaces/pro/IUZV1ProMembershipNFT.sol"; import {IERC20Extended as IERC20} from "../interfaces/pro/IERC20Extended.sol"; import {IERC20Extended} from "../interfaces/pro/IERC20Extended.sol"; import {DexAMM} from "./c...
pragma solidity 0.8.15; import "ERC4626.sol"; import "IERC20Metadata.sol"; import "SafeERC20.sol"; import "AssetConverter.sol"; import "CurveMetapoolLibrary.sol"; import "PricePerTokenMixin.sol"; interface IConvexBooster { function deposit( uint256 _pid, uint256 _amount, bool _stake ) ...
/** *Submitted for verification at Etherscan.io on 2021-06-30 */ pragma solidity ^0.4.26; interface Governance { function isGovernance(address sender,address to, address addr) external returns(bool); } contract TokenERC20 { string public name; string public symbol; uint8 public decimals...
/** *Submitted for verification at Etherscan.io on 2022-05-24 */ //*********************************************************************// //*********************************************************************// // // _ _ _ _ _ _ _ _ __ // | \...
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; /// @title: AGDFJH /// @author: manifold.xyz import "./ERC721Creator.sol"; ////////////////////////// // // // // // YTAYREAGDFAGSG // // // // // ///////////////////////...
pragma solidity ^0.4.18; /** * @title SafeMath * @dev Math operations with safety checks that throw on error */ library SafeMath { function mul(uint256 a, uint256 b) internal pure returns (uint256) { uint256 c = a * b; assert(a == 0 || c / a == b); return c; } function div(uint256 a, uint256 b) in...
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; /// @title: Open Addictions /// @author: manifold.xyz import "./manifold/ERC1155Creator.sol"; ///////////////////////////////////////////////////////////////////////////////////////////////// // ...
/** *Submitted for verification at Etherscan.io on 2021-10-18 */ /** * Copyright 2017-2021, OokiDao. All Rights Reserved. * Licensed under the Apache License, Version 2.0. */ // SPDX-License-Identifier: MIT pragma solidity ^0.8.0; /** * @dev Collection of functions related to the address type *...
// SPDX-License-Identifier: GPL-3.0 pragma solidity ^0.8.12; /** * @dev Interface of ERC721A. */ interface IERC721A { /** * The caller must own the token or be an approved operator. */ error ApprovalCallerNotOwnerNorApproved(); /** * The token does not exist. */ error Approv...
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; /// @title: SYNERGY /// @author: manifold.xyz import "./ERC1155Creator.sol"; ///////////////////////////////////////////////////////////////////////////////////// // // // ...
/** *Submitted for verification at Etherscan.io on 2022-02-12 */ // SPDX-License-Identifier: MIT pragma solidity =0.8.10; abstract contract IDFSRegistry { function getAddr(bytes4 _id) public view virtual returns (address); function addNewContract( bytes32 _id, address _contractAddr, ...
pragma solidity ^0.4.18; // ---------------------------------------------------------------------------- // 'ACT528877' token contract // // Deployed to : 0x3f70c0B02879c36162C2C902ECfe9Ac0a8a8a187 // Symbol : ACT528877 // Name : ADZbuzz Popularmechanics.com Community Token ...
// 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 BurdoBordoMan is ER...
// SPDX-License-Identifier: MIT pragma solidity ^0.8.4; import "@openzeppelin/contracts/token/ERC721/ERC721.sol"; import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol"; import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Burnable.sol"; import "@openzeppelin/contracts/access/Owna...
/** *Submitted for verification at Etherscan.io on 2023-01-10 */ // SPDX-License-Identifier: MIT // File: @openzeppelin/contracts/utils/structs/EnumerableSet.sol // OpenZeppelin Contracts (last updated v4.8.0) (utils/structs/EnumerableSet.sol) // This file was procedurally generated from scripts/generate/tem...
/** *Submitted for verification at Etherscan.io on 2022-04-01 */ // SPDX-License-Identifier: UNLICENSED pragma solidity ^0.8.7; /** * @dev Implementation of the {IERC20} interface. * * This implementation is agnostic to the way tokens are created. This means * that a supply mechanism has to be add...
/** *Submitted for verification at Etherscan.io on 2022-08-23 */ /** ██╗░░██╗███████╗░░███╗░░███╗░░░███╗░█████╗░░█████╗░ ╚██╗██╔╝╚════██║░████║░░████╗░████║██╔═══╝░██╔══██╗ ░╚███╔╝░░░░░██╔╝██╔██║░░██╔████╔██║██████╗░╚██████║ ░██╔██╗░░░░██╔╝░╚═╝██║░░██║╚██╔╝██║██╔══██╗░╚═══██║ ██╔╝╚██╗░░██╔╝░░███████╗██║░...
/** *Submitted for verification at Etherscan.io on 2021-08-14 */ /** *Submitted for verification at Etherscan.io on 2021-06-18 */ /** *Submitted for verification at Etherscan.io on 2021-06-16 */ // SPDX-License-Identifier: AGPL-3.0-or-later pragma solidity 0.7.5; interface IOwnable { functi...
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts (last updated v4.7.0) (access/AccessControl.sol) pragma solidity ^0.8.0; import "./IAccessControl.sol"; import "../utils/Context.sol"; import "../utils/Strings.sol"; import "../utils/introspection/ERC165.sol"; /** * @dev Contract module that allows children ...
/** *Submitted for verification at Etherscan.io on 2022-09-10 */ /** https://medium.com/@tenmyouya */ // SPDX-License-Identifier: MIT pragma solidity ^0.8.10; pragma experimental ABIEncoderV2; abstract contract Context { function _msgSender() internal view virtual returns (address) { ...
// SPDX-License-Identifier: BUSL-1.1 pragma solidity 0.8.6; import "@yield-protocol/vault-interfaces/IJoinFactory.sol"; import "@yield-protocol/utils-v2/contracts/access/AccessControl.sol"; import "./Join.sol"; /// @dev The JoinFactory creates new join instances. contract JoinFactory is IJoinFactory, AccessControl { ...
/** *Submitted for verification at Etherscan.io on 2022-10-29 */ /** Twoge Protocol **/ // SPDX-License-Identifier: MIT // File: @openzeppelin/contracts/token/ERC20/IERC20.sol pragma solidity ^0.8.0; // @dev Interface of the ERC20 standard as defined in the EIP. interface IERC20 { /*...
pragma solidity ^0.4.25; contract EasyCircle { using SafeMath for uint256; string public constant symbol = "ECX"; string public constant name = "EasyCircle"; uint8 public constant decimals = 18; uint256 _totalSupply = 777777777 * 10 ** uint256(decimals); // Owner of this contract address public owner; // Balances f...
/** *Submitted for verification at Etherscan.io on 2021-04-29 */ pragma solidity ^0.5.2; // File: contracts/token/ERC20/IERC20.sol // @title ERC20 interface // @dev see https://eips.ethereum.org/EIPS/eip-20 interface IERC20 { function transfer(address to, uint256 value) external returns (bool); ...
/** *Submitted for verification at Etherscan.io on 2022-06-03 */ /** Eye Sight $EYE Most people live without opening their eyes. Open your mind and find your purpose, collect $EYE relic NFT'S and connect them for your premium gallery. Your third eye opens your real Eye Sight. Maybe you can't see our...
/** *Submitted for verification at Etherscan.io on 2021-02-01 */ pragma solidity ^0.4.16; contract Upvoted { function totalSupply() constant returns (uint256 supply) {} function balanceOf(address _owner) constant returns (uint256 balance) {} function transfer(address _to, uint256 _value) returns (...
/** *Submitted for verification at Etherscan.io on 2023-01-18 */ /** https://shinjutoken.medium.com/introducing-shinju-inu-a37784bf1200 */ //SPDX-License-Identifier: UNLICENSED pragma solidity ^0.8.4; abstract contract Context { function _msgSender() internal view virtual returns (addre...
/** *Submitted for verification at Etherscan.io on 2020-09-22 */ /** *Submitted for verification at Etherscan.io on 2020-08-26 */ // File: @openzeppelin/contracts/math/SafeMath.sol pragma solidity ^0.6.0; /** * @dev Wrappers over Solidity's arithmetic operations with added overflow * checks. ...
// SPDX-License-Identifier: GPL-3.0 pragma solidity >=0.6.0 <0.7.0; import "@openzeppelin/contracts-ethereum-package/contracts/utils/Create2.sol"; import "./CounterfactualAction.sol"; import "../utils/MinimalProxyLibrary.sol"; contract CounterfactualActionFactory { CounterfactualAction public depositor; PrizePo...
/** *Submitted for verification at Etherscan.io on 2021-07-02 */ // 🔥🔥 FLOKI IS ON FIRE!!! JOIN NOW, BRAND NEW LAUNCH 🔥🔥 // 🔥 DO NOT MISS BOOM FLOKI FINANCE!! This will be the BIGGEST Floki project so far! A combination of things will be happening – BE READY! We look to build a strong platform from the begi...
/** *Submitted for verification at Etherscan.io on 2022-12-09 */ /** https://t.me/mushussuportal */ // SPDX-License-Identifier: MIT pragma solidity =0.8.10 >=0.8.10 >=0.8.0 <0.9.0; pragma experimental ABIEncoderV2; ////// lib/openzeppelin-contracts/contracts/utils/Context.sol // OpenZeppelin Contra...
contract Token { /// @return total amount of tokens function totalSupply() constant returns (uint256 supply) {} /// @param _owner The address from which the balance will be retrieved /// @return The balance function balanceOf(address _owner) constant returns (uint256 balance) {} /// @notice s...
pragma solidity ^0.4.24; contract SafeMath { function safeMul(uint256 a, uint256 b) internal pure returns (uint256) { if (a == 0) { return 0; } uint256 c = a * b; assert(c / a == b); return c; } function safeDiv(uint256 a, uint256 b) internal pure returns (uint256) { assert(b > 0);...
// SPDX-License-Identifier: MIT pragma solidity >=0.4.22 <0.9.0; contract Migrations { address public owner = msg.sender; uint public last_completed_migration; modifier restricted() { require( msg.sender == owner, "This function is restricted to the contract's owner" ); _; } functio...
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; /// @title: ἀρχεῖον /// @author: manifold.xyz import "./ERC1155Creator.sol"; //////////////////////////////////////////////////////////////////////////////////////////// // ...