ETH Price: $4,042.75 (+4.72%)

Contract

0x305DCAEa67A9D4152e54e68060c89db05fD67a7b
 

Overview

ETH Balance

103.747886014739992205 ETH

Eth Value

$419,426.41 (@ $4,042.75/ETH)

Token Holdings

Multichain Info

1 address found via
Transaction Hash
Method
Block
From
To
Transfer213440292024-12-06 14:23:478 hrs ago1733495027IN
0x305DCAEa...05fD67a7b
0.0005 ETH0.0005193719.00437834
Transfer211457182024-11-08 21:49:5928 days ago1731102599IN
0x305DCAEa...05fD67a7b
0.04191289 ETH0.000299210.94825892
Exec Transaction209778122024-10-16 11:26:1151 days ago1729077971IN
0x305DCAEa...05fD67a7b
0 ETH0.0010535210.12486065
Exec Transaction209777942024-10-16 11:22:3551 days ago1729077755IN
0x305DCAEa...05fD67a7b
0 ETH0.0011051510.5928348
Exec Transaction209726362024-10-15 18:04:2352 days ago1729015463IN
0x305DCAEa...05fD67a7b
0 ETH0.0014505518.08199934
Exec Transaction209695442024-10-15 7:41:5952 days ago1728978119IN
0x305DCAEa...05fD67a7b
0 ETH0.0014019214.09353088
Exec Transaction209695382024-10-15 7:40:4752 days ago1728978047IN
0x305DCAEa...05fD67a7b
0 ETH0.0014395413.87072005
Exec Transaction209695322024-10-15 7:39:3552 days ago1728977975IN
0x305DCAEa...05fD67a7b
0 ETH0.0014622313.31035142
Exec Transaction209695272024-10-15 7:38:3552 days ago1728977915IN
0x305DCAEa...05fD67a7b
0 ETH0.0014892614.30097895
Exec Transaction209695172024-10-15 7:36:3552 days ago1728977795IN
0x305DCAEa...05fD67a7b
0 ETH0.0026381714.4733749
Exec Transaction209695092024-10-15 7:34:5952 days ago1728977699IN
0x305DCAEa...05fD67a7b
0 ETH0.001565515.08254434
Exec Transaction209695002024-10-15 7:33:1152 days ago1728977591IN
0x305DCAEa...05fD67a7b
0 ETH0.0015608614.93395482
Exec Transaction209694942024-10-15 7:31:5952 days ago1728977519IN
0x305DCAEa...05fD67a7b
0 ETH0.0015451314.19028462
Transfer209664902024-10-14 21:28:3553 days ago1728941315IN
0x305DCAEa...05fD67a7b
0.51800498 ETH0.0005703120.86832158
Transfer209664892024-10-14 21:28:2353 days ago1728941303IN
0x305DCAEa...05fD67a7b
1.00304487 ETH0.0005705520.87736711
Transfer209664892024-10-14 21:28:2353 days ago1728941303IN
0x305DCAEa...05fD67a7b
0.988975 ETH0.0005705520.87736711
Transfer209664892024-10-14 21:28:2353 days ago1728941303IN
0x305DCAEa...05fD67a7b
1.998975 ETH0.0005705520.87736711
Transfer209664892024-10-14 21:28:2353 days ago1728941303IN
0x305DCAEa...05fD67a7b
0.477581 ETH0.0005705520.87736711
Transfer209664882024-10-14 21:28:1153 days ago1728941291IN
0x305DCAEa...05fD67a7b
0.07462574 ETH0.0005675820.76855997
Transfer209664882024-10-14 21:28:1153 days ago1728941291IN
0x305DCAEa...05fD67a7b
0.088675 ETH0.0005675820.76855997
Transfer209664882024-10-14 21:28:1153 days ago1728941291IN
0x305DCAEa...05fD67a7b
0.06956564 ETH0.0005675820.76855997
Transfer209664882024-10-14 21:28:1153 days ago1728941291IN
0x305DCAEa...05fD67a7b
0.494975 ETH0.0005675820.76855997
Transfer209664872024-10-14 21:27:5953 days ago1728941279IN
0x305DCAEa...05fD67a7b
1.03295112 ETH0.0005828821.32829395
Transfer209664872024-10-14 21:27:5953 days ago1728941279IN
0x305DCAEa...05fD67a7b
0.50072652 ETH0.0005828821.32829395
Transfer209664872024-10-14 21:27:5953 days ago1728941279IN
0x305DCAEa...05fD67a7b
0.12147 ETH0.0005828821.32829395
View all transactions

