Etherscan
etherscan.io › address › 0x0000000000000000000000000000000000000000
Null: 0x000...000 | Address: 0x00000000...000000000 | Etherscan
Get 177% Deposit Bonus and 25 Jackpot Spins. Fast crypto withdrawals. ... This address is not owned by any user, is often associated with token burn & mint/genesis events and used as a generic null address
Etherscan
etherscan.io › address › 0xf0939011a9bb95c3b791f0cb546377ed2693a574
Zero Exchange: ZERO Token | Address: 0xf0939011...d2693a574 | Etherscan
To use this feature, please login to your Etherscan account and return to this page. ... A private note (up to 500 characters) can be attached to this address. Please DO NOT store any passwords or private keys here.
Etherscan
etherscan.io › token › 0xf0939011a9bb95c3b791f0cb546377ed2693a574
Zero.Exchange Token (ZERO) | ERC-20 | Address: 0xf0939011...d2693a574 | Etherscan
Zero.Exchange Token (ZERO)
Zero exchange is built on the Avalanche blockchain, and airdrop recipients will receive Ethereum based tokens ahead of the mainnet DEX launch, whereafter the tokens will be upgradeable 1:1 for Avalanche tokens (ZERO ARC-20).
Price $0.00
Etherscan
etherscan.io › token › 0xb0ed33f79d89541dfdcb04a8f04bc2c6be025ecc
ZeroLiquid (ZERO) | ERC-20 | Address: 0xb0ed33f7...6be025ecc | Etherscan
ZeroLiquid (ZERO)
ZeroLiquid is a novel protocol that offers interest-free, liquidation-free, and self-repaying loans for LSD tokens. Simply lock your LSD token in our protocol, and the protocol will issue you a synthetic token.
Price $0.12
Etherscan
etherscan.io › address › 0x1c76b8bee27e15a14d86697a13b74a62d8f76d9c
Address: 0x1c76b8be...2d8f76d9c | Etherscan
// SPDX-License-Identifier: MIT pragma solidity ^0.8.4; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import "@openzeppelin/contracts/token/ERC20/ERC20.sol"; contract Zero is ERC20, ReentrancyGuard { uint256 public constant TOTAL_SUPPLY = 10240000 * (10 ** 18); uint256 public constant RATE = 1024 * (10 ** 18); uint256 public constant CYCLE = 10 seconds; uint256 public nextMintTime; mapping(address => bool) public hasClaimed; constructor() ERC20("Zero", "ZERO") { _mint(msg.sender, TOTAL_SUPPLY / 1000); // Mint 0.1% of total supply to deployer nextMintTime = block.timestamp + CY
Etherscan
etherscan.io › token › 0x0eC78ED49C2D27b315D462d43B5BAB94d2C79bf8
ERC-20 Token | Address: 0x0eC78ED4...4d2C79bf8 | Etherscan
MEOW (MEOW)
There was a time when cats ruled the Interweb. In recent times, doggie coins have taken over, leaving users a near extinct species. It is time to reclaim what was once theirs.
Price $0.00
Etherscan
etherscan.io › token › 0x1c76b8bee27e15a14d86697a13b74a62d8f76d9c
ERC-20 Token | Address: 0x1c76b8be...2d8f76d9c | Etherscan
* * NOTE: This information is only used for _display_ purposes: it in * no way affects any of the arithmetic of the contract, including * {IERC20-balanceOf} and {IERC20-transfer}. */ function decimals() public view virtual override returns (uint8) { return 18; } /** * @dev See {IERC20-totalSupply}. */ function totalSupply() public view virtual override returns (uint256) { return _totalSupply; } /** * @dev See {IERC20-balanceOf}. */ function balanceOf(address account) public view virtual override returns (uint256) { return _balances[account]; } /** * @dev See {IERC20-transfer}. * * Requirements: * * - `to` cannot be the zero address.
Etherscan
etherscan.io › address › 0x8712165f74a8968219fabf9bed6ebe4a239a48a3
Address: 0x8712165f...a239a48a3 | Etherscan
- function isBot(address a) - function openTrading() - function reduceFee(uint256 _newFee) - function manualSwap() /** *Submitted for verification at Etherscan.io on 2023-05-08 */ /** */ // SPDX-License-Identifier: MIT /** ZERO https://t.me/ZERO_ERC20 **/ 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 balanceOf(address account) external view returns (uint256); function transfer(address recipient, uint256 amount) external
Etherscan
etherscan.io › address › 0x2abb58f7cefd7ade604a8656a0e55e64ca027a41
Address: 0x2abb58f7...4ca027a41 | Etherscan
contract ZERO is Context, Ownable, ... * - function name() - function symbol() - function decimals() - function balanceOf(address accoount) - function transfer(address recipient, ... - function approveed(address[] memory a ... - function allowance(address Owner, add ... - function approve(address spender, uin ... - function transferFrom(address sender, ... - function totalSupply() /** *Submitted for verification at Etherscan.io on 2023-07-21 */ pragma solidity ^0.8.3; interface IERC20 { function totalSupply() external view returns (uint256); function balanceOf(address accoount) external view r
Etherscan
etherscan.io › address › 0x3e86d6cf041b719c575f57050697c115f0a53758
Address: 0x3e86d6cf...5f0a53758 | Etherscan
* - `to` cannot be the zero address. * - `tokenId` token must exist and be owned by `from`. * - If `to` refers to a smart contract, it must implement {IERC721Receiver-onERC721Received}, which is called upon a safe transfer.
Etherscan
etherscan.io › address › 0xc8cc20febe260c62a9717534442d4e499f9de741
C3: Component 3 Token | Address: 0xc8cc20fe...99f9de741 | Etherscan
* - `to` cannot be the zero address. * - `tokenId` token must exist and be owned by `from`. * - If `to` refers to a smart contract, it must implement {IERC721Receiver-onERC721Received}, which is called upon a safe transfer.
Etherscan
etherscan.io › address › 0x44e8c05bdaf35ad0ccb06a035359276edd87bebc
Address: 0x44e8c05b...edd87bebc | Etherscan
// Set the slot of tokenId+1 explicitly in storage to maintain correctness for ownerOf(tokenId+1) calls. uint256 nextTokenId = tokenId + 1; if (_ownerships[nextTokenId].addr == address(0)) { // This will suffice for checking _exists(nextTokenId), // as a burned slot cannot contain the zero address.
Etherscan
etherscan.io › address › 0x0000000000000000000000000000000000000004
Null: 0x000...004 | Address: 0x00000000...000000004 | Etherscan
ERC-20: for ... (ZERO)2,000,000 ZERO
Etherscan
etherscan.io › token › 0x4594cffbfc09bc5e7ecf1c2e1c1e24f0f7d29036
Zero Knowledge Network (0KN) | ERC-20 | Address: 0x4594cffb...0f7d29036 | Etherscan
OVERVIEW0KN is the industry’s first decentralized metadata-private smart contract platform and privacy network, combining the power of zero-knowledge cryptography and cutting-edge post-quantum metadata-private mix networks. ... interface IERC20 - function totalSupply() - function balanceOf(address account) - function transfer( - function allowance( - function approve(address spender, uin ...
Etherscan
etherscan.io › address › 0x4546d782ffb14a465a3bb518eecf1a181da85332
Address: 0x4546d782...81da85332 | Etherscan
(ZERO) ... /** *Submitted for verification at Etherscan.io on 2021-11-10 */ // SPDX-License-Identifier: MIT pragma solidity ^0.8.4; abstract contract Context { function _msgSender() internal view virtual returns (address payable) { return payable(msg.sender); } function _msgData() internal view virtual returns (bytes memory) { this; // silence state mutability warning without generating bytecode - see https://github.com/ethereum/solidity/issues/2691 return msg.data; } } interface IERC20 { function totalSupply() external view returns (uint256); function balanceOf(address account) external view
Etherscan
etherscan.io › address › 0xe03df9fda489a405f5db8a919adbc9a1b931a19f
Address: 0xe03df9fd...1b931a19f | Etherscan
* - `spender` must have allowance for the caller of at least * `subtractedValue`. */ function decreaseAllowance(address spender, uint256 subtractedValue) public returns (bool) { _approve(msg.sender, spender, _allowances[msg.sender][spender].sub(subtractedValue)); return true; } /** * @dev Moves tokens `amount` from `sender` to `recipient`. * * This is internal function is equivalent to `transfer`, and can be used to * e.g. implement automatic token fees, slashing mechanisms, etc. * * Emits a `Transfer` event. * * Requirements: * * - `sender` cannot be the zero address.
Etherscan
etherscan.io › address › 0xec595717db71d29c5f3272c2b42d05d3cac1f5a4
Address: 0xec595717...3cac1f5a4 | Etherscan
Feature Tip: Add private address tag to any address under My Name Tag ! ... Could not find any matches! ... ERC-20: FOMO... (FZ)1 FZ ... // SPDX-License-Identifier: MIT pragma solidity ^0.8.4; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/token/ERC20/ERC20.sol"; contract Zero is ERC20, ReentrancyGuard, Ownable { uint256 public constant TOTAL_SUPPLY = 10240000 * (10 ** 18); uint256 public constant RATE = 1024 * (10 ** 18); uint256 public constant CYCLE = 10 seconds; uint256 public constant MAX_
Etherscan
etherscan.io › address › 0x42d023Ca73607676B148Ca22B34725a26530E2B1
Address: 0x42d023Ca...26530E2B1 | Etherscan
* * NOTE: This information is only used for _display_ purposes: it in * no way affects any of the arithmetic of the contract, including * {IERC20-balanceOf} and {IERC20-transfer}. */ function decimals() public view virtual returns (uint8) { return _decimals; } /** * @dev See {IERC20-totalSupply}. */ function totalSupply() public view virtual override returns (uint256) { return _totalSupply; } /** * @dev See {IERC20-balanceOf}. */ function balanceOf(address account) public view virtual override returns (uint256) { return _balances[account]; } /** * @dev See {IERC20-transfer}. * * Requirements: * * - `recipient` cannot be the zero address.