ETH Price: $2,316.26 (+0.67%)
 

Overview

ETH Balance

0.0003813882532418 ETH

ETH Value

$0.88 (@ $2,316.26/ETH)

More Info

Private Name Tags

Multichain Info

No addresses found
Transaction Hash
Block
From
To
Exec Transaction1503257852026-04-15 10:52:276 days ago1776250347IN
0xa86Ca428...b1b6bA6E7
0 ETH0.0000000047070.00001327
Exec Transaction1500501012026-04-09 1:42:5912 days ago1775698979IN
0xa86Ca428...b1b6bA6E7
0 ETH0.0000000056190.00000084
Exec Transaction1497296462026-04-01 15:41:0920 days ago1775058069IN
0xa86Ca428...b1b6bA6E7
0 ETH0.0000000211650.00003201
Exec Transaction1493934662026-03-24 20:55:0927 days ago1774385709IN
0xa86Ca428...b1b6bA6E7
0 ETH0.0000000042510.00000069
Exec Transaction1490805432026-03-17 15:04:2335 days ago1773759863IN
0xa86Ca428...b1b6bA6E7
0 ETH0.0000000175940.0000509
Exec Transaction1488469012026-03-12 5:16:1940 days ago1773292579IN
0xa86Ca428...b1b6bA6E7
0 ETH0.0000000036840.00000035
Exec Transaction1488313302026-03-11 20:37:1740 days ago1773261437IN
0xa86Ca428...b1b6bA6E7
0 ETH0.0000000031580.00001081
Exec Transaction1488313022026-03-11 20:36:2140 days ago1773261381IN
0xa86Ca428...b1b6bA6E7
0 ETH0.0000000051460.00001456
Exec Transaction1484584622026-03-03 5:28:2149 days ago1772515701IN
0xa86Ca428...b1b6bA6E7
0 ETH0.0000000263370.00023356
Exec Transaction1484584312026-03-03 5:27:1949 days ago1772515639IN
0xa86Ca428...b1b6bA6E7
0 ETH0.000000047080.00023322
Exec Transaction1482434692026-02-26 6:01:5554 days ago1772085715IN
0xa86Ca428...b1b6bA6E7
0 ETH0.0000000052290.00001544
Exec Transaction1478293602026-02-16 15:58:1764 days ago1771257497IN
0xa86Ca428...b1b6bA6E7
0 ETH0.0000000061290.00000978
Exec Transaction1476223562026-02-11 20:58:0968 days ago1770843489IN
0xa86Ca428...b1b6bA6E7
0 ETH0.0000000443870.00020248
Exec Transaction1473214082026-02-04 21:46:3375 days ago1770241593IN
0xa86Ca428...b1b6bA6E7
0 ETH0.0000000169310.00002712
Exec Transaction1470521772026-01-29 16:12:1182 days ago1769703131IN
0xa86Ca428...b1b6bA6E7
0 ETH0.0000001418840.00002394
Exec Transaction1466214592026-01-19 16:54:5591 days ago1768841695IN
0xa86Ca428...b1b6bA6E7
0 ETH0.0000000037360.00000292
Exec Transaction1463986202026-01-14 13:06:5797 days ago1768396017IN
0xa86Ca428...b1b6bA6E7
0 ETH0.0000000178880.00001637
Exec Transaction1463957542026-01-14 11:31:2597 days ago1768390285IN
0xa86Ca428...b1b6bA6E7
0 ETH0.0000000048750.00000911
Exec Transaction1463957282026-01-14 11:30:3397 days ago1768390233IN
0xa86Ca428...b1b6bA6E7
0 ETH0.0000000062080.00000913
Exec Transaction1460991072026-01-07 14:43:11104 days ago1767796991IN
0xa86Ca428...b1b6bA6E7
0 ETH0.0000000153510.00000871
Exec Transaction1460991002026-01-07 14:42:57104 days ago1767796977IN
0xa86Ca428...b1b6bA6E7
0 ETH0.0000000127490.00001305
Exec Transaction1457427272025-12-30 8:43:51112 days ago1767084231IN
0xa86Ca428...b1b6bA6E7
0 ETH0.0000000025240.00000089
Exec Transaction1454416712025-12-23 9:28:39119 days ago1766482119IN
0xa86Ca428...b1b6bA6E7
0 ETH0.0000000015370.00000052
Exec Transaction1454416462025-12-23 9:27:49119 days ago1766482069IN
0xa86Ca428...b1b6bA6E7
0 ETH0.000000001670.00000047
Exec Transaction1452283002025-12-18 10:56:17124 days ago1766055377IN
0xa86Ca428...b1b6bA6E7
0 ETH0.0000012003180.00100059
View all transactions

