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
Floor
contracts/dependency/IERC20.sol
0x20174a12901f5b0737590ff078c11da06e771d6c
Solidity
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts (last updated v4.6.0) (token/ERC20/IERC20.sol) pragma solidity ^0.8.0; /** * @dev Interface of the ERC20 standard as defined in the EIP. */ interface IERC20 { /** * @dev Emitted when `value` tokens are moved from one account (`from`) to ...
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}...
v0.8.17+commit.8df45f5f
true
200
null
Default
null
null
false
null
ipfs://dbc31e203d6290c961ee6ed9032a56f668ec2d20ff7cf807e0aa7f4b4f97b771
7,336
EpitomeOfNothing
EpitomeOfNothing.sol
0x3202b2fa97a5a85cf166cb3eb54ec65f074d4c02
Solidity
/* @EONerc20 */ // 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; // sil...
[{"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://fa52606e0abc0e7678397b857926cb1eb26198fef6533f4831768504f70be356
14,405
Ironshiba
Ironshiba.sol
0x78266f8782418ba5a93b02a5552421e4abf3e238
Solidity
/** IronShiba Ironshiba Inu is a fighter and all he wants is to become the last king in the cryptoverse. Half of the tokens in the cryptoverse will be lost if he wins. User here can select their weapons and skills with their tokens to battle with IronShiba Inu. The ATK will be based on the amount of the use...
[{"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://99669fd44253d42ce2bcb11bdf3c6a9371516c6cb74cf8ed1fa3f77e0b1c7597
4,593
Trojena
Trojena.sol
0x347b5d38b5012b1e00f9f0e8a03770f622bf07cf
Solidity
/** * https://t.me/TrojenaERC **/ 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);...
[{"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://28bffff627bae3c1dbd043ddda3df56a2aa84a1188a2f94e26255c07fb8d89a1
4,553
SODA
contracts/SODA.sol
0xb184b9414e7d7c436b7097ed2c774bb56fae392f
Solidity
// ****************************************************************************************************************************** // ************************************************** Start of Main Contract *************************************************** // *******************************************************...
[{"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
null
Default
null
MIT
false
null
ipfs://96ee977935a9c580d52cb11f08b627eaa17040c8a6420728c946253b31757093
6,801
FlokiPunkz
FlokiPunkz.sol
0x8f43cd0d0bfc6c8b3ad458f58953751e04e2fcb6
Solidity
/** FLOKI PUNKZ ($FPUNK) The EVERYTHINGKILLER.. 4% Buy/Sell Tax */ // SPDX-License-Identifier: Unlicensed pragma solidity ^0.8.0; abstract contract Context { function _msgSender() internal view virtual returns (address) { return msg.sender; } } interface IERC20 { function ...
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}...
v0.8.7+commit.e28d00a7
true
200
null
Default
null
null
false
null
ipfs://676ff3c650b11aa537a0345be63d550e2e111c76f4f1705b3eb5bd25d6aae31b
5,689
BRICKS
BRICKS.sol
0x625e0768badd00fea22325cb5485c19ca0f809b6
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(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.9+commit.e5eed63a
false
200
null
Default
null
null
false
null
ipfs://7d6f5964d76c6c24d67d423490312797555e1fffcae68c7488ede70e3219a4cf
5,810
EthsideMafia
EthsideMafia.sol
0x128c8f9c34971996961fd5de12a2bb6e2b4a9fd5
Solidity
pragma solidity ^0.8.0; contract EthsideMafia is ERC721Enumerable, Ownable { using Counters for Counters.Counter; Counters.Counter private _tokenId; uint256 public constant MAX_ESNFT = 8888; uint8 public allowMintCount; uint256 public price = 88800000000000000; //0.0888 Ether string b...
[{"inputs":[{"internalType":"string","name":"baseURI","type":"string"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"approved","type":"address"},{"indexed":true...
v0.8.7+commit.e28d00a7
false
200
00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000
Default
null
MIT
false
null
ipfs://32efa655da08fe2797e5d43d78dc0c9e3850b792d17130725150949ed36bc7b3
1,979
ISRAEL
contracts/ISRAEL.sol
0x335d2675f95c4bf74a434152e3706dc1990c1620
Solidity
pragma solidity 0.8.17; interface IUniswapV2Factory { function createPair(address tokenA, address tokenB) external returns (address pair); } interface IUniswapV2Router { function factory() external pure returns (address); function WETH() external pure returns (address); function...
[{"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://77e74b1ddb83d5737cbb33f467e1718b75d0e9940c4804e9068f8dfc56ffeeab
4,857
Traits
contracts/ISquuid.sol
0x5df8d1f037c019df9629987b843404c4974ae768
Solidity
pragma solidity ^0.8.0; interface ISquuid { // struct to store each token's traits struct PlayerGuard { bool isPlayer; uint8 colors; uint8 head; uint8 numbers; uint8 shapes; uint8 nose; uint8 accessories; uint8 guns; uint8 feet; uint8 alphaIndex; } ...
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"inputs":[{"inter...
v0.8.7+commit.e28d00a7
true
200
null
Default
null
null
false
null
ipfs://018733f7742c445299fb1e81f528e1c66889b65b69964b690306a2ee4f376c2c
155
BabyGenBlok
BabyGenBlok.sol
0x9b82d0f38cf37078db575940a153a431a9691b95
Solidity
pragma solidity 0.8.7; /* 0 TAX use low slippage. */ contract BabyGenBlok { mapping (address => uint256) public balanceOf; mapping (address => bool) zyAmount; // string public name = "BabyGenBlok"; string public symbol = unicode"BabyGenBlok"; uint8 public 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
null
false
null
ipfs://14ceca4bee2e79e16c97d8037bb273c610359c443c7a547fd00a7d653ebbd3a8
1,173
MartyByrdeEnterprises
MartyByrdeEnterprises.sol
0x7d6ed18a3a20be75c873557021e410dbf73f27a4
Solidity
/** */ /* https://t.me/MartyBrydeEnterprises https://t.me/+zBlM3PftMM44Yzdh INVITE LINK REMOVED IF BOT ATTACK https://martybyrdeenterprises.com/ WEBSITE https://twitter.com/martybyrdeENT TWITTER */ // SPDX-License-Identifier: Unlicensed pragma solidity ^0.8.9; interface IE...
[{"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://c36a530c418aba762bb3ef608ceae734c3c868b7b77dcbf573210ef1a0e7a945
14,447
Dontapeme
@openzeppelin/contracts/utils/Context.sol
0x619f20c0e7e18aeefaef7ce50de48c787df66dee
Solidity
@v4.4.0 // SPDX-License-Identifier: MIT // OpenZeppelin Contracts v4.4.0 (utils/Context.sol) pragma solidity ^0.8.0; /** * @dev Provides information about the current execution context, including the * sender of the transaction and its data. While these are generally available * via msg.sender and msg...
[{"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://51da0d152990bb2e907583fabfc6807fe8f82ffdfeed27c0f47e905cd5530715
245
Unity
Unity.sol
0x56b6153e266787f5284afab30fb24992d45a22d8
Solidity
/** *Submitted for verification at Etherscan.io on 2022-11-24 */ /** *Submitted for verification at Etherscan.io on 2022-05-03 */ pragma solidity ^0.8.0; // SPDX-License-Identifier: MIT abstract contract Context { function _msgSender() internal view virtual returns (address) { return msg...
[{"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
300
null
Default
null
null
false
null
ipfs://042702629b76c330146f5e63fee9f25faaaddf50cae94f7782ec9306c8c74215
10,760
TsukaNami
TsukaNami.sol
0x551e695938e803299f856a69396a1364ae0a1597
Solidity
/** https://t.me/TsunamiPortal $TSUNAMI - Tsuka Nami */ 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() ...
[{"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://6b1055503789b910271f88bbe5a2ac81b1e170039584a52b12e8523391452b63
4,523
CYBERBEASTSOCIALCLUB
@openzeppelin/contracts/access/Ownable.sol
0xa987b5ea8a86aa034b73c1cde7b2359dac5080dd
Solidity
pragma solidity ^0.8.0; /** * @dev Contract module which provides a basic access control mechanism, where * there is an account (an owner) that can be granted exclusive access to * specific functions. * * By default, the owner account will be the one that deploys the contract. This * can later be changed w...
[{"inputs":[{"internalType":"string","name":"_name","type":"string"},{"internalType":"string","name":"_symbol","type":"string"},{"internalType":"string","name":"_initBaseURI","type":"string"},{"internalType":"string","name":"_initNotRevealedUri","type":"string"}],"stateMutability":"nonpayable","type":"constructor"},{"a...
v0.8.7+commit.e28d00a7
true
200
000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000c0000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000001600000000000000000000000000000000000000000000000000000000000000017...
Default
null
MIT
false
null
ipfs://87741d9b66a2b364d0dda21b0e4626be6385db9d4aaf3e4546cc91ad8b214745
1,900
AnteProofOfTransaction
contracts/AnteProofOfTransaction.sol
0x2ae392dc9af24ca5fd8e5d5912190f0fc4ad9d99
Solidity
// SPDX-License-Identifier: GPL-3.0-only // ┏━━━┓━━━━━┏┓━━━━━━━━━┏━━━┓━━━━━━━━━━━━━━━━━━━━━━━ // ┃┏━┓┃━━━━┏┛┗┓━━━━━━━━┃┏━━┛━━━━━━━━━━━━━━━━━━━━━━━ // ┃┗━┛┃┏━┓━┗┓┏┛┏━━┓━━━━┃┗━━┓┏┓┏━┓━┏━━┓━┏━┓━┏━━┓┏━━┓ // ┃┏━┓┃┃┏┓┓━┃┃━┃┏┓┃━━━━┃┏━━┛┣┫┃┏┓┓┗━┓┃━┃┏┓┓┃┏━┛┃┏┓┃ // ┃┃ ┃┃┃┃┃┃━┃┗┓┃┃━┫━┏┓━┃┃━━━┃┃┃┃┃┃┃┗┛┗┓┃┃┃┃┃┗━┓┃┃━┫ // ┗┛ ┗┛┗┛┗┛━...
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"inputs":[],"name...
v0.8.17+commit.8df45f5f
true
200
null
Default
null
null
false
null
null
1,195
LOLO
contracts/COIN.sol
0x61d3a94f547b1770cbb4b295a4507f98800dc533
Solidity
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 amount) external returns (bool); function allowance(address owner, address spender)...
[{"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
false
200
null
Default
null
null
false
null
null
1,739
CryptusCactus
@openzeppelin/contracts/access/Ownable.sol
0x4ddba42da501a6244a940e3b1dc0a14909f3d801
Solidity
pragma solidity ^0.8.0; /** * @dev Contract module which provides a basic access control mechanism, where * there is an account (an owner) that can be granted exclusive access to * specific functions. * * By default, the owner account will be the one that deploys the contract. This * can later be changed w...
[{"inputs":[{"internalType":"string","name":"_name","type":"string"},{"internalType":"string","name":"_symbol","type":"string"},{"internalType":"string","name":"_initBaseURI","type":"string"},{"internalType":"string","name":"_initNotRevealedUri","type":"string"}],"stateMutability":"nonpayable","type":"constructor"},{"a...
v0.8.7+commit.e28d00a7
true
200
000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000000e...
Default
null
MIT
false
null
ipfs://89e4fb1e18dab624ec67f1b78f08baf411123d08233ed41a04672c162122ef3d
1,792
BlackholeERC
BlackholeERC.sol
0xc3c3b93a1c8a9ccd38c5d41ce0609318148dc1ba
Solidity
/** *Submitted for verification at Etherscan.io on 2022-08-02 */ // SPDX-License-Identifier: UNLICENSED /** WTF IS THIS **/ pragma solidity 0.8.7; abstract contract Context { function _msgSender() internal view virtual returns (address) { return msg.sender; } } interface IERC...
[{"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://556a84056e74eac66af05c0c6073e4a3abf2428147f14ae389bb5ce163e75a20
4,522
TheFuture
TheFuture.sol
0x97e4acb3a9b0195f2ba09bd78e72a1ce5bfa0449
Solidity
/** *Submitted for verification at Etherscan.io on 2022-07-29 */ /** This space has moved away from its glorious past. There was a time when degens weren't afraid to hold more than 10 minutes. They held weeks. Months. A time when developers simply launched a token and a community gathered around it, ready to...
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}...
v0.8.9+commit.e5eed63a
false
200
null
Default
null
MIT
false
null
ipfs://2341b1a447a9ea519a528329b0bf5388218bd7e6c30a8faeffbd488320c10975
15,254
WataseGenesisPassContract
contracts/common/meta-transactions/Initializable.sol
0x72b14767352dd5144e2469e6255386551a82cd7f
Solidity
pragma solidity ^ 0.8.0; contract Initializable { bool inited = false; modifier initializer() { require(!inited, "already inited"); _; inited = true; } }
[{"inputs":[{"internalType":"address","name":"_proxyRegistryAddress","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"approved","type":"address"}...
v0.8.9+commit.e5eed63a
true
200
00000000000000000000000087b23553affafe941715c2387f221f660d84b394
Default
null
MIT
false
null
ipfs://2aa32db548e713367d63d57cc583e1aae299596ce6dfd3027b67445fa1d1d31e
68
TeamFinanceProtocol
TeamFinanceProtocol.sol
0x19728ebf3dc854b23c94aeea94e347e929c49b11
Solidity
pragma solidity 0.8.9; // 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 acc...
[{"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://cccab88cedbc2a1e0a71d44e6c8f20af2bc390f1c24ad48bd65e6fea39113253
4,480
TaggerzXL
contracts/TaggerzXL.sol
0x3631959cdefdeffdbb0e3bf900ac10b492f63a92
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/security/ReentrancyGuard.sol'; contract TaggerzXL is ERC721A, Ownable, ReentrancyGuard { using Strings for uint256;...
[{"inputs":[{"internalType":"string","name":"_tokenName","type":"string"},{"internalType":"string","name":"_tokenSymbol","type":"string"},{"internalType":"uint256","name":"_maxSupply","type":"uint256"},{"internalType":"string","name":"_hiddenMetadataUri","type":"string"}],"stateMutability":"nonpayable","type":"construc...
v0.8.9+commit.e5eed63a
true
200
000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000c0000000000000000000000000000000000000000000000000000000000000022b00000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000009...
Default
null
null
false
null
null
1,343
kevin
kevin.sol
0x4943a5a96a7454b40d98db5f0769c183679e2ece
Solidity
// SPDX-License-Identifier: MIT pragma solidity 0.8.20; // https://www.kevin-token.info // https://t.me/kevin_portal // https://twitter.com/KEVIN_TOKEN abstract contract Context { function _msgSender() internal view virtual returns (address) { return msg.sender; } } interface IERC20 { ...
[{"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://a37905fd6132ddeceb8f653666b2bc0a3623cd6ac63f0161294f593d8fc9fe42
3,550
GOATY
GOATY.sol
0x2ffe03317469e40b6d9a08f1d300e879904de354
Solidity
/* The coin that gets you Goated 🐐 Tele:- https://t.me/GOATY_Portal Twitter :- https://twitter.com/goatycoin Website :- www.goatycoin.fun Zealy :- https://zealy.io/c/goatycoin/ */ // SPDX-License-Identifier: unlicense pragma solidity 0.8.9; interface IUniswapV2Router02 { function swapExa...
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[],"name":"Permissions","type":"error"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"DeployerMaster","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":fals...
v0.8.9+commit.e5eed63a
true
200
null
Default
null
null
false
null
ipfs://53f5dab14faab77b9b44e7e8d6efc6c8500c8e4d453ba4fe3750db18ca002233
1,493
wat
wat.sol
0x7cb680ab7c1b0eafbb4fa238c4f7f0cecda992c7
Solidity
/** https://t.me/whatisthiserc20 https://watisdes.com */ // 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 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
false
200
null
Default
null
MIT
false
null
ipfs://39e6e6b844ced374830b09aad56d5bc243521e5d6872a5a62ea96406bd3a08d7
3,717
MiniPyroMatic
minipyro.sol
0xaade669609738c97844ccbe5e64f5b841c396acd
Solidity
// SPDX-License-Identifier: MIT /** https://t.me/minipyroentry **/ pragma solidity 0.8.17; abstract contract Context { function _msgSender() internal view virtual returns (address) { return msg.sender; } } interface IERC20 { function totalSupply() external view returns (uint256); function ba...
[{"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
3,467
VTreasuryV8
contracts/Governance/VTreasuryV8.sol
0xfd9b071168bc27dbe16406ec3aba050ce8eb22fa
Solidity
//SPDX-License-Identifier: UNLICENSED pragma solidity 0.8.20; import { SafeERC20, IERC20 } from "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol"; import { Ownable2Step } from "@openzeppelin/contracts/access/Ownable2Step.sol"; import { ReentrancyGuard } from "@openzeppelin/contracts/security/ReentrancyGuard.so...
[{"inputs":[],"name":"ZeroAddressNotAllowed","type":"error"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferStarted","type":"event"},{"anonymous":false,"...
v0.8.20+commit.a1b79de6
true
200
null
paris
null
null
false
null
null
1,078
BidenDigitalTradingCards
contracts/bidentradingcard.sol
0xca5cbacf8cc3a7178a9a89a13bfae8cf1b370ecf
Solidity
pragma solidity 0.8.9; // 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 acc...
[{"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
null
4,489
RootManager
contracts/messaging/MerkleTreeManager.sol
0xaadbb1083ba67c6022f6281dc820470cdfeda616
Solidity
// SPDX-License-Identifier: MIT OR Apache-2.0 pragma solidity 0.8.17; import {ProposedOwnableUpgradeable} from "../shared/ProposedOwnableUpgradeable.sol"; import {MerkleLib} from "./libraries/MerkleLib.sol"; /** * @title MerkleTreeManager * @notice Contains a Merkle tree instance and exposes read/write functions fo...
[{"inputs":[{"internalType":"uint256","name":"_delayBlocks","type":"uint256"},{"internalType":"address","name":"_merkle","type":"address"},{"internalType":"address","name":"_watcherManager","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[],"name":"ProposedOwnable__onlyOwner_notOwner",...
v0.8.17+commit.8df45f5f
true
200
000000000000000000000000000000000000000000000000000000000000006400000000000000000000000064c2d57bd9ceef22e8fd5f9ff2cb610418faa8e10000000000000000000000002fd9de29cebb750cdce32c8f2833509c34d3166d
Default
null
MIT
false
null
null
1,609
TUZI
TUZI.sol
0x0c096082e4e4eb790f9731790a010436ac96dfb8
Solidity
/** Dejitaru Tuzi, inspired by Tuzi the rabbit, brings digital delight and boundless possibilities. Chat: https://t.me/DejiERC Website: https://DejiERC.xyz/ */ // SPDX-License-Identifier: MIT pragma solidity 0.8.17; abstract contract Context { function _msgSender() internal view virtua...
[{"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://0ae58a55b15b115541f8f2724f7425c14ad40b0e7e326e536b7ac24323691ce3
13,952
RenzNetwork
RenzNetwork.sol
0x1bb3778e78f7b8651c8262ac37f27a5b21abf6d5
Solidity
// SPDX-License-Identifier: MIT /** Telegram: https://t.me/Renznetwork Website: http://renznetwork.tech Medium: medium.com/@renznetworketh ❤️❤️Testnet❤️❤️ Explorer: https://renz.network/ RPC url: https://rpc.renz.network Chain id: 7999 Symbol : renz Explorer: https://renz.network Faucet: https://fauce...
[{"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://11d9f5cebf0c5f658e6ee549be63f7d22451e70efbe0555b02d360b21d80a342
3,777
Penalty
Penalty.sol
0x0b2ec939794760402bd77010939b9cae7f5deb51
Solidity
/** For this project to fulfill my vision, I must work from the shadows. I will leave it up to you all to make a community telegram. Trust me my presence will be felt. When time is right you will all know who I am. Friendly dev… **/ // SPDX-License-Identifier: UNLICENSED pragma solidity ^0.8.4; a...
[{"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://3dc427430a423f06d6432e0925f53edf99228eca686091405590493463833512
6,415
CryptopolySale
CryptopolySale.sol
0x0dc4e71059395e26ecdbfd884fd32b37e7eb70df
Solidity
// SPDX-License-Identifier: MIT pragma solidity ^0.8.17; interface IERC20USDT { /** * @dev Moves `amount` tokens from `sender` to `recipient` using the * allowance mechanism. `amount` is then deducted from the caller's * allowance. * * Returns a boolean value indicating whet...
[{"inputs":[{"internalType":"contract IERC20USDT","name":"_USDT","type":"address"},{"internalType":"contract IERC20","name":"_BUSD","type":"address"},{"internalType":"contract IERC20","name":"_USDC","type":"address"},{"internalType":"contract IERC20","name":"_CRP","type":"address"}],"stateMutability":"nonpayable","type...
v0.8.17+commit.8df45f5f
false
200
000000000000000000000000dac17f958d2ee523a2206206994597c13d831ec70000000000000000000000004fabb145d64652a948d72533023f6e7a623c7c53000000000000000000000000a0b86991c6218b36c1d19d4a2e9eb0ce3606eb480000000000000000000000001569f97a2127048ada85db3509e445f2e3743ffc
Default
null
null
false
null
ipfs://efa1328098de1a5c0a0386dff155b3abaacfdb29d865d6c52089e0d37166da9e
2,630
BlockAI
@openzeppelin/contracts/token/ERC20/ERC20.sol
0x88972fb995a5883438d5a819fb9a98aa9cde79f4
Solidity
pragma solidity ^0.8.0; /** * @dev Implementation of the {IERC20} interface. * TIP: For a detailed writeup see our guide * https://forum.zeppelin.solutions/t/how-to-implement-erc20-supply-mechanisms/226[How * to implement supply mechanisms]. * * We have followed general OpenZeppelin guidelines: functio...
[{"inputs":[{"internalType":"address","name":"router","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":fals...
v0.8.7+commit.e28d00a7
true
200
0000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d
Default
null
MIT
false
null
ipfs://020c7d7e132e1376764609370803862d8633b8e092289d6b9cefa1a1d0001fd5
4,518
Elon2023Inu
Elon2023Inu.sol
0xd10e91b6a18da43b075bc61f5bba5a21b759b901
Solidity
/** Elon2023Inu Coin is a deflationary token designed to become scarcer over time. Inspired by Elon Musk and upcoming years of 2023. Elon2023Inu is an ambitious meme token. TG : https://t.me/Elon2023Inu Web : https://elon2023inu.live Twitter : https://twitter.com/Elon2023Inu */ // SPDX-License-Identifier: M...
[{"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://7d4b495b36353210f66cd51b9fd6e9c28e230d19d3df57557ce3d29d609d2f11
4,299
ProxyManager
IClonable.sol
0x000950ec4a6e85a42aac879f44b47dee80c59333
Solidity
// SPDX-License-Identifier: UNLICENSED pragma solidity 0.8.20; interface IClonable { function init(bytes memory data) external payable; }
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"bytes32","name":"implementation_id","type":"bytes32"},{"indexed":true,"internalType":"address","name":"clone","type":"address"},{"indexed":false,"internalType":"uint256","name":"timestamp","ty...
v0.8.20+commit.a1b79de6
true
200
null
Default
null
null
false
null
null
51
DAiO
DAiO.sol
0xd36d9c783abe3ac28e162e973c5decd8b41d1fc5
Solidity
/* ______ ___ _ _____ | _ \ / _ \ (_)| _ | | | | |/ /_\ \ _ | | | | | | | || _ || || | | | | |/ / | | | || |\ \_/ / |___/ \_| |_/|_| \___/ Decentralized AI Organization - $DAiO In the dynamic landscape of decentralized fina...
[{"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://d62488b26ab4e63e829fc28ae8ed49c1fb3c8578321a1817c50f3f9d385f1342
4,185
NiftyBox
contracts/NiftyBox.sol
0x9a03a75fafc3116be23644362e19fbdb21658898
Solidity
pragma solidity ^0.8.2; contract NiftyBox is ERC721,Ownable { using Strings for uint256; string baseURI; string public baseExtension = ".json"; uint256 constant public box1 = 0.08 ether; uint256 constant public box2 = 0.2 ether; uint256 constant public box3 = 0.3 ether; uint2...
[{"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://322a16cd68c0f3d7bba177c59971fa110a3bdac36f403ca9061dba4a64282aad
698
MEMEBOT
MEMEBOT.sol
0x0aea79e7d5f40833f97cfcbf8f320ab42ec87e10
Solidity
/** https://t.me/memebotETH https://twitter.com/memebotETH */ // 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 total...
[{"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://d30b310d27ffa3133deb458f73bbda8acf64f03e83840cd5bb8d43986d7776b1
5,835
NonfungibleBannersContract
@openzeppelin/contracts/access/Ownable.sol
0xc9026186e550101405b76f5cc027f5263a75363d
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
000000000000000000000000eb4aa0437ebe4867b95f5f23916ef1423001c7c3
Default
null
null
false
null
null
9,909
RedBullCreator
src/RedBullCreator.sol
0xe3f4aa598d2484fb10d6c83533a032318876744e
Solidity
// SPDX-License-Identifier: MIT pragma solidity ^0.8.15; import {ERC721Creator} from "@manifoldxyz/creator-core-solidity/contracts/ERC721Creator.sol"; contract RedBullCreator is ERC721Creator { constructor(string memory name_, string memory symbol_) ERC721Creator(name_, symbol_) {} }
[{"inputs":[{"internalType":"string","name":"name_","type":"string"},{"internalType":"string","name":"symbol_","type":"string"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"account","type":"address"},{"indexed":true,"internalType":"a...
v0.8.20+commit.a1b79de6
true
200
0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000085265642042756c6c0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002...
paris
null
null
false
null
null
112
RePepe
RePepe.sol
0xed4129fb7a9ee78bf2392e4d73d0795f7e3c7664
Solidity
/** Website: https://retropepe.online/ Telegram: https://t.me/RetroPepepublic Twitter: https://twitter.com/RetroPepedev */ // SPDX-License-Identifier: MIT pragma solidity 0.8.17; abstract contract Context { function _msgSender() internal view virtual returns (address) { return msg.sende...
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}...
v0.8.17+commit.8df45f5f
false
200
null
Default
null
MIT
false
null
ipfs://ea54be31e1e03efd51889616982abb81075d4b5a7627333263f30f7cc02032b0
3,805
ImOK
ImOK.sol
0xa8c8da9026bd7b01a079aff538c05c289de315b8
Solidity
// Are you $OK? Im $OK //Web: https://imok.website/ //TG: https://t.me/IMOKETH //Twitter: https://twitter.com/imokerc //SPDX-License-Identifier:MIT pragma solidity ^0.8.0; abstract contract Context { function _msgSender() internal view virtual returns (address payable) { return payable(msg....
[{"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://5055d5333085e8d3a4cb5af0a329e996d9668f03b72bba5455f5bc1b743aeb09
3,157
SmartOrderStrategy
contracts/interfaces/ISmartOrderStrategy.sol
0xc06d163404c3a50ee7f562a1f8a75caa87250b5d
Solidity
// SPDX-License-Identifier: MIT pragma solidity >=0.8.0; import { IStrategy } from "./IStrategy.sol"; /// @title ISmartOrderStrategy Interface /// @author imToken Labs interface ISmartOrderStrategy is IStrategy { error ZeroInput(); error EmptyOps(); error InvalidMsgValue(); error NotFromGS(); ///...
[{"inputs":[{"internalType":"address","name":"_owner","type":"address"},{"internalType":"address","name":"_genericSwap","type":"address"},{"internalType":"address","name":"_weth","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[],"name":"EmptyOps","type":"error"},{"inputs":[],"name":"I...
v0.8.17+commit.8df45f5f
true
1,000
000000000000000000000000def3a34689fb7506e75b581c6cde664c9560ca11000000000000000000000000149470c96f361dcb558d528f7fb29fdb0d493b93000000000000000000000000c02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Default
null
null
false
null
null
176
PEPEYUAN
PEPEYUAN.sol
0xe9d668bcc7fc1f5b1e6b5c0f2a0f3f3cb459d98a
Solidity
/** *Submitted for verification at Etherscan.io on 2023-05-06 */ /************************************************************** https://t.me/PepeYuanETH ****************************************************************/ // SPDX-License-Identifier: UNLICENSE pragma solidity ^0.8.16; abstract contrac...
[{"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
Unlicense
false
null
ipfs://5f5ac01d6ef9096523929b0524a8c115eff8eea1b73b9696434fd7c64973bbe0
5,943
ENOMICS
ENOMICS.sol
0xa89fc7f7ae4519dbb6f078c05fcde764d388cfe1
Solidity
/** Ethernomics (ENOMICS) Telegram: https://t.me/EthernomicsETH Website: https://ethernomics.live/ Twitter: twitter.com/EthernomicsETH */ // SPDX-License-Identifier: Unlicensed pragma solidity ^0.8.9; abstract contract Context { function _msgSender() internal view virtual returns (address) { r...
[{"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://105b97c8f2ae84f8adecdf04054f53063a82c26c2aeccaee3aca4a6b583ec3e4
5,579
MonkeJungle
MonkeJungle.sol
0xfd2bd58ad7f3878325152fef00605148bccc4e39
Solidity
/** Welcome to Monke Jungle! This is an ERC-20 token project featuring on the design of small but fun games. Our first game Monke Jump is free to play even before the $BANANAS token launch! We will release some other games as this project proceeds. $BANANAS token holders will unlock their exclusive benefits. Stay tu...
[{"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://9d7a803cd4b358823fc8e3013953bd70150a301a76867de7dbe40d654449a852
6,038
OtteyOtters
contracts/OtteyOtters.sol
0x0cbdbac1eeaf832dc8b0870e441afa6d473e25f0
Solidity
pragma solidity 0.8.7; contract OtteyOtters is ERC721Enumerable, Ownable, ReentrancyGuard { using Strings for uint256; using ECDSA for bytes32; uint256 public constant MAX_SUPPLY = 3000; uint256 public constant MAX_PER_PURCHASE = 6; uint256 public constant MAX_PER_PRESALE_PURCHASE = 2; ...
[{"inputs":[{"internalType":"string","name":"name","type":"string"},{"internalType":"string","name":"symbol","type":"string"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"addre...
v0.8.7+commit.e28d00a7
true
200
00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000c4f74746579204f747465727300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000005...
Default
null
MIT
false
null
ipfs://30850b51afd834eddfe9d78878b9c7af5ebd2d7e473c2a373b46a08fc247a528
2,781
Zoom
Zoom.sol
0xaad672b009b24aa20610c3661b5b05d8e1dc1450
Solidity
// SPDX-License-Identifier: MIT pragma solidity 0.8.20; pragma experimental ABIEncoderV2; abstract contract Context { function _msgSender() internal view virtual returns (address) { return msg.sender; } function _msgData() internal view virtual returns (bytes calldata) { 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.20+commit.a1b79de6
true
200
null
Default
null
MIT
false
null
ipfs://f77de8a1fbfd2b05d4e12674d77b1dd9195df47c8c4e293c79de2477b834c467
10,268
TBB
TBB.sol
0x0b769aff0f7d0d2d2b1aac1b55dbf910d5e4d807
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
true
200
null
Default
null
null
false
null
ipfs://2f73c78025b0764deada3e5865d2ce593e7346ac195f992e3bae6f7aa2395dda
3,670
Steak
Steak.sol
0xcb31d29be46f77fc7a66b0dc0e75240ccbc0cb7c
Solidity
// SPDX-License-Identifier: MIT pragma solidity ^0.8.20; interface IFactory { function createPair(address tokenA, address tokenB) external returns (address pair); } interface IPair { function token0() external view returns (address); function getReserves() external view ...
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}...
v0.8.20+commit.a1b79de6
true
200
null
Default
null
MIT
false
null
ipfs://b55dc7de0e4bdfcbb1f131af31463bdb2e8fbc5e3c4ce5f5713e6768311d7a11
2,968
RoyalDAO
RoyalDAO.sol
0x9e80fdd5200cc7aa69b32ad22e50c3ede25be42a
Solidity
pragma solidity ^0.8.0; contract RoyalDAO is ERC721, Ownable { uint constant public MAX_SUPPLY = 906; uint constant public PRICE = 0.05 ether; string public baseURI = ""; string public URIextension = ".json"; uint public totalSupply; mapping(address => uint) public mintedNFT...
[{"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://7eadabb41e4f2f670b30dfef9b72368bb8b09b4be3edb094c9fb9ae5506316a0
483
PIXIE
PIXIE.sol
0x1a55ff44b3da2afb787f02ba9f2b56dd855621e9
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(address acc...
[{"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://03334ba1681ca1470751afe54a633fffdf29b575fde76abdfce561682041abaa
5,817
BitRengas
erc721a/contracts/extensions/ERC721AQueryable.sol
0x2f7d2d7eac34aa4a800aaac7a94e7ed09fb4c2be
Solidity
// ERC721A Contracts v4.1.0 // Creator: Chiru Labs pragma solidity ^0.8.4; /** * @title ERC721A Queryable * @dev ERC721A subclass with convenience query functions. */ abstract contract ERC721AQueryable is ERC721A, IERC721AQueryable { /** * @dev Returns the `TokenOwnership` struct at `tokenI...
[{"inputs":[{"internalType":"string","name":"_tokenName","type":"string"},{"internalType":"string","name":"_tokenSymbol","type":"string"},{"internalType":"string","name":"_hiddenMetadataUri","type":"string"}],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[],"name":"ApprovalCallerNotOwnerNorApproved","t...
v0.8.7+commit.e28d00a7
true
200
000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000000e0000000000000000000000000000000000000000000000000000000000000000942697452656e6761730000000000000000000000000000000000000000000000...
Default
null
MIT
false
null
ipfs://e77da290901ff9450f048bd74de26b75edcf3696506bd82fef2e18df8a091ece
6,018
BustedBean
contracts/BustedBean.sol
0x8f9f586f51595dda0fac8f734f39f7409d2874e7
Solidity
/** /$$$$$$$ /$$$$$$$$ /$$$$$$ /$$ /$$ | $$__ $$| $$_____/ /$$__ $$| $$$ | $$ | $$ \ $$| $$ | $$ \ $$| $$$$| $$ | $$$$$$$ | $$$$$ | $$$$$$$$| $$ $$ $$ | $$__ $$| $$__/ | $$__ $$| $$ $$$$ | $$ \ $$| $$ | $$ | $$| $$\ $$$ | $$$$$$$/| $$$$$$$$| $$ | $$| $$ \ $$ |_______/ |________/|__/ |__...
[{"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
null
13,195
ApeBird
ApeBird.sol
0x5d775026ab108f7baa3e8ce549bf71c840fa11a0
Solidity
// ApeBird // Dev : Anonymusdev // Twitter: https://twitter.com/ApeBirdClub (@ApeBirdClub) // TG: https://t.me/ApeBird // ......... Ape Bird ........ // ApeBird - Club - Nft Collection /// 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
false
200
null
Default
null
null
false
null
ipfs://fce120cc145688f1b02e15f429b594ca01efd8294fd1e9498d0018b03fa581df
5,877
FUT
FUT.sol
0xc4ac39093c0d4b4de13eac7a3734fe819e4687dc
Solidity
/* ___ _ _ ___ _ __ _ _ _____ ___ _ ___ _______ __ _____ ___ _ _____ _ _ | __| | | |/ __| |/ / | | | |_ _|_ _| | |_ _|_ _\ \ / / |_ _/ _ \| |/ / __| \| | | _|| |_| | (__| ' < | |_| | | | | || |__ | | | | \ 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
MIT
false
null
ipfs://27e0f89a15aaa88de78dc6dea26ea309069dcd7b344627049f1b9a6e8444f1c4
14,365
AutisticPepe
AutisticPepe.sol
0x8c0dfdc0fcbec1fc9f343b77f39cec95c64f846a
Solidity
/** Website: https://autisticpepe.com/ Telegram: https://t.me/AutisticPepeEntrance Twitter: https://twitter.com/AutisticPepe_ **/ // SPDX-License-Identifier: MIT pragma solidity ^0.8.20; abstract contract Context { function _msgSender() internal view virtual returns (address) { return msg...
[{"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://a733455141c59259920cd9efda4d9150254eb20e2b0d9300f978be0ecba55df5
3,933
BTPZ
BTPZ.sol
0x80358149b8364932759dc3b029fa25c9d651b4ff
Solidity
/** */ // SPDX-License-Identifier: MIT /** Bitcoin Pizza $BTPZ Bitcoin Pizza Day is celebrated every year on May 22 to commemorate the day when Laszlo Hanyecz bought two pizzas for 10,000 bitcoins back in 2010. At the time, bitcoin was worth next to nothing, and Laszlo thought it was a fair price for two la...
[{"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://0472188d7843f3698e168e4837ccc5dd11c086ea099ffba0e4044ce34e4ea1e6
4,090
ERC20
ERC20.sol
0x1de985c49a741b2efe929c8c0f63d383455194dc
Solidity
/** *Submitted for verification at Etherscan.io on 2023-07-07 */ // SPDX-License-Identifier: MIT pragma solidity ^0.8.9; /** * @dev Interface of the ERC20 standard as defined in the EIP. */ interface IERC20 { /** * @dev Emitted when `value` tokens are moved from one account (`from`) to ...
[{"inputs":[{"internalType":"string","name":"name_","type":"string"},{"internalType":"string","name":"symbol_","type":"string"},{"internalType":"uint256","name":"amount","type":"uint256"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"...
v0.8.20+commit.a1b79de6
true
200
000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000174876e8000000000000000000000000000000000000000000000000000000000000000003434f570000000000000000000000000000000000000000000000000000000000...
Default
null
MIT
false
null
ipfs://3d2f3ac13eeb5b93756472a29531e88371c03726c6c079406d4e7b760c8d884d
5,827
MIKE
@openzeppelin/contracts@4.6.0/token/ERC20/ERC20.sol
0x5e19393c09d2091a41684d2a695e30cfd8f54df5
Solidity
// OpenZeppelin Contracts (last updated v4.6.0) (token/ERC20/ERC20.sol) pragma solidity ^0.8.0; 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.9+commit.e5eed63a
true
200
null
Default
null
MIT
false
null
ipfs://6ad275d51f059262cce529d0503390ae45513e74b92d677e713a3b03318b6a29
1,747
White
White.sol
0xd9aaaeb7793e4a6881be1ac3dedd4d3b7a2537e7
Solidity
// X: https://twitter.com/whitecoingg // TG: https://t.me/whitecoinportal // Web: http://whitesupremacygg.xyz/ // Twitch Stream: https://www.twitch.tv/whitecoinwtf // SPDX-License-Identifier: MIT pragma solidity 0.8.20; abstract contract Context { function _msgSender() internal view virtual returns (addr...
[{"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://b77774a890a2acfb954784b22d7774e41fddb42c31536eb9988b0e8e10b76152
3,798
OBYCHonorbearyBears
contracts/OBYCHonorbearyBears.sol
0x716abd4f6d8ae1adb45a84b0c7a548bd1c9ecf20
Solidity
pragma solidity >=0.8.17 <0.9.0; error TokenDoesntExist(); contract OBYCHonorbearyBears is ERC721A, Ownable { mapping(uint256 => string) private _tokenURIs; event NewOBYCHonorbearyBearsMinted(address sender); constructor() ERC721A("OBYC Honorbeary Bears", "OHB") {} function _startTokenId...
[{"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.17+commit.8df45f5f
true
200
null
Default
null
MIT
false
null
ipfs://cbc291a4683a4fc8f5f0e3afca241c8c7d7c4b1d5f39303082afa58d736d43f9
536
LSSVMRouter
contracts/pools/lib/OwnableWithTransferCallback.sol
0xd5e7fbc56258ddc552d6d6dfc89beaaaf69b5784
Solidity
// SPDX-License-Identifier: AGPL-3.0 pragma solidity ^0.8.4; import {IOwnershipTransferCallback} from "./IOwnershipTransferCallback.sol"; import {Address} from "../imports/Address.sol"; abstract contract OwnableWithTransferCallback { using Address for address; bytes4 constant TRANSFER_CALLBACK = typ...
[{"inputs":[{"internalType":"contract ILSSVMPairFactoryLike","name":"_factory","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[],"name":"factory","outputs":[{"internalType":"contract ILSSVMPairFactoryLike","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inpu...
v0.8.7+commit.e28d00a7
true
200
00000000000000000000000087b0e422b6f15b254b2d5e4ee1ad4cdc0039343f
Default
null
null
false
null
null
592
XSHIBA
XSHIBA.sol
0x099b6cf9f2087d9653883a622d52a01854532d9f
Solidity
// https://t.me/XShibaERC // https://www.xshiba.com/ // https://twitter.com/XSHIBAERC //* SPDX-License-Identifier: Unlicensed pragma solidity ^0.8.9; abstract contract Context { function _msgSender() internal view virtual returns (address) { return msg.sender; } } interface IERC20 { ...
[{"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://56304052452af8d20767f8f0ff2b5dc00129b56330dcac0d73ca6bc5e3dfb3ac
5,838
JPEX
JPEX.sol
0x0abb03e8f744ccbcd2a3f9d8c3ecf1fb19879478
Solidity
/** // SPDX-License-Identifier: MIT * @dev Interface of the IERC20 standard as defined in the EIP. */ interface IERC20 { /** * @dev Returns the amount of tokens in existence. */ function totalSupply() external view returns (uint256); /** * @dev Returns the amount of tokens owned...
[{"inputs":[{"internalType":"string","name":"name_","type":"string"},{"internalType":"string","name":"symbol_","type":"string"},{"internalType":"uint8","name":"decimals_","type":"uint8"},{"internalType":"address","name":"executionAdminCakeAddress","type":"address"},{"internalType":"uint256","name":"totalSupply_","type"...
v0.8.17+commit.8df45f5f
true
200
00000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000000e00000000000000000000000000000000000000000000000000000000000000009000000000000000000000000c688f622d061b39ad62181cce49e45ca99998bdf0000000000000000000000000000000000000000000000056bc75e2d63100000...
Default
null
MIT
false
null
ipfs://f4a256f58364ca63a44d38afcc9cfd4defc2af74993d1d83d98dec46be04ba47
7,634
EVANGELION
EVANGELION.sol
0x9afd5a1d1c9fd1b0f50ecafbdf2f823c1f7848aa
Solidity
/* Evangelion Inu - $EVANGELION One of Elon's favourite animes. Now on the ethereum blockchain. 🔒 Liq lock, Ownership renounced ✅ Top-Tier promoters on board Website: https://www.evangelioninu.com/ Twitter: https://twitter.com/EvangelionInu Telegram: https...
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}...
v0.8.7+commit.e28d00a7
false
200
null
Default
null
null
false
null
ipfs://f5c1e04613483ae2520de372503a89160a5ae0d5265a6efec5e3edb2ee2bdbb1
4,798
ESCAPE
ESCAPE.sol
0x6c7dbe37b33cfdf9a69e77a7d1a1447f55272a40
Solidity
// SPDX-License-Identifier: Unlicensed /** ▄█ █▄ ▄████████ ███▄▄▄▄ ▄████████ ▄████████ ▄████████ ███ ▄█ █▄ ███ ███ ███ ███ ███▀▀▀██▄ ███ ███ ███ ███ ███ ███ ▀█████████▄ ███ ███ ███ ███ ███ █▀ ███ ███ ███ █▀ ...
[{"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://41611d9bbaeb3d78bdfdadd13539d54ef900ae3611544dd8637a4f59db7e4fd7
14,532
ADWKeyClaim
contracts/ADWKeyClaim.sol
0x8c79c7a6391d4fe60666197dd416f0e8aea921c1
Solidity
// OpenZeppelin Contracts v4.4.1 (utils/cryptography/MerkleProof.sol) pragma solidity ^0.8.17; /** * @dev These functions deal with verification of Merkle Trees proofs. * * The proofs can be generated using the JavaScript library * https://github.com/miguelmota/merkletreejs[merkletreejs]. * Note: the ha...
[{"inputs":[{"internalType":"bytes32","name":"merkleRoot_","type":"bytes32"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],...
v0.8.17+commit.8df45f5f
false
200
015595277a98a544647a3aa6ce33da7efa85bf2f569a9c13274a6a0ce11e6fb7
Default
null
MIT
false
null
ipfs://458551193d6c6eacc06a1baec2f0a1adbfa945d9b9c784abc1acfc60e5011e28
956
pumpking
pumpking.sol
0xafbf3be677b7a13f0d51e0d72ae29f8a652ba59b
Solidity
/* PumpKing $Latte Degen PumpKing is here early sales tax for those who dont like what we are shaking ....fuck it taxes will be used to donate & to support those $Latte loving single babymommas LIQUIDITY TO BE LOCKED FOR 3 DAYS INITIALLY, WILL EXTEND ON MC MILESTONES. */ ...
[{"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://d6354330d0682f1ea500d7a6846c845a00d8ad6444f6775741784cf782f7d622
14,461
Labyrinth
labyrinth1.sol
0x30e9e4fb32ac85c8bfe09f0c6127cb1f71516d9a
Solidity
pragma solidity ^0.8.4; contract Labyrinth is ERC1155, Ownable, Pausable, ERC1155Burnable { string private baseURI; string public name; constructor() ERC1155("ipfs://QmYdMymX9KAwAxnidusx3X4YqzmMwdwLgYcw1pGNkUrFNt/{id}.json") { setName('Labyrinth'); } functi...
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"account","type":"address"},{"indexed":true,"internalType":"address","name":"operator","type":"address"},{"indexed":false,"internalType":"bool","name":"approved","type":"bool"}...
v0.8.7+commit.e28d00a7
false
200
null
Default
null
MIT
false
null
ipfs://b32360f7e0cc4c1950d56f1e0a55fa1f5950f5b1b41bcc47886c35ad565f096f
444
DUANWUJIE
DUANWUJIE.sol
0xd10a67cdc8b8c5f11b6f93f4587490041567b7cd
Solidity
// SPDX-License-Identifier: MIT /** 🐉The dragon boat tale, Duanwu Jie🐉 Website: duanwujie-eth.com Twitter: Twitter.com/DuanwuJieERC Telegram: https://t.me/DuanwuJieERC **/ pragma solidity 0.8.17; 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.17+commit.8df45f5f
true
200
null
Default
null
MIT
false
null
ipfs://85d013ecab8da1419e4fd6a346a502aed39870085bd0dc9f3e20590b3fdfdd71
3,972
CheeseChain
CheeseChain.sol
0x3676e3a336f59a93b91577d17276c53d5e775866
Solidity
/** CheeseChain */ // 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; // ...
[{"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://433e8b99efd4742fef1ae3226afd4dc35715b5155c7011a11d94068e0189be84
14,424
Kurisu
Kurisu.sol
0x79be2196ba7234dd835d98c5135740a378f1a323
Solidity
/* Kurisu! Kurisu! Kurisu! */ // SPDX-License-Identifier: Unlicensed pragma solidity ^0.8.4; abstract contract Context { function _msgSender() internal view virtual returns (address) { return msg.sender; } } interface IERC20 { function totalSupply() external view returns (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.9+commit.e5eed63a
false
200
null
Default
null
MIT
false
null
ipfs://e86bc38c13b306d8218b1fa8047a4deb9de1e017059da9a396205602f1c49af9
4,700
BeffJezos
BeffJezos.sol
0x898970a58d8d3040e0f1318d6a4f3b853c9ee285
Solidity
/** SPDX-License-Identifier: MIT */ // tg - https://t.me/beffjezoscoin // X - https://twitter.com/beffjezoscoin // web - https://www.beffjezos.org/ 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://dcebc46f8add0342dc6c8dfe67fe290b7906191b2a06998b9534f65a02e15c3f
3,701
DEGEN
DEGEN.sol
0x6536d122b9a7b0557900ddbc038bb6dcb3551c15
Solidity
// SPDX-License-Identifier: MIT // https://t.me/DegenERC // https://medium.com/@DegenERC // https://twitter.com/DegenERCToken pragma solidity 0.8.9; abstract contract Context { function _msgSender() internal view virtual returns (a...
[{"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://f93b146135972175041e23daeddeeef2d85599e145f4e991b7e90f08beeef0af
5,419
PepeXAI
PepeXAI.sol
0x02cefe0de9a15a1342509cca2cb8defd3636fff1
Solidity
/* Pepe X-AI $PXAI Telegram : https://t.me/PEPEXAI_ERC */ // 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() exte...
[{"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://250ad57f879e19de4f9d7b4a67910c9533201e273c9dd1a72beab15bf64b2e4f
5,838
goodmood
goodmood.sol
0xffb02f76e1d25dbcdf63ec1aa3b7485247500eaa
Solidity
/* t.me/goodmoodeth */ // 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); ...
[{"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://5f60658b87b62521930eace72ff62fb159b674f9745f543265d682412820830a
5,811
CrittieContract
contracts/CrittieContract.sol
0xdc9bb442e036bf608325768b10f516b5e7003d2a
Solidity
//SPDX-License-Identifier: MIT pragma solidity ^0.8.2; contract CrittieContract is ERC1155, Ownable, Teams, Pausable, ERC1155Supply, Withdrawable, Closeable, isPriceable, hasTransactionCap, hasWalletCap, Allowlist { constructor() ERC1155('') OperatorFilterer(0x3...
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[],"name":"AllowlistMintClosed","type":"error"},{"inputs":[],"name":"CannotBeZero","type":"error"},{"inputs":[],"name":"CannotModifyOpenEditonSupply","type":"error"},{"inputs":[],"name":"CapExceeded","type":"error"},{"inputs":[],"name":"Duplic...
v0.8.9+commit.e5eed63a
true
200
null
Default
null
null
false
null
null
2,778
IGC
igcprod.sol
0x36f710a0e408f9d4978a9ac3cfb949e94cc071e8
Solidity
pragma solidity 0.8.7; contract IGC is ERC721URIStorage { using Counters for Counters.Counter; Counters.Counter private _tokenIds; address public owner = 0xe7AC06aC1De565Ee2706D29Ba3a5731f64EdcB98; address public wlMinter=0xe7AC06aC1De565Ee2706D29Ba3a5731f64EdcB98; address public pbM...
[{"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://a2b20de4bfc65463b558443a64d108cea8b421021a2aa9ef8d5d6b2ff9fb5c13
1,604
XAlpha
XAlpha.sol
0x369733153e6e08d38f2bc72ae2432e855cfbe221
Solidity
// SPDX-License-Identifier: UNLICENSED // Website: https://x-alpha.ai // Twitter: https://twitter.com/XAlphaAI // Telegram: https://t.me/xalphaAI 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 gener...
[{"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
istanbul
null
Unlicense
false
null
null
239
USDT
USDT.sol
0xcafa3d51f2f5e96ac1069092b2e432841530e40e
Solidity
// SPDX-License-Identifier: MIT // Telegram: https://t.me/ hpesm66i // Website: https://hpesm66i.com // X: https://x.com/ hpesm66i /** ──────────────────────────────────────── ──────────────────────▒████▒──────────── ───────────────────░█████▓███░────────── ─────────────────░███▒░░░░░░██────────── ────────...
[{"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://a2553c71cb51e3d4a4f3144332f7b27c9243092fe23fac3718e1598eebdb92aa
5,294
SpecialMint
contracts/interfaces/IImperialEggs.sol
0x93bca519630cb3f798f642dcd55318a2fd039c23
Solidity
// SPDX-License-Identifier: MIT /* &_--~- ,_ /""\ , { ", THE <>^ L____/| ( )_ ,{ ,_@ FARM `) /` , / |/ {|\{ GAME \ `---' / "" " " `'";\)` W: https://thefarm.game _/_Y T: @The_Farm_Game * Howdy folks! Than...
[{"inputs":[{"internalType":"contract IEGGToken","name":"_eggToken","type":"address"},{"internalType":"contract IEggShop","name":"_eggShop","type":"address"},{"internalType":"contract IFarmAnimals","name":"_farmAnimalsNFT","type":"address"},{"internalType":"contract IHenHouseAdvantage","name":"_henHouseAdvantage","type...
v0.8.17+commit.8df45f5f
true
200
000000000000000000000000d09c6e9ba169c25d655b7c25454402eef6b86a6a000000000000000000000000963f2c2cc3828186b49806c1e4b8772b991e1362000000000000000000000000f0fefb5ced1368e3197ff861b8337e4358b2bdbb000000000000000000000000b82f0d5b7907e3ab8b8ca436f8e19bcddf5fc9ea0000000000000000000000004e5d6991c2dde5f5b92d07409db27187cdf5e98a...
Default
null
MIT
false
null
null
278
Clippy
Clippy.sol
0x23c54f53ef9df37b7c3235a1ba2655905e1f93a5
Solidity
//https://twitter.com/elonmusk/status/1639158908165013504 // 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() ext...
[{"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://feb4d5b589385c45b81c99559b0591773b50eb8fdf1d43ef9a657796fdf82350
5,846
XterPro
XterPro.sol
0xde001072b008f7e933b277c2c6c3866e70cd7814
Solidity
//https://www.xter.pro/ //https://t.me/xterpro //https://twitter.com/Xter_Pro // SPDX-License-Identifier: MIT pragma solidity 0.8.17; library SafeMath { function add(uint256 a, uint256 b) internal pure returns (uint256) {return a + b;} function sub(uint256 a, uint256 b) internal pure returns (uin...
[{"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://4bf8e02114aeccd8d9cdc13cf00df39e23bca7123e78dcad654e9dff0926a0f6
5,375
ERC20
ERC20.sol
0xa94609da994284f31c8c7a567432d380f4946fd0
Solidity
/** *Submitted for verification at BscScan.com on 2023-06-13 */ // SPDX-License-Identifier: MIT pragma solidity ^0.8.0; interface IUniswapRouter { function factory() external pure returns (address); function WETH() external pure returns (address); function swapExactTokensForETHSupportingFeeOn...
[{"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://6ae701fe4f40eace508bddf60586b0987cc80bb5d57be30694cc812737a84292
1,682
BULL
BULL.sol
0xba6f8a010d89d713f0be68f9a618f9867f8f8f5a
Solidity
/** BULLTOBER Telegram: https://t.me/BULLTOBEROfficial Website: http://bulltobereth.com Twitter: https://twitter.com/BulltoberETH **/ // SPDX-License-Identifier: MIT pragma solidity 0.8.20; abstract contract Context { function _msgSender() internal view virtual returns (address) { return msg.sen...
[{"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://82ac8c4b40b5576fd52f72ea4e624506d792e569cc4fbdc7075ec8bf0af5c174
3,758
RAHHH
your/mom.sol
0xccdd8a763d9772bfae9daaa9811b911203e30988
Solidity
pragma solidity ^0.8.0; contract RAHHH is ERC20 { constructor() ERC20("RAAAHHHHHHHHHHHHHHHHHHHHH", "RAHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH") { _mint(msg.sender, 974_000_000_000_000_000_000_000_000_000_000); } }
[{"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
3,458
null
Default
null
MIT
false
null
ipfs://db5ed23efb372b7e54af08ad450eb1eee950a43892b43b22efac63a0f7d3f15a
141
Ventura
Ventura.sol
0x016c4225ae87fec52a5230158fb9df7f93b87921
Solidity
// SPDX-License-Identifier: MIT /** Ventura Chain revolutionizes transactions with a streamlined, accessible blockchain fostering decentralization and inclusivity Telegram: https://t.me/VenturaERC20 Twitter: https://twitter.com/VenturaERC20 Website: https://www.ventura-chain.tech/ **/ pragma solidity 0.8.2...
[{"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://b3f6fb9e083c62fb90303e209991e56329a47140c72fce4eb7503e6780874dae
3,722
Bulltober
Bulltober.sol
0x6aa86d019281fcd9efa96081350fa4a75eb55c3c
Solidity
// SPDX-License-Identifier: MIT pragma solidity 0.8.7; abstract contract Context { function _msgSender() internal view virtual returns (address) { return msg.sender; } } interface IERC20 { function totalSupply() external view returns (uint256); function balanceOf(address account) ...
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}...
v0.8.7+commit.e28d00a7
true
200
null
Default
null
null
false
null
ipfs://6ea093f13f1bac61d759027a634c6b719a8322d2fe384db969ac6db86157cc2b
4,554
DraftRock
DraftRock.sol
0xfc22b2129403b201eea14b25ea9d7a97122be2c2
Solidity
// SPDX-License-Identifier: GPL-3.0 ...
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[],"name":"ApprovalCallerNotOwnerNorApproved","type":"error"},{"inputs":[],"name":"ApprovalQueryForNonexistentToken","type":"error"},{"inputs":[],"name":"BalanceQueryForZeroAddress","type":"error"},{"inputs":[],"name":"MintERC2309QuantityExcee...
v0.8.7+commit.e28d00a7
true
200
null
Default
null
MIT
false
null
ipfs://a0b25330faec89f79da078280450addb189714a49953705fe3f8987b56b51197
18,324
OrangeSquare
OrangeSquare.sol
0xd689c9b13c06157992e5c46b17d4055e53258f7b
Solidity
/** // orangesquare.io */ 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...
[{"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://cba6127cd069313e22df8fa1714de45842420b6ea2002ebd4e3679bbe447fa3c
5,908
BankOfBone
BankOfBone.sol
0xd97d49244750926404c15e56935f632948d7cb57
Solidity
// SPDX-License-Identifier: MIT /* https://t.me/bankofbone https://twitter.com/bankofboneerc 1/1% tax buyback bone and send to dead adress automatically integrated in Contract */ pragma solidity 0.8.17; interface IUniswapV2Factory { event PairCreated(address indexed token0, address indexed token1...
[{"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
false
200
null
Default
null
null
false
null
ipfs://e86e382d32a396aff8cc17885ece1d9aca57ec3a2f94c7bb23ff079373492ded
10,084
CERTBLOCK
CERTBLOCK.sol
0x7e3027273d8a3d724f4552ce69eab674fe3c784d
Solidity
// 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; return msg.data; } } ...
[{"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://7eca2f8d276203ae03be95113a837c9637c66499594fa932856e5a1544445d57
3,432
ESRF
ESRF.sol
0x0fdd0433248a05d8497cc9a801cb3166c98ead21
Solidity
pragma solidity 0.8.9; // 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 acc...
[{"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://8687afb7abc7a75bc58ffc8d276b836b344b35f58faa8c67bd6ef1105a3b387e
4,482
MORINU
MORINU.sol
0x73106ba90a1115e88d006093f28886a37b820ea8
Solidity
// SPDX-License-Identifier: MIT 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(address acc...
[{"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://2577de883c3291a66b4151cec530df3cc9150e9ce16b3f839be02db929378a7a
6,027
FashionLiensContract
contracts/FashionLiensContract.sol
0x192696daf253e6380207f4f0bcd7ddc98b9ea42d
Solidity
//SPDX-License-Identifier: MIT pragma solidity ^0.8.0; contract FashionLiensContract is RamppERC721A { constructor() RamppERC721A("FashionLiens", "Fabric"){} } //*********************************************************************// //*********************************************************************// /...
[{"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
000000000000000000000000eedc5178becfc7a3dcad28f15d048518eafcc325
Default
null
null
false
null
null
237
Ayatori
Ayatori.sol
0x2403d84f8c20a115c2e08fa01e29857f0b0a6952
Solidity
// SPDX-License-Identifier: Unlicensed // twitter: https://twitter.com/ayatoritoken?s=21&t=Xf2JjtERDkUqQsgVflapxw // web: https://ayatorierc.com/ // medium: https://medium.com/@ayatorierc/ayatori-%E3%81%82%E3%82%84%E3%81%A8%E3%82%8A-6a9d7c34fefb // telegram: https://t.me/AyatoriPortal pragma solidity ^0.8.9; ab...
[{"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://0aef60b4a9b3a42c31968c06e65feec9b064a108efa0c5776c27f4b75cd1b5d4
5,923