ETH Price: $2,189.04 (+2.39%)

Contract

0x82cee766D67eddAD679B21F084B36a42E1E01d05
 

Overview

ETH Balance

0.003 ETH

Eth Value

$6.57 (@ $2,189.04/ETH)

Token Holdings

More Info

Private Name Tags

Multichain Info

1 address found via
Transaction Hash
Method
Block
From
To
Exec Transaction231250192025-08-12 12:39:11225 days ago1755002351IN
0x82cee766...2E1E01d05
0 ETH0.000285052.57235808
Exec Transaction231245122025-08-12 10:57:23225 days ago1754996243IN
0x82cee766...2E1E01d05
0 ETH0.000056060.50593115
Exec Transaction231026562025-08-09 9:38:47228 days ago1754732327IN
0x82cee766...2E1E01d05
0 ETH0.000099840.90093997
Exec Transaction230984052025-08-08 19:23:59228 days ago1754681039IN
0x82cee766...2E1E01d05
0 ETH0.000100560.90741387
Exec Transaction230911682025-08-07 19:08:11229 days ago1754593691IN
0x82cee766...2E1E01d05
0 ETH0.000107280.96806451
Exec Transaction230908812025-08-07 18:09:47229 days ago1754590187IN
0x82cee766...2E1E01d05
0 ETH0.000086280.7785202
Exec Transaction230882132025-08-07 9:12:59230 days ago1754557979IN
0x82cee766...2E1E01d05
0 ETH0.000101220.91356575
Exec Transaction230818682025-08-06 11:56:35231 days ago1754481395IN
0x82cee766...2E1E01d05
0 ETH0.000024320.25956284
Exec Transaction230815082025-08-06 10:43:47231 days ago1754477027IN
0x82cee766...2E1E01d05
0 ETH0.000039740.40218274
Exec Transaction229764522025-07-22 18:17:47245 days ago1753208267IN
0x82cee766...2E1E01d05
0 ETH0.001375474.3237026
Exec Transaction229762912025-07-22 17:45:11245 days ago1753206311IN
0x82cee766...2E1E01d05
0 ETH0.000339713.43778
Exec Transaction228667782025-07-07 10:39:59261 days ago1751884799IN
0x82cee766...2E1E01d05
0 ETH0.000329042.96966312
Exec Transaction227125792025-06-15 21:20:35282 days ago1750022435IN
0x82cee766...2E1E01d05
0 ETH0.000104441.07090225
Exec Transaction227125602025-06-15 21:16:47282 days ago1750022207IN
0x82cee766...2E1E01d05
0 ETH0.000103091.1
Exec Transaction227125262025-06-15 21:09:59282 days ago1750021799IN
0x82cee766...2E1E01d05
0 ETH0.000119241.22286648
Exec Transaction227125022025-06-15 21:05:11282 days ago1750021511IN
0x82cee766...2E1E01d05
0 ETH0.000133241.42181886
Exec Transaction227124822025-06-15 21:00:59282 days ago1750021259IN
0x82cee766...2E1E01d05
0 ETH0.00016211.73020555
Exec Transaction227124532025-06-15 20:55:11282 days ago1750020911IN
0x82cee766...2E1E01d05
0 ETH0.000165761.7
Exec Transaction227124282025-06-15 20:50:11282 days ago1750020611IN
0x82cee766...2E1E01d05
0 ETH0.000190521.71932321
Exec Transaction226328652025-06-04 17:49:35293 days ago1749059375IN
0x82cee766...2E1E01d05
0 ETH0.000651935.68771425
Exec Transaction225880092025-05-29 11:07:47300 days ago1748516867IN
0x82cee766...2E1E01d05
0 ETH0.000244292.13136336
Exec Transaction224177972025-05-05 13:19:59324 days ago1746451199IN
0x82cee766...2E1E01d05
0 ETH0.000066850.60353284
Exec Transaction223814722025-04-30 11:09:35329 days ago1746011375IN
0x82cee766...2E1E01d05
0 ETH0.00006280.56680233
Exec Transaction223470102025-04-25 15:44:11333 days ago1745595851IN
0x82cee766...2E1E01d05
0 ETH0.000581535.24779079
Exec Transaction223469882025-04-25 15:39:47333 days ago1745595587IN
0x82cee766...2E1E01d05
0 ETH0.00037725.61992667
View all transactions

Latest 4 internal transactions

Advanced mode:
Parent Transaction Hash Method Block
From
To
Transfer221738102025-04-01 11:38:47358 days ago1743507527
0x82cee766...2E1E01d05
0.005 ETH
Transfer221736732025-04-01 11:11:23358 days ago1743505883
0x82cee766...2E1E01d05
0.001 ETH
Transfer221736732025-04-01 11:11:23358 days ago1743505883
0x82cee766...2E1E01d05
0.001 ETH
0x60806040221534152025-03-29 15:20:47360 days ago1743261647  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.