xDAI Price: $0.999939 (-0.01%)
Gas: 1.1 GWei

Contract

0x80c25F833490a42BE893951874E9ad64ae2749B2

Overview

xDAI Balance

Gnosis Chain LogoGnosis Chain LogoGnosis Chain Logo69.641082734094306799 xDAI

xDAI Value

$69.64 (@ $1.00/xDAI)

Token Holdings

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To

There are no matching entries

3 Internal Transactions and 3 Token Transfers found.

Latest 3 internal transactions

Parent Transaction Hash Block From To
335938192024-04-23 19:17:30359 days ago1713899850
0x80c25F83...4ae2749B2
0.2 xDAI
335937922024-04-23 19:15:00359 days ago1713899700
0x80c25F83...4ae2749B2
0.2 xDAI
335454052024-04-20 21:24:45362 days ago1713648285  Contract Creation0 xDAI
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
/**
 *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"}]

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 16,395 blocks with 69.64 xDAI in fees)

Block Transaction Gas Used Reward
396152682025-04-18 1:24:5518 mins ago174493949571,970,049 (11.58%)
0.002313689527045476 xDAI
396149472025-04-18 0:57:3045 mins ago17449378503476,232 (2.80%)
0.000476232 xDAI
396148052025-04-18 0:45:3057 mins ago174493713071,768,965 (10.40%)
0.002123450078563775 xDAI
396136712025-04-17 23:09:102 hrs ago174493135081,572,959 (9.24%)
0.002111944002234872 xDAI
396128222025-04-17 21:57:253 hrs ago174492704561,850,648 (10.88%)
0.002719135996773531 xDAI
396128152025-04-17 21:56:503 hrs ago174492701031,149,149 (6.75%)
0.001668376999110465 xDAI
396127962025-04-17 21:55:103 hrs ago17449269104456,470 (2.68%)
0.000456469999792204 xDAI
396118582025-04-17 20:35:405 hrs ago1744922140111,609,626 (9.46%)
0.0035574145 xDAI
396112712025-04-17 19:46:055 hrs ago174491916541,119,759 (6.57%)
0.00141359299960849 xDAI
396110692025-04-17 19:29:006 hrs ago17449181402103,898 (0.61%)
0.000103898 xDAI
396105852025-04-17 18:47:306 hrs ago17449156503444,944 (2.61%)
0.000444944 xDAI
396103312025-04-17 18:25:457 hrs ago17449143456333,056 (1.96%)
0.000649314499622 xDAI
396101822025-04-17 18:13:057 hrs ago174491358571,922,890 (11.29%)
0.00356373799882744 xDAI
396095402025-04-17 17:18:308 hrs ago17449103106978,582 (5.75%)
0.001424843003057576 xDAI
396094272025-04-17 17:09:058 hrs ago174490974551,269,527 (7.46%)
0.001285721900406686 xDAI
396092962025-04-17 16:57:508 hrs ago17449090703353,349 (2.08%)
0.0009121975 xDAI
396085232025-04-17 15:52:209 hrs ago174490514061,392,047 (8.18%)
0.00158272179231035 xDAI
396083002025-04-17 15:33:4010 hrs ago17449040205759,607 (4.46%)
0.001019185 xDAI
396080782025-04-17 15:14:5510 hrs ago17449028952103,898 (0.61%)
0.000103898 xDAI
396077732025-04-17 14:49:1010 hrs ago17449013505564,390 (3.32%)
0.0008386725 xDAI
396074952025-04-17 14:25:2011 hrs ago174489992014993,555 (5.83%)
0.001381197163506128 xDAI
396073442025-04-17 14:12:3011 hrs ago174489915091,555,307 (9.11%)
0.002089209499979 xDAI
396067002025-04-17 13:17:4512 hrs ago1744895865184,865,792 (28.57%)
0.005230096603559782 xDAI
396065802025-04-17 13:07:4012 hrs ago174489526041,047,147 (6.15%)
0.002536836007842593 xDAI
396052772025-04-17 11:17:0514 hrs ago1744888625182,438,074 (14.33%)
0.003273461999618615 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 131013 withdrawals (2,205.271358912 xDAI withdrawn)

Validator Index Block Amount
239779396013342025-04-17 5:41:0020 hrs ago17448684600.017124256 xDAI
239778396013342025-04-17 5:41:0020 hrs ago17448684600.017114006 xDAI
239777396013342025-04-17 5:41:0020 hrs ago17448684600.017104294 xDAI
239776396013332025-04-17 5:40:5520 hrs ago17448684550.017070769 xDAI
239775396013332025-04-17 5:40:5520 hrs ago17448684550.017093747 xDAI
239774396013332025-04-17 5:40:5520 hrs ago17448684550.037988862 xDAI
239773396013332025-04-17 5:40:5520 hrs ago17448684550.017102417 xDAI
239772396013332025-04-17 5:40:5520 hrs ago17448684550.01708953 xDAI
239771396013332025-04-17 5:40:5520 hrs ago17448684550.017069055 xDAI
239770396013332025-04-17 5:40:5520 hrs ago17448684550.017084183 xDAI
239769396013332025-04-17 5:40:5520 hrs ago17448684550.017106801 xDAI
239768396013322025-04-17 5:40:5020 hrs ago17448684500.017109865 xDAI
239767396013322025-04-17 5:40:5020 hrs ago17448684500.017085312 xDAI
239766396013322025-04-17 5:40:5020 hrs ago17448684500.038134921 xDAI
239765396013322025-04-17 5:40:5020 hrs ago17448684500.038022212 xDAI
239764396013322025-04-17 5:40:5020 hrs ago17448684500.01708259 xDAI
239763396013322025-04-17 5:40:5020 hrs ago17448684500.037855462 xDAI
239762396013322025-04-17 5:40:5020 hrs ago17448684500.01705742 xDAI
239761396013322025-04-17 5:40:5020 hrs ago17448684500.017072589 xDAI
239760396013312025-04-17 5:40:4520 hrs ago17448684450.017089341 xDAI
239759396013312025-04-17 5:40:4520 hrs ago17448684450.017095179 xDAI
239758396013312025-04-17 5:40:4520 hrs ago17448684450.037927893 xDAI
239757396013312025-04-17 5:40:4520 hrs ago17448684450.017093359 xDAI
239756396013312025-04-17 5:40:4520 hrs ago17448684450.017098766 xDAI
239755396013312025-04-17 5:40:4520 hrs ago17448684450.017115091 xDAI
View All Withdrawals

Transaction Hash Block Value Eth2 PubKey Valid
View All Deposits
[ 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.