Latest 2 internal transactions

Advanced mode:
Parent Transaction Hash Block From To
1249304862024-09-04 14:22:29594 days ago1725459749
0xa86Ca428...b1b6bA6E7
0.00003 ETH
1249253852024-09-04 11:32:27594 days ago1725449547  Contract Creation0 ETH

Cross-Chain Transactions
Loading...
Loading

Similar Match Source Code
This contract matches the deployed Bytecode of the Source Code for Contract 0xf9D445a4...A3dae7f8D
The constructor portion of the code might be different and could alter the actual behaviour of the contract

Contract Name:
GnosisSafeProxy

Compiler Version
v0.7.6+commit.7338295f

Optimization Enabled:
No with 200 runs

Other Settings:
default evmVersion, GNU LGPLv3 license

Contract Source Code (Solidity)

/**
 *Submitted for verification at optimistic.etherscan.io on 2021-12-21
*/

// SPDX-License-Identifier: LGPL-3.0-only
pragma solidity >=0.7.0 <0.9.0;

/// @title IProxy - Helper interface to access masterCopy of the Proxy on-chain
/// @author Richard Meissner - <[email protected]>
interface IProxy {
    function masterCopy() external view returns (address);
}

/// @title GnosisSafeProxy - 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 GnosisSafeProxy {
    // 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;

    /// @dev 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())
        }
    }
}

Contract Security Audit

Contract ABI

API
[{"inputs":[{"internalType":"address","name":"_singleton","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"stateMutability":"payable","type":"fallback"}]

0x608060405234801561001057600080fd5b506040516101e63803806101e68339818101604052602081101561003357600080fd5b8101908080519060200190929190505050600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614156100ca576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260228152602001806101c46022913960400191505060405180910390fd5b806000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055505060ab806101196000396000f3fe608060405273ffffffffffffffffffffffffffffffffffffffff600054167fa619486e0000000000000000000000000000000000000000000000000000000060003514156050578060005260206000f35b3660008037600080366000845af43d6000803e60008114156070573d6000fd5b3d6000f3fea2646970667358221220d1429297349653a4918076d650332de1a1068c5f3e07c5c82360c277770b955264736f6c63430007060033496e76616c69642073696e676c65746f6e20616464726573732070726f7669646564000000000000000000000000fb1bffc9d739b8d520daf37df666da4c687191ea

Deployed Bytecode

0x608060405273ffffffffffffffffffffffffffffffffffffffff600054167fa619486e0000000000000000000000000000000000000000000000000000000060003514156050578060005260206000f35b3660008037600080366000845af43d6000803e60008114156070573d6000fd5b3d6000f3fea2646970667358221220d1429297349653a4918076d650332de1a1068c5f3e07c5c82360c277770b955264736f6c63430007060033

Deployed Bytecode Sourcemap

524:1528:0:-:0;;;1376:42;1372:1;1366:8;1362:57;1556:66;1552:1;1539:15;1536:87;1533:2;;;1653:10;1650:1;1643:21;1692:4;1689:1;1682:15;1533:2;1745:14;1742:1;1739;1726:34;1843:1;1840;1824:14;1821:1;1809:10;1802:5;1789:56;1880:16;1877:1;1874;1859:38;1926:1;1917:7;1914:14;1911:2;;;1958:16;1955:1;1948:27;1911:2;2014:16;2011:1;2004:27

Swarm Source

ipfs://d1429297349653a4918076d650332de1a1068c5f3e07c5c82360c277770b9552

Block Transaction Difficulty Gas Used Reward
View All Blocks Produced

Block Uncle Number Difficulty Gas Used Reward
View All Uncles
Loading...
Loading
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  ]
[ 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.