ETH Price: $3,321.31 (+1.55%)
 

Overview

ETH Balance

0 ETH

Eth Value

$0.00

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Transfer113641722020-12-01 3:18:481522 days ago1606792728IN
0x50Db1c2a...25E293849
84.54905249 ETH0.0012685454.5
Transfer109669592020-10-01 0:20:161583 days ago1601511616IN
0x50Db1c2a...25E293849
20 ETH0.001931983
Transfer107017742020-08-21 5:45:481624 days ago1597988748IN
0x50Db1c2a...25E293849
0.505 ETH0.00307243132.00000145
Transfer103579652020-06-29 2:04:281677 days ago1593396268IN
0x50Db1c2a...25E293849
20 ETH0.0015129465
Transfer102888392020-06-18 9:12:031688 days ago1592471523IN
0x50Db1c2a...25E293849
40.06258952 ETH0.0018853581
Transfer97699952020-03-30 1:14:271768 days ago1585530867IN
0x50Db1c2a...25E293849
20 ETH0.0009310440
Transfer92927672020-01-16 14:32:521842 days ago1579185172IN
0x50Db1c2a...25E293849
20 ETH0.000066912.875

Latest 11 internal transactions

Advanced mode:
Parent Transaction Hash Block
From
To
113738742020-12-02 15:22:341521 days ago1606922554
0x50Db1c2a...25E293849
84.54905249 ETH
113737502020-12-02 14:56:001521 days ago1606920960
0x50Db1c2a...25E293849
84.54905249 ETH
113641812020-12-01 3:21:111522 days ago1606792871
0x50Db1c2a...25E293849
84.54905249 ETH
109740522020-10-02 2:52:171582 days ago1601607137
0x50Db1c2a...25E293849
20.505 ETH
105290512020-07-25 14:06:221651 days ago1595685982
0x50Db1c2a...25E293849
60.29978252 ETH
105268592020-07-25 5:54:211651 days ago1595656461
0x50Db1c2a...25E293849
60.18641 ETH
104299532020-07-10 5:42:191666 days ago1594359739
0x50Db1c2a...25E293849
60 ETH
103903242020-07-04 2:44:551672 days ago1593830695
0x50Db1c2a...25E293849
40.050783 ETH
102940242020-06-19 4:37:521687 days ago1592541472
0x50Db1c2a...25E293849
40 ETH
99041722020-04-19 17:19:091748 days ago1587316749
0x50Db1c2a...25E293849
40 ETH
92913632020-01-16 9:22:561842 days ago1579166576  Contract Creation0 ETH
Loading...
Loading

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

Contract Name:
AccountProxy

Compiler Version
v0.5.4+commit.9549d8ff

Optimization Enabled:
Yes with 200 runs

Other Settings:
default evmVersion, GNU GPLv3 license
/**
 *Submitted for verification at Etherscan.io on 2020-01-14
*/

pragma solidity ^0.5.4;

contract AccountProxy {

    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

[{"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"}]

Deployed Bytecode

0x60806040523615801560115750600034115b156092573373ffffffffffffffffffffffffffffffffffffffff16347f606834f57405380c4fb88d1f4850326ad3885f014bab3b568dfbf7a041eef73860003660405180806020018281038252848482818152602001925080828437600083820152604051601f909101601f19169092018290039550909350505050a360b8565b6000543660008037600080366000845af43d6000803e80801560b3573d6000f35b3d6000fd5b00fea165627a7a72305820ab958cd41bd56370ba9252b9e9c197efc53c37cbc2ab5237c07b5590a42abe240029

Deployed Bytecode Sourcemap

27:916:0:-;;;315:8;:20;:37;;;;;351:1;339:9;:13;315:37;312:621;;;394:10;374:41;;383:9;374:41;406:8;;374:41;;;;;;;;;;;;;;;;;;;;;30:3:-1;22:6;14;1:33;99:1;81:16;;;74:27;374:41:0;;137:4:-1;117:14;;;-1:-1;;113:30;157:16;;;374:41:0;;;;-1:-1:-1;374:41:0;;-1:-1:-1;;;;374:41:0;312:621;;;574:1;568:8;613:14;610:1;607;594:34;708:1;705;689:14;686:1;678:6;673:3;660:50;749:16;746:1;743;728:38;791:6;815:36;;;;889:16;886:1;878:28;815:36;833:16;830:1;823:27;535:387;27:916

Swarm Source

bzzr://ab958cd41bd56370ba9252b9e9c197efc53c37cbc2ab5237c07b5590a42abe24

Block Transaction Difficulty Gas Used Reward
View All Blocks Produced

Block Uncle Number Difficulty Gas Used Reward
View All Uncles
Loading...
Loading
Loading...
Loading

Validator Index Block Amount
View All Withdrawals

Transaction Hash Block Value Eth2 PubKey Valid
View All Deposits
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.