ETH Price: $3,101.79 (+2.38%)
 

More Info

Private Name Tags

Multichain Info

Transaction Hash
Method
Block
From
To
Exec Transaction238283172025-11-18 20:16:353 hrs ago1763496995IN
0x3C170744...3c850C9F5
0 ETH0.000214712.10741854
Exec Transaction238283132025-11-18 20:15:474 hrs ago1763496947IN
0x3C170744...3c850C9F5
0 ETH0.000009430.13011221
Exec Transaction236694622025-10-27 14:45:5922 days ago1761576359IN
0x3C170744...3c850C9F5
0 ETH0.000401093.76627817
Exec Transaction227842882025-06-25 21:58:35146 days ago1750888715IN
0x3C170744...3c850C9F5
0 ETH0.000336583.36854075
Exec Transaction227268762025-06-17 21:22:59154 days ago1750195379IN
0x3C170744...3c850C9F5
0 ETH0.000065421.23449072
Exec Transaction223776102025-04-29 22:11:35203 days ago1745964695IN
0x3C170744...3c850C9F5
0 ETH0.000039780.46900901
Transfer223017072025-04-19 7:58:11213 days ago1745049491IN
0x3C170744...3c850C9F5
0.000001 ETH0.000022510.82384781

Latest 25 internal transactions (View All)

Advanced mode:
Parent Transaction Hash Method Block
From
To
Transfer233263812025-09-09 15:17:1170 days ago1757431031
0x3C170744...3c850C9F5
0.00018372 ETH
Transfer233263442025-09-09 15:09:4770 days ago1757430587
0x3C170744...3c850C9F5
0.00012509 ETH
Transfer233257672025-09-09 13:14:1170 days ago1757423651
0x3C170744...3c850C9F5
0.00012775 ETH
Transfer233253502025-09-09 11:50:1170 days ago1757418611
0x3C170744...3c850C9F5
0.00009177 ETH
Transfer233252602025-09-09 11:32:1170 days ago1757417531
0x3C170744...3c850C9F5
0.00009014 ETH
Transfer233246142025-09-09 9:22:5970 days ago1757409779
0x3C170744...3c850C9F5
0.00011764 ETH
Transfer233242872025-09-09 8:17:3570 days ago1757405855
0x3C170744...3c850C9F5
0.00007216 ETH
Transfer233231482025-09-09 4:28:2370 days ago1757392103
0x3C170744...3c850C9F5
0.00003386 ETH
Transfer233217762025-09-08 23:52:4771 days ago1757375567
0x3C170744...3c850C9F5
0.00008224 ETH
Transfer233207822025-09-08 20:33:2371 days ago1757363603
0x3C170744...3c850C9F5
0.00007367 ETH
Transfer233204702025-09-08 19:30:2371 days ago1757359823
0x3C170744...3c850C9F5
0.00008078 ETH
Transfer233201282025-09-08 18:21:2371 days ago1757355683
0x3C170744...3c850C9F5
0.00013477 ETH
Transfer233199252025-09-08 17:40:3571 days ago1757353235
0x3C170744...3c850C9F5
0.00009324 ETH
Transfer233197602025-09-08 17:07:3571 days ago1757351255
0x3C170744...3c850C9F5
0.00018298 ETH
Transfer233195442025-09-08 16:23:5971 days ago1757348639
0x3C170744...3c850C9F5
0.00016848 ETH
Transfer233189662025-09-08 14:27:1171 days ago1757341631
0x3C170744...3c850C9F5
0.00024608 ETH
Transfer233187772025-09-08 13:49:2371 days ago1757339363
0x3C170744...3c850C9F5
0.00083935 ETH
Transfer233187732025-09-08 13:48:3571 days ago1757339315
0x3C170744...3c850C9F5
0.00083935 ETH
Transfer233187712025-09-08 13:48:1171 days ago1757339291
0x3C170744...3c850C9F5
0.00086636 ETH
Transfer233178582025-09-08 10:44:4771 days ago1757328287
0x3C170744...3c850C9F5
0.00017259 ETH
Transfer233175202025-09-08 9:37:1171 days ago1757324231
0x3C170744...3c850C9F5
0.00006832 ETH
Transfer233174872025-09-08 9:30:2371 days ago1757323823
0x3C170744...3c850C9F5
0.00007072 ETH
Transfer233157192025-09-08 3:33:5971 days ago1757302439
0x3C170744...3c850C9F5
0.00015047 ETH
Transfer233153512025-09-08 2:20:2371 days ago1757298023
0x3C170744...3c850C9F5
0.00003337 ETH
Transfer233148752025-09-08 0:44:5971 days ago1757292299
0x3C170744...3c850C9F5
0.00003573 ETH
View All Internal Transactions
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 - <[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

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
0x3C170744609C21C313473e3811563073c850C9F5
Chain Token Portfolio % Price Amount Value
ARB56.39%$0.99970999,423.2498$99,394.32
ARB3.11%$0.0027412,000,000$5,481.05
ARB1.34%$0.9996042,369.8413$2,368.9
ARB0.66%$0.9997091,162.8189$1,162.48
ARB0.47%$3,101.380.2676$829.95
ARB0.02%$3,105.560.0131$40.54
ARB<0.01%$0.2359540.7556$0.1782
ETH9.89%$0.99971717,429.4002$17,424.47
ETH3.58%$0.9995176,319.142$6,316.09
ETH
Ether (ETH)
0.67%$3,100.920.3823$1,185.35
ETH0.03%$3,100.920.0156$48.41
ETH<0.01%$92,6570.0000136$1.26
ETH<0.01%$0.00185491.4319$0.9091
ETH<0.01%$139.940.00219468$0.3071
BASE5.95%$0.99971710,482.9518$10,479.99
BASE3.86%$0.021137322,033.1718$6,806.95
BASE3.19%$0.9985815,637.6461$5,629.65
BASE0.72%$3,101.280.4093$1,269.39
BASE0.11%$3,104.860.06$186.28
BSC4.58%$0.9997828,081.4553$8,079.7
BSC4.47%$0.9995367,883.9281$7,880.27
BSC0.52%$930.350.9802$911.9
BSC0.20%$0.02123116,586.0828$352.14
BSC0.07%$3,118.560.0408$127.29
BSC<0.01%$932.040.00013242$0.1234
SONIC0.15%$0.999709260.6792$260.6
SONIC<0.01%$0.12303884.4396$10.39
SONIC<0.01%$3,105.450.00275277$8.55
SONIC<0.01%$0.1231874.1519$0.5114
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.