ETH Price: $2,637.90 (-0.34%)

Contract

0x45546062d10dB51E8E4688eA8102E670e444a8EC
 

Overview

ETH Balance

0 ETH

Eth Value

$0.00

Token Holdings

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Exec Transaction201853662024-06-27 20:18:59114 days ago1719519539IN
0x45546062...0e444a8EC
0 ETH0.002053226.34206346
Exec Transaction201853602024-06-27 20:17:47114 days ago1719519467IN
0x45546062...0e444a8EC
0 ETH0.004602536.48967456
Exec Transaction201331372024-06-20 13:08:11121 days ago1718888891IN
0x45546062...0e444a8EC
0 ETH0.0110126415.42341493
Exec Transaction201174672024-06-18 8:29:59123 days ago1718699399IN
0x45546062...0e444a8EC
0 ETH0.003861545.16113629
Exec Transaction199357022024-05-23 22:56:23149 days ago1716504983IN
0x45546062...0e444a8EC
0 ETH0.00699269.52794729
Exec Transaction198604232024-05-13 10:13:11159 days ago1715595191IN
0x45546062...0e444a8EC
0 ETH0.001349454.16823853
Exec Transaction198381852024-05-10 7:36:35162 days ago1715326595IN
0x45546062...0e444a8EC
0 ETH0.003716795.2056109
Exec Transaction198250432024-05-08 11:27:47164 days ago1715167667IN
0x45546062...0e444a8EC
0 ETH0.003275064.37713233
Exec Transaction198167702024-05-07 7:42:59165 days ago1715067779IN
0x45546062...0e444a8EC
0 ETH0.002548127.86986601
Exec Transaction198167612024-05-07 7:41:11165 days ago1715067671IN
0x45546062...0e444a8EC
0 ETH0.005199087.111463
Exec Transaction197397122024-04-26 13:04:59176 days ago1714136699IN
0x45546062...0e444a8EC
0 ETH0.006438288.80604225
Exec Transaction197176352024-04-23 10:55:59179 days ago1713869759IN
0x45546062...0e444a8EC
0 ETH0.0097615413.5534691
Exec Transaction197176302024-04-23 10:54:59179 days ago1713869699IN
0x45546062...0e444a8EC
0 ETH0.0076380514.52800895
Exec Transaction197114392024-04-22 14:08:59180 days ago1713794939IN
0x45546062...0e444a8EC
0 ETH0.0135150119.1283105
Exec Transaction197026132024-04-21 8:33:23181 days ago1713688403IN
0x45546062...0e444a8EC
0 ETH0.006456598.96481033
Exec Transaction196393182024-04-12 11:45:59190 days ago1712922359IN
0x45546062...0e444a8EC
0 ETH0.0095559713.52493405
Exec Transaction196379482024-04-12 7:10:59190 days ago1712905859IN
0x45546062...0e444a8EC
0 ETH0.0098334713.91655415
Exec Transaction196110082024-04-08 12:39:59194 days ago1712579999IN
0x45546062...0e444a8EC
0 ETH0.018818625.7393917
Exec Transaction196101712024-04-08 9:50:47194 days ago1712569847IN
0x45546062...0e444a8EC
0 ETH0.0122414317.32577045
Exec Transaction196101412024-04-08 9:44:47194 days ago1712569487IN
0x45546062...0e444a8EC
0 ETH0.0010123418.34994912
Exec Transaction193904412024-03-08 12:26:47225 days ago1709900807IN
0x45546062...0e444a8EC
0 ETH0.0028759549
Exec Transaction193904292024-03-08 12:24:23225 days ago1709900663IN
0x45546062...0e444a8EC
0 ETH0.0096055844.4433306
Exec Transaction193904232024-03-08 12:23:11225 days ago1709900591IN
0x45546062...0e444a8EC
0 ETH0.0551824453.6761321
Exec Transaction193904152024-03-08 12:21:35225 days ago1709900495IN
0x45546062...0e444a8EC
0 ETH0.0040581251
Exec Transaction193902022024-03-08 11:38:35225 days ago1709897915IN
0x45546062...0e444a8EC
0 ETH0.002973852.13084012
View all transactions

Latest 6 internal transactions

Advanced mode:
Parent Transaction Hash Block From To
193904412024-03-08 12:26:47225 days ago1709900807
0x45546062...0e444a8EC
27.57422498 ETH
193904292024-03-08 12:24:23225 days ago1709900663
0x45546062...0e444a8EC
27.57422498 ETH
193750412024-03-06 8:49:35227 days ago1709714975
0x45546062...0e444a8EC
9.07 ETH
193605562024-03-04 8:18:35229 days ago1709540315
0x45546062...0e444a8EC
14 ETH
193469302024-03-02 10:36:59231 days ago1709375819
0x45546062...0e444a8EC
2 ETH
125098062021-05-26 11:56:201242 days ago1622030180  Contract Creation0 ETH
Loading...
Loading

Similar Match Source Code
This contract matches the deployed Bytecode of the Source Code for Contract 0x3Aa9F166...D1c5663C3
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.12+commit.7709ece9

Optimization Enabled:
No with 200 runs

Other Settings:
default evmVersion, GNU LGPLv3 license
/**
 *Submitted for verification at Etherscan.io on 2020-07-09
*/

pragma solidity >=0.5.0 <0.7.0;

/// @title IProxy - Helper interface to access masterCopy of the Proxy on-chain
/// @author Richard Meissner - <[email protected]>
interface IProxy {
    function masterCopy() external view returns (address);
}

/// @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

0x608060405273ffffffffffffffffffffffffffffffffffffffff600054167fa619486e0000000000000000000000000000000000000000000000000000000060003514156050578060005260206000f35b3660008037600080366000845af43d6000803e60008114156070573d6000fd5b3d6000f3fea265627a7a7231582099bf9ecf033b5a5cd7073e2e717749e94f49c79dbfc065d6204cb99db2ba11ab64736f6c634300050c0032

Deployed Bytecode Sourcemap

471:1554:0:-;;;1381:42;1377:1;1371:8;1367:57;1561:66;1557:1;1544:15;1541:87;1538:2;;;1658:10;1655:1;1648:21;1697:4;1694:1;1687:15;1538:2;1750:14;1747:1;1744;1731:34;1846:1;1843;1827:14;1824:1;1812:10;1807:3;1794:54;1883:16;1880:1;1877;1862:38;1929:1;1920:7;1917:14;1914:2;;;1944:16;1941:1;1934:27;1914:2;1987:16;1984:1;1977:27

Swarm Source

bzzr://99bf9ecf033b5a5cd7073e2e717749e94f49c79dbfc065d6204cb99db2ba11ab

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.