ETH Price: $2,015.38 (+4.12%)

Contract

0x32e46E7F6AEcC87e8eA6710d33E45228AB7D253f
 

Overview

ETH Balance

0.001503667783701259 ETH

Eth Value

$3.03 (@ $2,015.38/ETH)

Token Holdings

More Info

Private Name Tags

Multichain Info

1 address found via
Transaction Hash
Method
Block
From
To
Exec Transaction234684942025-09-29 11:57:23161 days ago1759147043IN
0x32e46E7F...8AB7D253f
0 ETH0.001128625.02424034
Exec Transaction234684192025-09-29 11:42:23161 days ago1759146143IN
0x32e46E7F...8AB7D253f
0 ETH0.000312962.01827286
Exec Transaction232465772025-08-29 11:47:11192 days ago1756468031IN
0x32e46E7F...8AB7D253f
0 ETH0.000069060.29037091
Exec Transaction232465522025-08-29 11:42:11192 days ago1756467731IN
0x32e46E7F...8AB7D253f
0 ETH0.000052150.21432966
Exec Transaction232464702025-08-29 11:25:47192 days ago1756466747IN
0x32e46E7F...8AB7D253f
0 ETH0.00002950.31345516
Exec Transaction231681032025-08-18 13:00:23203 days ago1755522023IN
0x32e46E7F...8AB7D253f
0 ETH0.000057570.63653976
Exec Transaction229828782025-07-23 15:52:11229 days ago1753285931IN
0x32e46E7F...8AB7D253f
0 ETH0.000631151.46468573
Exec Transaction228446472025-07-04 8:25:35248 days ago1751617535IN
0x32e46E7F...8AB7D253f
0 ETH0.000200310.84215702
Exec Transaction227789922025-06-25 4:13:35257 days ago1750824815IN
0x32e46E7F...8AB7D253f
0 ETH0.000857883.60705783
Exec Transaction225178892025-05-19 15:26:11294 days ago1747668371IN
0x32e46E7F...8AB7D253f
0 ETH0.000277513.2027748
Exec Transaction224873082025-05-15 8:23:59298 days ago1747297439IN
0x32e46E7F...8AB7D253f
0 ETH0.000281292.61563075
Exec Transaction223660072025-04-28 7:15:11315 days ago1745824511IN
0x32e46E7F...8AB7D253f
0 ETH0.000021060.39737863
Exec Transaction223659422025-04-28 7:02:11315 days ago1745823731IN
0x32e46E7F...8AB7D253f
0 ETH0.000039480.44063049
Exec Transaction222884922025-04-17 11:43:23326 days ago1744890203IN
0x32e46E7F...8AB7D253f
0 ETH0.000046690.64386672
Exec Transaction222876052025-04-17 8:45:23326 days ago1744879523IN
0x32e46E7F...8AB7D253f
0 ETH0.000041340.46142139
Exec Transaction222875412025-04-17 8:32:35326 days ago1744878755IN
0x32e46E7F...8AB7D253f
0 ETH0.000040860.49276742
Exec Transaction222742712025-04-15 12:05:35328 days ago1744718735IN
0x32e46E7F...8AB7D253f
0 ETH0.00003790.46526843
Exec Transaction222742312025-04-15 11:57:35328 days ago1744718255IN
0x32e46E7F...8AB7D253f
0 ETH0.000049160.60346692
Exec Transaction222741892025-04-15 11:49:11328 days ago1744717751IN
0x32e46E7F...8AB7D253f
0 ETH0.000077920.95639693
Exec Transaction221946522025-04-04 9:26:47339 days ago1743758807IN
0x32e46E7F...8AB7D253f
0 ETH0.000225420.44942381
Exec Transaction221946412025-04-04 9:24:35339 days ago1743758675IN
0x32e46E7F...8AB7D253f
0 ETH0.000038060.50146902
Exec Transaction221746482025-04-01 14:27:11342 days ago1743517631IN
0x32e46E7F...8AB7D253f
0 ETH0.000477052.70759706
Exec Transaction221746422025-04-01 14:25:59342 days ago1743517559IN
0x32e46E7F...8AB7D253f
0 ETH0.00024652.97266441
Exec Transaction221745892025-04-01 14:15:11342 days ago1743516911IN
0x32e46E7F...8AB7D253f
0 ETH0.000242962.17687872
Exec Transaction220882782025-03-20 13:09:23354 days ago1742476163IN
0x32e46E7F...8AB7D253f
0 ETH0.000047120.64144641
View all transactions

Latest 3 internal transactions

Advanced mode:
Parent Transaction Hash Method Block
From
To
Deposit234684192025-09-29 11:42:23161 days ago1759146143
0x32e46E7F...8AB7D253f
0.052 ETH
Transfer221745912025-04-01 14:15:47342 days ago1743516947
0x32e46E7F...8AB7D253f
0.05350366 ETH
0x60806040219319342025-02-26 17:15:11376 days ago1740590111  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.