Latest 4 internal transactions

Advanced mode:
Parent Transaction Hash Block From To
209726362024-10-15 18:04:2352 days ago1729015463
0x305DCAEa...05fD67a7b
297 ETH
206003202024-08-24 18:42:59104 days ago1724524979
0x305DCAEa...05fD67a7b
0.001 ETH
205334512024-08-15 10:31:47113 days ago1723717907
0x305DCAEa...05fD67a7b
0.05 ETH
204597882024-08-05 3:50:47123 days ago1722829847  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
ETH10.50%$11,056,901.5882$1,057,958.49
ETH6.43%$0.00003717,382,557,278.6408$648,240.4
ETH5.48%$0.00002225,107,383,171.4315$551,860.28
ETH
Ether (ETH)
4.16%$4,042.75103.7479$419,426.41
ETH3.11%$17.7617,635.9668$313,214.77
ETH2.97%$281.711,063.7087$299,657.39
ETH2.74%$0.0002371,162,679,693.4244$275,950.4
ETH1.81%$0.911561200,415.6791$182,691.12
ETH1.71%$1.8791,897.5772$171,848.47
ETH1.69%$14,202.3612.0224$170,745.83
ETH1.63%$1.31125,280.9306$164,118.02
ETH1.62%$1.7294,663.171$162,820.65
ETH1.52%$0.0178698,586,409.2658$153,429.52
ETH1.45%$0.552851265,209.6924$146,621.44
ETH1.43%$0.0305644,717,884.636$144,199.36
ETH1.40%$0.00202369,848,505.5891$141,310.51
ETH1.36%$118.721,158.0007$137,477.85
ETH1.33%$0.999715133,832.3355$133,794.19
ETH1.28%$25.215,103.1265$128,649.82
ETH1.24%$0.0510812,454,345.9117$125,369.75
ETH1.24%$0.00388332,276,480.7083$125,338.61
ETH1.16%$649.23179.3271$116,424.51
ETH1.12%$0.0055620,233,435.0021$112,498.91
ETH1.11%$0.344973323,392.6598$111,561.74
ETH1.06%$1.2386,741.4881$106,503.5
ETH1.01%$0.816789125,080.771$102,164.6
ETH1.01%$0.0000313,275,753,958.9772$101,679.4
ETH1.00%$0.00285735,435,849.2741$101,255.81
ETH0.95%$2.1344,855.1843$95,541.54
ETH0.95%$0.526622181,322.6567$95,488.44
ETH0.92%$23.024,038.3239$92,962.22
ETH0.91%$1.8350,190.3714$91,848.38
ETH0.91%$0.191479478,610.44$91,643.85
ETH0.89%$0.317969281,869.2558$89,625.69
ETH0.82%$0.0090259,156,023.239$82,633.29
ETH0.81%$0.130562628,069.9567$82,002.07
ETH0.78%$0.23026342,792.3982$78,931.38
ETH0.77%$3.8819,876.718$77,121.67
ETH0.76%$0.77289999,173.7166$76,651.27
ETH0.68%$0.343949199,131.6341$68,491.13
ETH0.68%$1.642,503.234$68,088.17
ETH0.67%$0.246709273,287.0185$67,422.37
ETH0.65%$2.9122,592.96$65,745.51
ETH0.65%$0.338529193,937.8579$65,653.59
ETH0.64%$0.071389906,284.0618$64,698.71
ETH0.63%$70.3900.8467$63,329.52
ETH0.63%$10.56,031.0884$63,326.43
ETH0.58%$0.71955881,914.6831$58,942.33
ETH0.58%$0.179324325,870.0235$58,436.29
ETH0.57%$156.87367.7576$57,690.13
ETH0.56%$1.2345,959.2691$56,529.9
ETH0.54%$9.585,679.2035$54,406.77
ETH0.53%$0.048161,108,274.4$53,374.57
ETH0.52%$0.00244721,473,383.7935$52,555.91
ETH0.51%$2.1723,913.5167$51,892.33
ETH0.51%$0.247083209,270.9928$51,707.23
ETH0.50%$0.079295639,541.0059$50,712.4
ETH0.50%$0.71970969,974.4358$50,361.23
ETH0.49%$0.0110624,500,586.2195$49,786.2
ETH0.49%$0.0338321,470,920.9769$49,764.42
ETH0.48%$0.062087784,104.3858$48,682.69
ETH0.48%$0.59503381,114.0817$48,265.56
ETH0.48%$0.144485331,618.9044$47,913.96
ETH0.47%$0.063988742,513.2245$47,511.9
ETH0.46%$0.095058492,354.0246$46,802.19
ETH0.43%$2,221.2119.3563$42,994.35
ETH0.39%$0.088686445,044.682$39,469.23
ETH0.38%$21.651,791.7896$38,792.24
ETH0.36%$0.44536880,999$36,074.4
ETH0.35%$0.0149612,351,350.6056$35,178.79
ETH0.35%$0.131381265,300.668$34,855.47
ETH0.33%$0.161655202,859.6334$32,793.27
ETH0.32%$94.97342.1571$32,494.66
ETH0.30%$0.061576487,857.151$30,040.29
ETH0.29%$1.8715,636.1491$29,239.6
ETH0.29%$2.3412,474.6114$29,190.59
ETH0.28%$0.094184304,898.292$28,716.39
ETH0.28%$3.927,248.985$28,416.02
ETH0.27%$0.0054655,051,162$27,606.72
ETH0.25%$0.066571374,132.726$24,906.39
ETH0.24%$1.1920,510.9763$24,408.06
ETH0.24%$34.67698.25$24,209.91
ETH0.24%$0.080294299,847.8582$24,075.87
ETH0.23%$6.893,409.779$23,493.38
ETH0.23%$0.058646387,824.797$22,744.37
ETH0.22%$0.5370540,807.4174$21,915.61
ETH0.21%$0.139779150,130.928$20,985.15
ETH0.20%$0.078908259,226.0069$20,455.01
ETH0.20%$0.0020749,831,935.406$20,391.04
ETH0.20%$3.495,800.6819$20,244.38
ETH0.20%$0.78915125,568.6587$20,177.54
ETH0.19%$0.98745219,061.8779$18,822.69
ETH0.18%$0.64413828,890.4889$18,609.46
ETH0.18%$0.065807282,165.5578$18,568.47
ETH0.18%$0.3239155,880.9912$18,100.41
ETH0.18%$27.05663.0995$17,936.84
ETH0.18%$2.28,104.9438$17,830.88
ETH0.17%$0.016985979,919.5415$16,643.49
ETH0.16%$0.056967288,926.2296$16,459.26
ETH0.16%$0.00115313,939,783.051$16,067.69
ETH0.16%$0.0131471,189,715.2616$15,641.27
ETH0.14%$3.264,402.006$14,350.54
ETH0.13%$60.96220.769$13,458.08
ETH0.13%$0.21595160,338.64$13,030.19
ETH0.12%$0.12804296,565.132$12,364.39
ETH0.12%$0.24966449,058$12,248.02
ETH0.12%$0.51347823,172.651$11,898.65
ETH0.12%$0.44609226,140.7798$11,661.19
ETH0.11%$0.037619298,883.6603$11,243.57
ETH0.11%$0.74882514,184.9039$10,622.01
ETH0.10%$21.51486.6823$10,468.54
ETH0.10%$0.37675626,681.4512$10,052.4
ETH0.10%$0.35100828,613.077$10,043.42
ETH0.10%$11.1872.2643$9,682.13
ETH0.10%$0.24007540,292.7049$9,673.27
ETH0.09%$0.937349,820.2204$9,204.89
ETH0.09%$297.6830.5501$9,094.15
ETH0.09%$3.372,676.947$9,021.31
ETH0.09%$42.48206.76$8,783.16
ETH0.09%$2.283,849.7563$8,777.44
ETH0.09%$0.018866456,688.7032$8,615.78
ETH0.08%$2.573,259.9287$8,378.02
ETH0.08%$0.035379230,715.7201$8,162.51
ETH0.08%$1.784,304.6846$7,661.59
ETH0.08%$0.066506114,555.3925$7,618.62
ETH0.07%$0.19291535,280.812$6,806.2
ETH0.07%$3.91,715.497$6,690.44
ETH0.06%$0.8032978,087.4729$6,496.64
ETH0.05%$2.262,396.3781$5,415.81
ETH0.05%$4.351,236.67$5,379.51
ETH0.05%$0.19266527,312.1883$5,262.1
ETH0.05%$0.037813138,847$5,250.19
ETH0.05%$0.05990985,758.1939$5,137.72
ETH0.04%$21.6199.199$4,302.02
ETH0.04%$1.52,829.96$4,244.94
ETH0.04%$0.0001724,910,137.1977$4,229.49
ETH0.03%$0.17621117,070.6458$3,008.04
ETH0.03%$0.8117443,683.8156$2,990.32
ETH0.03%$0.6465184,336.853$2,803.85
ETH0.03%$0.3721577,252.1273$2,698.93
ETH0.03%$0.8987372,949.714$2,651.02
ETH0.02%$1.551,575.3367$2,441.77
ETH0.02%$0.00571402,582.9211$2,298.93
ETH0.02%$0.3127177,279.2809$2,276.35
ETH0.02%$1.011,994.5184$2,016.46
ETH0.02%$0.009424211,556.0098$1,993.67
ETH0.02%$0.00014210,762,097.0163$1,524.88
ETH0.01%$0.7281761,776.1854$1,293.37
ETH0.01%$0.6717171,911.78$1,284.18
ETH0.01%$25.7939.5293$1,019.46
ETH0.01%$4.25237.3508$1,009.01
ETH<0.01%$0.3794612,503.5052$949.98
ETH<0.01%$0.000591,085,227.878$640.65
ETH<0.01%$0.002548211,442.401$538.79
ETH<0.01%$0.0611668,312.5663$508.44
ETH<0.01%$1.25382.9177$478.65
ETH<0.01%$0.01068742,711.2497$456.46
ETH<0.01%$0.0001462,971,714.657$435.21
ETH<0.01%$1.16221.38$256.8
ETH<0.01%$0.01074921,200.6559$227.89
ETH<0.01%$0.216019656.871$141.9
ETH<0.01%$0.01262410,299.4129$130.02
ETH<0.01%$68.171.7208$117.3
ETH<0.01%$1.7462.2359$108.29
ETH<0.01%$0.0598341,650.2968$98.74
ETH<0.01%$1.4158.04$81.58
ETH<0.01%$0.00205538,795$79.71
ETH<0.01%$3.0124.5669$73.95
ETH<0.01%$0.0000057,769,000$35.74
ETH<0.01%$0.0000062,979,361.6752$16.45
ETH<0.01%$2,628.470.00412917$10.85
ETH<0.01%$0.000015333,333$4.91
ETH<0.01%$1.671$1.67
ETH<0.01%$1.011.42$1.43
ETH<0.01%$0.9999830.9442$0.9442
ETH<0.01%$0.2224523$0.6673
ETH<0.01%$0.0000423,096.9333$0.1314
ETH<0.01%$0.0454172.75$0.1248
BSC0.04%$0.00005382,771,750.8518$4,416.7
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.