Feature Tip: Add private address tag to any address under My Name Tag !
Overview
ETH Balance
0 ETH
Eth Value
$0.00More Info
Private Name Tags
ContractCreator
TokenTracker
Latest 25 from a total of 58 transactions
Transaction Hash |
Method
|
Block
|
From
|
To
|
|||||
---|---|---|---|---|---|---|---|---|---|
Transfer | 19805602 | 180 days ago | IN | 0 ETH | 0.00063962 | ||||
Transfer | 19774853 | 184 days ago | IN | 0 ETH | 0.00039119 | ||||
Transfer | 19668001 | 199 days ago | IN | 0 ETH | 0.00048119 | ||||
Transfer | 19631837 | 204 days ago | IN | 0 ETH | 0.00085009 | ||||
Transfer | 19628612 | 205 days ago | IN | 0 ETH | 0.00049843 | ||||
Transfer | 19618858 | 206 days ago | IN | 0 ETH | 0.00234062 | ||||
Transfer | 19618428 | 206 days ago | IN | 0 ETH | 0.00157831 | ||||
Transfer | 19609639 | 207 days ago | IN | 0 ETH | 0.00092563 | ||||
Transfer | 19589563 | 210 days ago | IN | 0 ETH | 0.00117119 | ||||
Transfer | 19582047 | 211 days ago | IN | 0 ETH | 0.00098409 | ||||
Transfer | 19581020 | 211 days ago | IN | 0 ETH | 0.00113568 | ||||
Transfer | 19575338 | 212 days ago | IN | 0 ETH | 0.00166091 | ||||
Transfer | 19283358 | 253 days ago | IN | 0 ETH | 0.00160668 | ||||
Transfer | 19283327 | 253 days ago | IN | 0 ETH | 0.0023577 | ||||
Transfer | 19149696 | 272 days ago | IN | 0 ETH | 0.00109066 | ||||
Transfer | 19149666 | 272 days ago | IN | 0 ETH | 0.00067281 | ||||
Transfer | 19090035 | 280 days ago | IN | 0 ETH | 0.00143432 | ||||
Transfer | 19084866 | 281 days ago | IN | 0 ETH | 0.00250287 | ||||
Transfer | 19070421 | 283 days ago | IN | 0 ETH | 0.0016968 | ||||
Transfer | 19056455 | 285 days ago | IN | 0 ETH | 0.00099449 | ||||
Transfer | 19040235 | 287 days ago | IN | 0 ETH | 0.00099526 | ||||
Transfer | 19034351 | 288 days ago | IN | 0 ETH | 0.0014309 | ||||
Transfer | 19034263 | 288 days ago | IN | 0 ETH | 0.00163259 | ||||
Transfer | 19026916 | 289 days ago | IN | 0 ETH | 0.00243754 | ||||
Transfer | 18970566 | 297 days ago | IN | 0 ETH | 0.0012479 |
View more zero value Internal Transactions in Advanced View mode
Advanced mode:
Loading...
Loading
This contract may be a proxy contract. Click on More Options and select Is this a proxy? to confirm and enable the "Read as Proxy" & "Write as Proxy" tabs.
Similar Match Source Code This contract matches the deployed Bytecode of the Source Code for Contract 0x2697c365...9750aED91 The constructor portion of the code might be different and could alter the actual behaviour of the contract
Contract Name:
Token
Compiler Version
v0.4.18+commit.9cf6e910
Contract Source Code (Solidity)
/** *Submitted for verification at Etherscan.io on 2021-10-11 */ // The MIT License (MIT) // Copyright (c) 2016-2019 zOS Global Limited // Copyright (c) 2019-2021 ABC Hosting Ltd. pragma solidity ^0.4.18; contract EternalStorage { mapping(bytes32 => uint256) internal uintStorage; mapping(bytes32 => string) internal stringStorage; mapping(bytes32 => address) internal addressStorage; mapping(bytes32 => bytes) internal bytesStorage; mapping(bytes32 => bool) internal boolStorage; mapping(bytes32 => int256) internal intStorage; } contract UpgradeabilityStorage { string internal _version; address internal _implementation; function version() public view returns (string) { return _version; } function implementation() public view returns (address) { return _implementation; } } contract TokenImplAddress is EternalStorage, UpgradeabilityStorage {} contract Proxy { TokenImplAddress implAddress; function getImplementation() public view returns (address) { return implAddress.implementation(); } function () payable public { address _impl = getImplementation(); require(_impl != address(0)); assembly { let ptr := mload(0x40) calldatacopy(ptr, 0, calldatasize) let result := delegatecall(gas, _impl, ptr, calldatasize, 0, 0) let size := returndatasize returndatacopy(ptr, 0, size) switch result case 0 { revert(ptr, size) } default { return(ptr, size) } } } } library SafeMath {} contract Token is EternalStorage, Proxy { using SafeMath for uint256; function Token(address impl) public { implAddress = TokenImplAddress(impl); addressStorage[keccak256("owner")] = msg.sender; } }
Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
[{"constant":true,"inputs":[],"name":"getImplementation","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"inputs":[{"name":"impl","type":"address"}],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"payable":true,"stateMutability":"payable","type":"fallback"}]
Deployed Bytecode
0x606060405260043610610041576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff168063aaf10f42146100b0575b600061004b610105565b9050600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415151561008957600080fd5b60405136600082376000803683855af43d806000843e81600081146100ac578184f35b8184fd5b34156100bb57600080fd5b6100c3610105565b604051808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b6000600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16635c60da1b6000604051602001526040518163ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401602060405180830381600087803b151561019557600080fd5b6102c65a03f115156101a657600080fd5b505050604051805190509050905600a165627a7a72305820ff62879c7f3d145ded5228c935b3c5df9cc3dbd39561a07ea0db0d6dd95d3aa00029
Deployed Bytecode Sourcemap
1605:234:0:-;;;;;;;;;;;;;;;;;;;;;1103:13;1119:19;:17;:19::i;:::-;1103:35;;1174:1;1157:19;;:5;:19;;;;1149:28;;;;;;;;1231:4;1225:5;1271:12;1268:1;1263:3;1250:12;1359:1;1356;1342:12;1337:3;1330:5;1325:3;1312:12;1387:14;1438:4;1435:1;1430:3;1415:14;1466:6;1491:1;1486:28;;;;1550:4;1545:3;1538:6;1486:28;1507:4;1502:3;1495:6;944:113;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;994:7;1021:11;;;;;;;;;;;:26;;;:28;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1014:35;;944:113;:::o
Swarm Source
bzzr://ff62879c7f3d145ded5228c935b3c5df9cc3dbd39561a07ea0db0d6dd95d3aa0
Loading...
Loading
Loading...
Loading
Multichain Portfolio | 30 Chains
Chain | Token | Portfolio % | Price | Amount | Value |
---|
Loading...
Loading
[ Download: CSV Export ]
A contract address hosts a smart contract, which is a set of code stored on the blockchain that runs when predetermined conditions are met. Learn more about addresses in our Knowledge Base.