S Price: $0.395334 (+0.01%)

Contract

0x7e57b5BB9c7C28a42DEf3BBCBD7B053Da7213827
Transaction Hash
Method
Block
From
To
Exec Transaction188335352025-04-08 0:26:5736 hrs ago1744072017IN
0x7e57b5BB...Da7213827
0 S0.0062600672.996007
Exec Transaction152984632025-03-22 21:09:4317 days ago1742677783IN
0x7e57b5BB...Da7213827
0 S0.004899750
Exec Transaction118482262025-03-05 15:03:0934 days ago1741186989IN
0x7e57b5BB...Da7213827
0 S0.0048513355
Exec Transaction118478072025-03-05 15:00:5034 days ago1741186850IN
0x7e57b5BB...Da7213827
0 S0.0262229555
Exec Transaction65439602025-02-04 14:54:1063 days ago1738680850IN
0x7e57b5BB...Da7213827
0 S0.0047180655
Exec Transaction37942092025-01-13 21:19:3285 days ago1736803172IN
0x7e57b5BB...Da7213827
0 S0.0013514515
Exec Transaction37941332025-01-13 21:18:4185 days ago1736803121IN
0x7e57b5BB...Da7213827
0 S0.0013934715
Exec Transaction37939852025-01-13 21:17:0385 days ago1736803023IN
0x7e57b5BB...Da7213827
0 S0.003159898.25
Exec Transaction37938552025-01-13 21:15:5785 days ago1736802957IN
0x7e57b5BB...Da7213827
0 S0.0018447118
Exec Transaction37936592025-01-13 21:13:5685 days ago1736802836IN
0x7e57b5BB...Da7213827
0 S0.000767338.26
Exec Transaction37936272025-01-13 21:13:3585 days ago1736802815IN
0x7e57b5BB...Da7213827
0 S0.0009009710
Exec Transaction37935092025-01-13 21:12:4185 days ago1736802761IN
0x7e57b5BB...Da7213827
0 S0.000681656.6
Exec Transaction37932752025-01-13 21:10:2285 days ago1736802622IN
0x7e57b5BB...Da7213827
0 S0.0125341230
Exec Transaction37930962025-01-13 21:09:0085 days ago1736802540IN
0x7e57b5BB...Da7213827
0 S0.001329075.52
Exec Transaction37929502025-01-13 21:07:3185 days ago1736802451IN
0x7e57b5BB...Da7213827
0 S0.000614836
Exec Transaction37928572025-01-13 21:06:2885 days ago1736802388IN
0x7e57b5BB...Da7213827
0 S0.001243586.5
Exec Transaction33105182025-01-10 22:00:0088 days ago1736546400IN
0x7e57b5BB...Da7213827
0 S0.00064417.15
Exec Transaction33103642025-01-10 21:58:0288 days ago1736546282IN
0x7e57b5BB...Da7213827
0 S0.000743188
Exec Transaction33102932025-01-10 21:56:5988 days ago1736546219IN
0x7e57b5BB...Da7213827
0 S0.000470775.52
Exec Transaction33101842025-01-10 21:55:2988 days ago1736546129IN
0x7e57b5BB...Da7213827
0 S0.002371128
Exec Transaction33100952025-01-10 21:54:2888 days ago1736546068IN
0x7e57b5BB...Da7213827
0 S0.000819878
Exec Transaction33100252025-01-10 21:53:2988 days ago1736546009IN
0x7e57b5BB...Da7213827
0 S0.001342716.6
Exec Transaction33098982025-01-10 21:51:5488 days ago1736545914IN
0x7e57b5BB...Da7213827
0 S0.002178626.88
Exec Transaction33098112025-01-10 21:50:4888 days ago1736545848IN
0x7e57b5BB...Da7213827
0 S0.001085566.6
Exec Transaction33096672025-01-10 21:49:2088 days ago1736545760IN
0x7e57b5BB...Da7213827
0 S0.001090286.05
View all transactions

Latest 10 internal transactions

