Source Code
More Info
Private Name Tags
ContractCreator
TokenTracker
Latest 25 from a total of 56 transactions
| Transaction Hash |
Method
|
Block
|
From
|
|
To
|
||||
|---|---|---|---|---|---|---|---|---|---|
| Transfer By User | 8294055 | 2427 days ago | IN | 0 ETH | 0.00029241 | ||||
| Transfer | 8287895 | 2428 days ago | IN | 0.193199 ETH | 0.00015206 | ||||
| Add User | 8279142 | 2429 days ago | IN | 0 ETH | 0.00033969 | ||||
| Transfer By User | 7974569 | 2477 days ago | IN | 0 ETH | 0.0004893 | ||||
| Transfer | 7974245 | 2477 days ago | IN | 8.775329 ETH | 0.00038017 | ||||
| Transfer By User | 7973970 | 2477 days ago | IN | 0 ETH | 0.00048981 | ||||
| Transfer | 7973695 | 2477 days ago | IN | 0.08481968 ETH | 0.00076034 | ||||
| Transfer By User | 7973640 | 2477 days ago | IN | 0 ETH | 0.0020603 | ||||
| Transfer | 7970254 | 2477 days ago | IN | 2.69914755 ETH | 0.00015206 | ||||
| Transfer By User | 7969698 | 2477 days ago | IN | 0 ETH | 0.00030898 | ||||
| Transfer | 7963059 | 2478 days ago | IN | 1.85222593 ETH | 0.00076034 | ||||
| Transfer | 7960302 | 2479 days ago | IN | 0.91032007 ETH | 0.00076034 | ||||
| Transfer | 7959167 | 2479 days ago | IN | 0.95049393 ETH | 0.00076034 | ||||
| Transfer | 7959061 | 2479 days ago | IN | 0.9547142 ETH | 0.00076034 | ||||
| Transfer | 7954322 | 2480 days ago | IN | 0.96009289 ETH | 0.0002281 | ||||
| Transfer | 7954143 | 2480 days ago | IN | 0.96109973 ETH | 0.00019008 | ||||
| Transfer By User | 7901143 | 2488 days ago | IN | 0 ETH | 0.00027537 | ||||
| Transfer | 7899909 | 2488 days ago | IN | 0.2907618 ETH | 0.00064628 | ||||
| Transfer | 7895108 | 2489 days ago | IN | 0.14912248 ETH | 0.00026611 | ||||
| Transfer By User | 7863459 | 2494 days ago | IN | 0 ETH | 0.0004893 | ||||
| Transfer By User | 7860790 | 2494 days ago | IN | 0 ETH | 0.00097925 | ||||
| Transfer By User | 7858967 | 2495 days ago | IN | 0 ETH | 0.00134002 | ||||
| Transfer By User | 7858904 | 2495 days ago | IN | 0 ETH | 0.00154492 | ||||
| Transfer By User | 7849853 | 2496 days ago | IN | 0 ETH | 0.0004118 | ||||
| Transfer By User | 7848674 | 2496 days ago | IN | 0 ETH | 0.00126629 |
Latest 25 internal transactions (View All)
Advanced mode:
| Parent Transaction Hash | Method | Block |
From
|
|
To
|
||
|---|---|---|---|---|---|---|---|
| - | 8294055 | 2427 days ago | 0.186465 ETH | ||||
| - | 8294055 | 2427 days ago | 0.186465 ETH | ||||
| - | 8287895 | 2428 days ago | 0.193199 ETH | ||||
| - | 7974569 | 2477 days ago | 8.376912 ETH | ||||
| - | 7974569 | 2477 days ago | 8.376912 ETH | ||||
| - | 7974245 | 2477 days ago | 8.775329 ETH | ||||
| - | 7973970 | 2477 days ago | 8.775539 ETH | ||||
| - | 7973970 | 2477 days ago | 8.775539 ETH | ||||
| - | 7973695 | 2477 days ago | 0.08481968 ETH | ||||
| - | 7970254 | 2477 days ago | 2.69914755 ETH | ||||
| - | 7963059 | 2478 days ago | 1.85222593 ETH | ||||
| - | 7960302 | 2479 days ago | 0.91032007 ETH | ||||
| - | 7959167 | 2479 days ago | 0.95049393 ETH | ||||
| - | 7959061 | 2479 days ago | 0.9547142 ETH | ||||
| - | 7954322 | 2480 days ago | 0.96009289 ETH | ||||
| - | 7954143 | 2480 days ago | 0.96109973 ETH | ||||
| - | 7901143 | 2488 days ago | 0.439884 ETH | ||||
| - | 7901143 | 2488 days ago | 0.439884 ETH | ||||
| - | 7899909 | 2488 days ago | 0.2907618 ETH | ||||
| - | 7895108 | 2489 days ago | 0.14912248 ETH | ||||
| - | 7863459 | 2494 days ago | 2.645858 ETH | ||||
| - | 7863459 | 2494 days ago | 2.645858 ETH | ||||
| - | 7848650 | 2496 days ago | 1.57569 ETH | ||||
| - | 7848531 | 2496 days ago | 1.576047 ETH | ||||
| - | 7848531 | 2496 days ago | 1.576047 ETH |
Loading...
Loading
Loading...
Loading
Cross-Chain Transactions
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 0xD9b664Bd...dd43999B0 The constructor portion of the code might be different and could alter the actual behaviour of the contract
Contract Name:
Proxy
Compiler Version
v0.4.24+commit.e67f0147
Contract Source Code (Solidity)
/**
*Submitted for verification at Etherscan.io on 2020-03-22
*/
pragma solidity ^0.4.13;
contract Proxy {
// masterCopy always needs to be first declared variable, to ensure that it is at the same location in the contracts to which calls are delegated.
address masterCopy;
/// @dev Constructor function sets address of master copy contract.
/// @param _masterCopy Master copy address.
constructor(address _masterCopy)
public
{
require(_masterCopy != 0, "Invalid master copy address provided");
masterCopy = _masterCopy;
}
/// @dev Fallback function forwards all transactions and returns all received return data.
function ()
external
payable
{
// solium-disable-next-line security/no-inline-assembly
assembly {
let masterCopy := and(sload(0), 0xffffffffffffffffffffffffffffffffffffffff)
calldatacopy(0, 0, calldatasize())
let success := delegatecall(gas, masterCopy, 0, calldatasize(), 0, 0)
returndatacopy(0, 0, returndatasize())
if eq(success, 0) { revert(0, returndatasize()) }
return(0, returndatasize())
}
}
function implementation()
public
view
returns (address)
{
return masterCopy;
}
function proxyType()
public
pure
returns (uint256)
{
return 2;
}
}Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
Contract ABI
API[{"constant":true,"inputs":[],"name":"proxyType","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"pure","type":"function"},{"constant":true,"inputs":[],"name":"implementation","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"inputs":[{"name":"_masterCopy","type":"address"}],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"payable":true,"stateMutability":"payable","type":"fallback"}]Contract Creation Code
0x608060405234801561001057600080fd5b506040516020806102288339810160405251600160a060020a03811615156100be57604080517f08c379a0000000000000000000000000000000000000000000000000000000008152602060048201526024808201527f496e76616c6964206d617374657220636f707920616464726573732070726f7660448201527f6964656400000000000000000000000000000000000000000000000000000000606482015290519081900360840190fd5b60008054600160a060020a03909216600160a060020a031990921691909117905561013a806100ee6000396000f30060806040526004361061004b5763ffffffff7c01000000000000000000000000000000000000000000000000000000006000350416634555d5c981146100885780635c60da1b146100af575b73ffffffffffffffffffffffffffffffffffffffff600054163660008037600080366000845af43d6000803e801515610083573d6000fd5b3d6000f35b34801561009457600080fd5b5061009d6100ed565b60408051918252519081900360200190f35b3480156100bb57600080fd5b506100c46100f2565b6040805173ffffffffffffffffffffffffffffffffffffffff9092168252519081900360200190f35b600290565b60005473ffffffffffffffffffffffffffffffffffffffff16905600a165627a7a7230582000e8963a53396a420e260d6762a2b264be1db09b89fce92475fadd0600ddeffb002900000000000000000000000078b37409628e10df0b661c6b205b872a4df8dd6e
Deployed Bytecode
0x60806040526004361061004b5763ffffffff7c01000000000000000000000000000000000000000000000000000000006000350416634555d5c981146100885780635c60da1b146100af575b73ffffffffffffffffffffffffffffffffffffffff600054163660008037600080366000845af43d6000803e801515610083573d6000fd5b3d6000f35b34801561009457600080fd5b5061009d6100ed565b60408051918252519081900360200190f35b3480156100bb57600080fd5b506100c46100f2565b6040805173ffffffffffffffffffffffffffffffffffffffff9092168252519081900360200190f35b600290565b60005473ffffffffffffffffffffffffffffffffffffffff16905600a165627a7a7230582000e8963a53396a420e260d6762a2b264be1db09b89fce92475fadd0600ddeffb0029
Deployed Bytecode Sourcemap
28:1387:0:-;;;;;;;;;;;;;;;;;;;;;;;;;814:42;810:1;804:8;800:57;890:14;887:1;884;871:34;986:1;983;967:14;964:1;952:10;947:3;934:54;1023:16;1020:1;1017;1002:38;1057:14;;1054:2;;;1084:16;1081:1;1074:27;1054:2;1127:16;1124:1;1117:27;1302:110;;8:9:-1;5:2;;;30:1;27;20:12;5:2;1302:110:0;;;;;;;;;;;;;;;;;;;;1170:124;;8:9:-1;5:2;;;30:1;27;20:12;5:2;1170:124:0;;;;;;;;;;;;;;;;;;;;;;;1302:110;1403:1;1302:110;:::o;1170:124::-;1244:7;1276:10;;;1170:124;:::o
Swarm Source
bzzr://00e8963a53396a420e260d6762a2b264be1db09b89fce92475fadd0600ddeffb
Loading...
Loading
Loading...
Loading
Net Worth in USD
$0.00
Net Worth in ETH
0
Multichain Portfolio | 33 Chains
| Chain | Token | Portfolio % | Price | Amount | Value |
|---|
Loading...
Loading
Loading...
Loading
Loading...
Loading
[ Download: CSV Export ]
[ 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.