ETH Price: $3,473.73 (+0.72%)

Contract

0x5f1bD0Feb0bF7C3ee0cde570f807436D29F4B4b2
 

Overview

ETH Balance

2.161453629710584547 ETH

Eth Value

$7,508.30 (@ $3,473.73/ETH)

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Transfer213775492024-12-11 6:42:1114 days ago1733899331IN
0x5f1bD0Fe...D29F4B4b2
0.06697799 ETH0.0002909911.22749507
Transfer208368072024-09-26 19:12:5989 days ago1727377979IN
0x5f1bD0Fe...D29F4B4b2
0.15447563 ETH0.0005201720.06987876
Exec Transaction206837172024-09-05 10:14:23111 days ago1725531263IN
0x5f1bD0Fe...D29F4B4b2
0 ETH0.000287783.0108908
Exec Transaction204681672024-08-06 7:54:23141 days ago1722930863IN
0x5f1bD0Fe...D29F4B4b2
0 ETH0.000527656
Exec Transaction204057062024-07-28 14:40:35149 days ago1722177635IN
0x5f1bD0Fe...D29F4B4b2
0 ETH0.000735217
Exec Transaction204056892024-07-28 14:37:11149 days ago1722177431IN
0x5f1bD0Fe...D29F4B4b2
0 ETH0.000291314.86095501
Exec Transaction204056872024-07-28 14:36:47149 days ago1722177407IN
0x5f1bD0Fe...D29F4B4b2
0 ETH0.000324596.6985767
Exec Transaction204056842024-07-28 14:36:11149 days ago1722177371IN
0x5f1bD0Fe...D29F4B4b2
0 ETH0.000415696.93510263
Exec Transaction203113262024-07-15 10:30:47163 days ago1721039447IN
0x5f1bD0Fe...D29F4B4b2
0 ETH0.000734177
Exec Transaction203113202024-07-15 10:29:35163 days ago1721039375IN
0x5f1bD0Fe...D29F4B4b2
0 ETH0.000624285.95227434
Exec Transaction202180372024-07-02 9:48:35176 days ago1719913715IN
0x5f1bD0Fe...D29F4B4b2
0 ETH0.000612776.98158727
Exec Transaction200904892024-06-14 13:57:23193 days ago1718373443IN
0x5f1bD0Fe...D29F4B4b2
0 ETH0.0013633113
Exec Transaction200190252024-06-04 14:22:47203 days ago1717510967IN
0x5f1bD0Fe...D29F4B4b2
0 ETH0.0015734115
Exec Transaction199817522024-05-30 9:24:35209 days ago1717061075IN
0x5f1bD0Fe...D29F4B4b2
0 ETH0.0014386413.71682133
Transfer199672912024-05-28 8:52:23211 days ago1716886343IN
0x5f1bD0Fe...D29F4B4b2
1.7 ETH0.0004226316.30652605
Exec Transaction194244662024-03-13 6:49:11287 days ago1710312551IN
0x5f1bD0Fe...D29F4B4b2
0 ETH0.0045133643.03278612
Exec Transaction189915902024-01-12 15:03:47347 days ago1705071827IN
0x5f1bD0Fe...D29F4B4b2
0 ETH0.0031544833.13288382
Exec Transaction189888932024-01-12 6:00:59348 days ago1705039259IN
0x5f1bD0Fe...D29F4B4b2
0 ETH0.0016781116
Exec Transaction189883272024-01-12 4:06:35348 days ago1705032395IN
0x5f1bD0Fe...D29F4B4b2
0 ETH0.0017825817
Exec Transaction189878292024-01-12 2:25:35348 days ago1705026335IN
0x5f1bD0Fe...D29F4B4b2
0 ETH0.0017734916.9094364
Exec Transaction189836902024-01-11 12:29:47349 days ago1704976187IN
0x5f1bD0Fe...D29F4B4b2
0 ETH0.0025759329.35267674
Exec Transaction189763832024-01-10 11:54:59350 days ago1704887699IN
0x5f1bD0Fe...D29F4B4b2
0 ETH0.002303826.24459821
Exec Transaction189760972024-01-10 10:57:11350 days ago1704884231IN
0x5f1bD0Fe...D29F4B4b2
0 ETH0.0027054325.79499279
Exec Transaction189759522024-01-10 10:28:11350 days ago1704882491IN
0x5f1bD0Fe...D29F4B4b2
0 ETH0.002768426.39846961
Exec Transaction189743622024-01-10 5:08:23350 days ago1704863303IN
0x5f1bD0Fe...D29F4B4b2
0 ETH0.0022872822.60494605
View all transactions

Latest 4 internal transactions

Advanced mode:
Parent Transaction Hash Block
From
To
120108532021-03-10 12:40:521386 days ago1615380052
0x5f1bD0Fe...D29F4B4b2
0.01 ETH
120095902021-03-10 7:57:191386 days ago1615363039
0x5f1bD0Fe...D29F4B4b2
0.1 ETH
119997632021-03-08 19:33:431387 days ago1615232023
0x5f1bD0Fe...D29F4B4b2
0.05 ETH
119989302021-03-08 16:33:011387 days ago1615221181  Contract Creation0 ETH
Loading...
Loading

Similar Match Source Code
This contract matches the deployed Bytecode of the Source Code for Contract 0x655A9e6b...77e966e18
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.14+commit.1f1aaa4

Optimization Enabled:
No with 200 runs

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

pragma solidity ^0.5.3;

/// @title Proxy - Generic proxy contract allows to execute all transactions applying the code of a master contract.
/// @author Stefan George - <[email protected]>
/// @author Richard Meissner - <[email protected]>
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.
    // To reduce deployment costs this variable is internal and needs to be retrieved via `getStorageAt`
    address internal masterCopy;

    /// @dev Constructor function sets address of master copy contract.
    /// @param _masterCopy Master copy address.
    constructor(address _masterCopy)
        public
    {
        require(_masterCopy != address(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)
            // 0xa619486e == keccak("masterCopy()"). The value is right padded to 32-bytes with 0s
            if eq(calldataload(0), 0xa619486e00000000000000000000000000000000000000000000000000000000) {
                mstore(0, masterCopy)
                return(0, 0x20)
            }
            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())
        }
    }
}

Contract Security Audit

Contract ABI

[{"inputs":[{"internalType":"address","name":"_masterCopy","type":"address"}],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"payable":true,"stateMutability":"payable","type":"fallback"}]

Deployed Bytecode

0x608060405273ffffffffffffffffffffffffffffffffffffffff600054167fa619486e0000000000000000000000000000000000000000000000000000000060003514156050578060005260206000f35b3660008037600080366000845af43d6000803e60008114156070573d6000fd5b3d6000f3fea265627a7a72315820d8a00dc4fe6bf675a9d7416fc2d00bb3433362aa8186b750f76c4027269667ff64736f6c634300050e0032

Deployed Bytecode Sourcemap

245:1554:0:-;;;1155:42;1151:1;1145:8;1141:57;1335:66;1331:1;1318:15;1315:87;1312:2;;;1432:10;1429:1;1422:21;1471:4;1468:1;1461:15;1312:2;1524:14;1521:1;1518;1505:34;1620:1;1617;1601:14;1598:1;1586:10;1581:3;1568:54;1657:16;1654:1;1651;1636:38;1703:1;1694:7;1691:14;1688:2;;;1718:16;1715:1;1708:27;1688:2;1761:16;1758:1;1751:27

Swarm Source

bzzr://d8a00dc4fe6bf675a9d7416fc2d00bb3433362aa8186b750f76c4027269667ff

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.