ETH Price: $2,262.49 (+5.48%)

Contract

0x41134318307D319A3cAee0f1230B3c07cC117C37
 

Overview

ETH Balance

0.226067213238026978 ETH

Eth Value

$511.48 (@ $2,262.49/ETH)

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Exec Transaction205240912024-08-14 3:09:47199 days ago1723604987IN
0x41134318...7cC117C37
0 ETH0.000066140.97123896
Exec Transaction204968342024-08-10 7:51:35202 days ago1723276295IN
0x41134318...7cC117C37
0 ETH0.000266133.90794257
Exec Transaction204968202024-08-10 7:48:47202 days ago1723276127IN
0x41134318...7cC117C37
0 ETH0.000212443
Exec Transaction204968152024-08-10 7:47:47202 days ago1723276067IN
0x41134318...7cC117C37
0 ETH0.00062063.90873935
Exec Transaction201736052024-06-26 4:54:47247 days ago1719377687IN
0x41134318...7cC117C37
0 ETH0.00029043.81424012
Exec Transaction199655172024-05-28 2:55:35277 days ago1716864935IN
0x41134318...7cC117C37
0 ETH0.0008765311.51425126
Exec Transaction196654522024-04-16 3:45:35319 days ago1713239135IN
0x41134318...7cC117C37
0 ETH0.000675118.86559979
Exec Transaction194244932024-03-13 6:54:35352 days ago1710312875IN
0x41134318...7cC117C37
0 ETH0.0032460842.63424588
Exec Transaction194244272024-03-13 6:41:23352 days ago1710312083IN
0x41134318...7cC117C37
0 ETH0.0040073842
Exec Transaction190823562024-01-25 8:12:11400 days ago1706170331IN
0x41134318...7cC117C37
0 ETH0.0007978110.47691053
Exec Transaction190823492024-01-25 8:10:47400 days ago1706170247IN
0x41134318...7cC117C37
0 ETH0.000662110.76022545
Exec Transaction187207082023-12-05 14:22:47451 days ago1701786167IN
0x41134318...7cC117C37
0 ETH0.0055180872.44051812
Exec Transaction176403152023-07-07 7:02:23602 days ago1688713343IN
0x41134318...7cC117C37
0 ETH0.0016188321.25855035
Exec Transaction172768402023-05-17 3:57:59653 days ago1684295879IN
0x41134318...7cC117C37
0 ETH0.0040914453.72023756
Exec Transaction170095332023-04-09 8:21:35691 days ago1681028495IN
0x41134318...7cC117C37
0 ETH0.001705722.39930037
Exec Transaction166553052023-02-18 11:44:47741 days ago1676720687IN
0x41134318...7cC117C37
0 ETH0.0020671927.13780246
Exec Transaction164309582023-01-18 3:19:59773 days ago1674011999IN
0x41134318...7cC117C37
0 ETH0.0015836920.80028367
Exec Transaction162380552022-12-22 5:08:59799 days ago1671685739IN
0x41134318...7cC117C37
0 ETH0.0009565912.56396016
Exec Transaction160156362022-11-21 3:14:47831 days ago1669000487IN
0x41134318...7cC117C37
0 ETH0.000909611.94684295
Exec Transaction160156182022-11-21 3:11:11831 days ago1669000271IN
0x41134318...7cC117C37
0 ETH0.0029923611.7285246
Exec Transaction157239192022-10-11 9:17:23871 days ago1665479843IN
0x41134318...7cC117C37
0 ETH0.0017746223.29703
Exec Transaction156654562022-10-03 5:11:35879 days ago1664773895IN
0x41134318...7cC117C37
0 ETH0.000533217
Exec Transaction155667662022-09-19 9:47:23893 days ago1663580843IN
0x41134318...7cC117C37
0 ETH0.000389995.12058949
Exec Transaction155184692022-09-12 2:44:52901 days ago1662950692IN
0x41134318...7cC117C37
0 ETH0.000685569
Exec Transaction153697952022-08-19 6:30:40924 days ago1660890640IN
0x41134318...7cC117C37
0 ETH0.000533137
View all transactions

Latest 7 internal transactions

Advanced mode:
Parent Transaction Hash Block
From
To
204968152024-08-10 7:47:47202 days ago1723276067
0x41134318...7cC117C37
0.27393278 ETH
197239012024-04-24 7:58:59310 days ago1713945539
0x41134318...7cC117C37
0.5 ETH
144058122022-03-17 19:13:481079 days ago1647544428
0x41134318...7cC117C37
0.5 ETH
141917882022-02-12 14:24:441112 days ago1644675884
0x41134318...7cC117C37
0.5 ETH
140854192022-01-27 4:06:051128 days ago1643256365
0x41134318...7cC117C37
0.5 ETH
139829472022-01-11 7:52:251144 days ago1641887545
0x41134318...7cC117C37
0.5 ETH
138041092021-12-14 15:25:361172 days ago1639495536  Contract Creation0 ETH
Loading...
Loading

Similar Match Source Code
This contract matches the deployed Bytecode of the Source Code for Contract 0xDaB5dc22...0ba42d2a6
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 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

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

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  ]

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.