ETH Price: $2,328.45 (+3.78%)

Contract

0x4e6991a8Ef66ca0ffaB0B6228bf38C8e1A04925E
 

Overview

ETH Balance

0.007063579995353565 ETH

Eth Value

$16.45 (@ $2,328.45/ETH)

More Info

Private Name Tags

Multichain Info

Transaction Hash
Method
Block
From
To
Transfer241240092025-12-30 7:38:2377 days ago1767080303IN
0x4e6991a8...e1A04925E
0.86697715 ETH0.000010360.3794175
Transfer240052152025-12-13 17:36:4793 days ago1765647407IN
0x4e6991a8...e1A04925E
1 ETH0.000010390.38043939
Transfer236897972025-10-30 11:06:35137 days ago1761822395IN
0x4e6991a8...e1A04925E
1 ETH0.000021960.80358433
Transfer230452112025-08-01 9:02:47227 days ago1754038967IN
0x4e6991a8...e1A04925E
0.1299 ETH0.00002060.75396775
Transfer229864102025-07-24 3:44:11236 days ago1753328651IN
0x4e6991a8...e1A04925E
1.4998 ETH0.000066332.42729191
Transfer229832532025-07-23 17:07:47236 days ago1753290467IN
0x4e6991a8...e1A04925E
0.00377296 ETH0.00009034.3

Latest 25 internal transactions (View All)

Advanced mode:
Parent Transaction Hash Method Block
From
To
Create Request242978332026-01-23 13:38:2352 days ago1769175503
0x4e6991a8...e1A04925E
0.16 ETH
0x000001b2242683062026-01-19 10:45:3556 days ago1768819535
0x4e6991a8...e1A04925E
0.2 ETH
Create Request242682992026-01-19 10:44:1156 days ago1768819451
0x4e6991a8...e1A04925E
0.2 ETH
Create Request242682982026-01-19 10:43:5956 days ago1768819439
0x4e6991a8...e1A04925E
0.2 ETH
Create Request242677142026-01-19 8:46:4756 days ago1768812407
0x4e6991a8...e1A04925E
0.2 ETH
Create Request242673822026-01-19 7:40:1157 days ago1768808411
0x4e6991a8...e1A04925E
0.36705405 ETH
Create Request242673622026-01-19 7:36:1157 days ago1768808171
0x4e6991a8...e1A04925E
0.36705405 ETH
Create Request242673602026-01-19 7:35:4757 days ago1768808147
0x4e6991a8...e1A04925E
0.36705405 ETH
Create Request242673492026-01-19 7:33:3557 days ago1768808015
0x4e6991a8...e1A04925E
0.36705405 ETH
Create Request242673462026-01-19 7:32:5957 days ago1768807979
0x4e6991a8...e1A04925E
0.36705405 ETH
Create Request242673222026-01-19 7:27:5957 days ago1768807679
0x4e6991a8...e1A04925E
0.2 ETH
Create Request242654062026-01-19 1:03:1157 days ago1768784591
0x4e6991a8...e1A04925E
0.1 ETH
Create Request242355612026-01-14 21:14:1161 days ago1768425251
0x4e6991a8...e1A04925E
0.1 ETH
Create Request241488952026-01-02 18:58:5973 days ago1767380339
0x4e6991a8...e1A04925E
0.4 ETH
Create Request241445202026-01-02 4:20:4774 days ago1767327647
0x4e6991a8...e1A04925E
0.4 ETH
Create Request240463242025-12-19 11:24:4787 days ago1766143487
0x4e6991a8...e1A04925E
0.4 ETH
Create Request240105672025-12-14 11:32:4792 days ago1765711967
0x4e6991a8...e1A04925E
0.2 ETH
Transfer240084832025-12-14 4:34:1193 days ago1765686851
0x4e6991a8...e1A04925E
0.2 ETH
Create Request240084142025-12-14 4:20:2393 days ago1765686023
0x4e6991a8...e1A04925E
0.2 ETH
Transfer240058752025-12-13 19:49:1193 days ago1765655351
0x4e6991a8...e1A04925E
0.2 ETH
Create Request240058192025-12-13 19:37:4793 days ago1765654667
0x4e6991a8...e1A04925E
0.2 ETH
Transfer240053722025-12-13 18:08:2393 days ago1765649303
0x4e6991a8...e1A04925E
0.2 ETH
Create Request240053022025-12-13 17:54:2393 days ago1765648463
0x4e6991a8...e1A04925E
0.2 ETH
Create Request238744742025-11-25 7:56:23112 days ago1764057383
0x4e6991a8...e1A04925E
0.29927319 ETH
Create Request238371962025-11-20 2:10:59117 days ago1763604659
0x4e6991a8...e1A04925E
0.2 ETH
View All Internal Transactions
Loading...
Loading
Loading...
Loading

Block Transaction Difficulty Gas Used Reward
View All Blocks Produced

Validator Index Block Amount
View All Withdrawals

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

Contract Source Code (Solidity Standard Json-Input format)

// 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 - <stefan@gnosis.io>
 * @author Richard Meissner - <richard@gnosis.io>
 */
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

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

0x608060405234801561001057600080fd5b506040516101e63803806101e68339818101604052602081101561003357600080fd5b8101908080519060200190929190505050600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614156100ca576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260228152602001806101c46022913960400191505060405180910390fd5b806000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055505060ab806101196000396000f3fe608060405273ffffffffffffffffffffffffffffffffffffffff600054167fa619486e0000000000000000000000000000000000000000000000000000000060003514156050578060005260206000f35b3660008037600080366000845af43d6000803e60008114156070573d6000fd5b3d6000f3fea264697066735822122003d1488ee65e08fa41e58e888a9865554c535f2c77126a82cb4c0f917f31441364736f6c63430007060033496e76616c69642073696e676c65746f6e20616464726573732070726f766964656400000000000000000000000029fcb43b46531bca003ddc8fcb67ffe91900c762

Deployed Bytecode

0x608060405273ffffffffffffffffffffffffffffffffffffffff600054167fa619486e0000000000000000000000000000000000000000000000000000000060003514156050578060005260206000f35b3660008037600080366000845af43d6000803e60008114156070573d6000fd5b3d6000f3fea264697066735822122003d1488ee65e08fa41e58e888a9865554c535f2c77126a82cb4c0f917f31441364736f6c63430007060033

Block Uncle Number Difficulty Gas Used Reward
View All Uncles
Loading...
Loading
Loading...
Loading
0x4e6991a8Ef66ca0ffaB0B6228bf38C8e1A04925E
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.