ETH Price: $2,131.52 (+3.04%)

Contract

0x9F25E01155D7dfdde5653E42B60D0D015db9f3f3
 

More Info

Private Name Tags

Multichain Info

1 address found via
Transaction Hash
Method
Block
From
To
Exec Transaction247172692026-03-23 2:35:3526 hrs ago1774233335IN
0x9F25E011...15db9f3f3
0 ETH0.000017170.04822107
Exec Transaction247172512026-03-23 2:31:5926 hrs ago1774233119IN
0x9F25E011...15db9f3f3
0 ETH0.000021750.07012315
Exec Transaction247171892026-03-23 2:19:3526 hrs ago1774232375IN
0x9F25E011...15db9f3f3
0 ETH0.000015540.06264287
Exec Transaction247171372026-03-23 2:08:5927 hrs ago1774231739IN
0x9F25E011...15db9f3f3
0 ETH0.000017310.03428542
Exec Transaction247171092026-03-23 2:03:2327 hrs ago1774231403IN
0x9F25E011...15db9f3f3
0 ETH0.000012960.04348908
Exec Transaction247170942026-03-23 2:00:2327 hrs ago1774231223IN
0x9F25E011...15db9f3f3
0 ETH0.000003540.0438675
Exec Transaction247168742026-03-23 1:16:2328 hrs ago1774228583IN
0x9F25E011...15db9f3f3
0 ETH0.000003780.04687792
Exec Transaction246981942026-03-20 10:44:353 days ago1774003475IN
0x9F25E011...15db9f3f3
0 ETH0.000014160.06239757
Exec Transaction246981552026-03-20 10:36:473 days ago1774003007IN
0x9F25E011...15db9f3f3
0 ETH0.000010580.08535928
Exec Transaction246981172026-03-20 10:29:113 days ago1774002551IN
0x9F25E011...15db9f3f3
0 ETH0.000013190.09706546
Exec Transaction246849222026-03-18 14:19:115 days ago1773843551IN
0x9F25E011...15db9f3f3
0 ETH0.000100660.41236563
Exec Transaction246837772026-03-18 10:29:355 days ago1773829775IN
0x9F25E011...15db9f3f3
0 ETH0.000005430.05885593
Exec Transaction246026592026-03-07 2:41:3517 days ago1772851295IN
0x9F25E011...15db9f3f3
0 ETH0.000006550.03548111
Exec Transaction246026412026-03-07 2:37:5917 days ago1772851079IN
0x9F25E011...15db9f3f3
0 ETH0.000004410.03248779
Exec Transaction245956172026-03-06 3:03:3518 days ago1772766215IN
0x9F25E011...15db9f3f3
0 ETH0.00000730.03820487
Exec Transaction245955922026-03-06 2:58:3518 days ago1772765915IN
0x9F25E011...15db9f3f3
0 ETH0.000004670.03312081
Exec Transaction245420802026-02-26 15:46:4725 days ago1772120807IN
0x9F25E011...15db9f3f3
0 ETH0.000081580.47652707
Exec Transaction245420692026-02-26 15:44:3525 days ago1772120675IN
0x9F25E011...15db9f3f3
0 ETH0.000060730.44664917
Exec Transaction245236762026-02-24 2:09:3528 days ago1771898975IN
0x9F25E011...15db9f3f3
0 ETH0.000008410.04553188
Exec Transaction245236002026-02-24 1:54:2328 days ago1771898063IN
0x9F25E011...15db9f3f3
0 ETH0.000004660.05180172
Exec Transaction245235822026-02-24 1:50:4728 days ago1771897847IN
0x9F25E011...15db9f3f3
0 ETH0.000013620.06127906
Exec Transaction245235572026-02-24 1:45:4728 days ago1771897547IN
0x9F25E011...15db9f3f3
0 ETH0.00002190.07763902
Exec Transaction245235482026-02-24 1:43:5928 days ago1771897439IN
0x9F25E011...15db9f3f3
0 ETH0.000020260.07550988
Exec Transaction245235352026-02-24 1:41:2328 days ago1771897283IN
0x9F25E011...15db9f3f3
0 ETH0.000015760.06584335
Exec Transaction245235242026-02-24 1:39:1128 days ago1771897151IN
0x9F25E011...15db9f3f3
0 ETH0.000024090.08417036
View all transactions

Latest 3 internal transactions

Advanced mode:
Parent Transaction Hash Method Block
From
To
Transfer234762242025-09-30 13:52:47174 days ago1759240367
0x9F25E011...15db9f3f3
0.04701613 ETH
Transfer234762102025-09-30 13:49:59174 days ago1759240199
0x9F25E011...15db9f3f3
0.04701613 ETH
0x60806040234088862025-09-21 3:57:11184 days ago1758427031  Contract Creation0 ETH
Loading...
Loading
Loading...
Loading
Cross-Chain Transactions

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"}]

0x608060405234801561001057600080fd5b506040516101e63803806101e68339818101604052602081101561003357600080fd5b8101908080519060200190929190505050600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614156100ca576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260228152602001806101c46022913960400191505060405180910390fd5b806000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055505060ab806101196000396000f3fe608060405273ffffffffffffffffffffffffffffffffffffffff600054167fa619486e0000000000000000000000000000000000000000000000000000000060003514156050578060005260206000f35b3660008037600080366000845af43d6000803e60008114156070573d6000fd5b3d6000f3fea264697066735822122003d1488ee65e08fa41e58e888a9865554c535f2c77126a82cb4c0f917f31441364736f6c63430007060033496e76616c69642073696e676c65746f6e20616464726573732070726f766964656400000000000000000000000041675c099f32341bf84bfc5382af534df5c7461a

Deployed Bytecode

0x608060405273ffffffffffffffffffffffffffffffffffffffff600054167fa619486e0000000000000000000000000000000000000000000000000000000060003514156050578060005260206000f35b3660008037600080366000845af43d6000803e60008114156070573d6000fd5b3d6000f3fea264697066735822122003d1488ee65e08fa41e58e888a9865554c535f2c77126a82cb4c0f917f31441364736f6c63430007060033

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