S Price: $0.513338 (+1.20%)

Contract

0xd9DB26176DD2A905aaF9213581366A5bb3913573
Transaction Hash
Method
Block
From
To
Exec Transaction120701682025-03-06 14:59:0740 hrs ago1741273147IN
0xd9DB2617...bb3913573
0 S0.0098745955
Exec Transaction55583102025-01-27 9:21:4439 days ago1737969704IN
0xd9DB2617...bb3913573
0 S0.0065807550
Exec Transaction55579742025-01-27 9:17:2339 days ago1737969443IN
0xd9DB2617...bb3913573
0 S0.0050899550
Exec Transaction30992532025-01-09 9:55:5857 days ago1736416558IN
0xd9DB2617...bb3913573
0 S0.002279655.5

Latest 1 internal transaction

Parent Transaction Hash Block From To
4730622024-12-16 8:41:5481 days ago1734338514  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

API
[{"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
POL74.02%$0.9998985,335.5649$5,335.02
POL15.73%$0.9998981,134.0318$1,133.92
POL4.35%$0.9998313.8604$313.8
POL1.32%$0.0839241,137.4981$95.46
POL1.14%$0.0000691,193,419.9804$81.94
POL1.13%$0.99945381.53$81.49
POL0.51%$0.00138826,655.2852$36.99
POL0.49%$15.632.2466$35.11
POL0.33%$0.68922234.797$23.98
POL0.13%$0.29021732.9926$9.58
POL0.13%$0.048941194.7498$9.53
POL0.10%$6.980.9995$6.98
POL0.09%$0.39376216.6378$6.55
POL0.07%$1.214.3986$5.32
POL0.07%$0.21577822.6072$4.88
POL0.07%$0.023774204.3973$4.86
POL0.06%$1.562.7881$4.35
POL0.05%$2,928.660.00125596$3.68
POL0.05%$190.630.0188$3.58
POL0.03%$0.9884382.1634$2.14
POL0.02%$0.000013130,339.8113$1.68
POL0.02%$0.06494423.709$1.54
POL0.02%$0.999811.1231$1.12
POL0.01%$0.000005222,171.3771$1.03
POL0.01%$0.0002533,181.6236$0.8056
POL<0.01%$0.0001054,475.113$0.4696
POL<0.01%$1,275.790.00035926$0.4583
POL<0.01%$0.000355994.3539$0.3534
POL<0.01%$0.1620331.0648$0.1725
POL<0.01%$0.000001333,330$0.1673
POL<0.01%$0.001375100.4984$0.1382
POL<0.01%$0.0518662.2511$0.1167
POL<0.01%$1.490.0783$0.1166
[ 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.