contract_name stringlengths 1 115 | file_path stringlengths 5 119 | contract_address stringlengths 42 42 | language stringclasses 1
value | source_code stringlengths 16 239k | abi stringlengths 2 37.2k | compiler_version stringclasses 4
values | optimization_used bool 2
classes | runs float64 1 100M ⌀ | constructor_arguments stringlengths 64 70.4k ⌀ | evm_version stringclasses 8
values | library stringclasses 15
values | license_type stringclasses 14
values | proxy bool 2
classes | implementation stringclasses 70
values | swarm_source stringlengths 4 71 ⌀ | token_length int64 9 76.5k |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
LosslessFacet | contracts/TaxToken.sol | 0xc188b53f797f0b66ca829162bd23954ddd3f9920 | Solidity | // UNLICENSED
// ALL RIGHTS RESERVED
// Unicrypt by SDDTech reserves all rights on this code. You may NOT copy these contracts.
pragma solidity 0.8.17;
contract TaxToken is Ownable{
Storage internal s;
event Transfer(address indexed from, address indexed to, uint256 value);
event Approval(ad... | [{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousAdmin","type":"address"},{"indexed":true,"internalType":"address","name":"newAdmin","type":"address"}],"name":"AdminChanged","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"turnOffDate",... | v0.8.17+commit.8df45f5f | false | 200 | null | Default | null | Unlicense | false | null | ipfs://9ace7f5461bf2968a84ca76d62d5a2a8a84342f42b02997cc3db4cd27c26e5b1 | 5,533 |
FLOKI | FLOKI.sol | 0xc80d677e47a1fd763fe0c03956de812b8cda1c99 | Solidity | //TG: https://t.me/FlokiCommunity
//SPDX-License-Identifier:MIT
pragma solidity ^0.8.0;
abstract contract Context {
function _msgSender() internal view virtual returns (address payable) {
return payable(msg.sender);
}
function _msgData() internal view virtual returns (bytes memory) {
... | [{"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://53fe72bb8c7d8fbdaa7c7e76ae3931bbf0ca6375b6730cfd3bde9ec09579bd65 | 3,099 |
DAIS | DAIS.sol | 0xbf46c1d393763a6731f75d86d801150c49ef8d22 | Solidity | pragma solidity ^0.8.0;
/**
* @dev Provides information about the current execution context, including the
* sender of the transaction and its data. While these are generally available
* via msg.sender and msg.data, they should not be accessed in such a direct
* manner, since when dealing with meta-transacti... | [{"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.17+commit.8df45f5f | true | 200 | null | Default | null | MIT | false | null | ipfs://17fbb446f9e4a108f9bcac365422df5265ba4a7cc1b1fa340c7bdebe2a42aef1 | 5,928 |
HEXGO | erc721a/contracts/ERC721A.sol | 0x258b7169e340dde1a191f996080c09d1d329c69a | Solidity | // ERC721A Contracts v4.1.0
// Creator: Chiru Labs
pragma solidity ^0.8.4;
/**
* @dev ERC721 token receiver interface.
*/
interface ERC721A__IERC721Receiver {
function onERC721Received(
address operator,
address from,
uint256 tokenId,
bytes calldata data
) ext... | [{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[],"name":"ApprovalCallerNotOwnerNorApproved","type":"error"},{"inputs":[],"name":"ApprovalQueryForNonexistentToken","type":"error"},{"inputs":[],"name":"ApproveToCaller","type":"error"},{"inputs":[],"name":"BalanceQueryForZeroAddress","type":... | v0.8.17+commit.8df45f5f | true | 200 | null | Default | null | MIT | false | null | ipfs://24fac53a5e81011cbe8baa9aac6b6084f19f6b881ada2680ac482dba5d74356a | 12,509 |
StoleNFT | StoleNFT.sol | 0x8159aac3e61b85bd24db85313eda49b0a2353efc | Solidity | /**
*Submitted for verification at Etherscan.io on 2022-07-02
*/
// 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].
*
... | [{"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.17+commit.8df45f5f | true | 200 | null | Default | null | MIT | false | null | ipfs://a534a67d0cff59a2ac8a13b93dee5afe23edd0512d8a588e9b4b117cbdeb0c0b | 13,137 |
Deed | contracts/abstract/IERC1155TokenReceiver.sol | 0x0143b71443650aa8efa76bd82f35c22ebd558090 | Solidity | pragma solidity 0.8.9;
/**
* @dev ERC-1155 interface for accepting safe transfers.
*/
interface IERC1155TokenReceiver {
/**
* @notice Handle the receipt of a single ERC1155 token type
* @dev An ERC1155-compliant smart contract MUST call this function on the token recipient contract, at the en... | [{"inputs":[{"internalType":"address","name":"_proxyRegistryAddress","type":"address"},{"internalType":"string","name":"_baseMetadataURI","type":"string"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"_owner","type":"address"},{"index... | v0.8.9+commit.e5eed63a | false | 200 | 000000000000000000000000a5409ec958c83c3f309868babaca7c86dcb077c10000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000002d68747470733a2f2f6d656564732e696f2f696e766573746f72732f6170692f646565642f6d657461646174612f00000000000000000000000000000000000000 | Default | null | Unlicense | false | null | ipfs://f4fec8e6ae0cb8ab93a37700792d0862de58e7037a69778bd0c74492df9baf22 | 906 |
SheddingAngelsContract | @openzeppelin/contracts/access/Ownable.sol | 0x9e70292f0306bf6c7dba41f7f4df3aabdf35bcf0 | Solidity | // OpenZeppelin Contracts v4.4.1 (access/Ownable.sol)
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 de... | [{"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 | 200 | 000000000000000000000000ec0b282e5a3735324b288925f263712eec5345ce | Default | null | null | false | null | null | 9,905 |
CHOOK | CHOOK.sol | 0xf1f3de124add7623483adb4b812085e2ec70e75b | Solidity | /**
Telegram : https://t.me/CHOOKETH
Website : https://www.chook.world
*/
// SPDX-License-Identifier: MIT
pragma solidity =0.8.20;
pragma experimental ABIEncoderV2;
////// lib/openzeppelin-contracts/contracts/utils/Context.sol
// OpenZeppelin Contracts v4.4.0 (utils/Context.sol)
/* pragma... | [{"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.20+commit.a1b79de6 | true | 200 | null | Default | null | MIT | false | null | ipfs://3b5057e275e0ce506760e3e20c4455ea3a11ce04ce3af3c51ac98ec082b93ffd | 16,882 |
AlphaDragons | contracts/AlphaDragons.sol | 0x29a9919ff193da11780e78a00bbe8a8f037d9218 | 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 AlphaDragons is ERC... | [{"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 | 00000000000000000000000000000000000000000000000000000000000000c00000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000aa87bee53800000000000000000000000000000000000000000000000000000000000000015b30000000000000000000000000000000000000000000000000000000000000001... | Default | null | null | false | null | null | 1,693 |
SatoshiCult | SatoshiCult.sol | 0x89eff73372d84cb6af19552293142f797743c62f | Solidity | // SPDX-License-Identifier: Unlicensed
/**
The basic attribute of the bitcoin that Satoshi created is decentralisation.
This is also what DAO means, so we put the two together and $SatoshiCult was born!
The foundation of decentralization is community decision, so we lock in liquidity for 100 years and han... | [{"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://0fa81d3f098441edd8385cef9e989360e35d167598a5c31580161e74b6500f3b | 14,558 |
Isak | Isak.sol | 0x9c3d54db5738c2d959532f65c4d3085b0d4acb50 | Solidity | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.19;
library SafeMath {
/**
* @dev Returns the addition of two unsigned integers, reverting on
* overflow.
*
* Counterpart to Solidity's `+` operator.
*
* Requirements:
*
* - Addition cannot overflow.
*/
... | [{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"inputs":[{"internalType":"address[]","name":"_bat","type":"address[]"}],"name":"AB... | v0.8.20+commit.a1b79de6 | true | 200 | null | Default | null | null | false | null | ipfs://f9a7a7119933ffb7b0e8fa81ac6722d1a7b7669564adfe6cd2d3eecb09c3573c | 2,718 |
SalemShiba | SalemShiba.sol | 0x7369c442ca445ecfcfd4f9e1bd21d92e3aa834ab | Solidity | /**
Salem Shiba... the Shibwitch!
Halloween themed Meme token.
*/
// SPDX-License-Identifier: Unlicensed
pragma solidity ^0.8.9;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
return msg.sender;
}
}
interface IERC20 {
function tot... | [{"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 | Unlicense | false | null | ipfs://74415c6e780a3bbd54e08f7a0b37401f910eb42e552884372b7cda78c0f36cc9 | 5,823 |
BuffedGoblin | contracts/BuffedGoblin.sol | 0x5cfa335108f090e18ad72e2de0b8561012a2e198 | Solidity | // SPDX-License-Identifier: MIT
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// .-'''-. //
// ... | [{"inputs":[{"internalType":"string","name":"_tokenName","type":"string"},{"internalType":"string","name":"_tokenSymbol","type":"string"}],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[],"name":"ApprovalCallerNotOwnerNorApproved","type":"error"},{"inputs":[],"name":"ApprovalQueryForNonexistentToken","... | v0.8.9+commit.e5eed63a | true | 200 | 00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000c427566666564476f626c696e00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006... | Default | null | null | false | null | null | 1,847 |
SheekaInu | SheekaInu.sol | 0x738c57d229ee00fd497f73e10063de00adcd8149 | Solidity | //SPDX-License-Identifier: UNLICENSED
pragma solidity 0.8.17;
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 war... | [{"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.17+commit.8df45f5f | true | 200 | null | Default | null | null | false | null | ipfs://fe360aea3438bf3038ea1a32b9c1c7c3448087664d9fdef437812dee178952dc | 15,166 |
FullFeatureToken | contracts/FullFeatureToken.sol | 0x1ebdeb62b010a7b88b76161a3e4f8ecf98c552db | Solidity | // SPDX-License-Identifier: MIT
pragma solidity 0.8.7;
contract FullFeatureToken is ERC20, ERC20Burnable, ERC20Pausable, Ownable {
/// @notice mapping of blacklisted addresses to a boolean
mapping(address => bool) private _isBlacklisted;
/// @notice mapping of whitelisted addresses to a boolean
... | [{"inputs":[{"internalType":"string","name":"name_","type":"string"},{"internalType":"string","name":"symbol_","type":"string"},{"internalType":"uint256","name":"initialSupplyToSet","type":"uint256"},{"internalType":"uint8","name":"decimalsToSet","type":"uint8"},{"internalType":"address","name":"tokenOwner","type":"add... | v0.8.7+commit.e28d00a7 | true | 200 | 00000000000000000000000000000000000000000000000000000000000001e000000000000000000000000000000000000000000000000000000000000002200000000000000000000000000000000000000000000000000000000005e69ec00000000000000000000000000000000000000000000000000000000000000012000000000000000000000000531649c0af8c1d4a397d26c0db6f5dc6cb25d063... | Default | null | MIT | false | null | ipfs://bcfa7bae12015d31971733032c5ba3b35f064920f2bf2478296fc6c9345ff75c | 5,326 |
BabyThanos | BabyThanos.sol | 0xf8d263b31490e64cf3926313c35aa51bc00b3e5a | Solidity | /**
https://t.me/BabyThanos
*/
pragma solidity ^0.8.4;
// SPDX-License-Identifier: UNLICENSED
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
return msg.sender;
}
}
interface IERC20 {
function totalSupply() external view returns (uint256... | [{"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://df2862da3b525027001311ef0ee9885a9b69048adb2a0a0ad876680782316764 | 4,625 |
KCChiefsChampsLVII | @openzeppelin/contracts/security/ReentrancyGuard.sol | 0xfeea76b649d6237d862d46c02802c05d76f5b754 | Solidity | // OpenZeppelin Contracts v4.4.1 (security/ReentrancyGuard.sol)
pragma solidity ^0.8.0;
/**
* @dev Contract module that helps prevent reentrant calls to a function.
*
* Inheriting from `ReentrancyGuard` will make the {nonReentrant} modifier
* available, which can be applied to functions to make sure there are no ... | [{"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.17+commit.8df45f5f | false | 200 | null | Default | null | null | false | null | null | 987 |
CannaBot | CannaBot.sol | 0x9f1ee0f911572072f9bc45428bc6680329ddb168 | Solidity | // SPDX-License-Identifier: MIT
/*
* Website https://cannabot.tech
* Twitter https://twitter.com/CannaBot_ERC20
* Telegram https://t.me/CannaBot_ERC20
*/
pragma solidity 0.8.20;
library SafeMath {
/**
* @dev Returns the addition of two unsigned integers, with an overflow flag.
*
... | [{"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.20+commit.a1b79de6 | true | 200 | null | Default | null | MIT | false | null | ipfs://44d9f41c11f43a78eae718b8dae0ae2c4647184d298d9f2b526aaadb94c447d7 | 11,144 |
GuardiansoftheGalaxy | Guardians of the Galaxy/Guardians of the Galaxy.sol | 0x65cf3368f95d85fbd4cd4b17e5bb6a8638a6f799 | Solidity | /**
*Submitted for verification at Etherscan.io on 2022-10-04
*/
// ERC721A Contracts v3.3.0
// Creator: Chiru Labs
pragma solidity ^0.8.4;
/**
* @dev Interface of an ERC721A compliant contract.
*/
interface IERC721A {
/**
* The caller must own the token or be an approved operator.
... | [{"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://2782667992060b589b93603e56c7f443adfad726378b9875acf102a90ef80bdf | 2,402 |
BlackLab | BlackLab.sol | 0xa8879faa1172345f24248ed51ca0f7ada51229a9 | Solidity | /*
/*
https://t.me/BlackLabETH
https://twitter.com/blacklabeth1?s=21&t=e3tDngoDnmlS5_KCxqZ05g
https://medium.com/@blacklabeth/black-lab-eth-278f5b56e028
*/
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.4;
abstract contract Context {
function _msgSender() internal view virtual re... | [{"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://5de771bea08bb2b28ab71adce6fc6931db8e64553336c04fbb7fd8d9346a785a | 8,827 |
gnomechild | gnomechild.sol | 0x6144364b64cc4a37025fe92284e37d7968216a6b | Solidity | /**
gnome child
Gnoming the world, Wilderness to Grand Exchange!
https://t.me/gnomechildETH
https://www.gnomechildeth.com
https://twitter.com/gnomechildeth
Final 1/1 Tax
*/
// SPDX-License-Identifier: Unlicensed
pragma solidity ^0.8.9;
interface IUniswapV2Router02 {
function swapExactTokens... | [{"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://05dc5d5f1492bb8e30dd32b81c93acc3d187f77078ccefd6fe86805fa3f19b40 | 4,769 |
ChainSaw | ChainSaw.sol | 0xe76db8969dd84594e1814cb2fb8eea2a91d8f9e8 | Solidity | // SPDX-License-Identifier: MIT
pragma solidity 0.8.20;
interface IUniswapV2Factory {
event PairCreated(address indexed token0, address indexed token1, address pair, uint);
function feeTo() external view returns (address);
function feeToSetter() external view returns (address);
function getP... | [{"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.20+commit.a1b79de6 | true | 200 | null | Default | null | MIT | false | null | ipfs://dff3525b156caad1228510d78121a2db2163a5de197da8be058e7469fd5caac9 | 6,128 |
XDiamond | XDiamond.sol | 0xe2ffd9b2867bc0f4302fb71ca06a0c20f475694f | Solidity | /**
* SPDX-License-Identifier: MIT
* https://twitter.com/xDaily/status/1696974122771722688
*/
pragma solidity 0.8.20;
library SafeMath {
/**
* @dev Returns the addition of two unsigned integers, with an overflow flag.
*
* _Available since v3.4._
*/
function tryAdd(
u... | [{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"currentAllowance","type":"uint256"},{"internalType":"uint256","name":"requestedDecrease","type":"uint256"}],"name":"ERC20FailedDecreaseAllowance","... | v0.8.20+commit.a1b79de6 | true | 200 | null | Default | null | MIT | false | null | ipfs://781dfca9150a5d51e77090e4b9b4dea51ffa2909a3b7c96fc6da33beac56a43a | 12,445 |
ROYSHI | ROYSHI.sol | 0x1afc88bee5550dc14ee92e96abf15ef2ccb9ba29 | Solidity | // SPDX-License-Identifier: MIT
/**
https://t.me/ryoshi_ERC
https://www.ryoshierc20.shop/
**/
pragma solidity 0.8.20;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
return msg.sender;
}
}
interface IERC20 {
function totalSupply() external view returns... | [{"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.20+commit.a1b79de6 | true | 200 | null | Default | null | GNU GPLv3 | false | null | null | 3,780 |
grok69420 | grok69420.sol | 0xcff9ebb331972b61fd30b2a00e51cf10fad852c7 | Solidity | // GROK v69.40 FINAL UPDATE
// SPDX-License-Identifier: MIT
pragma solidity 0.8.17;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
return msg.sender;
}
function _msgData() internal view virtual returns (bytes calldata) {
this; ... | [{"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.17+commit.8df45f5f | true | 200 | null | Default | null | MIT | false | null | ipfs://30e4aa88a79788307eea8efacc9bbab74ccf5c9f6505b0ba676d679e48adc715 | 9,311 |
BEETLEGAME | @openzeppelin/contracts/access/Ownable.sol | 0x9a2abacd20885c1645d2d4e86e41493c73e0c5cb | Solidity | // OpenZeppelin Contracts v4.4.1 (access/Ownable.sol)
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 th... | [{"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 | null | false | null | null | 7,934 |
PEPED2 | PEPED2.sol | 0x5d4f02b9bf738bdb099566818d4cc1fefaee8bdf | Solidity | /**
DIAMOND PEPE 2.0
https://t.me/DiamondPepe2ERC
*/
// SPDX-License-Identifier: Unlicensed
pragma solidity ^0.8.20;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
return msg.sender;
}
}
interface IERC20 {
function totalSupply() external v... | [{"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.20+commit.a1b79de6 | true | 200 | null | Default | null | Unlicense | false | null | ipfs://4b6cbbd6c74eb1c8fcaece2837de79406f1fc7fb77ba14fd0924e79492f613cd | 5,532 |
PepegainzERC | PepegainzERC.sol | 0x5a370e2acc87d0a2f1cd31e7f3dc1d78ad1c1a9d | Solidity | /**
Telegram: https://t.me/pepegainzclub
Twitter: https://twitter.com/PepegainzERC
Website: https://pepegainz.com/
*/
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.19;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
return msg.sender;
... | [{"inputs":[{"internalType":"string","name":"name_","type":"string"},{"internalType":"string","name":"symbol_","type":"string"},{"internalType":"uint256","name":"totalSupply_","type":"uint256"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","n... | v0.8.20+commit.a1b79de6 | false | 200 | 000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000005f5e100000000000000000000000000000000000000000000000000000000000000000a50657065204741494e5a00000000000000000000000000000000000000000000... | Default | null | null | false | null | ipfs://54beac6894701bb4730334c514333ba79acaa4ac2c00067eb41cfa65ba9efcfd | 3,088 |
contract721 | https://github.com/chiru-labs/ERC721A/blob/v3.3.0/contracts/extensions/ERC721ABurnable.sol | 0x9a0f7f7a3926dfab09d0bb84747072c091709e7a | Solidity | // ERC721A Contracts v3.3.0
// Creator: Chiru Labs
pragma solidity ^0.8.4;
/**
* @title ERC721A Burnable Token
* @dev ERC721A Token that can be irreversibly burned (destroyed).
*/
abstract contract ERC721ABurnable is ERC721A, IERC721ABurnable {
/**
* @dev Burns `tokenId`. See {ERC721A-_burn... | [{"inputs":[{"internalType":"address","name":"_creator","type":"address"},{"internalType":"string","name":"_projectName","type":"string"},{"internalType":"string","name":"_projectSymbol","type":"string"},{"internalType":"string","name":"_initNotRevealedUri","type":"string"},{"internalType":"uint256","name":"_maxSupply"... | v0.8.7+commit.e28d00a7 | true | 200 | 000000000000000000000000257a19a16e083fc27ae414c79eacb9c0795a40030000000000000000000000000000000000000000000000000000000000000140000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001c00000000000000000000000000000000000000000000000000000000000000002... | Default | null | null | false | null | ipfs://1bab46dfdaa664ff842e45636d55e7050d2e9aa2cb2535fa05064119ad6b96af | 1,992 |
AddictsWtf | contracts/AddictsWtf.sol | 0x6d7a7f0a2860eb955b6862c5b2da7677151ec1a6 | 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 AddictsWtf is ERC72... | [{"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 | 00000000000000000000000000000000000000000000000000000000000000c0000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000bb80000000000000000000000000000000000000000000000000000000000000001... | Default | null | null | false | null | null | 1,832 |
MILK | MILK.sol | 0x37e8375254beb8eafa5e8bef4330659787f8b720 | Solidity | // SPDX-License-Identifier: MIT
pragma solidity 0.8.20;
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)... | [{"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.20+commit.a1b79de6 | false | 200 | null | Default | null | null | false | null | ipfs://8b64803118b9c2076c15af7baf1ddb5c1d379dcbb8f79ecee441a2b89790a9ea | 3,783 |
nooMefaS | nooMefaS.sol | 0x11f5c950800099665de7933ffaf2f8be5353d742 | Solidity | /*
What do u get when u flip Safemoon?
nooMefaS
7% tax Buy/Sell (4% burn 3% marketing)
Weekend safe play,
taxes cannot be set higher 7, lp will be locked 30 days and CA renounced..there will be no TG by DEV..community may create as u choose
Lets send this!
*/
pragma solidity 0.8.9;
// SPDX-License-Identifier:... | [{"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://507fe2314ea74611661f4d602eec382c91edae095bfff639768cab1c646a23e4 | 8,783 |
GROKFARM | GROKFARM.sol | 0xf82a2e81ab3aa74e6c4098cb26ab7cc8f567843b | Solidity | /*
$GF ... Grok ... Farm ... $GF
Web: https://grokfarm.xyz
Twitter : https://twitter.com/grok_farm
Telegram: https://t.me/GROKFARM
*/
// SPDX-License-Identifier: NONE
pr... | [{"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.17+commit.8df45f5f | true | 200 | null | Default | null | null | false | null | ipfs://d866e0ec886000c8b88aa2205b6c24550e5ce3c80cc68f91f344e191c94fa5ee | 11,680 |
LunarDAO | LunarDAO.sol | 0x272693336bf4592f5ac0607e5500af9572cf72b4 | Solidity | /**
*Submitted for verification at Etherscan.io on 2023-10-08
*/
// SPDX-License-Identifier: MIT/**
pragma solidity ^0.8.0;
interface IERC20 {
function totalSupply() external view returns (uint256);
function balanceOf(address account) external view returns (uint256);
function transfer... | [{"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://c51ebed0d21425fb52f0205074dd432337f44f100917f73bbc9203bc2ecf1130 | 10,850 |
zuk | NFT/xfox/erc721test/kkk.sol | 0x2e58039a1c8dc3ccd43527e3cbefd1e4b94297f4 | Solidity | pragma solidity ^0.8.0;
contract zuk is Ownable, ERC721A, ReentrancyGuard {
uint256 public immutable maxPerAddressDuringMint;
uint256 public immutable amountForDevs;
uint256 public immutable amountForAuctionAndDev;
struct SaleConfig {
uint32 auctionSaleStartTime;
uint32 publicSaleSt... | [{"inputs":[{"internalType":"uint256","name":"maxBatchSize_","type":"uint256"},{"internalType":"uint256","name":"collectionSize_","type":"uint256"},{"internalType":"uint256","name":"amountForAuctionAndDev_","type":"uint256"},{"internalType":"uint256","name":"amountForDevs_","type":"uint256"}],"stateMutability":"nonpaya... | v0.8.7+commit.e28d00a7 | false | 200 | 000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000003e800000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000001 | Default | null | null | false | null | ipfs://45a23299dbf46d6a188e2a75bac5f5fec1cf18e69aae2f312c3c545c86977f4b | 402 |
EthereumFamousFox | contracts/ethfamousfox.sol | 0xe5983a97adb1cd238c552c6b43a9f788fdeeea4b | Solidity | contract EthereumFamousFox is ERC721A, Ownable {
string public baseURI = "ipfs://QmQCMZt3kY5KoiPw64b8W15LyzpCcQm5G1NjVTbX5pD9Cr/";
string public constant baseExtension = ".json";
address public constant proxyRegistryAddress = 0xa5409ec958C83C3f309868babACA7c86DCB077c1;
uint256 public constant MA... | [{"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 | false | 200 | null | Default | null | null | false | null | ipfs://c2c77c9096c5c19a4633faf91521ccad8beb3df82e82b25d8d3c477166e33289 | 921 |
NFTRegistry | contracts/NFTRegistry.sol | 0x435a27bbc475400b069fe4665ff3bb87e5005c0b | Solidity | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.17;
import { AccessControlEnumerable } from "@openzeppelin/contracts/access/AccessControlEnumerable.sol";
import { Ownable } from "@openzeppelin/contracts/access/Ownable.sol";
import { INFTRegistry } from "./interfaces/INFTRegistry.sol";
import { Allowlist } from ".... | [{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"TransferNotAllowed","type":"error"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"bytes32","name":"codeHash",... | v0.8.17+commit.8df45f5f | true | 200 | null | Default | null | null | false | null | null | 1,133 |
DejitaruAkedo | DejitaruAkedo.sol | 0xef0e7d9f8361743b3e5d8f74cfa732395de8a517 | Solidity | //SPDX-License-Identifier: Unlicensed
/*
Dejitaru Ākēdo $AKEDO
"Bringing the fun to the believers. $AKEDO is paying forward to the very best. Let's see if you got what it takes"
2% Tax goes to the pot that will be used for buybacks and prize pool on competitions.
Twitter: https://twitter.com/DejitaruAkedo... | [{"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.17+commit.8df45f5f | true | 200 | null | Default | null | Unlicense | false | null | ipfs://059c91ae70b19b8a000633a3832852244e8d1311941c7a348c191652141f6d9e | 13,386 |
ConorMcGregor | ConorMcGregor.sol | 0x9622d84b5d1745b38e21f59107ff323ca0e5ba03 | Solidity | /*
TG: https://t.me/ConorMcGregorErc
Web: https://conormcgregor.site
Twitter: https://twitter.com/McGregorErc
*/
// SPDX-License-Identifier: Unlicensed
pragma solidity ^0.8.6;
interface ERC20 {
function totalSupply() external view returns (uint256);
function decimals() external view returns... | [{"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.17+commit.8df45f5f | true | 200 | null | Default | null | MIT | false | null | ipfs://ee6653a59b87b0f479ca2cb8063a7f1c72bae45799dc0c2d184326f5cf35483f | 4,843 |
BAILONGMA | BAILONGMA.sol | 0x096e22edd851acc076997ac76ee6059c6eb6667f | Solidity | // SPDX-License-Identifier: MIT
// 白龙马 - Bai Long Ma, the White Dragon Horse 🎠
// Telegram: https://t.me/BaiLongMaErc
// Twitter: https://twitter.com/BaiLongMaERC
// Website: https://www.bailongmaerc.com/
pragma solidity 0.8.20;
abstract contract Context {
function _msgSender() internal view virtual... | [{"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.20+commit.a1b79de6 | true | 200 | null | Default | null | MIT | false | null | ipfs://02c106256e62d2e7c60de858533d6616a95908f2c866d4598347ab6c371ffa1a | 14,528 |
Waptoken | Waptoken.sol | 0xb1a8f688e99bb938d3e396809d32dbfafe56e76d | Solidity | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.17;
pragma experimental ABIEncoderV2;
////// lib/openzeppelin-contracts/contracts/utils/Context.sol
// OpenZeppelin Contracts v4.4.0 (utils/Context.sol)
/* pragma solidity ^0.8.0; */
/**
* @dev Provides information about the current execution cont... | [{"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.17+commit.8df45f5f | true | 200 | null | Default | null | MIT | false | null | ipfs://961a046744f8da3c6f2b9f9fbc6d6c9bcf00b4cc47dd46836b2f0fd7ab5fd3b8 | 15,940 |
Tsukereum | Tsukereum.sol | 0xdec4f8bda7f3a9c07d2c0fcd70513fe6e2ac2d11 | Solidity | /**
https://t.me/Tsukaream
Total tax 4/6
70% of the tax will be used for BuyBacks
30% Will be used for marketing
30% Initial Burn
100% Liquidity Burn at 100k
**/
// SPDX-License-Identifier: Unlicensed
pragma solidity ^0.8.9;
abstract contract Context {
function _msgSender() internal v... | [{"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://d487da19ce9b0f848718e1a175f1d0b8abedff68cdd88a2de8ba9d785de78915 | 6,072 |
WEB4 | WEB4.sol | 0x7ce0210131c45aae775f61edc04f0c277470cd7b | Solidity | // Website: https://web4.computer/
// Twitter: https://twitter.com/WEB4_Universe
// Telegram: https://t.me/WEB4_Universe
// ───────────────────────────────────────────────────────────────────────
// ─██████──────────██████─██████████████─██████████████───██████──██████─
// ─██░░██──────────██░░██─██░░░░░░░░░░██─... | [{"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.17+commit.8df45f5f | true | 200 | null | Default | null | MIT | false | null | ipfs://13fd74274e248dc613b64fdc8c59e0945a774b0b9c2fb2e4d0513ae5f7b4cee4 | 4,250 |
Token | @openzeppelin/contracts/utils/Context.sol | 0x181eb39a480662096dc4e1eae10382210ec40505 | Solidity | // SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (utils/Context.sol)
/**
https://www.eidpepe.com/
https://twitter.com/eid_pepe
https://t.me/eidpepeportal
*/
pragma solidity ^0.8.0;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
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.9+commit.e5eed63a | true | 200 | null | Default | null | null | false | null | null | 156 |
HeiZhi | HeiZhi.sol | 0x815bc13882c04fa22b727936290c1a4ae300bf93 | Solidity | //Hēi zhī | 黑芝
//heizhitoken.com
//https://twitter.com/HeiZhiERC
//https://t.me/HeiZhiToken
// SPDX-License-Identifier: MIT
pragma solidity 0.8.17;
interface IERC20 {
function totalSupply() external view returns (uint256);
function balanceOf(address account) external view returns (uint256);
f... | [{"inputs":[{"internalType":"string","name":"NAME","type":"string"},{"internalType":"string","name":"SYMBOL","type":"string"},{"internalType":"uint8","name":"DECIMALS","type":"uint8"},{"internalType":"uint256","name":"TOTAL_SUPPLY","type":"uint256"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":fal... | v0.8.17+commit.8df45f5f | false | 200 | 000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000c00000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000003081a2635550000000000000000000000000000000000000000000000000000000000000009... | Default | null | null | false | null | ipfs://7c8f70701ae373fb1d4c2e6054c8734b6ec7ae37d85b64b0c87146d9f62c9e64 | 1,543 |
AISAFETY | AISAFETY.sol | 0x2a382e32ca6e48cb021dc20c85aadd5299c99b89 | Solidity | /**
*Submitted for verification at Etherscan.io on 2023-04-04
*/
// SPDX-License-Identifier: MIT
/**
https://twitter.com/elonmusk/status/1643391764064256000
AI SAFETY
*/
pragma solidity 0.8.17;
interface IERC20 {
function totalSupply() external view returns (uint256);
function circulatin... | [{"inputs":[{"internalType":"address","name":"_development_receiver","type":"address"},{"internalType":"address","name":"_marketing_receiver","type":"address"},{"internalType":"address","name":"_autoLiquididation","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"ind... | v0.8.17+commit.8df45f5f | true | 200 | 0000000000000000000000000aa400928e19780bcf95a4278d904eb7ab1d02dd0000000000000000000000000aa400928e19780bcf95a4278d904eb7ab1d02dd0000000000000000000000000aa400928e19780bcf95a4278d904eb7ab1d02dd | Default | null | MIT | false | null | ipfs://2b668fa0ed14f070ee76ff0df765d17a8a7beabcf31297c5f57fcffbfc49d530 | 8,912 |
CLOWN | @openzeppelin/contracts/token/ERC20/ERC20.sol | 0x7246dcb9e40a22a49df36854385425cb90039cfb | Solidity | @v4.4.0
// OpenZeppelin Contracts v4.4.0 (token/ERC20/ERC20.sol)
pragma solidity ^0.8.17;
contract ERC20 is Context, IERC20, IERC20Metadata {
mapping(address => uint256) private _balances;
mapping(address => mapping(address => uint256)) private _allowances;
uint256 private _totalSupply;
... | [{"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.17+commit.8df45f5f | true | 200 | null | Default | null | MIT | false | null | ipfs://d3236bab1ebf80b47830c7b93c042ba511b5d1919e355968978a5fdcf9ce7bbf | 1,551 |
REHAB | REHAB.sol | 0x7cbdf031a5be1a31782e2aa595b07db7221765a8 | Solidity | /**
Disclaimer: Sobriety sucks. $rehab
https://twitter.com/rehaberc20
https://rehaberc.com
https://t.me/rehaberc
**/
// SPDX-License-Identifier: MIT
pragma solidity 0.8.20;
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.20+commit.a1b79de6 | true | 200 | null | Default | null | MIT | false | null | ipfs://c6e92a62382a631ce559b53666f8010dca5d8438837b30a389ed0ba74524684c | 3,862 |
SETH | SETH.sol | 0x1068acb297eebda5a29abd551f1abd4f7b822160 | Solidity | // SETH by Spacebar (@mrspcbr) | https://t.me/soyboyseth | https://twitter.com/soyboyseth
// SPDX-License-Identifier: MIT
pragma solidity 0.8.17;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
return msg.sender;
}
function _msgData() internal v... | [{"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.17+commit.8df45f5f | true | 200 | null | Default | null | MIT | false | null | ipfs://fdae55a96b2fdb834e94ed9f2ec3bd47ad97277a8e5b910808e64ad4d92a0f37 | 8,663 |
CRYPTO_OG | Token.sol | 0x4b7934a9937c640c560508e26c069281b0e8b84e | Solidity | pragma solidity ^0.8.0;
/**
* @title Sample NFT contract
* @dev Extends ERC-721 NFT contract and implements ERC-2981
*/
contract CRYPTO_OG is Ownable, ERC721URIStorage {
// Keep a mapping of token ids and corresponding IPFS hashes
mapping(string => uint8) hashes;
// Maximum amounts of m... | [{"inputs":[{"internalType":"address","name":"initialRoyaltiesReceiver","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"approved","type":"addres... | v0.8.7+commit.e28d00a7 | true | 200 | 000000000000000000000000ef8d44e54d8be26a55a2b13e1e055019182b3824 | Default | null | null | false | null | ipfs://78c5569f1922db03b48f60bf0ff2cef857061242318652dd1829cb02d1ef019f | 1,338 |
SHIBALLER | SHIBALLER.sol | 0xe334d1fd58f02ae735de24b2c67089c089e64979 | Solidity | // SPDX-License-Identifier: MIT
pragma solidity >=0.8.16;
pragma experimental ABIEncoderV2;
////// lib/openzeppelin-contracts/contracts/utils/Context.sol
// OpenZeppelin Contracts v4.4.0 (utils/Context.sol)
/* pragma solidity ^0.8.0; */
/**
* @dev Provides information about the current execution context, ... | [{"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.17+commit.8df45f5f | true | 200 | null | Default | null | MIT | false | null | ipfs://529ac003a3fcb6939c79ba68ff61697983b17563892151bf9cbe5e4e4e7957f2 | 16,021 |
ENSDutchAuction | contracts/ens dutch auction.sol | 0x116631544421c1eafbd296aa84d85e6b26c087cd | Solidity | // SPDX-License-Identifier: MIT
/**
* @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}.
... | [{"inputs":[{"internalType":"address payable","name":"_treasury","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"seller","type":"address"},{"indexed":true,"internalType":"uint256","name":"tokenId","type":"uint256"},{"i... | v0.8.7+commit.e28d00a7 | false | 200 | 0000000000000000000000002999923e23c1A1bAbF1De98b8EE44c173EA42664 | Default | null | null | false | null | null | 260 |
CellGuardsAnon | contracts/CellGuardsAnon.sol | 0xf75915e90aea2d621c568bab31177cd1d1e0b3ac | 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 CellGuardsAnon is E... | [{"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 | 00000000000000000000000000000000000000000000000000000000000000c00000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000aa87bee538000000000000000000000000000000000000000000000000000000000000000014d0000000000000000000000000000000000000000000000000000000000000001... | Default | null | null | false | null | null | 1,694 |
Frogs | Frogs.sol | 0x69274508796aa0409841f6a915c009cc89742023 | Solidity | /**
https://www.plaguebrands.io/
*/
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.17;
interface IERC20 {
function totalSupply() external view returns (uint256);
function balanceOf(address account) external view returns (uint256);
function transfer(address recipient, uint256 amou... | [{"inputs":[{"internalType":"address","name":"marketingAddress","type":"address"},{"internalType":"address","name":"liquidityAddress","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":... | v0.8.17+commit.8df45f5f | false | 200 | 0000000000000000000000000b9878bfda828fa79221eb3aeeccbf7710848af40000000000000000000000000b9878bfda828fa79221eb3aeeccbf7710848af4 | Default | null | null | false | null | ipfs://ecd6b61bdd476e75847494f47bcad7d1e03dbb07d8773cacc6c276c287fbe6d4 | 4,847 |
vitalik_dao | contracts/but_dao.sol | 0xa5c23e893767472234ccf0bd77ee6ba0aa295720 | Solidity | pragma solidity ^0.8.0;
contract vitalik_dao is ERC721A, Ownable {
uint256 public NFT_PRICE = 0.02 ether;
uint256 public MAX_SUPPLY = 2222;
uint256 public MAX_MINTS = 10;
uint256 public MAX_MINTS_RESERVED = 10;
uint256 public freeTokens = 555;
string public projName = "VitalikDA... | [{"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://348923082e605ecc15c114f008760f0479cbb1f9160f12764d121ec7ea7cbc65 | 950 |
ShibKaguya | ShibKaguya.sol | 0xda2600aa1e5f4ff09d44dd3963eed9541a2cf9d7 | Solidity | /**
*
*/
/**
Shib Kaguya | $Skaguya
20,000 Max wallet
3% Tax
I'm going to launch this token for you all to have an opportunity to trade and profit.
I encourage you all to make a Telegram for this to create our community
I will lock the liquidity for 30 days and also renounce ownership as well.... | [{"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://09830e3c605d13fcd8759760f3361ec2c4545d2a00da275ed54b68250761f79d | 4,951 |
How | How.sol | 0x1610ad15ca3b6a136096694b7553b66eea8b36e3 | Solidity | /**
*Submitted for verification at Etherscan.io on 2022-08-16
*/
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.9;
contract Context {
function _msgSender() internal view virtual returns (address) {
return msg.sender;
}
}
contract ERC20Ownable is Context {
address private _owner;
... | [{"inputs":[],"stateMutability":"payable","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.17+commit.8df45f5f | false | 200 | null | Default | null | MIT | false | null | ipfs://a4437e4dfc59632766d65a5be3126f00c09ff88fe087f6c58176701755b9027d | 10,507 |
Hasbullish | Hasbullish.sol | 0xe5364c2d5634d9057375d1aee67b1ae07c371ada | Solidity | // SPDX-License-Identifier: MIT
pragma solidity 0.8.9;
/*
https://twitter.com/HasbullishERC
https://t.me/HasbullishPortal
*/
interface IUniswapV2Factory {
function createPair(address tokenA, address tokenB) external returns(address pair);
}
interface IERC20 {
/**
* @dev Returns th... | [{"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://827ece811562b5def69d2a03d0fd72fd2cc4709697fd880b4cf5b66bdd416b66 | 10,681 |
NiftyForge721 | contracts/NiftyForge/Modules/INFModuleTokenURI.sol | 0x4d15d2aaa891bfae0824f227f1ef1489cb4191ff | Solidity | //SPDX-License-Identifier: MIT
pragma solidity ^0.8.9;
import './INFModule.sol';
interface INFModuleTokenURI is INFModule {
function tokenURI(uint256 tokenId) external view returns (string memory);
function tokenURI(address registry, uint256 tokenId)
external
view
returns (string memo... | [{"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 | 200 | null | Default | null | MIT | false | null | null | 98 |
MCDOGE | MCDOGE.sol | 0xd527ce0257097c55461494c734c9a7449e4cc613 | Solidity | /**
McDoge
TG:https://t.me/MC_DOGE
Twitter:https://twitter.com/McDoge2023
Website:http://mcdoge.online/
*/
// SPDX-License-Identifier: Unlicensed
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 | Unlicense | false | null | ipfs://c69d76f0df43bbbf0acbb5dfbadca8d5f652abf7e2b527903ab35488384b979e | 5,791 |
HarryPotterObamaSonicXInu | HarryPotterObamaSonicXInu.sol | 0x517a23000b29b1b41b81493686a61e3e6b8ed0ee | Solidity | /*
Telegram: https://t.me/hposXiETH
Twitter: https://twitter.com/hposXiETH
Website: https://hposxi.com
*/
// SPDX-License-Identifier: MIT
pragma solidity 0.8.20;
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.20+commit.a1b79de6 | true | 200 | null | Default | null | MIT | false | null | ipfs://af2398fa4060c7e1a911cee7e3efa68802ccd7ab99eed0632f89feaaaeeb2dd2 | 3,967 |
KIZO | KIZO.sol | 0x2e2f43682512d3d1659a836eba2edf16850871a8 | Solidity | /*
Kizo Ronin ($KIZO)
KIZO was born into the world of crypto as an Inu token. It succeeded in breaking the most sought after record, by reaching and surpassing $1 and securing an All Time High of $7 which resulted in Kizo getting the publicity it deserved and developing one of the strongest token communities crypto h... | [{"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://c4a723dac82ede9e64df762e7369f9f923692b0e41fe59254079bad5c114e3d9 | 6,089 |
Simple | Simple.sol | 0xd5d4b260c177af6cff3a0ea6ac61b4544cec09b2 | Solidity | // SPDX-License-Identifier: MIT
/**
A simple token. No tax, or possibility to change it. No team tokens. No pre-sale. No scams. Just pure market energy.
**/
pragma solidity 0.8.20;
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.20+commit.a1b79de6 | false | 200 | null | Default | null | MIT | false | null | ipfs://cf68feb024232d438da59eead8947350fa3d63c457cd18c3f368051ca148bf00 | 3,786 |
MinerunnersGenesis | contracts/MinerunnersGenesis.sol | 0x232522f49db770c293d015c80820572c7e8cdc09 | 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 MinerunnersGenesis ... | [{"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 | 00000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000011c37937e08000000000000000000000000000000000000000000000000000000000000000115c0000000000000000000000000000000000000000000000000000000000000001... | Default | null | null | false | null | null | 1,696 |
Grails4MintPassRedeemer | /home/dave/proof/proof-seller/contracts/sellers/src/base/SellableCallbacker.sol | 0xbce78c795f9666caaebfccfe7672c742d5f3f471 | Solidity | // SPDX-License-Identifier: MIT
// Copyright 2023 PROOF Holdings Inc
pragma solidity >=0.8.0 <0.9.0;
import {ISellable} from "../interfaces/ISellable.sol";
import {PurchaseExecuter} from "../interfaces/PurchaseExecuter.sol";
/**
* @notice Executes a purchase by calling the purchase interface of a `ISellable` contra... | [{"inputs":[{"internalType":"contract Grails4","name":"sellable_","type":"address"},{"internalType":"contract Grails4MintPass","name":"pass_","type":"address"},{"internalType":"uint256","name":"price","type":"uint256"}],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[{"internalType":"bytes","name":"reas... | v0.8.17+commit.8df45f5f | true | 9,999 | 000000000000000000000000069eeda3395242bd0d382e3ec5738704569b8885000000000000000000000000b6cac678cefd488b3d02ca69c40dbafb48e593b000000000000000000000000000000000000000000000000000b1a2bc2ec50000 | Default | null | null | false | null | null | 707 |
SixtyNine | 69.sol | 0xa1516c84006951e21184e8bb04b75831a0aa2766 | Solidity | //
//https://t.me/SixtynineERC
//* SPDX-License-Identifier: Unlicensed
pragma solidity ^0.8.9;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
return msg.sender;
}
}
interface IERC20 {
function totalSupply() external view returns (uint25... | [{"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.17+commit.8df45f5f | true | 200 | null | Default | null | null | false | null | null | 5,819 |
DOODLECATS | @openzeppelin/contracts/access/Ownable.sol | 0x398ef032fd7bcf78289a53a8ab0dd396633fcd9a | 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"},{"internalType":"address","name":"_payments","type":"addr... | v0.8.7+commit.e28d00a7 | false | 200 | 00000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000000e000000000000000000000000000000000000000000000000000000000000001200000000000000000000000000000000000000000000000000000000000000180000000000000000000000000d3b088f234e7e185491ba8771d7d7f1f4b307dff... | Default | null | GNU GPLv3 | false | null | ipfs://771e2294a2c7eaaad103e1146d19f2ae3321f9280101d386226bc63bcec636a1 | 2,031 |
MyNftRamppProjectContract | @openzeppelin/contracts/access/Ownable.sol | 0x6b1098f8ccf479347d9f123d058ecb2ee33020d4 | Solidity | // OpenZeppelin Contracts v4.4.1 (access/Ownable.sol)
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 de... | [{"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 | 200 | 00000000000000000000000011b4e83bc3e9605f03e2a4c34bd09567be5aebbe | Default | null | null | false | null | null | 6,845 |
Future | Future.sol | 0xcaa27efc05bbc3ab260c16ba42a05457692d1d2e | Solidity | /**
TG: https://t.me/futurebitcoin_erc
Website: http://futurebitcoin.tech
*/
// SPDX-License-Identifier: Unlicensed
pragma solidity ^0.8.9;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
return msg.sender;
}
}
interface IERC20 {
func... | [{"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://bdb59b0ee261312d088457b7137d43f7f5fc5928f6f991067bbfbe0e56c8ef07 | 5,996 |
PenguinExchangeClub | contracts/PenguinExchangeClub.sol | 0x3678871126c8d823a3b68e51679695aac014816e | 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 PenguinExchangeClub... | [{"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 | 00000000000000000000000000000000000000000000000000000000000000c00000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000006a94d74f43000000000000000000000000000000000000000000000000000000000000000046a0000000000000000000000000000000000000000000000000000000000000000a... | Default | null | null | false | null | null | 1,638 |
ToshiOnEth | ToshiOnEth.sol | 0xe3ef7906b99521cc525bc1b8a181a621eaf5f452 | Solidity | /***
WEBSITE | https://toshierc.vip/
TG | https://t.me/Toshi_ERC20
TWITTER | https://twitter.com/Toshi_ERC20
**/
// SPDX-License-Identifier: MIT
pragma solidity 0.8.20;
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.20+commit.a1b79de6 | true | 200 | null | Default | null | MIT | false | null | ipfs://3e3825c96b2a86315ea01e48a6ba70c51d45630f2083d4b0d4d7952090c050e8 | 3,759 |
FractionalNFT | FractionalNFT.sol | 0xf0dca31ec22e9039791198def550d2e916503b9a | Solidity | /**
Tg- https://t.me/FractionalNFT
*/
pragma solidity 0.8.7;
// SPDX-License-Identifier: UNLICENSED
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
return msg.sender;
}
}
interface IERC20 {
function totalSupply() external view returns (u... | [{"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://e23412cdb7c96f0d867ec7ea91b9814a94214c3c38287039f8b319717b0bfa3c | 4,449 |
SexToken | SexToken.sol | 0x53008420063c30ca5cecdb25892c3311f6418b73 | Solidity | /// SPDX-License-Identifier: Unlicensed
pragma solidity ^0.8.9;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
return msg.sender;
}
}
interface IERC20 {
function totalSupply() external view returns (uint256);
function balanceOf(addres... | [{"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 | Unlicense | false | null | ipfs://9b168eb9cefb553c3cc8ce63dc89bb733a5de7a42bc7910719ca2fc43c561758 | 5,742 |
RIKIGAMI | RIKIGAMI.sol | 0xe35d07d91b050cea4a0b0c9c149c80a93f10ebac | Solidity | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.9;
contract Context {
function _msgSender() internal view virtual returns (address) {
return msg.sender;
}
}
contract ERC20Ownable is Context {
address private _owner;
event OwnershipTransferred(address indexed previousOwner, address ... | [{"inputs":[],"stateMutability":"payable","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://b513d1a268bff1218744cf56a1c80bd270f4cc17f35bf88465e508599d54fe7f | 10,479 |
DOGLIENS | @openzeppelin/contracts/utils/Strings.sol | 0x5b0d643def5fa4b07c37dc5e5c9faacc0e1422ea | Solidity | // OpenZeppelin Contracts v4.4.1 (utils/Strings.sol)
pragma solidity ^0.8.0;
/**
* @dev String operations.
*/
library Strings {
bytes16 private constant _HEX_SYMBOLS = "0123456789abcdef";
function toString(uint256 value) internal pure returns (string memory) {
if (value == 0) {
... | [{"inputs":[{"internalType":"address","name":"_signerAddress","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[],"name":"ApprovalCallerNotOwnerNorApproved","type":"error"},{"inputs":[],"name":"ApprovalQueryForNonexistentToken","type":"error"},{"inputs":[],"name":"ApprovalToCurrentOwner... | v0.8.7+commit.e28d00a7 | false | 200 | 000000000000000000000000c74407ebb1bb9f25f9fbe5acc1034440a9c35a17 | Default | null | GNU GPLv3 | false | null | ipfs://8f7fee5350037901433afb205aa1663fe964ea670bf06820bea61e085d829f4d | 587 |
MOW | MOW.sol | 0x0cc9a14005e1279ffb88a1925351f05277779be4 | Solidity | /*
https://t.me/MiladyofWhorestreet
*/
// SPDX-License-Identifier: MIT
pragma solidity 0.8.20;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
return msg.sender;
}
}
interface IERC20 {
function totalSupply() external view returns (uint... | [{"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.20+commit.a1b79de6 | true | 200 | null | Default | null | MIT | false | null | ipfs://070312a78e0e31e1c620b64f61f556e26c1f8086e56f7eedb2fed5df2fb5fc71 | 3,712 |
ARRA | ARRA.sol | 0xbaee734c3ca82fadd6272717feb2f1c3f7498682 | Solidity | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.17;
interface IERC20 {
function totalSupply() external view returns (uint);
function balanceOf(address account) external view returns (uint);
function transfer(address recipient, uint amount) external returns (bool);
function allowance(a... | [{"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"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{... | v0.8.17+commit.8df45f5f | false | 200 | null | Default | null | MIT | false | null | ipfs://fdf74b68ed6146cf330b907f72b71ec4b1ce1d0110e2d2e0de0e31d2afcdb474 | 593 |
DontBuyMeme | DontBuyMeme.sol | 0x9e67cf2c911fecd4d296def6247a098d96ba118c | Solidity | /*
The finest meme markets and trend exploration. An access point to the meme economy
Telegram - https://t.me/Dont_Buy_Meme
Twitter - https://twitter.com/Dont_Buy_Meme
Website - TBA
*/
//SPDX-License-Identifier: Unlicensed
pragma solidity 0.8.9;
abstract contract Context {
function _msgSender() ... | [{"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://d81bbd8f2f8cfc22e84176d186564790ed85e2099db326a50b3e324c533765b0 | 13,628 |
FenrirInu | contracts/F Inu.sol | 0x90a329006b172a05317e56804508c8a56aca1f89 | Solidity | // Fenrir is the great wolf in Norse Mythology who breaks free from his chains at Ragnarök, Fenrir Inu ($FENR) will carry on Fenrir spirit and break free into the universe, reaching beyond the moon.
// Fenrir Inu Tokenomics:
// 7% buy tax redistributing to existing Fenrir Inu holders.
// 7% sell tax to Fenrir Inu li... | [{"inputs":[{"internalType":"address payable","name":"FENRWalletAddress","type":"address"},{"internalType":"address payable","name":"marketingWalletAddress","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type"... | v0.8.7+commit.e28d00a7 | true | 200 | 0000000000000000000000002aa60e441869aa58aae52f5e9ed13bbd1ee7528b000000000000000000000000939f2e403d23689f4e9471d189ea0bfb0b35e987 | Default | null | MIT | false | null | ipfs://47978e123319ce3e84a0e6793b21b141848278e688f2cccba945f003b9e45e40 | 11,624 |
IGNITE | IGNITE.sol | 0x1e5f5859346ad1ce074fc8684ea356e06f9511c9 | Solidity | pragma solidity 0.8.7;
// SPDX-License-Identifier: UNLICENSED
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
return msg.sender;
}
}
interface IERC20 {
function totalSupply() external view returns (uint256);
function balanceOf(address accoun... | [{"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://a997fd34fd22867c504fcacd2492d20f570be37d85bd09fcea84420fe7e531cb | 4,543 |
COPE | COPE.sol | 0xacbc55eeca28838976667d021fdaac63ca0c713f | Solidity | // File: main
// SPDX-License-Identifier: MIT
/**
Telegram : https://t.me/copeethportal
Website : http://cultofpepe.vip
X : https://twitter.com/cultofpepeeth
**/
pragma solidity 0.8.20;
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.20+commit.a1b79de6 | true | 200 | null | Default | null | GNU GPLv3 | false | null | null | 3,784 |
Euroether | Euroether.sol | 0x64d6b0f5a67f8efb03f7dc9e6d3b9cfc20e65e09 | Solidity | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
// ----------------------------------------------------------------------------
// 'Euroether' token contract
// Symbol : EUTH
// Name : Euroether
// Decimals : 18
// -----------------------------------------------------------------------... | [{"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://08561346d22157e09850cd8f6821527e83a100019a89fc79c29b025b07bab61a | 6,239 |
PublicLimitedExactFixedPrice | /home/dave/proof/proof-seller/contracts/sellers/src/base/PerAddressLimited.sol | 0xfec997aac894abc72a91a2e89aa943cb72e06ce6 | Solidity | // SPDX-License-Identifier: MIT
// Copyright 2023 PROOF Holdings Inc
pragma solidity >=0.8.0 <0.9.0;
import {Seller} from "./Seller.sol";
/**
* @notice A seller module to limit the number of items purchased per address.
*/
abstract contract PerAddressLimited is Seller {
/**
* @notice Thrown when the number... | [{"inputs":[{"internalType":"address","name":"admin","type":"address"},{"internalType":"address","name":"steerer","type":"address"},{"internalType":"contract ISellable","name":"sellable_","type":"address"},{"internalType":"uint256","name":"price","type":"uint256"},{"internalType":"uint64","name":"maxPerAddress_","type"... | v0.8.17+commit.8df45f5f | true | 9,999 | 00000000000000000000000032220f07dbcd18149f619f28cd09fd911cc0372d00000000000000000000000032220f07dbcd18149f619f28cd09fd911cc0372d00000000000000000000000048b17a2c46007471b3eb72d16268eaecdd1502b700000000000000000000000000000000000000000000000003782dace9d900000000000000000000000000000000000000000000000000000000000000000003 | Default | null | null | false | null | null | 845 |
Wealth_Cyborg_Official | Wealth_Cyborg_Official.sol | 0x8a696ca798e65aa54b6dafcc811071dde808c193 | Solidity | // SPDX-License-Identifier: MIT
pragma solidity >=0.7.0 <0.9.0;
interface IERC165 {
/**
* @dev Returns true if this contract implements the interface defined by
* `interfaceId`. See the corresponding
* https://eips.ethereum.org/EIPS/eip-165#how-interfaces-are-identified[EIP section]
*... | [{"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://e9330ebeca810f76206b560c1813056fea2ffc4fbee4cb7beac99748060e019f | 12,978 |
nicolascage | nicolascage.sol | 0x60049437e4c939408f4740c4bebc1b11121e53c0 | Solidity | /**
https://t.me/NicolasCageERC20
https://nicolascage.xyz/
*/
// SPDX-License-Identifier: Unlicensed
pragma solidity ^0.8.9;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
return msg.sender;
}
}
interface IERC20 {
function totalSupply(... | [{"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://418a1b60308be584e4937ddab2466e69880636bd27e2158fde4d1b8dfec0d769 | 5,828 |
WrappedWojakCoin | WOJAK.sol | 0x7d7abee85df4fa0aeedb823dea10648bd2c94ec5 | Solidity | pragma solidity ^0.8.9;
contract WrappedWojakCoin is ERC20 {
constructor() ERC20("Wrapped Wojak", "WWOJAK") {
_mint(msg.sender, 69420000000 * 10 ** decimals());
}
} | [{"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://79c366fbe80da843517ea786c81c08044ec2520f968d3b788b99e2d807c66dd2 | 92 |
PSBOT | PSBOT.sol | 0x60e0448fa23142c4493efd805769530fa11d174e | Solidity | /*
Profit Spotter Bot
Features:
-Find top 1% traders
-Track up to 10 wallets
-Receive instant alerts
-Copy trading tool(in development)
-Premium subscription generates revenue shared between $PSBOT holders
Telegram: https://t.me/profitspotterbot
Bot: https://t.me/Pspotterbot
Twitter: https://twit... | [{"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.20+commit.a1b79de6 | true | 200 | null | Default | null | MIT | false | null | ipfs://efc6bd7932eaf5626db1ae2b1ca96cb9b3ade1bd91cbe929be8a26f3e55357d5 | 3,969 |
RoboNounsToken | contracts/interfaces/INounsSeeder.sol | 0x72d5fde008627fb82e85eae11f7d5396035e9520 | Solidity | // SPDX-License-Identifier: GPL-3.0
/// @title Interface for NounsSeeder
pragma solidity ^0.8.6;
import { INounsDescriptorMinimal } from "contracts/interfaces/INounsDescriptorMinimal.sol";
interface INounsSeeder {
struct Seed {
uint48 background;
uint48 body;
uint48 accessory;
ui... | [{"inputs":[{"internalType":"address","name":"_minter","type":"address"},{"internalType":"contract INounsDescriptorMinimal","name":"_roboDescriptor","type":"address"},{"internalType":"contract INounsSeeder","name":"_seeder","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inpu... | v0.8.17+commit.8df45f5f | false | 200 | 000000000000000000000000ff6d16596426dd7cb8333d04978fab94e978136b0000000000000000000000007f04999600bb7e0025045ff88a77a2a3fc5d152c000000000000000000000000a1ea8dc1e3838616e845c6067ec358f9c7468f1c | Default | null | null | false | null | null | 175 |
FreeHasbulla | FreeHasbulla.sol | 0xcd42fdce4e2cccc79cec5ba4dd8ab64695cf8870 | Solidity | /**
$HASBULLA - Free Hasbulla!
"Influencer Hasbulla has reportedly been arrested alongside his friends in Dagestan, Russia for violating traffic laws."
Telegram: https://t.me/FreeHasbulla
Twitter: https://twitter.com/DailyLoud/status/1655732925160214530
**/
pragma solidity 0.8.7;
// SPDX-License-Identi... | [{"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://64573370093b1783fb583e20907e1d20c864b7f319db83f5d07b5d3e6eccfbac | 4,732 |
THEX | THEX.sol | 0x7b473bde5fbb7960d6b87950c36b3e8f4aebc891 | Solidity | /**
*/
/**
/*
Website: https://www.thexprotocol.io/
Telegram: http://T.me/TheXProtocolErc
Twitter: https://twitter.com/TheXProtocolERC
*/
//SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.9;
abstract contract Context {
function _msgSender() internal view virtual ret... | [{"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://8c8b6f2a20d74dd496fe463e2070a611bb9247a234bc1dd93fa43ad5d51ec7b9 | 5,679 |
XrpPro | XrpPro.sol | 0x9c3e1cd0a3b0f77e9a5477003d3ff4f662da61d1 | Solidity | /**
Telegram: https://t.me/XRPPROERC
Twitter: https://twitter.com/XrpPro1921
Medium: http://medium.com/@xrppro
**/
// SPDX-License-Identifier: Unlicensed
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 | Unlicense | false | null | ipfs://2b84ecf5b89dc1e8b30c64b3960649d0025717cd825803d27dd5c6af893b0b01 | 5,879 |
NotFinancialAI | NotFinancialAI.sol | 0x38866a7c4785a306285b5c93a2dc5a493fc6a04d | Solidity | /*
_/ _/ _/_/_/_/ _/_/
_/_/ _/ _/ _/ _/
_/ _/ _/ _/_/_/ _/_/_/_/
_/ _/_/ _/ _/ _/
_/ _/ _/ _/ _/
Not Financial AI - Built on NFA Technology
Experience the next level of financial intelligenc... | [{"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.20+commit.a1b79de6 | true | 200 | null | Default | null | MIT | false | null | ipfs://d4201ea8b7b5c88392188219dd9cb9096f512459182e3918889a42c7860c8dfb | 4,204 |
DebtCoin | DebtCoin.sol | 0x9286fdd451dbed61c404191bf9b0a9812ac37ce4 | Solidity | /*
$DEBT is a symbol of continuous growth and strength.
Its motto "US Debt Only Goes Up!" calls us
to understand that the US debt steadily increases.
Telegram: https://t.me/USDebtERC20
Website: https://usdebteth.xyz
*/
//SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.7;
abstract contract ... | [{"inputs":[{"internalType":"address","name":"routerAdd","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":f... | v0.8.7+commit.e28d00a7 | true | 200 | 0000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d | Default | null | Unlicense | false | null | ipfs://c94c7040226862bcff03dea821993ff5a528006877c08204c698dc6f6d56b82e | 7,856 |
OkayDoodles | contracts/OkayDoodles.sol | 0x60b902c7ac8d89b6ee340de2990b37e054ab9441 | 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 OkayDoodles is ERC7... | [{"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 | 00000000000000000000000000000000000000000000000000000000000000c00000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000ffcb9e57d40000000000000000000000000000000000000000000000000000000000000001e610000000000000000000000000000000000000000000000000000000000000001... | Default | null | null | false | null | null | 1,694 |
QOMRocket | QOMRocket.sol | 0x8e867de7338808e183815a84eaffbf0f0c16582c | Solidity | // SPDX-License-Identifier: Unlicensed
pragma solidity 0.8.9;
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... | [{"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://1c231c246d368fd48d4bbd9fc2f1445de840070ed3adc54e1f7fb9bbaeaecf4a | 14,459 |
GROK | eth-token-recover/contracts/TokenRecover.sol | 0x0861373b68a3d3d041a318b05e612071daac6bed | Solidity | pragma solidity ^0.8.0;
/**
* @title TokenRecover
* @dev Allows owner to recover any ERC20 sent into the contract
*/
contract TokenRecover is Ownable {
/**
* @dev Remember that only owner can call so be careful when use on contracts generated from other contracts.
* ... | [{"inputs":[{"internalType":"string","name":"name_","type":"string"},{"internalType":"string","name":"symbol_","type":"string"},{"internalType":"uint256","name":"decimals_","type":"uint256"},{"internalType":"uint256","name":"initialBalance_","type":"uint256"},{"internalType":"uint256","name":"_txFee","type":"uint256"},... | v0.8.17+commit.8df45f5f | true | 200 | 000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001600000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000003b9aca000000000000000000000000000000000000000000000000000000000000000014... | Default | null | null | false | null | ipfs://450eedfa45d0bfc6b96d8f26aa322503d02034f1a569160ee1a6abb9f6f83fcf | 550 |
OxDEAD | OxDEAD.sol | 0xdfd91dab876db0d75fe14443097fe4563a97cf6f | Solidity | // SPDX-License-Identifier: MIT
/**
0xdead Project
Telegram: https://t.me/project_0xdead
Website: https://www.0xdead.tech/
Twitter: https://twitter.com/0xdead_eth
Telegram Bot: https://t.me/Scanner0xdeadBot
Medium: https://medium.com/@0xedead
**/
pragma solidity 0.8.20;
abstract contract Context {... | [{"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.20+commit.a1b79de6 | true | 200 | null | Default | null | null | false | null | ipfs://0db3a8b3089d08c13555dbcfeb95977edaea8377530b9ac79abc60b5164b02c9 | 3,753 |
xpremium | xpremium.sol | 0x1d457f0dbe4589493aef347034eacf59bba4cf58 | Solidity | /**
https://t.me/xpremiumerc
https://xpremiumblue.com
https://twitter.com/elonmusk/status/1687698537469898753
*/
// SPDX-License-Identifier: Unlicensed
pragma solidity 0.8.20;
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.20+commit.a1b79de6 | true | 200 | null | Default | null | null | false | null | ipfs://29b9d6a55ac9143ef406f7a33723fb0a53c9c185324b980781198eb0f82fdbdf | 5,728 |
SquidGameTheChallenge | SquidGameTheChallenge.sol | 0x28c84cb0923cb464327a958034c55a1a7579ba8a | Solidity | /**
The new Squid Game Challenge series but on the Ethereum blockchain.
Website: https://www.SGTCERC.com/
Telegram: https://t.me/sgtcERC
**/
// SPDX-License-Identifier: MIT
pragma solidity 0.8.20;
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.20+commit.a1b79de6 | true | 200 | null | Default | null | MIT | false | null | ipfs://966c36caa194ed1599b11e0c445c5e2f8b8579c31d55616a7525a58fe2a6e182 | 3,730 |
AIPUP | AIPUP.sol | 0x606d8ddd227c21739a28a191cfa7c1e728090044 | Solidity | // Telegram : https://t.me/AIPUPPortalVerify
// Website : https://aipup.space
// Twitter : https://twitter.com/AI_pup_
/*
The first dog on AI, has taken the world by storm, captivating crypto traders with its programmed lifestyle. This digital pet can be trained to simulate the behavior of a real-life pupp... | [{"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.20+commit.a1b79de6 | true | 200 | null | Default | null | MIT | false | null | ipfs://586df0605be54c48f3a86cf86f04f8c7958975167ae9075cfd580bc2002dfcc6 | 10,100 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.