Parent Transaction Hash Block From To
26237532025-01-05 20:47:3293 days ago1736110052
0x7e57b5BB...Da7213827
10,000 S
24280532025-01-04 2:36:4695 days ago1735958206
0x7e57b5BB...Da7213827
4,275 S
24278692025-01-04 2:32:5995 days ago1735957979
0x7e57b5BB...Da7213827
4,275 S
19477512024-12-30 1:03:10100 days ago1735520590
0x7e57b5BB...Da7213827
2,000 S
19476412024-12-30 1:01:54100 days ago1735520514
0x7e57b5BB...Da7213827
4,000 S
19464992024-12-30 0:43:19100 days ago1735519399
0x7e57b5BB...Da7213827
8,000 S
19336462024-12-29 21:02:40100 days ago1735506160
0x7e57b5BB...Da7213827
1 wei
19336462024-12-29 21:02:40100 days ago1735506160
0x7e57b5BB...Da7213827
15,000 S
8742892024-12-20 12:50:42109 days ago1734699042
0x7e57b5BB...Da7213827
57,000 S
6453172024-12-19 1:50:45111 days ago1734573045  Contract Creation0 S
Loading...
Loading

Similar Match Source Code
This contract matches the deployed Bytecode of the Source Code for Contract 0x2C14c3Cb...B98B7445b
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 GPLv3 license
/**
 *Submitted for verification at SonicScan.org on 2024-12-31
*/

/**
 *Submitted for verification at Etherscan.io on 2021-07-09
*/

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

