xDAI Price: $0.999868 (+0.02%)

Contract

0x736D6498Fcb24b1a1d7D0113a4863D10E80C3fe7

Overview

xDAI Balance

Gnosis Chain LogoGnosis Chain LogoGnosis Chain Logo182.97948893192070945 xDAI

xDAI Value

$182.96 (@ $1.00/xDAI)

More Info

Private Name Tags

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To

There are no matching entries

1 Internal Transaction found.

Latest 1 internal transaction

Parent Transaction Hash Block From To
423689612025-09-29 12:19:4566 days ago1759148385  Contract Creation0 xDAI
Cross-Chain Transactions
Loading...
Loading

Similar Match Source Code
This contract matches the deployed Bytecode of the Source Code for Contract 0xe0f5020d...9f3B02F02
The constructor portion of the code might be different and could alter the actual behaviour of the contract

Contract Name:
SafeProxy

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 2024-08-26
*/

// SPDX-License-Identifier: LGPL-3.0-only
pragma solidity >=0.7.0 <0.9.0;

/**
 * @title IProxy - Helper interface to access the singleton address of the Proxy on-chain.
 * @author Richard Meissner - @rmeissner
 */
interface IProxy {
    function masterCopy() external view returns (address);
}

/**
 * @title SafeProxy - 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 SafeProxy {
    // 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;

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

0x608060405234801561001057600080fd5b506040516101e63803806101e68339818101604052602081101561003357600080fd5b8101908080519060200190929190505050600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614156100ca576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260228152602001806101c46022913960400191505060405180910390fd5b806000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055505060ab806101196000396000f3fe608060405273ffffffffffffffffffffffffffffffffffffffff600054167fa619486e0000000000000000000000000000000000000000000000000000000060003514156050578060005260206000f35b3660008037600080366000845af43d6000803e60008114156070573d6000fd5b3d6000f3fea264697066735822122003d1488ee65e08fa41e58e888a9865554c535f2c77126a82cb4c0f917f31441364736f6c63430007060033496e76616c69642073696e676c65746f6e20616464726573732070726f766964656400000000000000000000000041675c099f32341bf84bfc5382af534df5c7461a

Deployed Bytecode

0x608060405273ffffffffffffffffffffffffffffffffffffffff600054167fa619486e0000000000000000000000000000000000000000000000000000000060003514156050578060005260206000f35b3660008037600080366000845af43d6000803e60008114156070573d6000fd5b3d6000f3fea264697066735822122003d1488ee65e08fa41e58e888a9865554c535f2c77126a82cb4c0f917f31441364736f6c63430007060033

Deployed Bytecode Sourcemap

536:1541:0:-:0;;;1401:42;1397:1;1391:8;1387:57;1581:66;1577:1;1564:15;1561:87;1558:2;;;1678:10;1675:1;1668:21;1717:4;1714:1;1707:15;1558:2;1770:14;1767:1;1764;1751:34;1868:1;1865;1849:14;1846:1;1834:10;1827:5;1814:56;1905:16;1902:1;1899;1884:38;1951:1;1942:7;1939:14;1936:2;;;1983:16;1980:1;1973:27;1936:2;2039:16;2036:1;2029:27

Swarm Source

ipfs://03d1488ee65e08fa41e58e888a9865554c535f2c77126a82cb4c0f917f314413

 Latest 25 blocks (From a total of 5,240 blocks with 182.98 xDAI in fees)

Block Transaction Gas Used Reward
434863582025-12-05 2:29:359 mins ago1764901775138,833,386 (51.96%)
0.001160096784502314 xDAI
434863222025-12-05 2:26:2512 mins ago17649015851211,778,738 (69.29%)
0.001777315731151184 xDAI
434857882025-12-05 1:40:1558 mins ago1764898815319,712,031 (57.07%)
0.001678020744561558 xDAI
434855292025-12-05 1:17:351 hr ago176489745588,637,317 (50.81%)
0.000474215331128125 xDAI
434852582025-12-05 0:54:151 hr ago1764896055105,408,047 (31.81%)
0.001168692107473024 xDAI
434850072025-12-05 0:31:152 hrs ago1764894675166,481,059 (38.12%)
0.001774927712005525 xDAI
434844982025-12-04 23:47:152 hrs ago17648920351813,407,179 (78.87%)
0.001553717631054792 xDAI
434840092025-12-04 23:04:353 hrs ago17648894752312,462,482 (73.31%)
0.004512818454172267 xDAI
434836672025-12-04 22:35:004 hrs ago17648877002813,068,009 (76.87%)
0.000909513712249457 xDAI
434835532025-12-04 22:25:254 hrs ago1764887125124,386,825 (25.80%)
0.001044984503199325 xDAI
434835482025-12-04 22:25:004 hrs ago176488710089,429,414 (55.47%)
0.000904113832734605 xDAI
434834202025-12-04 22:14:104 hrs ago1764886450126,770,745 (39.83%)
0.00080370150159062 xDAI
434832432025-12-04 21:59:204 hrs ago1764885560179,313,159 (54.78%)
0.003147523464742559 xDAI
434831822025-12-04 21:54:004 hrs ago1764885240219,310,293 (54.77%)
0.00371213840365512 xDAI
434829362025-12-04 21:32:155 hrs ago1764883935138,316,279 (48.92%)
0.003598405108930545 xDAI
434828082025-12-04 21:21:205 hrs ago1764883280148,110,167 (47.71%)
0.001544006602163729 xDAI
434825192025-12-04 20:56:255 hrs ago17648817851311,353,652 (66.79%)
0.001392965479311044 xDAI
434821922025-12-04 20:28:106 hrs ago17648800901712,164,062 (71.55%)
0.064735886505786705 xDAI
434813582025-12-04 19:16:307 hrs ago17648757904412,917,225 (75.98%)
0.143202462940552887 xDAI
434811442025-12-04 18:58:007 hrs ago1764874680118,816,191 (51.86%)
0.000802328360865464 xDAI
434809452025-12-04 18:40:457 hrs ago1764873645239,272,675 (54.55%)
0.638077444013839998 xDAI
434808492025-12-04 18:32:458 hrs ago17648731651612,094,532 (71.14%)
0.001961050695511587 xDAI
434805162025-12-04 18:04:158 hrs ago17648714551312,839,179 (75.52%)
0.000988220792591752 xDAI
434804132025-12-04 17:55:058 hrs ago1764870905128,497,016 (49.98%)
0.179376472872584626 xDAI
434800822025-12-04 17:26:059 hrs ago1764869165208,288,634 (48.76%)
0.003120367971776763 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.