ETH Price: $1,852.50 (-0.41%)
 

More Info

Private Name Tags

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Transfer122171142021-04-11 6:54:321780 days ago1618124072IN
0x3d0600cF...Bd5403810
0.00469371 ETH0.0019551884
Transfer116290842021-01-10 19:43:241871 days ago1610307804IN
0x3d0600cF...Bd5403810
0.564601 ETH0.0014547562.5
Transfer108869162020-09-18 15:18:411985 days ago1600442321IN
0x3d0600cF...Bd5403810
4.508198 ETH0.0064009275
Transfer105552402020-07-29 15:05:032036 days ago1596035103IN
0x3d0600cF...Bd5403810
0.663355 ETH0.00235087101
Transfer104193332020-07-08 14:10:002057 days ago1594217400IN
0x3d0600cF...Bd5403810
2.174229 ETH0.0017666475.9000016
Transfer103379412020-06-25 23:28:312069 days ago1593127711IN
0x3d0600cF...Bd5403810
0.41838 ETH0.00054626

Latest 25 internal transactions (View All)

Advanced mode:
Parent Transaction Hash Method Block
From
To
Transfer234797292025-10-01 1:37:47146 days ago1759282667
0x3d0600cF...Bd5403810
0.00002905 ETH
Transfer234796912025-10-01 1:30:11146 days ago1759282211
0x3d0600cF...Bd5403810
0.00004399 ETH
Transfer234296922025-09-24 1:44:11153 days ago1758678251
0x3d0600cF...Bd5403810
0.0000595 ETH
Transfer234296922025-09-24 1:44:11153 days ago1758678251
0x3d0600cF...Bd5403810
0.00000813 ETH
Transfer234296922025-09-24 1:44:11153 days ago1758678251
0x3d0600cF...Bd5403810
0.00163519 ETH
Transfer234296752025-09-24 1:40:47153 days ago1758678047
0x3d0600cF...Bd5403810
0.00007051 ETH
Transfer234296502025-09-24 1:35:47153 days ago1758677747
0x3d0600cF...Bd5403810
0.00008158 ETH
Transfer184357202023-10-26 16:56:35852 days ago1698339395
0x3d0600cF...Bd5403810
0.00464151 ETH
Transfer184353732023-10-26 15:46:47852 days ago1698335207
0x3d0600cF...Bd5403810
0.00579641 ETH
Transfer183082522023-10-08 20:50:23869 days ago1696798223
0x3d0600cF...Bd5403810
0.00199335 ETH
Transfer183082252023-10-08 20:44:59869 days ago1696797899
0x3d0600cF...Bd5403810
0.00091589 ETH
Transfer174215412023-06-06 12:55:35994 days ago1686056135
0x3d0600cF...Bd5403810
0.00406539 ETH
Transfer174213692023-06-06 12:20:23994 days ago1686054023
0x3d0600cF...Bd5403810
0.01785018 ETH
Transfer174213322023-06-06 12:12:59994 days ago1686053579
0x3d0600cF...Bd5403810
0.01731185 ETH
Transfer157044982022-10-08 16:13:591235 days ago1665245639
0x3d0600cF...Bd5403810
0.0077 ETH
-146098012022-04-18 14:48:361408 days ago1650293316
0x3d0600cF...Bd5403810
0.00858151 ETH
-146098012022-04-18 14:48:361408 days ago1650293316
0x3d0600cF...Bd5403810
0.10481018 ETH
-146097892022-04-18 14:45:331408 days ago1650293133
0x3d0600cF...Bd5403810
0.00541553 ETH
-146097892022-04-18 14:45:331408 days ago1650293133
0x3d0600cF...Bd5403810
0.10298947 ETH
-146097532022-04-18 14:39:151408 days ago1650292755
0x3d0600cF...Bd5403810
0.00519341 ETH
-142757322022-02-25 14:14:381460 days ago1645798478
0x3d0600cF...Bd5403810
0.00764131 ETH
-125554252021-06-02 13:46:461728 days ago1622641606
0x3d0600cF...Bd5403810
0.00463433 ETH
-123390392021-04-30 2:02:541761 days ago1619748174
0x3d0600cF...Bd5403810
0.04964569 ETH
-123390012021-04-30 1:54:151761 days ago1619747655
0x3d0600cF...Bd5403810
0.00667019 ETH
-119043972021-02-22 3:27:481828 days ago1613964468
0x3d0600cF...Bd5403810
0.03220602 ETH
View All Internal Transactions
Loading...
Loading
Loading...
Loading
Cross-Chain Transactions

Block Transaction Difficulty Gas Used Reward
View All Blocks Produced

Validator Index Block Amount
View All Withdrawals

Transaction Hash Block Value Eth2 PubKey Valid
View All Deposits
Loading...
Loading