/// @title Proxy Factory - Allows to create new proxy contact and execute a message call to the new proxy within one transaction.
/// @author Stefan George - <[email protected]>
contract GnosisSafeProxyFactory {
    event ProxyCreation(GnosisSafeProxy proxy, address singleton);

    /// @dev Allows to create new proxy contact and execute a message call to the new proxy within one transaction.
    /// @param singleton Address of singleton contract.
    /// @param data Payload for message call sent to new proxy contract.
    function createProxy(address singleton, bytes memory data) public returns (GnosisSafeProxy proxy) {
        proxy = new GnosisSafeProxy(singleton);
        if (data.length > 0)
            // solhint-disable-next-line no-inline-assembly
            assembly {
                if eq(call(gas(), proxy, 0, add(data, 0x20), mload(data), 0, 0), 0) {
                    revert(0, 0)
                }
            }
        emit ProxyCreation(proxy, singleton);
    }

    /// @dev Allows to retrieve the runtime code of a deployed Proxy. This can be used to check that the expected Proxy was deployed.
    function proxyRuntimeCode() public pure returns (bytes memory) {
        return type(GnosisSafeProxy).runtimeCode;
    }

    /// @dev Allows to retrieve the creation code used for the Proxy deployment. With this it is easily possible to calculate predicted address.
    function proxyCreationCode() public pure returns (bytes memory) {
        return type(GnosisSafeProxy).creationCode;
    }

    /// @dev Allows to create new proxy contact using CREATE2 but it doesn't run the initializer.
    ///      This method is only meant as an utility to be called from other methods
    /// @param _singleton Address of singleton contract.
    /// @param initializer Payload for message call sent to new proxy contract.
    /// @param saltNonce Nonce that will be used to generate the salt to calculate the address of the new proxy contract.
    function deployProxyWithNonce(
        address _singleton,
        bytes memory initializer,
        uint256 saltNonce
    ) internal returns (GnosisSafeProxy proxy) {
        // If the initializer changes the proxy address should change too. Hashing the initializer data is cheaper than just concatinating it
        bytes32 salt = keccak256(abi.encodePacked(keccak256(initializer), saltNonce));
        bytes memory deploymentData = abi.encodePacked(type(GnosisSafeProxy).creationCode, uint256(uint160(_singleton)));
        // solhint-disable-next-line no-inline-assembly
        assembly {
            proxy := create2(0x0, add(0x20, deploymentData), mload(deploymentData), salt)
        }
        require(address(proxy) != address(0), "Create2 call failed");
    }

    /// @dev Allows to create new proxy contact and execute a message call to the new proxy within one transaction.
    /// @param _singleton Address of singleton contract.
    /// @param initializer Payload for message call sent to new proxy contract.
    /// @param saltNonce Nonce that will be used to generate the salt to calculate the address of the new proxy contract.
    function createProxyWithNonce(
        address _singleton,
        bytes memory initializer,
        uint256 saltNonce
    ) public returns (GnosisSafeProxy proxy) {
        proxy = deployProxyWithNonce(_singleton, initializer, saltNonce);
        if (initializer.length > 0)
            // solhint-disable-next-line no-inline-assembly
            assembly {
                if eq(call(gas(), proxy, 0, add(initializer, 0x20), mload(initializer), 0, 0), 0) {
                    revert(0, 0)
                }
            }
        emit ProxyCreation(proxy, _singleton);
    }

    /// @dev Allows to create new proxy contact, execute a message call to the new proxy and call a specified callback within one transaction
    /// @param _singleton Address of singleton contract.
    /// @param initializer Payload for message call sent to new proxy contract.
    /// @param saltNonce Nonce that will be used to generate the salt to calculate the address of the new proxy contract.
    /// @param callback Callback that will be invoced after the new proxy contract has been successfully deployed and initialized.
    function createProxyWithCallback(
        address _singleton,
        bytes memory initializer,
        uint256 saltNonce,
        IProxyCreationCallback callback
    ) public returns (GnosisSafeProxy proxy) {
        uint256 saltNonceWithCallback = uint256(keccak256(abi.encodePacked(saltNonce, callback)));
        proxy = createProxyWithNonce(_singleton, initializer, saltNonceWithCallback);
        if (address(callback) != address(0)) callback.proxyCreated(proxy, _singleton, initializer, saltNonce);
    }

    /// @dev Allows to get the address for a new proxy contact created via `createProxyWithNonce`
    ///      This method is only meant for address calculation purpose when you use an initializer that would revert,
    ///      therefore the response is returned with a revert. When calling this method set `from` to the address of the proxy factory.
    /// @param _singleton Address of singleton contract.
    /// @param initializer Payload for message call sent to new proxy contract.
    /// @param saltNonce Nonce that will be used to generate the salt to calculate the address of the new proxy contract.
    function calculateCreateProxyWithNonceAddress(
        address _singleton,
        bytes calldata initializer,
        uint256 saltNonce
    ) external returns (GnosisSafeProxy proxy) {
        proxy = deployProxyWithNonce(_singleton, initializer, saltNonce);
        revert(string(abi.encodePacked(proxy)));
    }
}

interface IProxyCreationCallback {
    function proxyCreated(
        GnosisSafeProxy proxy,
        address _singleton,
        bytes calldata initializer,
        uint256 saltNonce
    ) external;
}

Contract Security Audit

Contract ABI

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

Deployed Bytecode

0x608060405273ffffffffffffffffffffffffffffffffffffffff600054167fa619486e0000000000000000000000000000000000000000000000000000000060003514156050578060005260206000f35b3660008037600080366000845af43d6000803e60008114156070573d6000fd5b3d6000f3fea264697066735822122003d1488ee65e08fa41e58e888a9865554c535f2c77126a82cb4c0f917f31441364736f6c63430007060033

Deployed Bytecode Sourcemap

595:1528:0:-:0;;;1447:42;1443:1;1437:8;1433:57;1627:66;1623:1;1610:15;1607:87;1604:2;;;1724:10;1721:1;1714:21;1763:4;1760:1;1753:15;1604:2;1816:14;1813:1;1810;1797:34;1914:1;1911;1895:14;1892:1;1880:10;1873:5;1860:56;1951:16;1948:1;1945;1930:38;1997:1;1988:7;1985:14;1982:2;;;2029:16;2026:1;2019:27;1982:2;2085:16;2082:1;2075:27

Swarm Source

ipfs://03d1488ee65e08fa41e58e888a9865554c535f2c77126a82cb4c0f917f314413

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
[ 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.