xDAI Price: $1.00 (-0.00%)
Gas: 1 GWei

Contract

0x3C5c2F4bCeC51a36494682f91Dbc6cA7c63B514C

Overview

xDAI Balance

Gnosis Chain LogoGnosis Chain LogoGnosis Chain Logo1.35005256633942496 xDAI

xDAI Value

$1.35 (@ $1.00/xDAI)

Token Holdings

Transaction Hash
Method
Block
From
To
Transfer247289532022-10-25 7:07:35911 days ago1666681655IN
0x3C5c2F4b...7c63B514C
0.05 xDAI0.000038871.5
Transfer196615472021-12-19 13:56:201220 days ago1639922180IN
0x3C5c2F4b...7c63B514C
0.0001 xDAI0.000034781.342
Transfer196087732021-12-16 11:49:501223 days ago1639655390IN
0x3C5c2F4b...7c63B514C
0.09995256 xDAI0.000031621.22000155
Transfer196087362021-12-16 11:46:451223 days ago1639655205IN
0x3C5c2F4b...7c63B514C
0.1 xDAI0.000031621.22000155
Transfer196087182021-12-16 11:45:151223 days ago1639655115IN
0x3C5c2F4b...7c63B514C
0.1 xDAI0.000031621.22000155
Transfer162916612021-05-28 21:19:451425 days ago1622236785IN
0x3C5c2F4b...7c63B514C
1 xDAI0.0005183620
Exec Transaction138845882021-01-05 15:24:351568 days ago1609860275IN
0x3C5c2F4b...7c63B514C
0 xDAI0.000094741

Latest 1 internal transaction

Parent Transaction Hash Block From To
130998152020-11-19 18:56:251615 days ago1605812185  Contract Creation0 xDAI
Loading...
Loading

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

Contract Name:
GnosisSafeProxy

Compiler Version
v0.5.14+commit.01f1aaa4

Optimization Enabled:
No with 200 runs

Other Settings:
default evmVersion, MIT license
/**
 *Submitted for verification at gnosisscan.io on 2024-03-05
*/

pragma solidity >=0.5.0 <0.7.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 {

    // masterCopy 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 masterCopy;

    /// @dev Constructor function sets address of master copy contract.
    /// @param _masterCopy Master copy address.
    constructor(address _masterCopy)
        public
    {
        require(_masterCopy != address(0), "Invalid master copy address provided");
        masterCopy = _masterCopy;
    }

    /// @dev Fallback function forwards all transactions and returns all received return data.
    function ()
        external
        payable
    {
        // solium-disable-next-line security/no-inline-assembly
        assembly {
            let masterCopy := and(sload(0), 0xffffffffffffffffffffffffffffffffffffffff)
            // 0xa619486e == keccak("masterCopy()"). The value is right padded to 32-bytes with 0s
            if eq(calldataload(0), 0xa619486e00000000000000000000000000000000000000000000000000000000) {
                mstore(0, masterCopy)
                return(0, 0x20)
            }
            calldatacopy(0, 0, calldatasize())
            let success := delegatecall(gas, masterCopy, 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":"_masterCopy","type":"address"}],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"payable":true,"stateMutability":"payable","type":"fallback"}]

Deployed Bytecode

0x608060405273ffffffffffffffffffffffffffffffffffffffff600054167fa619486e0000000000000000000000000000000000000000000000000000000060003514156050578060005260206000f35b3660008037600080366000845af43d6000803e60008114156070573d6000fd5b3d6000f3fea265627a7a723158200a23d2285c529de46060100feb312da05c409802321897869814263b54bb746264736f6c634300050e0032

Deployed Bytecode Sourcemap

481:1564: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;1866:1;1863;1847:14;1844:1;1832:10;1827:3;1814:54;1903:16;1900:1;1897;1882:38;1949:1;1940:7;1937:14;1934:2;;;1964:16;1961:1;1954:27;1934:2;2007:16;2004:1;1997:27

Swarm Source

bzzr://0a23d2285c529de46060100feb312da05c409802321897869814263b54bb7462

Block Transaction Gas Used Reward
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
Chain Token Portfolio % Price Amount Value
GNO70.60%$13,149.9866$3,150.06
GNO
xDai (XDAI)
0.03%$11.3501$1.35
POL10.01%$0.999985446.78$446.77
POL8.24%$0.999996367.8021$367.8
POL1.22%$154.6$54.6
POL0.89%$1,799.980.022$39.6
POL0.33%$0.22234466.564$14.8
ETH3.84%$0.999964171.3527$171.35
ETH2.13%$165.140.5749$94.94
ETH0.43%$1,800.820.0105$18.97
ETH0.35%$0.73535121.1$15.52
ETH0.31%$0.0000141,000,000$13.72
ETH0.19%$0.18875545.3261$8.56
ETH0.13%$0.023578250$5.89
ETH0.08%$0.10408535$3.64
ETH0.08%$0.7942284.5$3.57
ETH0.08%$6.040.5871$3.55
ETH0.06%$0.028175100$2.82
ETH0.04%$5.520.3$1.66
ETH0.03%$0.09136215.5$1.42
ETH0.03%$0.02281752.1297$1.19
ETH0.03%$0.03580331.1613$1.12
ETH0.02%$0.9992981.1$1.1
ETH0.02%$2.860.3741$1.07
ETH0.01%$0.3205262.0249$0.649
ETH<0.01%$0.03475612.35$0.4292
ETH<0.01%$0.00930726.7349$0.2488
ETH<0.01%$0.01424215$0.2136
ETH<0.01%$1,802.640.000115$0.2073
ETH<0.01%$0.9771040.2$0.1954
ETH<0.01%$0.0000752,130$0.1592
ETH<0.01%$0.1424090.95$0.1352
ETH<0.01%$10.133$0.1333
OP0.40%$1,802.030.01$18.02
ARB0.31%$0.33088442$13.9
ARB0.02%$1,800.650.000501$0.902124
ARB<0.01%$0.2149351$0.2149
AVAX0.02%$22.840.0357$0.814508
ZKSYNC0.02%$1,801.340.00037457$0.674726
Loading...
Loading
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.