ETH Price: $2,791.91 (+1.55%)

Contract

0x6933E7F85F0c1ae5BFE375A27Aa79be94666b8b2
 

Overview

ETH Balance

0.06798254 ETH

Eth Value

$189.80 (@ $2,791.91/ETH)

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Exec Transaction216114882025-01-12 22:46:5925 days ago1736722019IN
0x6933E7F8...94666b8b2
0 ETH0.000175931.98695359
Exec Transaction213458592024-12-06 20:31:1162 days ago1733517071IN
0x6933E7F8...94666b8b2
0 ETH0.001671831.54403791
Exec Transaction213458452024-12-06 20:28:2362 days ago1733516903IN
0x6933E7F8...94666b8b2
0 ETH0.00665228.63381855
Exec Transaction213458172024-12-06 20:22:4762 days ago1733516567IN
0x6933E7F8...94666b8b2
0 ETH0.0019535532.52400428
Exec Transaction213119882024-12-02 2:57:1167 days ago1733108231IN
0x6933E7F8...94666b8b2
0 ETH0.0009089613.1412172
Exec Transaction213119632024-12-02 2:52:1167 days ago1733107931IN
0x6933E7F8...94666b8b2
0 ETH0.0011237413.05391002
Exec Transaction213032992024-11-30 21:52:4768 days ago1733003567IN
0x6933E7F8...94666b8b2
0 ETH0.0007651614.43729237
Exec Transaction213029102024-11-30 20:34:3568 days ago1732998875IN
0x6933E7F8...94666b8b2
0 ETH0.00083914.27647854
Exec Transaction213028872024-11-30 20:29:4768 days ago1732998587IN
0x6933E7F8...94666b8b2
0 ETH0.0020911413.01293794
Exec Transaction213028822024-11-30 20:28:4768 days ago1732998527IN
0x6933E7F8...94666b8b2
0 ETH0.0021092513.21580355
Exec Transaction213028782024-11-30 20:27:5968 days ago1732998479IN
0x6933E7F8...94666b8b2
0 ETH0.0023502814.20325673
Exec Transaction213028742024-11-30 20:27:1168 days ago1732998431IN
0x6933E7F8...94666b8b2
0 ETH0.0042074713.84298996
Exec Transaction213028702024-11-30 20:26:2368 days ago1732998383IN
0x6933E7F8...94666b8b2
0 ETH0.0031565113.72839337
Exec Transaction213028662024-11-30 20:25:3568 days ago1732998335IN
0x6933E7F8...94666b8b2
0 ETH0.0021846113.20721279
Exec Transaction213028622024-11-30 20:24:4768 days ago1732998287IN
0x6933E7F8...94666b8b2
0 ETH0.0021623413.07035385
Exec Transaction213028592024-11-30 20:24:1168 days ago1732998251IN
0x6933E7F8...94666b8b2
0 ETH0.0026302213.34897258
Exec Transaction213027692024-11-30 20:06:1168 days ago1732997171IN
0x6933E7F8...94666b8b2
0 ETH0.0009805614.60938393
Exec Transaction212626622024-11-25 5:24:1174 days ago1732512251IN
0x6933E7F8...94666b8b2
0 ETH0.000328476.19766804
Exec Transaction212480062024-11-23 4:19:4776 days ago1732335587IN
0x6933E7F8...94666b8b2
0 ETH0.0009111214.66037433
Exec Transaction211743192024-11-12 21:33:5986 days ago1731447239IN
0x6933E7F8...94666b8b2
0 ETH0.0021654727.40027183
Exec Transaction210729672024-10-29 18:04:35100 days ago1730225075IN
0x6933E7F8...94666b8b2
0 ETH0.0061709215.51883013
Exec Transaction210729612024-10-29 18:03:23100 days ago1730225003IN
0x6933E7F8...94666b8b2
0 ETH0.0012099516.33949093
Exec Transaction210728332024-10-29 17:37:47100 days ago1730223467IN
0x6933E7F8...94666b8b2
0 ETH0.0042979318.49989865
Exec Transaction210728052024-10-29 17:32:11100 days ago1730223131IN
0x6933E7F8...94666b8b2
0 ETH0.0012398720.6422377
Exec Transaction210725582024-10-29 16:42:47100 days ago1730220167IN
0x6933E7F8...94666b8b2
0 ETH0.001690620.8737841
View all transactions

Latest 5 internal transactions

Advanced mode:
Parent Transaction Hash Block
From
To
213029102024-11-30 20:34:3568 days ago1732998875
0x6933E7F8...94666b8b2
0.1 ETH
210578882024-10-27 15:34:11102 days ago1730043251
0x6933E7F8...94666b8b2
0.08033032 ETH
210577882024-10-27 15:14:11102 days ago1730042051
0x6933E7F8...94666b8b2
0.08022672 ETH
209730842024-10-15 19:34:47114 days ago1729020887
0x6933E7F8...94666b8b2
0.004 ETH
209678172024-10-15 1:54:47115 days ago1728957287  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.