ETH Price: $3,260.17 (+1.20%)
Gas: 2.92 Gwei
 

Overview

ETH Balance

0.049206015285879497 ETH

Eth Value

$160.42 (@ $3,260.17/ETH)

Token Holdings

Transaction Hash
Method
Block
From
To
Exec Transaction217152052025-01-27 10:16:113 days ago1737972971IN
0x74dE302a...7d739D605
0 ETH0.000403735.30367089
Exec Transaction217151882025-01-27 10:12:473 days ago1737972767IN
0x74dE302a...7d739D605
0 ETH0.001795225.23501766
Exec Transaction217151612025-01-27 10:07:233 days ago1737972443IN
0x74dE302a...7d739D605
0 ETH0.000499986.60799093
Exec Transaction216953192025-01-24 15:40:476 days ago1737733247IN
0x74dE302a...7d739D605
0 ETH0.0014217518.67683663
Exec Transaction216886302025-01-23 17:17:237 days ago1737652643IN
0x74dE302a...7d739D605
0 ETH0.0044991510.08866949
Exec Transaction216879402025-01-23 14:58:477 days ago1737644327IN
0x74dE302a...7d739D605
0 ETH0.0022280829.2691545
Exec Transaction213948932024-12-13 16:50:1148 days ago1734108611IN
0x74dE302a...7d739D605
0 ETH0.0015516326.40813498
Exec Transaction213369792024-12-05 14:45:5956 days ago1733409959IN
0x74dE302a...7d739D605
0 ETH0.0032745627.49679192
Exec Transaction213369722024-12-05 14:44:3556 days ago1733409875IN
0x74dE302a...7d739D605
0 ETH0.0033541928.16548405
Exec Transaction213367092024-12-05 13:51:2356 days ago1733406683IN
0x74dE302a...7d739D605
0 ETH0.0027756323.39938269
Exec Transaction213364952024-12-05 13:08:3556 days ago1733404115IN
0x74dE302a...7d739D605
0 ETH0.020499728.92586395
Exec Transaction213364922024-12-05 13:07:5956 days ago1733404079IN
0x74dE302a...7d739D605
0 ETH0.0022439228.44908252
Exec Transaction212867952024-11-28 14:28:4763 days ago1732804127IN
0x74dE302a...7d739D605
0 ETH0.0008599716.39947596
Exec Transaction212796072024-11-27 14:12:1164 days ago1732716731IN
0x74dE302a...7d739D605
0 ETH0.0025289817.01780481
Exec Transaction212714842024-11-26 10:59:5965 days ago1732618799IN
0x74dE302a...7d739D605
0 ETH0.000652758.70962086
Exec Transaction211927092024-11-15 11:09:5976 days ago1731668999IN
0x74dE302a...7d739D605
0 ETH0.0010993814.44436417
Exec Transaction211856602024-11-14 11:32:4777 days ago1731583967IN
0x74dE302a...7d739D605
0 ETH0.010932331.78641058
Exec Transaction211853182024-11-14 10:23:5977 days ago1731579839IN
0x74dE302a...7d739D605
0 ETH0.0014871128.3590206
Exec Transaction211852952024-11-14 10:19:2377 days ago1731579563IN
0x74dE302a...7d739D605
0 ETH0.0064924826.95152933
Exec Transaction211728682024-11-12 16:42:5979 days ago1731429779IN
0x74dE302a...7d739D605
0 ETH0.0031288131.73918072
Transfer211728402024-11-12 16:37:2379 days ago1731429443IN
0x74dE302a...7d739D605
0.3 ETH0.0008495331.08552806

Latest 10 internal transactions

Advanced mode:
Parent Transaction Hash Block
From
To
216886302025-01-23 17:17:237 days ago1737652643
0x74dE302a...7d739D605
0.005 ETH
213948932024-12-13 16:50:1148 days ago1734108611
0x74dE302a...7d739D605
0.04 ETH
213369792024-12-05 14:45:5956 days ago1733409959
0x74dE302a...7d739D605
0.1 ETH
213369722024-12-05 14:44:3556 days ago1733409875
0x74dE302a...7d739D605
0.1 ETH
213367112024-12-05 13:51:4756 days ago1733406707
0x74dE302a...7d739D605
0.24933807 ETH
212867952024-11-28 14:28:4763 days ago1732804127
0x74dE302a...7d739D605
0.1 ETH
212796072024-11-27 14:12:1164 days ago1732716731
0x74dE302a...7d739D605
0.04013206 ETH
211853182024-11-14 10:23:5977 days ago1731579839
0x74dE302a...7d739D605
0.1 ETH
211852952024-11-14 10:19:2377 days ago1731579563
0x74dE302a...7d739D605
0.015 ETH
211728332024-11-12 16:35:5979 days ago1731429359  Contract Creation0 ETH
Loading...
Loading

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

Contract Name:
SafeProxy

Compiler Version
v0.7.6+commit.7338295f

Optimization Enabled:
No with 200 runs

Other Settings:
default evmVersion
File 1 of 1 : SafeProxy.sol
// SPDX-License-Identifier: LGPL-3.0-only
pragma solidity >=0.7.0 <0.9.0;

/**
 * @title IProxy - Helper interface to access the singleton address of the Proxy on-chain.
 * @author Richard Meissner - @rmeissner
 */
interface IProxy {
    function masterCopy() external view returns (address);
}

/**
 * @title SafeProxy - 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 SafeProxy {
    // Singleton 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 singleton;

    /**
     * @notice Constructor function sets address of singleton contract.
     * @param _singleton Singleton address.
     */
    constructor(address _singleton) {
        require(_singleton != address(0), "Invalid singleton address provided");
        singleton = _singleton;
    }

    /// @dev Fallback function forwards all transactions and returns all received return data.
    fallback() external payable {
        // solhint-disable-next-line no-inline-assembly
        assembly {
            let _singleton := and(sload(0), 0xffffffffffffffffffffffffffffffffffffffff)
            // 0xa619486e == keccak("masterCopy()"). The value is right padded to 32-bytes with 0s
            if eq(calldataload(0), 0xa619486e00000000000000000000000000000000000000000000000000000000) {
                mstore(0, _singleton)
                return(0, 0x20)
            }
            calldatacopy(0, 0, calldatasize())
            let success := delegatecall(gas(), _singleton, 0, calldatasize(), 0, 0)
            returndatacopy(0, 0, returndatasize())
            if eq(success, 0) {
                revert(0, returndatasize())
            }
            return(0, returndatasize())
        }
    }
}

Settings
{
  "optimizer": {
    "enabled": false,
    "runs": 200
  },
  "outputSelection": {
    "*": {
      "*": [
        "evm.bytecode",
        "evm.deployedBytecode",
        "devdoc",
        "userdoc",
        "metadata",
        "abi"
      ]
    }
  },
  "metadata": {
    "useLiteralContent": true
  },
  "libraries": {}
}

Contract Security Audit

Contract ABI

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

Deployed Bytecode

0x608060405273ffffffffffffffffffffffffffffffffffffffff600054167fa619486e0000000000000000000000000000000000000000000000000000000060003514156050578060005260206000f35b3660008037600080366000845af43d6000803e60008114156070573d6000fd5b3d6000f3fea264697066735822122003d1488ee65e08fa41e58e888a9865554c535f2c77126a82cb4c0f917f31441364736f6c63430007060033

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.