xDAI Price: $0.999943 (+0.01%)

Contract

0x3D75d9d0D870cFc9a7056dC554EDC4e1421C5eFb

Overview

XDAI Balance

Gnosis Chain LogoGnosis Chain LogoGnosis Chain Logo72.377761555387063242 XDAI

XDAI Value

$72.37 (@ $1.00/XDAI)

Token Holdings

More Info

Private Name Tags

Transaction Hash
Block
From
To

There are no matching entries

1 Internal Transaction and 2 Token Transfers found.

Latest 1 internal transaction

Parent Transaction Hash Block From To
373855632024-12-06 10:20:15369 days ago1733480415  Contract Creation0 XDAI
Cross-Chain Transactions
Loading...
Loading

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

Contract Source Code (Solidity)

/**
 *Submitted for verification at gnosisscan.io on 2022-12-17
*/

// 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"}]

0x608060405234801561001057600080fd5b506040516101e63803806101e68339818101604052602081101561003357600080fd5b8101908080519060200190929190505050600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614156100ca576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260228152602001806101c46022913960400191505060405180910390fd5b806000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055505060ab806101196000396000f3fe608060405273ffffffffffffffffffffffffffffffffffffffff600054167fa619486e0000000000000000000000000000000000000000000000000000000060003514156050578060005260206000f35b3660008037600080366000845af43d6000803e60008114156070573d6000fd5b3d6000f3fea2646970667358221220d1429297349653a4918076d650332de1a1068c5f3e07c5c82360c277770b955264736f6c63430007060033496e76616c69642073696e676c65746f6e20616464726573732070726f7669646564000000000000000000000000d9db270c1b5e3bd161e8c8503c55ceabee709552

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

 Latest 25 blocks (From a total of 4,340 blocks with 72.38 XDAI in fees)

Block Transaction Gas Used Reward
435824912025-12-10 20:39:101 hr ago176539915000 (0.00%)
0 XDAI
435822692025-12-10 20:19:501 hr ago176539799000 (0.00%)
0 XDAI
435821312025-12-10 20:08:002 hrs ago176539728000 (0.00%)
0 XDAI
435818262025-12-10 19:41:152 hrs ago1765395675115,681,098 (92.15%)
0.000000001081995762 XDAI
435817602025-12-10 19:35:402 hrs ago176539534000 (0.00%)
0 XDAI
435813622025-12-10 19:01:003 hrs ago176539326000 (0.00%)
0 XDAI
435811512025-12-10 18:42:503 hrs ago176539217027,026,092 (41.25%)
0.000000000686606888 XDAI
435808342025-12-10 18:15:003 hrs ago176539050000 (0.00%)
0 XDAI
435806132025-12-10 17:56:054 hrs ago176538936500 (0.00%)
0 XDAI
435805132025-12-10 17:47:304 hrs ago176538885000 (0.00%)
0 XDAI
435802012025-12-10 17:21:054 hrs ago1765387265115,684,678 (92.08%)
0.000000001082242782 XDAI
435799892025-12-10 17:02:405 hrs ago17653861602217,523 (1.28%)
0.000000017912051601 XDAI
435799862025-12-10 17:02:255 hrs ago176538614500 (0.00%)
0 XDAI
435799452025-12-10 16:59:005 hrs ago176538594000 (0.00%)
0 XDAI
435798762025-12-10 16:53:055 hrs ago176538558500 (0.00%)
0 XDAI
435796072025-12-10 16:30:155 hrs ago176538421500 (0.00%)
0 XDAI
435795622025-12-10 16:26:255 hrs ago176538398500 (0.00%)
0 XDAI
435793732025-12-10 16:09:456 hrs ago17653829851121,054 (0.71%)
0.000635533496489434 XDAI
435789662025-12-10 15:35:106 hrs ago176538091000 (0.00%)
0 XDAI
435789212025-12-10 15:31:206 hrs ago176538068000 (0.00%)
0 XDAI
435781242025-12-10 14:23:007 hrs ago176537658000 (0.00%)
0 XDAI
435781042025-12-10 14:21:157 hrs ago1765376475142,611 (0.25%)
0.000042610998806892 XDAI
435773622025-12-10 13:17:258 hrs ago176537264511,801,177 (10.58%)
0.000000000124281213 XDAI
435773492025-12-10 13:16:158 hrs ago1765372575115,684,678 (92.17%)
0.000000001850792004 XDAI
435772712025-12-10 13:09:259 hrs ago176537216500 (0.00%)
0 XDAI
view all blocks validated

Block Uncle Number Difficulty Gas Used Reward
View All Uncles
Loading...
Loading
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.