ETH Price: $3,426.71 (-1.59%)
Gas: 6 Gwei

Contract

0xDA4Df6E2121eDaB7c33Ed7FE0f109350939eDA84
 

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Exec Transaction203214422024-07-16 20:24:1131 hrs ago1721161451IN
0xDA4Df6E2...0939eDA84
0 ETH0.0028846514.59025124
Exec Transaction203214062024-07-16 20:16:5931 hrs ago1721161019IN
0xDA4Df6E2...0939eDA84
0 ETH0.002125519.55994673
Exec Transaction203213472024-07-16 20:05:1131 hrs ago1721160311IN
0xDA4Df6E2...0939eDA84
0 ETH0.0021156418
Exec Transaction203213432024-07-16 20:04:2331 hrs ago1721160263IN
0xDA4Df6E2...0939eDA84
0 ETH0.0013526219
Exec Transaction202784702024-07-10 20:24:357 days ago1720643075IN
0xDA4Df6E2...0939eDA84
0 ETH0.001077188
Exec Transaction202784252024-07-10 20:15:357 days ago1720642535IN
0xDA4Df6E2...0939eDA84
0 ETH0.000758647
Exec Transaction202784172024-07-10 20:13:597 days ago1720642439IN
0xDA4Df6E2...0939eDA84
0 ETH0.000758477
Exec Transaction202712392024-07-09 20:11:358 days ago1720555895IN
0xDA4Df6E2...0939eDA84
0 ETH0.000487955
Exec Transaction202553122024-07-07 14:44:3510 days ago1720363475IN
0xDA4Df6E2...0939eDA84
0 ETH0.000637685.88453111
Exec Transaction202551932024-07-07 14:20:4710 days ago1720362047IN
0xDA4Df6E2...0939eDA84
0 ETH0.000617095.95465493
Exec Transaction202272592024-07-03 16:45:2314 days ago1720025123IN
0xDA4Df6E2...0939eDA84
0 ETH0.0014602516
Exec Transaction201921062024-06-28 18:54:3519 days ago1719600875IN
0xDA4Df6E2...0939eDA84
0 ETH0.000684555
Exec Transaction201920372024-06-28 18:40:4719 days ago1719600047IN
0xDA4Df6E2...0939eDA84
0 ETH0.001737866
Exec Transaction201919332024-06-28 18:19:5919 days ago1719598799IN
0xDA4Df6E2...0939eDA84
0 ETH0.000533775
Exec Transaction201619122024-06-24 13:42:5923 days ago1719236579IN
0xDA4Df6E2...0939eDA84
0 ETH0.000972779.57482437
Exec Transaction201132772024-06-17 18:25:2330 days ago1718648723IN
0xDA4Df6E2...0939eDA84
0 ETH0.0024048226.34619027
Exec Transaction200762202024-06-12 14:03:2335 days ago1718201003IN
0xDA4Df6E2...0939eDA84
0 ETH0.003605233.2123838
Exec Transaction200617532024-06-10 13:33:2337 days ago1718026403IN
0xDA4Df6E2...0939eDA84
0 ETH0.0013688115
Exec Transaction200617182024-06-10 13:26:1137 days ago1718025971IN
0xDA4Df6E2...0939eDA84
0 ETH0.0014087513
Exec Transaction200617002024-06-10 13:22:2337 days ago1718025743IN
0xDA4Df6E2...0939eDA84
0 ETH0.0013106112.09437458
Exec Transaction200334262024-06-06 14:37:1141 days ago1717684631IN
0xDA4Df6E2...0939eDA84
0 ETH0.0026467129
Exec Transaction200334222024-06-06 14:36:2341 days ago1717684583IN
0xDA4Df6E2...0939eDA84
0 ETH0.0027379830
Exec Transaction200334102024-06-06 14:33:5941 days ago1717684439IN
0xDA4Df6E2...0939eDA84
0 ETH0.0026375128.89923487
Exec Transaction199911392024-05-31 16:55:1147 days ago1717174511IN
0xDA4Df6E2...0939eDA84
0 ETH0.0021160219.52448502
Exec Transaction199911352024-05-31 16:54:2347 days ago1717174463IN
0xDA4Df6E2...0939eDA84
0 ETH0.0023730521.89606638
View all transactions

Latest 6 internal transactions

Advanced mode:
Parent Transaction Hash Block From To
202551932024-07-07 14:20:4710 days ago1720362047
0xDA4Df6E2...0939eDA84
4 ETH
199126902024-05-20 17:42:4758 days ago1716226967
0xDA4Df6E2...0939eDA84
43.33 ETH
199126372024-05-20 17:31:1158 days ago1716226271
0xDA4Df6E2...0939eDA84
43.33 ETH
199126192024-05-20 17:27:2358 days ago1716226043
0xDA4Df6E2...0939eDA84
43.33 ETH
195336442024-03-28 16:02:47111 days ago1711641767
0xDA4Df6E2...0939eDA84
2.3 ETH
194287192024-03-13 21:10:35126 days ago1710364235  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

[{"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
Chain Token Portfolio % Price Amount Value
ETH70.43%$0.00002146,954,134,413.749$2,973,390.47
ETH7.48%$0.999956315,583.2554$315,569.37
ETH3.55%$3,828.539.1393$149,844.87
ETH3.54%$3,737.6539.9573$149,346.23
ETH3.53%$4,014.7737.1297$149,067.33
ETH2.40%$1.192,288.81$101,333.11
ETH2.37%$1100,000.0022$100,000
ETH2.37%$0.999955100,000.0021$99,995.5
ETH2.14%$190,174.7398$90,174.74
ETH1.42%$0.572039105,072.5484$60,105.6
ETH0.66%$0.0000191,483,895,908.4313$27,956.6
ETH
Ether (ETH)
0.10%$3,426.711.2409$4,252.29
ETH<0.01%$0.00742950,000$371.43
ETH<0.01%$3,426.710.0368$126.08
ETH<0.01%$0.99911515.2889$15.28
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.