ETH Price: $2,785.01 (+1.30%)

Contract

0x77476749a132E6cF2CE0982601D3Cc1321DBFD5F
 

Overview

ETH Balance

0 ETH

Eth Value

$0.00

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Exec Transaction217706432025-02-04 4:05:113 days ago1738641911IN
0x77476749...321DBFD5F
0 ETH0.000151382.23519111
Exec Transaction217704882025-02-04 3:33:473 days ago1738640027IN
0x77476749...321DBFD5F
0 ETH0.000220723.28797652
Exec Transaction217402442025-01-30 22:09:597 days ago1738274999IN
0x77476749...321DBFD5F
0 ETH0.000194943.67828381
Exec Transaction217402402025-01-30 22:09:117 days ago1738274951IN
0x77476749...321DBFD5F
0 ETH0.000262393.61842383
Exec Transaction217402282025-01-30 22:06:477 days ago1738274807IN
0x77476749...321DBFD5F
0 ETH0.000302664.508609
Exec Transaction216739282025-01-21 16:02:1116 days ago1737475331IN
0x77476749...321DBFD5F
0 ETH0.0007260813.7
Exec Transaction216739242025-01-21 16:01:2316 days ago1737475283IN
0x77476749...321DBFD5F
0 ETH0.0007474913.6
Exec Transaction216739132025-01-21 15:59:1116 days ago1737475151IN
0x77476749...321DBFD5F
0 ETH0.0016158413.62203654
Exec Transaction216738942025-01-21 15:55:2316 days ago1737474923IN
0x77476749...321DBFD5F
0 ETH0.000897113.3659356
Exec Transaction216114362025-01-12 22:36:3525 days ago1736721395IN
0x77476749...321DBFD5F
0 ETH0.000326113.41079409
Exec Transaction215388562025-01-02 19:23:3535 days ago1735845815IN
0x77476749...321DBFD5F
0 ETH0.0007217312.01591161
Exec Transaction215386262025-01-02 18:37:2335 days ago1735843043IN
0x77476749...321DBFD5F
0 ETH0.001660414.0208894
Exec Transaction214169362024-12-16 18:40:4752 days ago1734374447IN
0x77476749...321DBFD5F
0 ETH0.0013763125.96862882
Exec Transaction214169232024-12-16 18:38:1152 days ago1734374291IN
0x77476749...321DBFD5F
0 ETH0.0014835123.91913105
Exec Transaction214169112024-12-16 18:35:4752 days ago1734374147IN
0x77476749...321DBFD5F
0 ETH0.0017753924.10291466
Exec Transaction214168922024-12-16 18:31:5952 days ago1734373919IN
0x77476749...321DBFD5F
0 ETH0.0052474626.06038496
Exec Transaction214168872024-12-16 18:30:5952 days ago1734373859IN
0x77476749...321DBFD5F
0 ETH0.0052054323.20652312
Exec Transaction214168702024-12-16 18:27:3552 days ago1734373655IN
0x77476749...321DBFD5F
0 ETH0.001544623.00886013
Exec Transaction213983282024-12-14 4:20:3555 days ago1734150035IN
0x77476749...321DBFD5F
0 ETH0.0006203210.32752854
Exec Transaction213318322024-12-04 21:30:1164 days ago1733347811IN
0x77476749...321DBFD5F
0 ETH0.0017965833.8984635
Exec Transaction213318022024-12-04 21:24:1164 days ago1733347451IN
0x77476749...321DBFD5F
0 ETH0.0158163534.10724925
Exec Transaction213317962024-12-04 21:22:5964 days ago1733347379IN
0x77476749...321DBFD5F
0 ETH0.0027651737.50963589
Exec Transaction213317922024-12-04 21:22:1164 days ago1733347331IN
0x77476749...321DBFD5F
0 ETH0.0027286635.89262206
Exec Transaction213317182024-12-04 21:07:2364 days ago1733346443IN
0x77476749...321DBFD5F
0 ETH0.003251943.05104787
Exec Transaction213315732024-12-04 20:38:1164 days ago1733344691IN
0x77476749...321DBFD5F
0 ETH0.0020810834.64722774
View all transactions

Latest 6 internal transactions

Advanced mode:
Parent Transaction Hash Block
From
To
216739242025-01-21 16:01:2316 days ago1737475283
0x77476749...321DBFD5F
0.8132059 ETH
216739162025-01-21 15:59:4716 days ago1737475187
0x77476749...321DBFD5F
0.60624335 ETH
214169232024-12-16 18:38:1152 days ago1734374291
0x77476749...321DBFD5F
2.7 ETH
214168872024-12-16 18:30:5952 days ago1734373859
0x77476749...321DBFD5F
0.18896254 ETH
212630742024-11-25 6:46:5974 days ago1732517219
0x77476749...321DBFD5F
0.002 ETH
212627392024-11-25 5:39:3574 days ago1732513175  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.