S Price: $0.827804 (+3.23%)

Contract

0x785c4EEb7d778FC894B6f3d86e330eceF290d230
Transaction Hash
Method
Block
From
To
Exec Transaction88924922025-02-20 14:15:523 days ago1740060952IN
0x785c4EEb...eF290d230
0 S0.0547168555.01
Exec Transaction88911922025-02-20 14:07:493 days ago1740060469IN
0x785c4EEb...eF290d230
0 S0.0051965755.01
Exec Transaction88891932025-02-20 13:55:293 days ago1740059729IN
0x785c4EEb...eF290d230
0 S0.0058411955.02
Exec Transaction88439682025-02-20 9:12:433 days ago1740042763IN
0x785c4EEb...eF290d230
0 S0.0036304355.01
Exec Transaction88430942025-02-20 9:06:353 days ago1740042395IN
0x785c4EEb...eF290d230
0 S0.0068424357.73666666

Latest 1 internal transaction

Parent Transaction Hash Block From To
86415862025-02-19 11:44:044 days ago1739965444  Contract Creation0 S
Loading...
Loading

Similar Match Source Code
This contract matches the deployed Bytecode of the Source Code for Contract 0x94B736a4...28a70e818
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
/**
 *Submitted for verification at SonicScan.org on 2024-12-20
*/

// 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

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

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 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
Chain Token Portfolio % Price Amount Value
ETH47.95%$150,489.0802$50,539.57
ETH23.55%$1.1521,582.7908$24,820.21
ETH17.20%$0.28768563,022.2055$18,130.54
ETH4.03%$14,242.7109$4,242.71
ETH0.61%$1644.2898$644.36
ETH0.59%$1622.343$622.34
ETH0.53%$0.998558556.91$556.11
ETH0.02%$2,814.010.0071724$20.18
ETH<0.01%$2.810.8382$2.35
GNO1.67%$1.161,519.9075$1,763.09
GNO0.71%$0.999991743.6038$743.6
GNO0.03%$129.4416$29.44
GNO<0.01%$0.9999590.00240535$0.002405
BASE1.35%$0.99991,425.246$1,425.1
BASE<0.01%$2.061.79$3.69
BASE<0.01%$2,813.950.0001$0.281396
ARB0.62%$0.999994649$649
ARB0.07%$2.4828.9865$71.89
ARB0.05%$2,812.260.0198$55.78
ARB0.05%$0.51075593.4104$47.71
ARB0.04%$3,358.850.0126$42.45
ARB<0.01%$2,813.750.00134186$3.78
OP0.57%$0.999994598.6354$598.63
OP0.03%$0.32336793.0616$30.09
OP0.01%$2.067.2954$15.03
OP<0.01%$0.0740799.5727$0.7091
OP<0.01%$2,813.90.000089$0.25043
AVAX0.32%$1332.8507$332.88
AVAX<0.01%$24.610.00211908$0.05216
POL<0.01%$0.2945660.9$0.265109
[ 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.