ETH Price: $2,518.72 (-1.26%)

Contract

0xcE5ff01abA3ca571aAEA3E7626f35F7f880Ffb40
 

Overview

ETH Balance

0.342828673934168048 ETH

Eth Value

$863.49 (@ $2,518.72/ETH)

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Transfer210936112024-11-01 15:11:471 hr ago1730473907IN
0xcE5ff01a...f880Ffb40
0.02271177 ETH0.0004665617.0720678
Transfer210857802024-10-31 13:00:4727 hrs ago1730379647IN
0xcE5ff01a...f880Ffb40
0.02014453 ETH0.000255919.36431421
Transfer210807862024-10-30 20:17:3544 hrs ago1730319455IN
0xcE5ff01a...f880Ffb40
0.05332074 ETH0.00026719.77379817
Transfer210745342024-10-29 23:18:592 days ago1730243939IN
0xcE5ff01a...f880Ffb40
0.02675554 ETH0.000174256.37630694
Transfer210680512024-10-29 1:36:473 days ago1730165807IN
0xcE5ff01a...f880Ffb40
0.0351277 ETH0.000268399.82095756
Transfer210651642024-10-28 15:56:114 days ago1730130971IN
0xcE5ff01a...f880Ffb40
0.02944722 ETH0.0003927814.37261365
Transfer210632542024-10-28 9:31:594 days ago1730107919IN
0xcE5ff01a...f880Ffb40
0.01455197 ETH0.000225778.26140256
Transfer210604912024-10-28 0:15:474 days ago1730074547IN
0xcE5ff01a...f880Ffb40
0.13076916 ETH0.000157065.74707787
Exec Transaction210510202024-10-26 16:34:355 days ago1729960475IN
0xcE5ff01a...f880Ffb40
0 ETH0.0313479820.99082358
Exec Transaction210509992024-10-26 16:30:235 days ago1729960223IN
0xcE5ff01a...f880Ffb40
0 ETH0.0173360811.36168373
Exec Transaction210508312024-10-26 15:56:476 days ago1729958207IN
0xcE5ff01a...f880Ffb40
0 ETH0.008420595.62361823
Exec Transaction210507912024-10-26 15:48:476 days ago1729957727IN
0xcE5ff01a...f880Ffb40
0 ETH0.009077456.09067275
Exec Transaction210507062024-10-26 15:31:476 days ago1729956707IN
0xcE5ff01a...f880Ffb40
0 ETH0.011607317.9
Exec Transaction210506622024-10-26 15:22:596 days ago1729956179IN
0xcE5ff01a...f880Ffb40
0 ETH0.000721556.72694334
Exec Transaction210504982024-10-26 14:49:356 days ago1729954175IN
0xcE5ff01a...f880Ffb40
0 ETH0.000486587.68619237
Exec Transaction210504812024-10-26 14:46:116 days ago1729953971IN
0xcE5ff01a...f880Ffb40
0 ETH0.000512417.1
Exec Transaction210504722024-10-26 14:44:236 days ago1729953863IN
0xcE5ff01a...f880Ffb40
0 ETH0.000486886.7485067
Exec Transaction209151022024-10-07 17:13:3524 days ago1728321215IN
0xcE5ff01a...f880Ffb40
0 ETH0.0077149132.49683976

Latest 15 internal transactions

Advanced mode:
Parent Transaction Hash Block From To
210510202024-10-26 16:34:355 days ago1729960475
0xcE5ff01a...f880Ffb40
1,600 ETH
210509992024-10-26 16:30:235 days ago1729960223
0xcE5ff01a...f880Ffb40
1,600 ETH
210508312024-10-26 15:56:476 days ago1729958207
0xcE5ff01a...f880Ffb40
1,600 ETH
210507912024-10-26 15:48:476 days ago1729957727
0xcE5ff01a...f880Ffb40
1,600 ETH
210507062024-10-26 15:31:476 days ago1729956707
0xcE5ff01a...f880Ffb40
1,568 ETH
210506622024-10-26 15:22:596 days ago1729956179
0xcE5ff01a...f880Ffb40
32 ETH
210505732024-10-26 15:04:476 days ago1729955087
0xcE5ff01a...f880Ffb40
2,000 ETH
210505662024-10-26 15:03:236 days ago1729955003
0xcE5ff01a...f880Ffb40
2,000 ETH
210505572024-10-26 15:01:356 days ago1729954895
0xcE5ff01a...f880Ffb40
2,000 ETH
210505372024-10-26 14:57:356 days ago1729954655
0xcE5ff01a...f880Ffb40
2,000 ETH
210505172024-10-26 14:53:356 days ago1729954415
0xcE5ff01a...f880Ffb40
0.01 ETH
210504982024-10-26 14:49:356 days ago1729954175
0xcE5ff01a...f880Ffb40
0.03418799 ETH
210504812024-10-26 14:46:116 days ago1729953971
0xcE5ff01a...f880Ffb40
63.999 ETH
210504722024-10-26 14:44:236 days ago1729953863
0xcE5ff01a...f880Ffb40
0.001 ETH
208711062024-10-01 14:00:4731 days ago1727791247  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

Latest 4 from a total of 4 withdrawals (64.03418799 ETH withdrawn)

Validator Index Block Amount
1609927210391292024-10-25 0:45:117 days ago172981711132.005804291 ETH
1608617210390482024-10-25 0:28:597 days ago172981613932.005836859 ETH
1609927209725532024-10-15 17:47:4716 days ago17290144670.008990243 ETH
1608617209724712024-10-15 17:31:2316 days ago17290134830.013556597 ETH

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.