ETH Price: $2,416.21 (-2.14%)
 

Overview

ETH Balance

0.000313072070745906 ETH

Eth Value

$0.76 (@ $2,416.21/ETH)

Token Holdings

Transaction Hash
Method
Block
From
To
Transfer174117692023-06-05 3:49:11518 days ago1685936951IN
0x99C405A7...2D524a5CD
43.25597 ETH0.0004845520.85525865
Transfer174117492023-06-05 3:44:59518 days ago1685936699IN
0x99C405A7...2D524a5CD
0.997 ETH0.0004977921.42522389
Transfer163292402023-01-03 22:27:35670 days ago1672784855IN
0x99C405A7...2D524a5CD
1.66806493 ETH0.0005827325.0811058
Transfer151838412022-07-21 4:37:10837 days ago1658378230IN
0x99C405A7...2D524a5CD
1.98258833 ETH0.0003509115.10343793
Transfer116438142021-01-13 1:52:361391 days ago1610502756IN
0x99C405A7...2D524a5CD
0.6323 ETH0.0012778755
Transfer103177992020-06-22 20:45:521596 days ago1592858752IN
0x99C405A7...2D524a5CD
3.82270878 ETH0.0007899534
Transfer100002072020-05-04 14:07:131645 days ago1588601233IN
0x99C405A7...2D524a5CD
1.42798358 ETH0.0005343823
Transfer99700192020-04-29 21:50:151649 days ago1588197015IN
0x99C405A7...2D524a5CD
3.7 ETH0.0002323410
Transfer99131672020-04-21 2:37:021658 days ago1587436622IN
0x99C405A7...2D524a5CD
15 ETH0.0002323410
Transfer97154682020-03-21 14:12:151689 days ago1584799935IN
0x99C405A7...2D524a5CD
5.402846 ETH0.00020919

Latest 25 internal transactions (View All)

Advanced mode:
Parent Transaction Hash Block From To
199218022024-05-22 0:17:11166 days ago1716337031
0x99C405A7...2D524a5CD
0.00086037 ETH
199218022024-05-22 0:17:11166 days ago1716337031
0x99C405A7...2D524a5CD
8.17609374 ETH
199214362024-05-21 23:02:35166 days ago1716332555
0x99C405A7...2D524a5CD
0.0040198 ETH
199214362024-05-21 23:02:35166 days ago1716332555
0x99C405A7...2D524a5CD
0.03978402 ETH
199214362024-05-21 23:02:35166 days ago1716332555
0x99C405A7...2D524a5CD
7.996784 ETH
185299372023-11-08 21:31:11361 days ago1699479071
0x99C405A7...2D524a5CD
0.02867454 ETH
183212692023-10-10 16:32:23391 days ago1696955543
0x99C405A7...2D524a5CD
0.00159918 ETH
183212692023-10-10 16:32:23391 days ago1696955543
0x99C405A7...2D524a5CD
17.5 ETH
182856572023-10-05 16:59:11396 days ago1696525151
0x99C405A7...2D524a5CD
0.00258918 ETH
182856572023-10-05 16:59:11396 days ago1696525151
0x99C405A7...2D524a5CD
15 ETH
182841422023-10-05 11:54:23396 days ago1696506863
0x99C405A7...2D524a5CD
28.43491086 ETH
177443622023-07-21 22:00:47471 days ago1689976847
0x99C405A7...2D524a5CD
0.00460059 ETH
174117892023-06-05 3:53:23518 days ago1685937203
0x99C405A7...2D524a5CD
0.00396829 ETH
174117892023-06-05 3:53:23518 days ago1685937203
0x99C405A7...2D524a5CD
40 ETH
170758302023-04-18 20:09:35566 days ago1681848575
0x99C405A7...2D524a5CD
0.01551087 ETH
170758302023-04-18 20:09:35566 days ago1681848575
0x99C405A7...2D524a5CD
0.28 ETH
170677172023-04-17 16:36:47567 days ago1681749407
0x99C405A7...2D524a5CD
0.00637752 ETH
170677172023-04-17 16:36:47567 days ago1681749407
0x99C405A7...2D524a5CD
0.48 ETH
169832452023-04-05 14:43:23579 days ago1680705803
0x99C405A7...2D524a5CD
0.00554489 ETH
169832452023-04-05 14:43:23579 days ago1680705803
0x99C405A7...2D524a5CD
0.35 ETH
168696952023-03-20 15:11:35595 days ago1679325095
0x99C405A7...2D524a5CD
0.00366272 ETH
168696952023-03-20 15:11:35595 days ago1679325095
0x99C405A7...2D524a5CD
1 ETH
161844502022-12-14 17:32:59691 days ago1671039179
0x99C405A7...2D524a5CD
0.00384242 ETH
160275802022-11-22 19:18:47713 days ago1669144727
0x99C405A7...2D524a5CD
0.00436237 ETH
160275802022-11-22 19:18:47713 days ago1669144727
0x99C405A7...2D524a5CD
19 ETH
View All Internal Transactions
Loading...
Loading

Similar Match Source Code
This contract matches the deployed Bytecode of the Source Code for Contract 0x0364c42A...C6A1b5b40
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

Optimization Enabled:
Yes with 999 runs

Other Settings:
default evmVersion
/**
 *Submitted for verification at Etherscan.io on 2019-04-23
*/

pragma solidity ^0.4.24;

/**
 * @title Proxy
 * @dev Basic proxy that delegates all calls to a fixed implementing contract.
 * The implementing contract cannot be upgraded.
 * @author Julien Niset - <[email protected]>
 */
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

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

0x60806040523615801560115750600034115b156082573373ffffffffffffffffffffffffffffffffffffffff16347f606834f57405380c4fb88d1f4850326ad3885f014bab3b568dfbf7a041eef7386000366040518080602001828103825284848281815260200192508082843760405192018290039550909350505050a360a8565b6000543660008037600080366000845af43d6000803e80801560a3573d6000f35b3d6000fd5b0000a165627a7a7230582009ad600070879c5d9739059132e69cc1b5b90d2b945f553b3f45ceea43d65c8f0029

Swarm Source

bzzr://09ad600070879c5d9739059132e69cc1b5b90d2b945f553b3f45ceea43d65c8f

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.