Similar Match Source Code
This contract matches the deployed Bytecode of the Source Code for Contract 0xE1C7fe72...04b8910A6
The constructor portion of the code might be different and could alter the actual behaviour of the contract

Contract Name:
Proxy

Compiler Version
v0.5.4+commit.9549d8ff

Optimization Enabled:
Yes with 999 runs

Other Settings:
default evmVersion, GNU GPLv3 license

Contract Source Code (Solidity)

/**
 *Submitted for verification at Etherscan.io on 2020-03-11
*/

// Copyright (C) 2018  Argent Labs Ltd. <https://argent.xyz>

// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.

// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
// GNU General Public License for more details.

// You should have received a copy of the GNU General Public License
// along with this program.  If not, see <http://www.gnu.org/licenses/>.

pragma solidity ^0.5.4;

/**
 * @title Proxy
 * @dev Basic proxy that delegates all calls to a fixed implementing contract.
 * The implementing contract cannot be upgraded.
 * @author Julien Niset - <julien@argent.xyz>
 */
contract Proxy {

    address implementation;

    event Received(uint indexed value, address indexed sender, bytes data);

    constructor(address _implementation) public {
        implementation = _implementation;
    }

    function() external payable {

        if (msg.data.length == 0 && msg.value > 0) {
            emit Received(msg.value, msg.sender, msg.data);
        } else {
            // solium-disable-next-line security/no-inline-assembly
            assembly {
                let target := sload(0)
                calldatacopy(0, 0, calldatasize())
                let result := delegatecall(gas, target, 0, calldatasize(), 0, 0)
                returndatacopy(0, 0, returndatasize())
                switch result
                case 0 {revert(0, returndatasize())}
                default {return (0, returndatasize())}
            }
        }
    }
}

Contract Security Audit

Contract ABI

API
[{"inputs":[{"name":"_implementation","type":"address"}],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"payable":true,"stateMutability":"payable","type":"fallback"},{"anonymous":false,"inputs":[{"indexed":true,"name":"value","type":"uint256"},{"indexed":true,"name":"sender","type":"address"},{"indexed":false,"name":"data","type":"bytes"}],"name":"Received","type":"event"}]

0x608060405234801561001057600080fd5b506040516020806101478339810180604052602081101561003057600080fd5b505160008054600160a060020a03909216600160a060020a031990921691909117905560e6806100616000396000f3fe60806040523615801560115750600034115b156092573373ffffffffffffffffffffffffffffffffffffffff16347f606834f57405380c4fb88d1f4850326ad3885f014bab3b568dfbf7a041eef73860003660405180806020018281038252848482818152602001925080828437600083820152604051601f909101601f19169092018290039550909350505050a360b8565b6000543660008037600080366000845af43d6000803e80801560b3573d6000f35b3d6000fd5b00fea165627a7a7230582050a0cdc6737cfe5402762d0a4a4467b912e656e93ff13e1f2bfcdcb8215725080029000000000000000000000000b6d64221451edbac7736d4c3da7fc827457dec03

Deployed Bytecode

0x60806040523615801560115750600034115b156092573373ffffffffffffffffffffffffffffffffffffffff16347f606834f57405380c4fb88d1f4850326ad3885f014bab3b568dfbf7a041eef73860003660405180806020018281038252848482818152602001925080828437600083820152604051601f909101601f19169092018290039550909350505050a360b8565b6000543660008037600080366000845af43d6000803e80801560b3573d6000f35b3d6000fd5b00fea165627a7a7230582050a0cdc6737cfe5402762d0a4a4467b912e656e93ff13e1f2bfcdcb8215725080029

Deployed Bytecode Sourcemap

951:901:0:-;;;1233:8;:20;:37;;;;;1269:1;1257:9;:13;1233:37;1229:613;;;1312:10;1292:41;;1301:9;1292:41;1324:8;;1292:41;;;;;;;;;;;;;;;;;;;;;30:3:-1;22:6;14;1:33;99:1;81:16;;;74:27;1292:41:0;;137:4:-1;117:14;;;-1:-1;;113:30;157:16;;;1292:41:0;;;;-1:-1:-1;1292:41:0;;-1:-1:-1;;;;1292:41:0;1229:613;;;1483:1;1477:8;1522:14;1519:1;1516;1503:34;1617:1;1614;1598:14;1595:1;1587:6;1582:3;1569:50;1658:16;1655:1;1652;1637:38;1700:6;1724:36;;;;1798:16;1795:1;1787:28;1724:36;1742:16;1739:1;1732:27;1444:387;951:901

Swarm Source

bzzr://50a0cdc6737cfe5402762d0a4a4467b912e656e93ff13e1f2bfcdcb821572508

Block Uncle Number Difficulty Gas Used Reward
View All Uncles
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.