contract_name
string
file_path
string
contract_address
string
language
string
source_code
string
abi
string
compiler_version
string
optimization_used
bool
runs
float64
constructor_arguments
string
evm_version
string
library
string
license_type
string
proxy
bool
implementation
string
swarm_source
string
Harbour
contracts/interfaces/Interfaces.sol
0x2cd3357a6be1c8c132edafa022dae0c82379e4c3
Solidity
// SPDX-License-Identifier: MIT LICENSE pragma solidity ^0.8.9; interface ICoin { function mint(address account, uint amount) external; function burn(address _from, uint _amount) external; function balanceOf(address account) external returns (uint256); function approve(address spender, uint256 amount) ...
[{"inputs":[{"internalType":"address","name":"_tunnel","type":"address"},{"internalType":"address","name":"_ggold","type":"address"},{"internalType":"address","name":"_wood","type":"address"},{"internalType":"address","name":"_goldhunters","type":"address"},{"internalType":"address","name":"_ships","type":"address"},{"...
v0.8.9+commit.e5eed63a
false
200
000000000000000000000000031b8d7bb9b55570b08f2400b4636db24902df890000000000000000000000005c2e129ec58563c7206229ffb1adb9dc29db915f0000000000000000000000004fe5fcfd7d50fc80f75b150dd630bffcd36bb00a00000000000000000000000066fca7555cd481545a5e66ba9a2bec1e256f98e700000000000000000000000042464cec487fe48591f5ad611cee426854ae01e9...
Default
null
null
false
null
null
Harbour
contracts/utils/RecoverableERC721Holder.sol
0x2cd3357a6be1c8c132edafa022dae0c82379e4c3
Solidity
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts v4.4.1 (token/ERC721/utils/ERC721Holder.sol) pragma solidity ^0.8.0; import {IToken} from "../interfaces/Interfaces.sol"; import {Ownable} from "@openzeppelin/contracts/access/Ownable.sol"; import {IERC721Receiver} from "@openzeppelin/contracts/token/ERC721/IER...
[{"inputs":[{"internalType":"address","name":"_tunnel","type":"address"},{"internalType":"address","name":"_ggold","type":"address"},{"internalType":"address","name":"_wood","type":"address"},{"internalType":"address","name":"_goldhunters","type":"address"},{"internalType":"address","name":"_ships","type":"address"},{"...
v0.8.9+commit.e5eed63a
false
200
000000000000000000000000031b8d7bb9b55570b08f2400b4636db24902df890000000000000000000000005c2e129ec58563c7206229ffb1adb9dc29db915f0000000000000000000000004fe5fcfd7d50fc80f75b150dd630bffcd36bb00a00000000000000000000000066fca7555cd481545a5e66ba9a2bec1e256f98e700000000000000000000000042464cec487fe48591f5ad611cee426854ae01e9...
Default
null
null
false
null
null
IYKYK
contracts/IYKYK.sol
0xf1c99e801a7000c2977d296732c9658de9485eeb
Solidity
pragma solidity >=0.7.0 <0.9.0; contract IYKYK is ERC721, Ownable { using Strings for uint256; using Counters for Counters.Counter; Counters.Counter private supply; string public uriPrefix = ""; string public uriSuffix = ".json"; string public hiddenMetadataUri; uint256 public cost...
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"approved","type":"address"},{"indexed":true,"internalType":"uint256","name":"tokenId","type":"uint256...
v0.8.7+commit.e28d00a7
false
200
null
Default
null
MIT
false
null
ipfs://51c87eb589a5ab55ba555aea2751a31b52d2057a6cde2d9cd8917fb85d15bfee
GenesisChameleonPills
contracts/GenesisChameleonPills.sol
0x3d5fe48beae44e894b8db377deea6ad6582e9adc
Solidity
// SPDX-License-Identifier: MIT pragma solidity >=0.8.9 <0.9.0; ///////////////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////////////// //............................................................................
[{"inputs":[{"internalType":"string","name":"_tokenName","type":"string"},{"internalType":"string","name":"_tokenSymbol","type":"string"},{"internalType":"uint256","name":"_cost","type":"uint256"},{"internalType":"uint256","name":"_maxSupply","type":"uint256"},{"internalType":"uint256","name":"_maxMintAmountPerTx","typ...
v0.8.9+commit.e5eed63a
true
200
00000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000258689ac70a800000000000000000000000000000000000000000000000000000000000000000450000000000000000000000000000000000000000000000000000000000000002...
Default
null
null
false
null
null
GenesisChameleonPills
@openzeppelin/contracts/utils/cryptography/MerkleProof.sol
0x3d5fe48beae44e894b8db377deea6ad6582e9adc
Solidity
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts (last updated v4.5.0) (utils/cryptography/MerkleProof.sol) pragma solidity ^0.8.0; /** * @dev These functions deal with verification of Merkle Trees proofs. * * The proofs can be generated using the JavaScript library * https://github.com/miguelmota/merkle...
[{"inputs":[{"internalType":"string","name":"_tokenName","type":"string"},{"internalType":"string","name":"_tokenSymbol","type":"string"},{"internalType":"uint256","name":"_cost","type":"uint256"},{"internalType":"uint256","name":"_maxSupply","type":"uint256"},{"internalType":"uint256","name":"_maxMintAmountPerTx","typ...
v0.8.9+commit.e5eed63a
true
200
00000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000258689ac70a800000000000000000000000000000000000000000000000000000000000000000450000000000000000000000000000000000000000000000000000000000000002...
Default
null
null
false
null
null
Aokiji
Aokiji.sol
0x65c9ec0cc0d185e9339b3ae7d9e5ef254192dfc1
Solidity
// SPDX-License-Identifier: MIT // Telegram: t.me/aokijitoken pragma solidity ^0.8.4; address constant WALLET_ADDRESS = 0x13bB75f634651e978cDf9718ff24ae0f82a95928; address constant ROUTER_ADDRESS=0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D; uint256 constant TOTAL_SUPPLY = 100000000; string constant TOKEN_NAME ...
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}...
v0.8.7+commit.e28d00a7
false
200
null
Default
null
MIT
false
null
ipfs://b09e6174a6d763eaaeb5ede3fa35fb686fda213ba5f4f0038d7b3010299b74b6
DINOSHI
DINOSHI.sol
0x4519a54ee8f354ed4070acc673e2dbda27f52579
Solidity
// SPDX-License-Identifier: UNLICENSED /* Welcome to Dinoshiba! ($DINOSHI) Would you be able to help Rawl, the Dinoshiba and his father Dino, a T Rex to sustain their life? The sell tax of this project will be raised to 17% to avoid the situation of jeets selling our token at the early stage of our launch....
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}...
v0.8.7+commit.e28d00a7
true
200
null
Default
null
null
false
null
ipfs://e7e258f3a1e8811ee015ba8b95f8bf7131b05cc9913bfb31de7540c5c4e17c43
Quasars
contracts/Quasars.sol
0xe76512732b1e49eb259dfc6d9d49e4c5dac6a75c
Solidity
//SPDX-License-Identifier: Unlicense pragma solidity ^0.8.9; import '@openzeppelin/contracts/access/Ownable.sol'; import '@openzeppelin/contracts/token/ERC20/IERC20.sol'; import './ERC1155U.sol'; interface ProxyRegistry { function proxies(address) external view returns (address); } interface IERC2981 { funct...
[{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"operator","type":"address"},{"indexed":false,"internalType":"bool","name":"approved","type":"bool"}],"name":"ApprovalForAll","type":"event"},{"anonymous":false,"inputs...
v0.8.9+commit.e5eed63a
true
1,000
null
Default
null
null
false
null
null
Helaya
@openzeppelin/contracts/utils/Address.sol
0x4cf512c78895a82733a7da2fd404f9c09c18bbea
Solidity
pragma solidity ^0.8.0; /** * @dev Collection of functions related to the address type */ library Address { /** * @dev Returns true if `account` is a contract. * * [IMPORTANT] * ==== * It is unsafe to assume that an address for which this function returns * false is an e...
[{"inputs":[{"internalType":"string","name":"_name","type":"string"},{"internalType":"string","name":"_symbol","type":"string"},{"internalType":"string","name":"_initBaseURI","type":"string"},{"internalType":"string","name":"_initNotRevealedUri","type":"string"}],"stateMutability":"nonpayable","type":"constructor"},{"a...
v0.8.7+commit.e28d00a7
true
200
000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000c0000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000001600000000000000000000000000000000000000000000000000000000000000006...
Default
null
MIT
false
null
ipfs://7b190770ab99d33326a224f81dc90e007bcc6834078003449161e2246280c9bb
Helaya
@openzeppelin/contracts/access/Ownable.sol
0x4cf512c78895a82733a7da2fd404f9c09c18bbea
Solidity
pragma solidity ^0.8.0; /** * @dev Contract module which provides a basic access control mechanism, where * there is an account (an owner) that can be granted exclusive access to * specific functions. * * By default, the owner account will be the one that deploys the contract. This * can later be changed w...
[{"inputs":[{"internalType":"string","name":"_name","type":"string"},{"internalType":"string","name":"_symbol","type":"string"},{"internalType":"string","name":"_initBaseURI","type":"string"},{"internalType":"string","name":"_initNotRevealedUri","type":"string"}],"stateMutability":"nonpayable","type":"constructor"},{"a...
v0.8.7+commit.e28d00a7
true
200
000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000c0000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000001600000000000000000000000000000000000000000000000000000000000000006...
Default
null
MIT
false
null
ipfs://7b190770ab99d33326a224f81dc90e007bcc6834078003449161e2246280c9bb
InvestorV1Pool
contracts/interfaces/IInvestorV1Pool.sol
0x790b9628f47af39fd31cc85db590c1fb8276dc84
Solidity
// SPDX-License-Identifier: MIT pragma solidity 0.8.7; import './IInvestorV1PoolImmutables.sol'; import './IInvestorV1PoolState.sol'; import './IInvestorV1PoolDerivedState.sol'; import './IInvestorV1PoolActions.sol'; import './IInvestorV1PoolOperatorActions.sol'; import './IInvestorV1PoolEvents.sol'; interface IInves...
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"from","type":"address"},{"indexed":false,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256","name":"amount","type":"uint256"}],"...
v0.8.7+commit.e28d00a7
true
1,000
null
Default
null
null
false
null
null
InvestorV1Pool
contracts/interfaces/IInvestorV1PoolImmutables.sol
0x790b9628f47af39fd31cc85db590c1fb8276dc84
Solidity
// SPDX-License-Identifier: MIT pragma solidity 0.8.7; interface IInvestorV1PoolImmutables { function factory() external view returns (address); function operator() external view returns (address); function name() external view returns (string memory); function maxCapacity() external view returns (uint...
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"from","type":"address"},{"indexed":false,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256","name":"amount","type":"uint256"}],"...
v0.8.7+commit.e28d00a7
true
1,000
null
Default
null
null
false
null
null
InvestorV1Pool
contracts/interfaces/IInvestorV1PoolDerivedState.sol
0x790b9628f47af39fd31cc85db590c1fb8276dc84
Solidity
// SPDX-License-Identifier: MIT pragma solidity 0.8.7; interface IInvestorV1PoolDerivedState { function expectedRestakeRevenue(uint256 amount) external view returns (uint256); }
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"from","type":"address"},{"indexed":false,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256","name":"amount","type":"uint256"}],"...
v0.8.7+commit.e28d00a7
true
1,000
null
Default
null
null
false
null
null
InvestorV1Pool
contracts/interfaces/IInvestorV1PoolActions.sol
0x790b9628f47af39fd31cc85db590c1fb8276dc84
Solidity
// SPDX-License-Identifier: MIT pragma solidity 0.8.7; interface IInvestorV1PoolActions { function update() external returns (bool); function deposit(uint256 amount) external returns (bool); function withdraw(uint256 amount, address to) external returns (bool); function exit(uint256 amount, address to)...
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"from","type":"address"},{"indexed":false,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256","name":"amount","type":"uint256"}],"...
v0.8.7+commit.e28d00a7
true
1,000
null
Default
null
null
false
null
null
InvestorV1Pool
contracts/interfaces/IInvestorV1PoolOperatorActions.sol
0x790b9628f47af39fd31cc85db590c1fb8276dc84
Solidity
// SPDX-License-Identifier: MIT pragma solidity 0.8.7; interface IInvestorV1PoolOperatorActions { function setOraclePrice(uint256 _oraclePrice) external returns (bool); function setColletralHash(string memory _newHash) external returns (bool); function setColletralLink(string memory _newLink) external retu...
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"from","type":"address"},{"indexed":false,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256","name":"amount","type":"uint256"}],"...
v0.8.7+commit.e28d00a7
true
1,000
null
Default
null
null
false
null
null
InvestorV1Pool
contracts/interfaces/IInvestorV1PoolEvents.sol
0x790b9628f47af39fd31cc85db590c1fb8276dc84
Solidity
// SPDX-License-Identifier: MIT pragma solidity 0.8.7; interface IInvestorV1PoolEvents { event PoolOpened(address operator, uint256 startTime, uint256 tokenDeposit); event PoolActiviated(uint256 funded); event PoolLiquidated(uint256 liquidityFund); event PoolDishonored(uint256 requiredFund, uint256 liq...
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"from","type":"address"},{"indexed":false,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256","name":"amount","type":"uint256"}],"...
v0.8.7+commit.e28d00a7
true
1,000
null
Default
null
null
false
null
null
GoldPot
GoldPot.sol
0x2ab0b5adee5793a49f8784a245a69e56a7f22383
Solidity
/** Gold Pot - $GDP Telegram: https://t.me/GoldPot_Entry Website: https://www.goldpotgdp.com/ Buy tax 10% / Sell tax 12% */ pragma solidity 0.8.9; abstract contract Context { function _msgSender() internal view virtual returns (address) { return msg.sender; } ...
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}...
v0.8.9+commit.e5eed63a
true
200
null
Default
null
MIT
false
null
ipfs://028497be5a3acb2bf4bf8427f13972a8fd5cf8edb18cc560a894b1e778d3320d
RareBlocks
/contracts/RareBlocks.sol
0x1bb191e56206e11b14117711c333cc18b9861262
Solidity
// SPDX-License-Identifier: MIT pragma solidity >0.5.2; import '@openzeppelin/contracts/token/ERC721/ERC721.sol'; import '@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol'; import '@openzeppelin/contracts/access/Ownable.sol'; import '@openzeppelin/contracts/utils/Counters.sol'; import '@openzeppeli...
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"approved","type":"address"},{"indexed":true,"internalType":"uint256","name":"tokenId","type":"uint256...
v0.8.9+commit.e5eed63a
false
200
null
Default
null
null
false
null
null
Shinjurai
Shinjurai.sol
0xe21c5b13d8d1b224a52a3ed663ef93c0f1a3f2b9
Solidity
//Web: https://www.shinjurai-inu.com //Telegram: t.me/ShinjuraiInu pragma solidity ^0.8.3; // SPDX-License-Identifier: Unlicensed /** * @dev Interface of the ERC20 standard as defined in the EIP. */ interface IERC20 { /** * @dev Returns the amount of tokens in existence. */ function to...
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}...
v0.8.7+commit.e28d00a7
false
200
null
Default
null
null
false
null
ipfs://882a964187211662027911683c6cf8b0661eec95074d43082bc799f2d094f36a
EarthWater
EarthWater.sol
0x129459ef28519c0f73bdf5ad27e41f18ec69d093
Solidity
/** */ // Elon thinks Earth should be called Water! // tg: EarthWaterETH // tw: EarthWaterETH // SPDX-License-Identifier: Unlicensed pragma solidity ^0.8.7; interface IERC20 { function totalSupply() external view returns (uint256); function balanceOf(address account) external view return...
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}...
v0.8.7+commit.e28d00a7
true
200
null
Default
null
null
false
null
ipfs://cfd5d1febf011ea3b5e46c5e6544a5cd95050dcfbc6291faa319c9554a3051da
TimelockERC721
TimelockERC721.sol
0xa349e07f6cbd0c6514ec58248d2faa82a46b2f72
Solidity
// Dependency file: @openzeppelin/contracts/utils/introspection/IERC165.sol // SPDX-License-Identifier: MIT // pragma solidity ^0.8.0; pragma abicoder v2; /** * @dev Interface of the ERC165 standard, as defined in the * https://eips.ethereum.org/EIPS/eip-165[EIP]. * * Implementers can declare support ...
[{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"bytes32","name":"contra...
v0.8.7+commit.e28d00a7
true
200
null
Default
null
MIT
false
null
ipfs://778142ad2e886e49ee95e6ab9f6217bce87f82c8b1e8712cdb6ccd5a364cc430
VCG
VCG.sol
0x1f36fb2d91d9951cf58ae4c1956c0b77e224f1e9
Solidity
// SPDX-License-Identifier: GPL-3.0 // _ __ ______ ______ // | | / // ____// ____/____ _ ____ ___ ___ _____ _____ // | | / // / / / __ / __ `// __ `__ \ / _ \ / ___// ___/ // | |/ // /___ / /_/ // /_/ // / / / / // __// / (__ ) // |___/ \____/ \____/ \__,_//_/ ...
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}...
v0.8.7+commit.e28d00a7
false
200
null
Default
null
GNU GPLv3
false
null
ipfs://318d547942b9afe68e7e6afe239223779da54949c130aa51944a8f67cfa20770
GoatTradersNFT
https://github.com/chiru-labs/ERC721A/blob/main/contracts/ERC721A.sol
0x99da9fa190e72721be83979daeb183240e51d443
Solidity
// Creator: Chiru Labs pragma solidity ^0.8.4; error ApprovalCallerNotOwnerNorApproved(); error ApprovalQueryForNonexistentToken(); error ApproveToCaller(); error ApprovalToCurrentOwner(); error BalanceQueryForZeroAddress(); error MintedQueryForZeroAddress(); error BurnedQueryForZeroAddress(...
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[],"name":"ApprovalCallerNotOwnerNorApproved","type":"error"},{"inputs":[],"name":"ApprovalQueryForNonexistentToken","type":"error"},{"inputs":[],"name":"ApprovalToCurrentOwner","type":"error"},{"inputs":[],"name":"ApproveToCaller","type":"err...
v0.8.7+commit.e28d00a7
true
200
null
Default
null
MIT
false
null
ipfs://2b616c3a63e6f8d994591b18b62c5eacc3efce47644a3b5e7be525b170d3127f
ANINU
ANINU.sol
0xaeb12942f7e8eda3eae33279fe7c38da0886d1ec
Solidity
// //Anime Inu - Brother of Dog Collar token //https://collartoken.com/ //*/ // SPDX-License-Identifier: Unlicensed pragma solidity ^0.8.4; abstract contract Context { function _msgSender() internal view virtual returns (address) { return msg.sender; } } interface IERC20 { functi...
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}...
v0.8.9+commit.e5eed63a
false
200
null
Default
null
null
false
null
ipfs://9c231911e8ea8d7fb5c2535894928feedeb6042eacd2bd21bdf4fe323805550e
BSB_StakingSmartStakers
BSB_StakingSmartStakers.sol
0x7e9ff3e4e081f0af9186145de486d113f96977a1
Solidity
pragma solidity >=0.8.0; // SPDX-License-Identifier: BSD-3-Clause 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) internal pure returns (uint256) { ...
[{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"holde...
v0.8.7+commit.e28d00a7
false
200
null
Default
null
BSD-3-Clause
false
null
ipfs://2ad17d91f47deaa216a349628d5f66717457e3a302b09994d8b8f2122f46aa22
MyExGirlfriend
MyExGirlfriend.sol
0x8c4d2c61d62ab28ab0383e1c70c974d002048f8d
Solidity
/* TG:- https://t.me/MyExGirlFrien WebSite:- http://myexgirlfriend.co/ ----- Time to show your ex who's the baller -------- Stealth launch ********* Will lock and Renounce ownership ******* ...
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}...
v0.8.9+commit.e5eed63a
false
200
null
Default
null
MIT
false
null
ipfs://0d9ac8e002f3a07f1ccc55e407a0cb1b6e3e324ec8562876aa4266efc4c0e601
MetaWolfVerse
MetaWolfVerse.sol
0x1f9ef522ed7652a37574a5cafe86a2029c57e4ff
Solidity
/** *Submitted for verification at Etherscan.io on 2022-02-18 */ /* /** Telegram : https://t.me/MetaWorlfverseETH */ pragma solidity ^0.8.9; // SPDX-License-Identifier: Unlicensed interface IERC20 { function totalSupply() external view returns (uint256); /** * @dev Returns the amount o...
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}...
v0.8.9+commit.e5eed63a
true
200
null
Default
null
null
false
null
ipfs://f003400752c78cafdc59dfc284a1f6716d0592516a10a0fa5d2491984b00a4c0
SimpleMarketplace
contracts/marketplace.sol
0x1be1de9fdc22bf0716b12006e4092634dc4a2fc0
Solidity
// 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 can then be * queried by others ({ERC165Checker}). * * For an implementation, s...
[{"inputs":[{"internalType":"address","name":"registryAddress_","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"bundleId","type":"uint256"}],"name":"BundleBought","type":"event"},{"anonymous":false,"inputs":[{"indexed...
v0.8.7+commit.e28d00a7
true
300
00000000000000000000000093256c28ac5b2dfe5ea80251c685390736b42114
Default
null
null
false
null
null
RacTokenDistributor
RacTokenDistributor.sol
0x08d05fe313935653d4b114096ea7f53f6cd3f661
Solidity
//SPDX-License-Identifier: UNLICENSED pragma solidity ^0.8.0; interface IERC20 { function transfer(address recipient, uint256 amount) external returns (bool); function balanceOf(address account) external view returns (uint256); } /// @title Rac Token Distributor smart contract /// @author coinvise /**...
[{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"user","type":"address"},{"indexed":false,"internalType":"uint256","name":"amountClaimed","type":"uint256"}],"name":"Claimed","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"user","type":"address"...
v0.8.7+commit.e28d00a7
false
200
null
Default
null
Unlicense
false
null
ipfs://dfb33a80b1f9630e0bfdb77491bdd47490bd3d79884ce8a0930451618c643a06
AXLToken
AXLToken.sol
0x25b24b3c47918b7962b3e49c4f468367f73cc0e0
Solidity
/** *Submitted for verification at Etherscan.io on 2021-07-11 */ // SPDX-License-Identifier: MIT pragma solidity ^0.8.9; /** Tokenomics ** * * - Total Supply * 100,000,000,000 (== 10 ** 11) * - Total Decimal * 10 ** 18 * - Token Name & Symbol * "AXL INU", "AXL" * * - Token distribution * 25%...
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}...
v0.8.9+commit.e5eed63a
false
200
null
Default
null
MIT
false
null
ipfs://f8f14377e7869d4a00291d33a906e54f8247e1d6f2efbc9d53032d43a4640cc3
PuffyInu
PuffyInu.sol
0x720d0b831c6a870c743d4d47bedbdeb8273870f6
Solidity
/* Puffy Inu Puffy is stealth launching on the Ethereum network. http://puffyinu.com https://twitter.com/PuffyInuETH https://t.me/puffyinu */ pragma solidity ^0.8.7; // SPDX-License-Identifier: UNLICENSED abstract contract Context { function _msgSender() internal view virtual returns (address) ...
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}...
v0.8.7+commit.e28d00a7
true
200
null
Default
null
Unlicense
false
null
ipfs://b630f13f8b77c49ff136d24510bc4601054641e1f8040212a2c60f28fa5072eb
VOLTR
VOLTR.sol
0x6183c073d5266af82372f640537c975ab4269a75
Solidity
/** *Submitted for verification at Etherscan.io on 2021-12-19 */ /* Volt Rocket - The rocketship to mars https://t.me/VoltRocket https://voltrocket.net/ */ // SPDX-License-Identifier: Unlicensed pragma solidity ^0.8.9; interface IERC20 { function totalSupply() external view...
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}...
v0.8.9+commit.e5eed63a
true
200
null
Default
null
null
false
null
ipfs://0a0b13f1119d64d2fc31f7b37ee4245e3cb83273ed53df529539d768f6e0091c
Metacrypt_B_X
/D/MicroSaaS/Metacrypt/code/metacrypt-contracts/contracts/service/MetacryptGeneratorInfo.sol
0x5d58284b3c9d4428dd7f08b0ae1bcd85b9903edd
Solidity
// SPDX-License-Identifier: UNLICENSED /* __ __ _ _ | \/ | | | | | | \ / | ___| |_ __ _ ___ _ __ _ _ _ __ | |_ | |\/| |/ _ \ __/ _` |/ __| '__| | | | '_ \| __| | | | | __/ || (_| | (__| | | |_| | |_) | |_ |_| |_|\___|\__\__,...
[{"inputs":[{"internalType":"address","name":"__metacrypt_target","type":"address"},{"internalType":"string","name":"__cmt_name","type":"string"},{"internalType":"string","name":"__cmt_symbol","type":"string"},{"internalType":"uint256","name":"__cmt_initial","type":"uint256"}],"stateMutability":"payable","type":"constr...
v0.8.9+commit.e5eed63a
true
200
0000000000000000000000003980a73f4159f867e6eec7555d26622e53d356b9000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000152d02c7e14af68000000000000000000000000000000000000000000000000000000000000000000006...
Default
null
null
false
null
null
Metacrypt_B_X
/D/MicroSaaS/Metacrypt/code/metacrypt-contracts/contracts/service/MetacryptHelper.sol
0x5d58284b3c9d4428dd7f08b0ae1bcd85b9903edd
Solidity
// SPDX-License-Identifier: UNLICENSED pragma solidity ^0.8.0; abstract contract MetacryptHelper { address private __target; string private __identifier; constructor(string memory __metacrypt_id, address __metacrypt_target) payable { __target = __metacrypt_target; __identifier = _...
[{"inputs":[{"internalType":"address","name":"__metacrypt_target","type":"address"},{"internalType":"string","name":"__cmt_name","type":"string"},{"internalType":"string","name":"__cmt_symbol","type":"string"},{"internalType":"uint256","name":"__cmt_initial","type":"uint256"}],"stateMutability":"payable","type":"constr...
v0.8.9+commit.e5eed63a
true
200
0000000000000000000000003980a73f4159f867e6eec7555d26622e53d356b9000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000152d02c7e14af68000000000000000000000000000000000000000000000000000000000000000000006...
Default
null
null
false
null
null
MetaverseNFT
/contracts/factory/OpenseaProxy.sol
0xf6df9657282bac986b0e40bdd2889aa95cae156b
Solidity
// SPDX-License-Identifier: MIT pragma solidity ^0.8.9; // These contract definitions are used to create a reference to the OpenSea // ProxyRegistry contract by using the registry's address (see isApprovedForAll). interface OwnableDelegateProxy { } interface ProxyRegistry { function proxies(address) external vie...
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"approved","type":"address"},{"indexed":true,"internalType":"uint256","name":"tokenId","type":"uint256...
v0.8.9+commit.e5eed63a
true
10,000
null
Default
null
null
false
null
null
SnekBros
contracts/SnekBros.sol
0xf3ca4b77033aa9a0ebf94ffa3ae64f2ff35d9030
Solidity
// 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 SnekBros is ERC721A...
[{"inputs":[{"internalType":"string","name":"_tokenName","type":"string"},{"internalType":"string","name":"_tokenSymbol","type":"string"},{"internalType":"uint256","name":"_cost","type":"uint256"},{"internalType":"uint256","name":"_maxSupply","type":"uint256"},{"internalType":"uint256","name":"_maxMintAmountPerTx","typ...
v0.8.9+commit.e5eed63a
true
200
00000000000000000000000000000000000000000000000000000000000000c00000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000006a94d74f43000000000000000000000000000000000000000000000000000000000000000013880000000000000000000000000000000000000000000000000000000000000001...
Default
null
null
false
null
null
Proxy
Proxy.sol
0xf2a3224dac7ef39b710b5ded3c33ce8be225a219
Solidity
// hevm: flattened sources of contracts/Proxy.sol // SPDX-License-Identifier: AGPL-3.0-only pragma solidity >=0.8.7 <0.9.0; ////// contracts/SlotManipulatable.sol /* pragma solidity ^0.8.7; */ abstract contract SlotManipulatable { function _getReferenceTypeSlot(bytes32 slot_, bytes32 key_) internal pure returns ...
[{"inputs":[{"internalType":"address","name":"factory_","type":"address"},{"internalType":"address","name":"implementation_","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"stateMutability":"payable","type":"fallback"}]
v0.8.7+commit.e28d00a7
true
200
00000000000000000000000036a7350309b2eb30f3b908ab0154851b5ed81db00000000000000000000000000000000000000000000000000000000000000000
Default
null
Unknown
true
0x97940c7aea99998da4c56922211ce012e7765395
none://none
FourFarcels
FourFarcels.sol
0xde0efb582b51c27225b492938296de64d00b79d9
Solidity
pragma solidity ^0.8.2; contract FourFarcels is ERC721, Ownable { using Strings for uint256; using Counters for Counters.Counter; Counters.Counter private supply; string public uriPrefix = "ipfs://QmfH9M5wbd5ehtm89RJxkmxLNfF4i9qPxP2w1FCth3dq5C/"; string public uriSuffix = ".j...
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"approved","type":"address"},{"indexed":true,"internalType":"uint256","name":"tokenId","type":"uint256...
v0.8.7+commit.e28d00a7
true
200
null
Default
null
MIT
false
null
ipfs://ecd11cccbd570c83b9e9866f7990ebf7c033e4827fb5c133579db6f9a1c5c6e3
POKERIUM
POKERIUM.sol
0xfc740815047045ff73edec5f6dddfed4604b7aa4
Solidity
/* Built and deployed using FTP Deployer, a service of Fair Token Project. Deploy your own token today at https://app.fairtokenproject.com#deploy POKERIUM Socials: Website: http://Pokerium.online ** Secured With FTPAntibot ** Fair Token Project is not responsible for the actions of users of this service. */ //...
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}...
v0.8.7+commit.e28d00a7
false
200
null
Default
null
null
false
null
null
LivesOfBoremon
contracts/LivesOfBoremon.sol
0x3b15bbdfb9008f498b66761ccb69cfad84512ee9
Solidity
// 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 LivesOfBor...
[{"inputs":[{"internalType":"string","name":"_tokenName","type":"string"},{"internalType":"string","name":"_tokenSymbol","type":"string"},{"internalType":"uint256","name":"_cost","type":"uint256"},{"internalType":"uint256","name":"_maxSupply","type":"uint256"},{"internalType":"uint256","name":"_maxMintAmountPerTx","typ...
v0.8.9+commit.e5eed63a
true
200
00000000000000000000000000000000000000000000000000000000000000c00000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000002386f26fc10000000000000000000000000000000000000000000000000000000000000000044c0000000000000000000000000000000000000000000000000000000000000001...
Default
null
null
false
null
null
SuperOrdinaryVillains
contracts/superordinaryvillains.sol
0xe24e4d4535f504d6d7957356534e23b4e787289f
Solidity
pragma solidity >=0.8.9 <0.9.0; contract SuperOrdinaryVillains is ERC721A, Ownable, ReentrancyGuard { using Strings for uint256; mapping(address => uint256) public _whitelist; mapping(address => bool) public whitelistClaimed; string public uriPrefix = ''; string public uriSuffix = '.jso...
[{"inputs":[{"internalType":"string","name":"_tokenName","type":"string"},{"internalType":"string","name":"_tokenSymbol","type":"string"},{"internalType":"uint256","name":"_cost","type":"uint256"},{"internalType":"uint256","name":"_maxSupply","type":"uint256"},{"internalType":"uint256","name":"_maxMintAmountPerTx","typ...
v0.8.9+commit.e5eed63a
false
200
00000000000000000000000000000000000000000000000000000000000000c00000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000002386f26fc1000000000000000000000000000000000000000000000000000000000000000022b80000000000000000000000000000000000000000000000000000000000000002...
Default
null
MIT
false
null
ipfs://b5b7b8351f3d235da648c1fd90802f8be54812ab3b4c66eba73b9c5e34cb92c3
SATOSHIPRIVATEKEY
SATOSHIPRIVATEKEY.sol
0xb3936e98e2b543dc0f0e1ba5c01f10037b678a4e
Solidity
// TG: https://t.me/satoshiprivatekeyportal , // 💰SLIPPAGE 14-15% // SPDX-License-Identifier: Unlicensed pragma solidity ^0.8.7; abstract contract Context { function _msgSender() internal view virtual returns (address payable) { return payable(msg.sender); } function _msgData(...
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}...
v0.8.7+commit.e28d00a7
false
200
null
Default
null
Unlicense
false
null
ipfs://cf13017711504d5b2e21dc9ccc959e5941ead8a02927d2536db3016648de2e9f
RadicleRegistry
RadicleRegistry.sol
0x40e9340be9326b2e026fdbefe775f1515939bd46
Solidity
// Verified using https://dapp.tools // hevm: flattened sources of src/registry.sol // SPDX-License-Identifier: MIT AND GPL-3.0-only pragma solidity >=0.8.0 <0.9.0 >=0.8.2 <0.9.0 >=0.8.7 <0.9.0; ////// lib/openzeppelin-contracts/contracts/utils/Context.sol /* pragma solidity ^0.8.0; */ /** * @dev Provides informat...
[{"inputs":[{"internalType":"contract IBuilder","name":"builder_","type":"address"},{"internalType":"address","name":"owner","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"contract IBuilder","name":"builder","type":"address"}],"name"...
v0.8.7+commit.e28d00a7
true
10,000
000000000000000000000000058be54b173e324f80ec03672ec14c4d079b82ac000000000000000000000000abadefe1ce7bb6f1d5146f3f476701f791b18c6c
Default
null
null
false
null
null
To_The_Moon
To_The_Moon.sol
0xdc6f2636e4cda234f353f653bff57d8b0714529f
Solidity
// SPDX-License-Identifier: Unlicensed pragma solidity ^0.8.4; abstract contract Context { function _msgSender() internal view virtual returns (address) { return msg.sender; } } interface IERC20 { function totalSupply() external view returns (uint256); function balanceOf(address...
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}...
v0.8.7+commit.e28d00a7
true
200
null
Default
null
MIT
false
null
ipfs://f025048d4fb94e347eef4772104151ebc5d4797525b9e96e5179be1b9a9c2f38
PetLoot
PetLoot.sol
0xccc54ae955f903e8633b4a08f6e669d2798403dc
Solidity
/** *Submitted for verification at Etherscan.io on 2021-09-09 */ // 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...
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"approved","type":"address"},{"indexed":true,"internalType":"uint256","name":"tokenId","type":"uint256...
v0.8.7+commit.e28d00a7
false
200
null
Default
null
MIT
false
null
ipfs://143a86ed1c671c266bcf565d4ea00619cb689cb30651632bb27cf7032d96644b
TwoBitHoney
contracts/utils/TwoBitHoneyErrors.sol
0x65b7990ab726ef573c176bb8b9b5464de6ea6c89
Solidity
// SPDX-License-Identifier: MIT pragma solidity ^0.8.4; /// @dev Honey drop is frozen error HoneyDropFrozen(); /// @dev When the burn requestor is invalid error InvalidBurner(); /// @dev When a tokenId > 0 is supplied error InvalidHoneyTypeId(); /// @dev When array parameters sizes don't match error MismatchedArra...
[{"inputs":[{"internalType":"address","name":"twoBitBears","type":"address"},{"internalType":"string","name":"baseURI","type":"string"}],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[],"name":"HoneyDropFrozen","type":"error"},{"inputs":[],"name":"InvalidBurner","type":"error"},{"inputs":[],"name":"Inv...
v0.8.9+commit.e5eed63a
true
200
0000000000000000000000008ed25b735a788f4f7129db736fc64f3a241137b8000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000a1646174613a6170706c69636174696f6e2f6a736f6e3b6261736536342c65794a755957316c496a6f69534739755a586b6755484a765932567a633239794f6942...
Default
null
null
false
null
null
TwoBitHoney
contracts/interfaces/ISVG.sol
0x65b7990ab726ef573c176bb8b9b5464de6ea6c89
Solidity
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; /// @title ISVG image library interface interface ISVG { /// Represents a color in RGB format with alpha struct Color { uint8 red; uint8 green; uint8 blue; uint8 alpha; } /// Represents a color type in an SVG imag...
[{"inputs":[{"internalType":"address","name":"twoBitBears","type":"address"},{"internalType":"string","name":"baseURI","type":"string"}],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[],"name":"HoneyDropFrozen","type":"error"},{"inputs":[],"name":"InvalidBurner","type":"error"},{"inputs":[],"name":"Inv...
v0.8.9+commit.e5eed63a
true
200
0000000000000000000000008ed25b735a788f4f7129db736fc64f3a241137b8000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000a1646174613a6170706c69636174696f6e2f6a736f6e3b6261736536342c65794a755957316c496a6f69534739755a586b6755484a765932567a633239794f6942...
Default
null
null
false
null
null
TwoBitHoney
contracts/interfaces/IBearDetail.sol
0x65b7990ab726ef573c176bb8b9b5464de6ea6c89
Solidity
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; /// @title TwoBitBears NFT Detail Interface interface IBearDetail { /// Represents the colors of a TwoBitBear struct Color { uint8 red; uint8 green; uint8 blue; } /// Represents the details of a TwoBitBear struct Deta...
[{"inputs":[{"internalType":"address","name":"twoBitBears","type":"address"},{"internalType":"string","name":"baseURI","type":"string"}],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[],"name":"HoneyDropFrozen","type":"error"},{"inputs":[],"name":"InvalidBurner","type":"error"},{"inputs":[],"name":"Inv...
v0.8.9+commit.e5eed63a
true
200
0000000000000000000000008ed25b735a788f4f7129db736fc64f3a241137b8000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000a1646174613a6170706c69636174696f6e2f6a736f6e3b6261736536342c65794a755957316c496a6f69534739755a586b6755484a765932567a633239794f6942...
Default
null
null
false
null
null
Forwarder
Forwarder.sol
0x350b35866dda816bd09a5d6372f6063f899d8cdb
Solidity
// SPDX-License-Identifier: MIT pragma solidity >0.8.0 <0.9.0; contract Forwarder { address payable immutable public destinationAddress; event Created(bytes32 salt, address indexed forwarder); event Forwarded(address addr, uint256 quantity); constructor(address payable destination) { ...
[{"inputs":[{"internalType":"address payable","name":"destination","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"bytes32","name":"salt","type":"bytes32"},{"indexed":true,"internalType":"address","name":"forwarder","type":"address"}]...
v0.8.9+commit.e5eed63a
false
200
00000000000000000000000097603ffc856715c3af8de998259e71f8693c5ae1
Default
null
MIT
false
null
ipfs://52987616643fa5a99157ba17b13e6c18344689738d834c9c0d6b38264e943fa4
DropCollection
@openzeppelin/contracts-upgradeable/utils/cryptography/MerkleProofUpgradeable.sol
0x142cc4bf4a670f5999d0b169c3f308f0275f1535
Solidity
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts v4.4.1 (utils/cryptography/MerkleProof.sol) pragma solidity ^0.8.0; /** * @dev These functions deal with verification of Merkle Trees proofs. * * The proofs can be generated using the JavaScript library * https://github.com/miguelmota/merkletreejs[merkletr...
[{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"approved","type":"address"},{"indexed":true,"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":...
v0.8.9+commit.e5eed63a
true
99,999
null
Default
null
null
false
null
null
DropCollection
contracts/interfaces/IBaseCollection.sol
0x142cc4bf4a670f5999d0b169c3f308f0275f1535
Solidity
// SPDX-License-Identifier: MIT pragma solidity ^0.8.9; interface IBaseCollection { /** * @dev Contract upgradeable initializer */ function initialize( string memory, string memory, address, address ) external; /** * @dev part of Ownable */ funct...
[{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"approved","type":"address"},{"indexed":true,"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":...
v0.8.9+commit.e5eed63a
true
99,999
null
Default
null
null
false
null
null
DropCollection
contracts/interfaces/INiftyKit.sol
0x142cc4bf4a670f5999d0b169c3f308f0275f1535
Solidity
// SPDX-License-Identifier: MIT pragma solidity ^0.8.9; interface INiftyKit { /** * @dev Emitted when collection is created */ event CollectionCreated(address indexed collectionAddress); /** * @dev Returns the commission amount. */ function commission(uint256 amount) external view ...
[{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"approved","type":"address"},{"indexed":true,"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":...
v0.8.9+commit.e5eed63a
true
99,999
null
Default
null
null
false
null
null
PropertyHeistNFT
@openzeppelin/contracts/math/SafeMath.sol
0xc4ce1ab4bcb6dd8835f0814a577536e2168f9f26
Solidity
pragma solidity ^0.8.0; /** * @dev Wrappers over Solidity's arithmetic operations with added overflow * checks. * * Arithmetic operations in Solidity wrap on overflow. This can easily result * in bugs, because programmers usually assume that an overflow raises an * error, which is the standard behavior i...
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"approved","type":"address"},{"indexed":true,"internalType":"uint256","name":"tokenId","type":"uint256...
v0.8.7+commit.e28d00a7
false
200
null
Default
null
MIT
false
null
ipfs://6a9419df16123c7cf6a9cb2960731a660ed5fe80b2fa92b6174e8a22ddb0547a
TokenERCN
interfaces/IERC20.sol
0xedfc8cf99eafb4b90e60f71e544c63dd644b36aa
Solidity
pragma solidity >=0.7.5; interface IERC20 { /** * @dev Returns the amount of tokens in existence. */ function totalSupply() external view returns (uint256); /** * @dev Returns the amount of tokens owned by `account`. */ function balanceOf(address account) external view returns (uint256)...
[{"inputs":[{"internalType":"address","name":"_marketingWallet","type":"address"},{"internalType":"address","name":"_treasuryWallet","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":t...
v0.8.7+commit.e28d00a7
true
200
0000000000000000000000006e5e1fc96434cdc69a6f449eb1fb61fc014f8de50000000000000000000000000b603ae79524c0b70bcdd281692cf3054893f1e1
Default
null
Unknown
false
null
ipfs://f52ccca5abe2c0def34c2bec228375fc8371bc0b146f44d40b528639178e0fbe
TokenERCN
libraries/SafeMath.sol
0xedfc8cf99eafb4b90e60f71e544c63dd644b36aa
Solidity
pragma solidity >=0.7.5; // TODO(zx): Replace all instances of SafeMath with OZ implementation library SafeMath { function add(uint256 a, uint256 b) internal pure returns (uint256) { uint256 c = a + b; require(c >= a, "SafeMath: addition overflow"); return c; } func...
[{"inputs":[{"internalType":"address","name":"_marketingWallet","type":"address"},{"internalType":"address","name":"_treasuryWallet","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":t...
v0.8.7+commit.e28d00a7
true
200
0000000000000000000000006e5e1fc96434cdc69a6f449eb1fb61fc014f8de50000000000000000000000000b603ae79524c0b70bcdd281692cf3054893f1e1
Default
null
Unknown
false
null
ipfs://f52ccca5abe2c0def34c2bec228375fc8371bc0b146f44d40b528639178e0fbe
TokenERCN
libraries/Counters.sol
0xedfc8cf99eafb4b90e60f71e544c63dd644b36aa
Solidity
library SafeMathInt { int256 private constant MIN_INT256 = int256(1) << 255; int256 private constant MAX_INT256 = ~(int256(1) << 255); /** * @dev Multiplies two int256 variables and fails on overflow. */ function mul(int256 a, int256 b) internal pure returns (int256) { int256 ...
[{"inputs":[{"internalType":"address","name":"_marketingWallet","type":"address"},{"internalType":"address","name":"_treasuryWallet","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":t...
v0.8.7+commit.e28d00a7
true
200
0000000000000000000000006e5e1fc96434cdc69a6f449eb1fb61fc014f8de50000000000000000000000000b603ae79524c0b70bcdd281692cf3054893f1e1
Default
null
Unknown
false
null
ipfs://f52ccca5abe2c0def34c2bec228375fc8371bc0b146f44d40b528639178e0fbe
TokenERCN
types/ERC20.sol
0xedfc8cf99eafb4b90e60f71e544c63dd644b36aa
Solidity
pragma solidity >=0.7.5; abstract contract Context { function _msgSender() internal view virtual returns (address) { return msg.sender; } function _msgData() internal view virtual returns (bytes calldata) { this; // silence state mutability warning without generating bytecode - s...
[{"inputs":[{"internalType":"address","name":"_marketingWallet","type":"address"},{"internalType":"address","name":"_treasuryWallet","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":t...
v0.8.7+commit.e28d00a7
true
200
0000000000000000000000006e5e1fc96434cdc69a6f449eb1fb61fc014f8de50000000000000000000000000b603ae79524c0b70bcdd281692cf3054893f1e1
Default
null
Unknown
false
null
ipfs://f52ccca5abe2c0def34c2bec228375fc8371bc0b146f44d40b528639178e0fbe
TokenERCN
types/ERC20Permit.sol
0xedfc8cf99eafb4b90e60f71e544c63dd644b36aa
Solidity
pragma solidity >=0.7.5; /** * @dev Implementation of the ERC20 Permit extension allowing approvals to be made via signatures, as defined in * https://eips.ethereum.org/EIPS/eip-2612[EIP-2612]. * * Adds the {permit} method, which can be used to change an account's ERC20 allowance (see {IERC20-allow...
[{"inputs":[{"internalType":"address","name":"_marketingWallet","type":"address"},{"internalType":"address","name":"_treasuryWallet","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":t...
v0.8.7+commit.e28d00a7
true
200
0000000000000000000000006e5e1fc96434cdc69a6f449eb1fb61fc014f8de50000000000000000000000000b603ae79524c0b70bcdd281692cf3054893f1e1
Default
null
Unknown
false
null
ipfs://f52ccca5abe2c0def34c2bec228375fc8371bc0b146f44d40b528639178e0fbe
MindFulls
@openzeppelin/contracts/access/Ownable.sol
0x3d48c29bcf436498f1d3aae2d573a11fc9040754
Solidity
pragma solidity ^0.8.0; /** * @dev Contract module which provides a basic access control mechanism, where * there is an account (an owner) that can be granted exclusive access to * specific functions. * * By default, the owner account will be the one that deploys the contract. This * can later be changed w...
[{"inputs":[{"internalType":"string","name":"_name","type":"string"},{"internalType":"string","name":"_symbol","type":"string"},{"internalType":"string","name":"_initBaseURI","type":"string"},{"internalType":"string","name":"_initNotRevealedUri","type":"string"}],"stateMutability":"nonpayable","type":"constructor"},{"a...
v0.8.7+commit.e28d00a7
true
200
000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000c0000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000001600000000000000000000000000000000000000000000000000000000000000009...
Default
null
MIT
false
null
ipfs://54c88d598a7aba81b129ee390d59b04b018f77a3e8d83b51fe3fa7a701814995
BenjiToken
BenjiToken.sol
0x5b1c3a9b68adbffecb38cca8f0c783d9aed8a15f
Solidity
/** https://t.me/BenjiEth https://benjieth.com/ */ pragma solidity ^0.8.6; abstract contract Context { function _msgSender() internal view virtual returns (address) { return msg.sender; } } interface IERC20 { function totalSupply() external view returns (uint256); functio...
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}...
v0.8.7+commit.e28d00a7
true
200
null
Default
null
Unlicense
false
null
ipfs://1bb9d42fc1bf31d5c0e9f6be116959bb54e079033afc9171b88f475b7e53fcd4
hammDoadz
contracts/common/interfaces/Ihamm.sol
0x5958f725d4e3247098d6e1f72a6fc8f503791776
Solidity
//SPDX-License-Identifier: Unlicense pragma solidity ^0.8.0; // ___ ___ _____ _____ _____ .___ _______ ____ __. _________ // / | \ / _ \ / \ / \ | |\ \ | |/ _| \_ ___ \ ____ // / ~ \/ /_\ \ / \ / \ / \ / \ | |/ | \| ...
[{"inputs":[{"internalType":"address","name":"targetAddress","type":"address"},{"internalType":"address","name":"rewardAddress","type":"address"},{"internalType":"uint256","name":"baseRate","type":"uint256"},{"internalType":"uint256","name":"rewardFrequency","type":"uint256"},{"internalType":"uint256","name":"initialRe...
v0.8.7+commit.e28d00a7
true
500
0000000000000000000000008104137af7e7f0a124801ecd90f79ed1eb6fc06d000000000000000000000000712a2290ae619a3d596c07af28d74ccbbfb02f87000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000151800000000000000000000000000000000000000000000000008ac7230489e80000...
Default
null
null
false
null
null
hammDoadz
contracts/common/interfaces/Icollection.sol
0x5958f725d4e3247098d6e1f72a6fc8f503791776
Solidity
//SPDX-License-Identifier: Unlicense pragma solidity ^0.8.0; // ___ ___ _____ _____ _____ .___ _______ ____ __. _________ // / | \ / _ \ / \ / \ | |\ \ | |/ _| \_ ___ \ ____ // / ~ \/ /_\ \ / \ / \ / \ / \ | |/ | \| ...
[{"inputs":[{"internalType":"address","name":"targetAddress","type":"address"},{"internalType":"address","name":"rewardAddress","type":"address"},{"internalType":"uint256","name":"baseRate","type":"uint256"},{"internalType":"uint256","name":"rewardFrequency","type":"uint256"},{"internalType":"uint256","name":"initialRe...
v0.8.7+commit.e28d00a7
true
500
0000000000000000000000008104137af7e7f0a124801ecd90f79ed1eb6fc06d000000000000000000000000712a2290ae619a3d596c07af28d74ccbbfb02f87000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000151800000000000000000000000000000000000000000000000008ac7230489e80000...
Default
null
null
false
null
null
hammDoadz
contracts/common/interfaces/Ihammbones.sol
0x5958f725d4e3247098d6e1f72a6fc8f503791776
Solidity
//SPDX-License-Identifier: Unlicense pragma solidity ^0.8.0; // ___ ___ _____ _____ _____ .___ _______ ____ __. _________ // / | \ / _ \ / \ / \ | |\ \ | |/ _| \_ ___ \ ____ // / ~ \/ /_\ \ / \ / \ / \ / \ | |/ | \| ...
[{"inputs":[{"internalType":"address","name":"targetAddress","type":"address"},{"internalType":"address","name":"rewardAddress","type":"address"},{"internalType":"uint256","name":"baseRate","type":"uint256"},{"internalType":"uint256","name":"rewardFrequency","type":"uint256"},{"internalType":"uint256","name":"initialRe...
v0.8.7+commit.e28d00a7
true
500
0000000000000000000000008104137af7e7f0a124801ecd90f79ed1eb6fc06d000000000000000000000000712a2290ae619a3d596c07af28d74ccbbfb02f87000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000151800000000000000000000000000000000000000000000000008ac7230489e80000...
Default
null
null
false
null
null
AsciiMuseum
@openzeppelin/contracts/utils/Strings.sol
0xa600d737242b3ee2360c7d495bbaaaf4030b1032
Solidity
/** $$$$$$\ $$\ $$\ $$\ $$\ $$ __$$\ \__|\__| $$$\ $$$ | $$ / $$ | $$$$$$$\ $$$$$$$\ $$\ $$\ $$$$\ $$$$ |$$\ $$\ $$$$$$$\ $$$$$...
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"account","type":"address"},{"indexed":true,"internalType":"address","name":"operator","type":"address"},{"indexed":false,"internalType":"bool","name":"approved","type":"bool"}...
v0.8.7+commit.e28d00a7
false
200
null
Default
null
MIT
false
null
ipfs://f5d2d802adddda81cfbcee19870f1bd4700aac7b34086e1e12e217ab5fdff153
AsciiMuseum
contracts/asciipunks.sol
0xa600d737242b3ee2360c7d495bbaaaf4030b1032
Solidity
/** $$$$$$\ $$\ $$\ $$\ $$\ $$ __$$\ \__|\__| $$$\ $$$ | $$ / $$ | $$$$$$$\ $$$$$$$\ $$\ $$\ $$$$\ $$$$ |$$\ $$\ $$$$$$$\ $$$$$...
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"account","type":"address"},{"indexed":true,"internalType":"address","name":"operator","type":"address"},{"indexed":false,"internalType":"bool","name":"approved","type":"bool"}...
v0.8.7+commit.e28d00a7
false
200
null
Default
null
MIT
false
null
ipfs://f5d2d802adddda81cfbcee19870f1bd4700aac7b34086e1e12e217ab5fdff153
GangsOfYorks
GangsOfYorks.sol
0xa0db8d880c1a36868d1c41b6ad4acd5320ded3b0
Solidity
// 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 defined in the * https://eips.ethereum.org/EIPS/eip-165[EIP]. * * Implementers can declare support of contract interfaces, which can t...
[{"inputs":[{"internalType":"string","name":"_initBaseURI","type":"string"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"approved","type":"address"},{"indexed"...
v0.8.9+commit.e5eed63a
true
200
00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000036697066733a2f2f516d645959504e7231394a486b31543357716b7879507658536d73537741417974336634554c4a7042694e75666d2f00000000000000000000
Default
null
MIT
false
null
ipfs://19af40ea60c2c754ffaf91898d35ea39069deb7e7621d26be73c3efaa33ffdbf
AncientGorillaClubNFT
@openzeppelin/contracts/access/Ownable.sol
0x998ba8cb30fdaab84e7af4549ea27a4c9f17ffd3
Solidity
pragma solidity ^0.8.0; /** * @dev Contract module which provides a basic access control mechanism, where * there is an account (an owner) that can be granted exclusive access to * specific functions. * * By default, the owner account will be the one that deploys the contract. This * can later be changed w...
[{"inputs":[{"internalType":"string","name":"_name","type":"string"},{"internalType":"string","name":"_symbol","type":"string"},{"internalType":"string","name":"_initBaseURI","type":"string"},{"internalType":"string","name":"_initNotRevealedUri","type":"string"}],"stateMutability":"nonpayable","type":"constructor"},{"a...
v0.8.7+commit.e28d00a7
true
200
000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000c0000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000001600000000000000000000000000000000000000000000000000000000000000018...
Default
null
MIT
false
null
ipfs://6921d1bbbae41fe893137663ec5f4d5b5e132a9d0998eaea43a6d11697c965a4
ShibuNinja
ShibuNinja.sol
0x1713f5e94270026304c9a0c6712ec77c4d89a078
Solidity
/* ShibuNinja Website https://shibuninja.com/ Telegram https://t.me/ShibuNinja Twitter https://twitter.com/ShibuNinja */ // SPDX-License-Identifier: MIT pragma solidit...
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}...
v0.8.9+commit.e5eed63a
true
9,999
null
Default
null
MIT
false
null
ipfs://c151d98e23ff9a7155d3d3c7631e7b28f039cd4d4e726a226920336424beb69a
FastaMAX
@openzeppelin/contracts/utils/introspection/ERC165.sol
0x3295d41951ea8a2c88c8c0dc8156b27b3aa08bca
Solidity
/** * @dev Implementation of the {IERC165} interface. * * Contracts that want to implement ERC165 should inherit from this contract and override {supportsInterface} to check * for the additional interface id that will be supported. For example: * * ```solidity * function supportsInterface(bytes4 interface...
[{"inputs":[{"internalType":"string","name":"name","type":"string"},{"internalType":"string","name":"symbol","type":"string"},{"internalType":"string","name":"baseURI","type":"string"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"own...
v0.8.7+commit.e28d00a7
true
200
000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000000e0000000000000000000000000000000000000000000000000000000000000000846617374614d4158000000000000000000000000000000000000000000000000...
Default
null
MIT
false
null
ipfs://39cf1899d2fb82e6e70c6e812d588436afad81dec243e78492a0ccde247d53b7
FastaMAX
contracts/fastamax.sol
0x3295d41951ea8a2c88c8c0dc8156b27b3aa08bca
Solidity
contract FastaMAX is ERC721Enumerable, Ownable { using SafeMath for uint256; // Private members enum MemberClaimStatus { Invalid, Listed } // Members, listed? mapping (address => MemberClaimStatus) private _whiteListedMembers; // Whitelisted members for p...
[{"inputs":[{"internalType":"string","name":"name","type":"string"},{"internalType":"string","name":"symbol","type":"string"},{"internalType":"string","name":"baseURI","type":"string"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"own...
v0.8.7+commit.e28d00a7
true
200
000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000000e0000000000000000000000000000000000000000000000000000000000000000846617374614d4158000000000000000000000000000000000000000000000000...
Default
null
MIT
false
null
ipfs://39cf1899d2fb82e6e70c6e812d588436afad81dec243e78492a0ccde247d53b7
ElonsNewYear
ElonsNewYear.sol
0x10b40279f5548b2022479d7c66e63e52b2fb19af
Solidity
/* - Contract will be renounced 15mins after launch - Liquidity locked for 3 Months before launch - Supply: 1 billion */ pragma solidity 0.8.9; abstract contract Context { function _msgSender() internal view virtual returns (address payable) { return payable(msg.sende...
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}...
v0.8.9+commit.e5eed63a
true
200
null
Default
null
MIT
false
null
ipfs://35323e8effe9a17d5a1868c68cca672e166270c056079b69836f1e32ad1f7e0f
ckmfers
@openzeppelin/contracts/access/Ownable.sol
0x5d303fe20b350ab5caa8ac7a5e9a7bfeb4e12ff9
Solidity
pragma solidity ^0.8.0; /** * @dev Contract module which provides a basic access control mechanism, where * there is an account (an owner) that can be granted exclusive access to * specific functions. * * By default, the owner account will be the one that deploys the contract. This * can later be changed w...
[{"inputs":[{"internalType":"string","name":"_name","type":"string"},{"internalType":"string","name":"_symbol","type":"string"},{"internalType":"uint256","name":"_cost","type":"uint256"},{"internalType":"uint256","name":"_maxSupply","type":"uint256"},{"internalType":"uint256","name":"_reserve","type":"uint256"},{"inter...
v0.8.7+commit.e28d00a7
true
200
00000000000000000000000000000000000000000000000000000000000000c00000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000003c0a75e0b4400000000000000000000000000000000000000000000000000000000000000005dc0000000000000000000000000000000000000000000000000000000000000001...
Default
null
GNU GPLv3
false
null
ipfs://e1bccaa1e40ebc34882982a194fb68119c5b7dc3b7064d8ff3154635cc6e4d43
LazyBunnyNFT
@openzeppelin/contracts/token/ERC721/extensions/IERC721Enumerable.sol
0x8dd92dd186f05e3e9f1844cd9047617adad8a66d
Solidity
pragma solidity ^0.8.0; interface IERC721Enumerable is IERC721 { function totalSupply() external view returns (uint256); function tokenOfOwnerByIndex(address owner, uint256 index) external view returns (uint256 tokenId); function tokenByIndex(uint256 index) external view returns (...
[{"inputs":[{"internalType":"string","name":"_name","type":"string"},{"internalType":"string","name":"_symbol","type":"string"},{"internalType":"string","name":"_initBaseURI","type":"string"},{"internalType":"string","name":"_initNotRevealedUri","type":"string"}],"stateMutability":"nonpayable","type":"constructor"},{"a...
v0.8.7+commit.e28d00a7
true
200
000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000180000000000000000000000000000000000000000000000000000000000000000e...
Default
null
GNU GPLv3
false
null
ipfs://68f8dbd8b8b5af672bf3ecfd7aa45780b727ee681c3c6aad71fb84db5af6a66e
LazyBunnyNFT
@openzeppelin/contracts/utils/introspection/ERC165.sol
0x8dd92dd186f05e3e9f1844cd9047617adad8a66d
Solidity
pragma solidity ^0.8.0; abstract contract ERC165 is IERC165 { function supportsInterface(bytes4 interfaceId) public view virtual override returns (bool) { return interfaceId == type(IERC165).interfaceId; } }
[{"inputs":[{"internalType":"string","name":"_name","type":"string"},{"internalType":"string","name":"_symbol","type":"string"},{"internalType":"string","name":"_initBaseURI","type":"string"},{"internalType":"string","name":"_initNotRevealedUri","type":"string"}],"stateMutability":"nonpayable","type":"constructor"},{"a...
v0.8.7+commit.e28d00a7
true
200
000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000180000000000000000000000000000000000000000000000000000000000000000e...
Default
null
GNU GPLv3
false
null
ipfs://68f8dbd8b8b5af672bf3ecfd7aa45780b727ee681c3c6aad71fb84db5af6a66e
LazyBunnyNFT
@openzeppelin/contracts/utils/Address.sol
0x8dd92dd186f05e3e9f1844cd9047617adad8a66d
Solidity
pragma solidity ^0.8.0; library Address { function isContract(address account) internal view returns (bool) { uint256 size; assembly { size := extcodesize(account) } return size > 0; } function sendValue(address payable recip...
[{"inputs":[{"internalType":"string","name":"_name","type":"string"},{"internalType":"string","name":"_symbol","type":"string"},{"internalType":"string","name":"_initBaseURI","type":"string"},{"internalType":"string","name":"_initNotRevealedUri","type":"string"}],"stateMutability":"nonpayable","type":"constructor"},{"a...
v0.8.7+commit.e28d00a7
true
200
000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000180000000000000000000000000000000000000000000000000000000000000000e...
Default
null
GNU GPLv3
false
null
ipfs://68f8dbd8b8b5af672bf3ecfd7aa45780b727ee681c3c6aad71fb84db5af6a66e
LazyBunnyNFT
@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata.sol
0x8dd92dd186f05e3e9f1844cd9047617adad8a66d
Solidity
pragma solidity ^0.8.0; interface IERC721Metadata is IERC721 { function name() external view returns (string memory); function symbol() external view returns (string memory); function tokenURI(uint256 tokenId) external view returns (string memory); }
[{"inputs":[{"internalType":"string","name":"_name","type":"string"},{"internalType":"string","name":"_symbol","type":"string"},{"internalType":"string","name":"_initBaseURI","type":"string"},{"internalType":"string","name":"_initNotRevealedUri","type":"string"}],"stateMutability":"nonpayable","type":"constructor"},{"a...
v0.8.7+commit.e28d00a7
true
200
000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000180000000000000000000000000000000000000000000000000000000000000000e...
Default
null
GNU GPLv3
false
null
ipfs://68f8dbd8b8b5af672bf3ecfd7aa45780b727ee681c3c6aad71fb84db5af6a66e
LazyBunnyNFT
@openzeppelin/contracts/token/ERC721/IERC721Receiver.sol
0x8dd92dd186f05e3e9f1844cd9047617adad8a66d
Solidity
pragma solidity ^0.8.0; interface IERC721Receiver { function onERC721Received( address operator, address from, uint256 tokenId, bytes calldata data ) external returns (bytes4); } pragma solidity ^0.8.0; abstract contract Context { function _msgSende...
[{"inputs":[{"internalType":"string","name":"_name","type":"string"},{"internalType":"string","name":"_symbol","type":"string"},{"internalType":"string","name":"_initBaseURI","type":"string"},{"internalType":"string","name":"_initNotRevealedUri","type":"string"}],"stateMutability":"nonpayable","type":"constructor"},{"a...
v0.8.7+commit.e28d00a7
true
200
000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000180000000000000000000000000000000000000000000000000000000000000000e...
Default
null
GNU GPLv3
false
null
ipfs://68f8dbd8b8b5af672bf3ecfd7aa45780b727ee681c3c6aad71fb84db5af6a66e
LazyBunnyNFT
@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol
0x8dd92dd186f05e3e9f1844cd9047617adad8a66d
Solidity
pragma solidity ^0.8.0; abstract contract ERC721Enumerable is ERC721, IERC721Enumerable { mapping(address => mapping(uint256 => uint256)) private _ownedTokens; mapping(uint256 => uint256) private _ownedTokensIndex; uint256[] private _allTokens; mapping(uint256 => uint256) priv...
[{"inputs":[{"internalType":"string","name":"_name","type":"string"},{"internalType":"string","name":"_symbol","type":"string"},{"internalType":"string","name":"_initBaseURI","type":"string"},{"internalType":"string","name":"_initNotRevealedUri","type":"string"}],"stateMutability":"nonpayable","type":"constructor"},{"a...
v0.8.7+commit.e28d00a7
true
200
000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000180000000000000000000000000000000000000000000000000000000000000000e...
Default
null
GNU GPLv3
false
null
ipfs://68f8dbd8b8b5af672bf3ecfd7aa45780b727ee681c3c6aad71fb84db5af6a66e
LazyBunnyNFT
@openzeppelin/contracts/access/Ownable.sol
0x8dd92dd186f05e3e9f1844cd9047617adad8a66d
Solidity
pragma solidity ^0.8.0; abstract contract Ownable is Context { address private _owner; event OwnershipTransferred(address indexed previousOwner, address indexed newOwner); /** * @dev Initializes the contract setting the deployer as the initial owner. */ constructor() { _s...
[{"inputs":[{"internalType":"string","name":"_name","type":"string"},{"internalType":"string","name":"_symbol","type":"string"},{"internalType":"string","name":"_initBaseURI","type":"string"},{"internalType":"string","name":"_initNotRevealedUri","type":"string"}],"stateMutability":"nonpayable","type":"constructor"},{"a...
v0.8.7+commit.e28d00a7
true
200
000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000180000000000000000000000000000000000000000000000000000000000000000e...
Default
null
GNU GPLv3
false
null
ipfs://68f8dbd8b8b5af672bf3ecfd7aa45780b727ee681c3c6aad71fb84db5af6a66e
Naive
Naive.sol
0x0ffa5e3f34ab45ea21cdaac07ed60069100d580d
Solidity
// SPDX-License-Identifier: UNLICENSED pragma solidity ^0.8.0; contract Naive { bytes32 public hash; constructor(bytes32 _hash) payable { hash = _hash; } function withdraw(string calldata _secret) checkSecret(_secret) external { payable(tx.origin).transfer(address(this).b...
[{"inputs":[{"internalType":"bytes32","name":"_hash","type":"bytes32"}],"stateMutability":"payable","type":"constructor"},{"inputs":[],"name":"hash","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"string","name":"_secret","type":"...
v0.8.7+commit.e28d00a7
true
200
16ad0f37500a118025deaed405fc965d8030bb66fe79f205acae8b73e19d1aef
Default
null
null
false
null
ipfs://6bd0fe6badad7c8e5c95b2ba44d0fd06605e0c5b4881d759563bc96c2ace5cbc
ROTTSCHILD
ROTTSCHILD.sol
0xfb40e79e56cc7d406707b66c4fd175e07eb2ae3c
Solidity
// SPDX-License-Identifier: MIT pragma solidity ^0.8.7; abstract contract Context { function _msgSender() internal view virtual returns (address) { return msg.sender; } } interface IERC20 { function totalSupply() external view returns (uint256); function balanceOf(address account) e...
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}...
v0.8.7+commit.e28d00a7
false
200
null
Default
null
MIT
false
null
ipfs://91ae5fab266e90d47be62ef1052be28c8a0b833de6490aed182252bff265f260
SlimDoge
SlimDoge.sol
0x2d1fb7148ee5a5e445456b372a1bd08e7ad6993b
Solidity
/* Riding on the heels of the latest Elon tweet about McDonalds accepting Doge, Slim Jim's twitter account commented on the post and an idea was struck: $SlimDoge. Our goal is to build a community-driven token aimed to unite meme lovers and meme coin enthusiasts. Just after launch, we are starting off hot w...
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}...
v0.8.9+commit.e5eed63a
true
200
null
Default
null
Unlicense
false
null
ipfs://ebec75e0dc4144a93ac62251577871569a45c75225865c656113afe1660b5cd1
FoxyFoxes
@openzeppelin/contracts/access/Ownable.sol
0x6f63810cc1f82f50b9e8367c0f1f9d0d5942cd31
Solidity
pragma solidity ^0.8.0; /** * @dev Contract module which provides a basic access control mechanism, where * there is an account (an owner) that can be granted exclusive access to * specific functions. * * By default, the owner account will be the one that deploys the contract. This * can later be changed w...
[{"inputs":[{"internalType":"string","name":"_name","type":"string"},{"internalType":"string","name":"_symbol","type":"string"},{"internalType":"string","name":"_initBaseURI","type":"string"},{"internalType":"string","name":"_initNotRevealedUri","type":"string"}],"stateMutability":"nonpayable","type":"constructor"},{"a...
v0.8.7+commit.e28d00a7
true
200
000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000000a...
Default
null
MIT
false
null
ipfs://4faa6459df43b573f10030c6aa22a9af39bd2219da1e15a503b2e6256922dae9
DDB
DDB.sol
0x570b7a2ad07eca02464de5acf687cca44a57d245
Solidity
/* Degen Dont Buy - $DDB Telegram: https://t.me/DegenDontBuy */ // 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`. ...
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}...
v0.8.9+commit.e5eed63a
true
200
null
Default
null
MIT
false
null
ipfs://91ed1e0d052095ac3563f3d6fc957fa59784bab06ab19121e24679a6274e243d
WataseGenesisPassContract
contracts/common/meta-transactions/Initializable.sol
0x72b14767352dd5144e2469e6255386551a82cd7f
Solidity
pragma solidity ^ 0.8.0; contract Initializable { bool inited = false; modifier initializer() { require(!inited, "already inited"); _; inited = true; } }
[{"inputs":[{"internalType":"address","name":"_proxyRegistryAddress","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"approved","type":"address"}...
v0.8.9+commit.e5eed63a
true
200
00000000000000000000000087b23553affafe941715c2387f221f660d84b394
Default
null
MIT
false
null
ipfs://2aa32db548e713367d63d57cc583e1aae299596ce6dfd3027b67445fa1d1d31e
WataseGenesisPassContract
contracts/common/meta-transactions/ContentMixin.sol
0x72b14767352dd5144e2469e6255386551a82cd7f
Solidity
pragma solidity ^ 0.8.0; abstract contract ContextMixin { function msgSender() internal view returns(address payable sender) { if (msg.sender == address(this)) { bytes memory array = msg.data; uint256 index = msg.data.length; assembly { // Load the 32 byt...
[{"inputs":[{"internalType":"address","name":"_proxyRegistryAddress","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"approved","type":"address"}...
v0.8.9+commit.e5eed63a
true
200
00000000000000000000000087b23553affafe941715c2387f221f660d84b394
Default
null
MIT
false
null
ipfs://2aa32db548e713367d63d57cc583e1aae299596ce6dfd3027b67445fa1d1d31e
WataseGenesisPassContract
@openzeppelin/contracts/utils/math/SafeMath.sol
0x72b14767352dd5144e2469e6255386551a82cd7f
Solidity
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 Solidity's arithmetic operations. * * NOTE: 'SafeMath' is no longer needed startin...
[{"inputs":[{"internalType":"address","name":"_proxyRegistryAddress","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"approved","type":"address"}...
v0.8.9+commit.e5eed63a
true
200
00000000000000000000000087b23553affafe941715c2387f221f660d84b394
Default
null
MIT
false
null
ipfs://2aa32db548e713367d63d57cc583e1aae299596ce6dfd3027b67445fa1d1d31e
WataseGenesisPassContract
@openzeppelin/contracts/utils/Strings.sol
0x72b14767352dd5144e2469e6255386551a82cd7f
Solidity
pragma solidity ^ 0.8.0; /** * @dev String operations. */ library Strings { bytes16 private constant _HEX_SYMBOLS = "0123456789abcdef"; /** * @dev Converts a 'uint256' to its ASCII 'string' decimal representation. */ function toString(uint256 value) internal pure...
[{"inputs":[{"internalType":"address","name":"_proxyRegistryAddress","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"approved","type":"address"}...
v0.8.9+commit.e5eed63a
true
200
00000000000000000000000087b23553affafe941715c2387f221f660d84b394
Default
null
MIT
false
null
ipfs://2aa32db548e713367d63d57cc583e1aae299596ce6dfd3027b67445fa1d1d31e
WataseGenesisPassContract
@openzeppelin/contracts/access/Ownable.sol
0x72b14767352dd5144e2469e6255386551a82cd7f
Solidity
pragma solidity ^ 0.8.0; /** * @dev Contract module which provides a basic access control mechanism, where * there is an account (an owner) that can be granted exclusive access to * specific functions. * * By default, the owner account will be the one that deploys the contract. Th...
[{"inputs":[{"internalType":"address","name":"_proxyRegistryAddress","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"approved","type":"address"}...
v0.8.9+commit.e5eed63a
true
200
00000000000000000000000087b23553affafe941715c2387f221f660d84b394
Default
null
MIT
false
null
ipfs://2aa32db548e713367d63d57cc583e1aae299596ce6dfd3027b67445fa1d1d31e
WataseGenesisPassContract
@openzeppelin/contracts/utils/Address.sol
0x72b14767352dd5144e2469e6255386551a82cd7f
Solidity
pragma solidity ^ 0.8.0; /** * @dev Collection of functions related to the address type */ library Address { /** * @dev Returns true if 'account' is a contract. * * [IMPORTANT] * ==== * It is unsafe to assume that an address for which this function returns ...
[{"inputs":[{"internalType":"address","name":"_proxyRegistryAddress","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"approved","type":"address"}...
v0.8.9+commit.e5eed63a
true
200
00000000000000000000000087b23553affafe941715c2387f221f660d84b394
Default
null
MIT
false
null
ipfs://2aa32db548e713367d63d57cc583e1aae299596ce6dfd3027b67445fa1d1d31e
WataseGenesisPassContract
@openzeppelin/contracts/utils/introspection/IERC165.sol
0x72b14767352dd5144e2469e6255386551a82cd7f
Solidity
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 can then be * queried by others ({ERC165Checker}). * * For an implementation, see {ERC165}. */ int...
[{"inputs":[{"internalType":"address","name":"_proxyRegistryAddress","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"approved","type":"address"}...
v0.8.9+commit.e5eed63a
true
200
00000000000000000000000087b23553affafe941715c2387f221f660d84b394
Default
null
MIT
false
null
ipfs://2aa32db548e713367d63d57cc583e1aae299596ce6dfd3027b67445fa1d1d31e
WataseGenesisPassContract
@openzeppelin/contracts/token/ERC721/IERC721.sol
0x72b14767352dd5144e2469e6255386551a82cd7f
Solidity
pragma solidity ^ 0.8.0; /** * @dev Required interface of an ERC721 compliant contract. */ interface IERC721 is IERC165 { /** * @dev Emitted when 'tokenId' token is transferred from 'from' to 'to'. */ event Transfer(address indexed from, address indexed to, uint256 indexed tokenId); /** ...
[{"inputs":[{"internalType":"address","name":"_proxyRegistryAddress","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"approved","type":"address"}...
v0.8.9+commit.e5eed63a
true
200
00000000000000000000000087b23553affafe941715c2387f221f660d84b394
Default
null
MIT
false
null
ipfs://2aa32db548e713367d63d57cc583e1aae299596ce6dfd3027b67445fa1d1d31e
WataseGenesisPassContract
@openzeppelin/contracts/token/ERC721/ERC721.sol
0x72b14767352dd5144e2469e6255386551a82cd7f
Solidity
pragma solidity ^ 0.8.0; /** * @dev Implementation of https://eips.ethereum.org/EIPS/eip-721[ERC721] Non-Fungible Token Standard, including * the Metadata extension, but not including the Enumerable extension, which is available separately as * {ERC721Enumerable}. */ contract ERC721 is Context, ERC165, ...
[{"inputs":[{"internalType":"address","name":"_proxyRegistryAddress","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"approved","type":"address"}...
v0.8.9+commit.e5eed63a
true
200
00000000000000000000000087b23553affafe941715c2387f221f660d84b394
Default
null
MIT
false
null
ipfs://2aa32db548e713367d63d57cc583e1aae299596ce6dfd3027b67445fa1d1d31e
WataseGenesisPassContract
contracts/ERC721Tradable.sol
0x72b14767352dd5144e2469e6255386551a82cd7f
Solidity
pragma solidity ^0.8.0; contract OwnableDelegateProxy {} contract ProxyRegistry { mapping(address => OwnableDelegateProxy) public proxies; } /** * @title ERC721Tradable * ERC721Tradable - ERC721 contract that whitelists a trading address, and has minting functionality. ...
[{"inputs":[{"internalType":"address","name":"_proxyRegistryAddress","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"approved","type":"address"}...
v0.8.9+commit.e5eed63a
true
200
00000000000000000000000087b23553affafe941715c2387f221f660d84b394
Default
null
MIT
false
null
ipfs://2aa32db548e713367d63d57cc583e1aae299596ce6dfd3027b67445fa1d1d31e
WataseGenesisPassContract
contracts/wataseGenesisPassContract.sol
0x72b14767352dd5144e2469e6255386551a82cd7f
Solidity
//SPDX-License-Identifier: MIT pragma solidity ^0.8.0; contract WataseGenesisPassContract is ERC721Tradable { constructor(address _proxyRegistryAddress) ERC721Tradable("Watase Genesis Pass", "WATASE", _proxyRegistryAddress) {} function baseTokenURI() public pure o...
[{"inputs":[{"internalType":"address","name":"_proxyRegistryAddress","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"approved","type":"address"}...
v0.8.9+commit.e5eed63a
true
200
00000000000000000000000087b23553affafe941715c2387f221f660d84b394
Default
null
MIT
false
null
ipfs://2aa32db548e713367d63d57cc583e1aae299596ce6dfd3027b67445fa1d1d31e
HighCouncilOfKingz
contracts/HighCouncilOfKingz.sol
0x5f386f05e9aae19be551d4e8a98f2209c3a1dd91
Solidity
// SPDX-License-Identifier: MIT pragma solidity ^0.8.9; import '@openzeppelin/contracts/utils/math/SafeMath.sol'; import '@openzeppelin/contracts/access/Ownable.sol'; import '@openzeppelin/contracts/token/ERC721/ERC721.sol'; import './interfaces/IBurnableContract.sol'; import './interfaces/IMintPassContract.s...
[{"inputs":[{"internalType":"string","name":"_name","type":"string"},{"internalType":"string","name":"_symbol","type":"string"},{"internalType":"string","name":"_initContractURI","type":"string"},{"internalType":"string","name":"_initNotRevealedURI","type":"string"},{"internalType":"address","name":"_burnableContract",...
v0.8.9+commit.e5eed63a
true
200
00000000000000000000000000000000000000000000000000000000000000c00000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000014000000000000000000000000000000000000000000000000000000000000001a000000000000000000000000034a32df38fc511bf002aed9dec1b70e16870317f...
Default
null
null
false
null
null
HighCouncilOfKingz
contracts/interfaces/IBurnableContract.sol
0x5f386f05e9aae19be551d4e8a98f2209c3a1dd91
Solidity
// SPDX-License-Identifier: MIT pragma solidity ^0.8.9; interface IBurnableContract { function burn(uint256[] memory _tokenIds) external; function burnEnabled() external view returns (bool); }
[{"inputs":[{"internalType":"string","name":"_name","type":"string"},{"internalType":"string","name":"_symbol","type":"string"},{"internalType":"string","name":"_initContractURI","type":"string"},{"internalType":"string","name":"_initNotRevealedURI","type":"string"},{"internalType":"address","name":"_burnableContract",...
v0.8.9+commit.e5eed63a
true
200
00000000000000000000000000000000000000000000000000000000000000c00000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000014000000000000000000000000000000000000000000000000000000000000001a000000000000000000000000034a32df38fc511bf002aed9dec1b70e16870317f...
Default
null
null
false
null
null
HighCouncilOfKingz
contracts/interfaces/IMintPassContract.sol
0x5f386f05e9aae19be551d4e8a98f2209c3a1dd91
Solidity
// SPDX-License-Identifier: MIT pragma solidity ^0.8.9; interface IMintPassContract { function ownerOf(uint256 tokenId) external view returns (address owner); function isValid(uint256 tokenId) external view returns (bool); function setAsUsed(uint256 tokenId) external; }
[{"inputs":[{"internalType":"string","name":"_name","type":"string"},{"internalType":"string","name":"_symbol","type":"string"},{"internalType":"string","name":"_initContractURI","type":"string"},{"internalType":"string","name":"_initNotRevealedURI","type":"string"},{"internalType":"address","name":"_burnableContract",...
v0.8.9+commit.e5eed63a
true
200
00000000000000000000000000000000000000000000000000000000000000c00000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000014000000000000000000000000000000000000000000000000000000000000001a000000000000000000000000034a32df38fc511bf002aed9dec1b70e16870317f...
Default
null
null
false
null
null
LazyMintERC721
contracts/interfaces/IWETH.sol
0x40d4efd956af1d232390f9689e515d28a9281141
Solidity
// SPDX-License-Identifier: Apache-2.0 pragma solidity ^0.8.0; interface IWETH { function deposit() external payable; function withdraw(uint256 amount) external; function transfer(address to, uint256 value) external returns (bool); }
[{"inputs":[{"internalType":"string","name":"_name","type":"string"},{"internalType":"string","name":"_symbol","type":"string"},{"internalType":"string","name":"_contractURI","type":"string"},{"internalType":"address payable","name":"_controlCenter","type":"address"},{"internalType":"address","name":"_trustedForwarder"...
v0.8.9+commit.e5eed63a
true
800
0000000000000000000000000000000000000000000000000000000000000120000000000000000000000000000000000000000000000000000000000000016000000000000000000000000000000000000000000000000000000000000001a000000000000000000000000054af9e0ae543d537e42a6de1178a70e4316a56e5000000000000000000000000c82bbe41f2cf04e3a8efa18f7032bdd7f6d98a81...
Default
null
null
false
null
null
Quackland
contracts/Quackland.sol
0x3eb0479c0147d0ae735f500f41fab2edd0d7529a
Solidity
pragma solidity ^0.8.7; contract Quackland is Ownable, ERC721 { using SafeMath for uint256; uint public maxPerTransaction = 10; //Max per transaction uint public supplyLimit = 5000; uint public freeSupply = 1000; bool public publicSaleActive = true; uint256 public totalSupply; string public ...
[{"inputs":[{"internalType":"string","name":"name","type":"string"},{"internalType":"string","name":"symbol","type":"string"},{"internalType":"string","name":"baseURIinput","type":"string"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name"...
v0.8.7+commit.e28d00a7
false
200
000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000000e00000000000000000000000000000000000000000000000000000000000000009517561636b6c616e640000000000000000000000000000000000000000000000...
Default
null
MIT
false
null
ipfs://c7baafa6b9658633dbf90d355df7cfb07705189a90f49da632fb552baa62fa16