xDAI Price: $0.999723 (-0.02%)

Contract

0x388a7Ac5723D89C46c69acdA71A1818468341946

Overview

XDAI Balance

Gnosis Chain LogoGnosis Chain LogoGnosis Chain Logo339.502434870136515467 XDAI

XDAI Value

$339.41 (@ $1.00/XDAI)

More Info

Private Name Tags

Multichain Info

No addresses found
Transaction Hash
Block
From
To

There are no matching entries

1 Internal Transaction and > 10 Token Transfers found.

Latest 1 internal transaction

Parent Transaction Hash Block From To
342289222024-05-31 17:19:00594 days ago1717175940  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"}]

0x608060405234801561001057600080fd5b506040516101e63803806101e68339818101604052602081101561003357600080fd5b8101908080519060200190929190505050600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614156100ca576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260228152602001806101c46022913960400191505060405180910390fd5b806000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055505060ab806101196000396000f3fe608060405273ffffffffffffffffffffffffffffffffffffffff600054167fa619486e0000000000000000000000000000000000000000000000000000000060003514156050578060005260206000f35b3660008037600080366000845af43d6000803e60008114156070573d6000fd5b3d6000f3fea2646970667358221220d1429297349653a4918076d650332de1a1068c5f3e07c5c82360c277770b955264736f6c63430007060033496e76616c69642073696e676c65746f6e20616464726573732070726f76696465640000000000000000000000003e5c63644e683549055b9be8653de26e0b4cd36e

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 31,791 blocks with 339.50 XDAI in fees)

Block Transaction Gas Used Reward
441808652026-01-15 17:29:5521 mins ago1768498195178,361,202 (49.18%)
0.006037914464225606 XDAI
441806432026-01-15 17:10:0541 mins ago1768497005297,677,523 (45.16%)
0.004713476493920539 XDAI
441804312026-01-15 16:51:251 hr ago1768495885227,632,723 (44.90%)
0.003228237349268722 XDAI
441802742026-01-15 16:37:551 hr ago1768495075308,787,126 (51.69%)
0.005165653530071903 XDAI
441800182026-01-15 16:15:201 hr ago1768493720225,550,207 (32.65%)
0.005111505135749637 XDAI
441797982026-01-15 15:55:401 hr ago1768492540239,218,058 (54.22%)
0.007625046894851851 XDAI
441797692026-01-15 15:53:151 hr ago1768492395178,212,212 (48.31%)
0.003789196387767297 XDAI
441794182026-01-15 15:22:002 hrs ago1768490520137,930,093 (46.65%)
0.003409480807850203 XDAI
441793722026-01-15 15:18:052 hrs ago1768490285256,389,061 (37.58%)
0.000584296101328935 XDAI
441792682026-01-15 15:09:002 hrs ago1768489740148,043,601 (47.32%)
0.091835958039456148 XDAI
441788882026-01-15 14:36:053 hrs ago1768487765137,049,276 (41.47%)
0.003665859534360398 XDAI
441785592026-01-15 14:07:103 hrs ago1768486030137,913,434 (46.55%)
0.004630286138680642 XDAI
441784882026-01-15 14:01:103 hrs ago1768485670114,525,611 (26.62%)
0.003210683529563909 XDAI
441783372026-01-15 13:47:554 hrs ago1768484875127,210,375 (42.41%)
0.003261426689776775 XDAI
441780372026-01-15 13:21:254 hrs ago1768483285197,571,904 (44.54%)
0.006425578747533545 XDAI
441777412026-01-15 12:55:104 hrs ago1768481710358,895,825 (52.33%)
0.010559524317947037 XDAI
441775702026-01-15 12:40:055 hrs ago1768480805178,315,337 (48.91%)
0.006663284692966175 XDAI
441773142026-01-15 12:17:205 hrs ago1768479440218,956,926 (52.69%)
0.004385465177263347 XDAI
441765292026-01-15 11:09:006 hrs ago17684753401513,123,572 (77.20%)
0.003347169874938281 XDAI
441762312026-01-15 10:43:157 hrs ago1768473795158,963,797 (52.73%)
0.003839280371861085 XDAI
441759112026-01-15 10:15:207 hrs ago176847212098,375,575 (49.27%)
0.00034140420741799 XDAI
441755002026-01-15 9:38:408 hrs ago17684699201414,181,723 (83.42%)
0.000583487815585827 XDAI
441753462026-01-15 9:25:358 hrs ago17684691352011,433,741 (67.26%)
0.172999386651691338 XDAI
441752922026-01-15 9:20:508 hrs ago1768468850816,797,124 (98.81%)
0.002175410604830235 XDAI
441746572026-01-15 8:25:159 hrs ago17684655151110,131,960 (59.60%)
0.002831632825921328 XDAI
view all blocks validated

Block Uncle Number Difficulty Gas Used Reward
View All Uncles
Loading...
Loading
Loading...
Loading
Loading...
Loading

Latest 25 from a total of 255090 withdrawals (4,515.157354286 XDAI withdrawn)

Validator Index Block Amount
323566428315952025-10-27 1:07:5080 days ago17615272700.018442901 XDAI
323548428315952025-10-27 1:07:5080 days ago17615272700.018602212 XDAI
323504428315952025-10-27 1:07:5080 days ago17615272700.018227539 XDAI
323498428315952025-10-27 1:07:5080 days ago17615272700.018064988 XDAI
321547428315902025-10-27 1:07:2580 days ago17615272450.018364178 XDAI
321528428315902025-10-27 1:07:2580 days ago17615272450.018775024 XDAI
272869428289802025-10-26 21:23:3080 days ago17615138100.020635837 XDAI
272864428289802025-10-26 21:23:3080 days ago17615138100.01988011 XDAI
272828428289802025-10-26 21:23:3080 days ago17615138100.020056539 XDAI
272816428289802025-10-26 21:23:3080 days ago17615138100.020076661 XDAI
272811428289802025-10-26 21:23:3080 days ago17615138100.050109121 XDAI
272723428289802025-10-26 21:23:3080 days ago17615138100.019665366 XDAI
272633428289792025-10-26 21:23:2580 days ago17615138050.01992787 XDAI
272576428289792025-10-26 21:23:2580 days ago17615138050.020432706 XDAI
272543428289792025-10-26 21:23:2580 days ago17615138050.020086167 XDAI
272535428289792025-10-26 21:23:2580 days ago17615138050.020092369 XDAI
272529428289792025-10-26 21:23:2580 days ago17615138050.019163897 XDAI
272497428289792025-10-26 21:23:2580 days ago17615138050.020437075 XDAI
272475428289792025-10-26 21:23:2580 days ago17615138050.020206868 XDAI
272389428289792025-10-26 21:23:2580 days ago17615138050.01965204 XDAI
272387428289782025-10-26 21:23:2080 days ago17615138000.020253505 XDAI
272379428289782025-10-26 21:23:2080 days ago17615138000.018294635 XDAI
271520428288792025-10-26 21:15:0080 days ago17615133000.020514077 XDAI
271491428288792025-10-26 21:15:0080 days ago17615133000.020836827 XDAI
271419428288792025-10-26 21:15:0080 days ago17615133000.020162227 XDAI
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.