ETH Price: $2,022.21 (-0.99%)

Contract

0xc6f03f33009cDcaEC91B09cFBDDE951C7B6FD58e
 

Overview

ETH Balance

0 ETH

Eth Value

$0.00

Token Holdings

More Info

Private Name Tags

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Exec Transaction230373522025-07-31 6:38:47222 days ago1753943927IN
0xc6f03f33...C7B6FD58e
0 ETH0.000171632.44470408
Exec Transaction205677472024-08-20 5:27:47567 days ago1724131667IN
0xc6f03f33...C7B6FD58e
0 ETH0.000403781.18479977
Exec Transaction202218792024-07-02 22:42:47616 days ago1719960167IN
0xc6f03f33...C7B6FD58e
0 ETH0.004227994
Exec Transaction202111362024-07-01 10:41:23617 days ago1719830483IN
0xc6f03f33...C7B6FD58e
0 ETH0.003279144.51526071
Exec Transaction202111262024-07-01 10:39:23617 days ago1719830363IN
0xc6f03f33...C7B6FD58e
0 ETH0.000253644.59662447
Exec Transaction201124142024-06-17 15:30:47631 days ago1718638247IN
0xc6f03f33...C7B6FD58e
0 ETH0.0007094810.69553188
Exec Transaction200858482024-06-13 22:22:59635 days ago1718317379IN
0xc6f03f33...C7B6FD58e
0 ETH0.006146458.69918992
Exec Transaction200828542024-06-13 12:18:59635 days ago1718281139IN
0xc6f03f33...C7B6FD58e
0 ETH0.008895212.5897151
Exec Transaction200820662024-06-13 9:39:47635 days ago1718271587IN
0xc6f03f33...C7B6FD58e
0 ETH0.007058319.98935254
Exec Transaction200242442024-06-05 7:50:23643 days ago1717573823IN
0xc6f03f33...C7B6FD58e
0 ETH0.006433379.039569
Exec Transaction200108842024-06-03 11:05:59645 days ago1717412759IN
0xc6f03f33...C7B6FD58e
0 ETH0.006371458.95255756
Exec Transaction200108592024-06-03 11:00:59645 days ago1717412459IN
0xc6f03f33...C7B6FD58e
0 ETH0.006095248.56488842
Exec Transaction200108422024-06-03 10:57:35645 days ago1717412255IN
0xc6f03f33...C7B6FD58e
0 ETH0.00647379.09622619
Exec Transaction199562592024-05-26 19:52:11653 days ago1716753131IN
0xc6f03f33...C7B6FD58e
0 ETH0.005607337.87916201
Exec Transaction199559202024-05-26 18:43:59653 days ago1716749039IN
0xc6f03f33...C7B6FD58e
0 ETH0.005486117.52819137
Exec Transaction199175202024-05-21 9:54:47658 days ago1716285287IN
0xc6f03f33...C7B6FD58e
0 ETH0.005636838.3209249
Exec Transaction198929512024-05-17 23:25:47662 days ago1715988347IN
0xc6f03f33...C7B6FD58e
0 ETH0.002403683.05746756
Exec Transaction198890672024-05-17 10:22:59662 days ago1715941379IN
0xc6f03f33...C7B6FD58e
0 ETH0.005608847.26233874
Exec Transaction198883212024-05-17 7:51:47662 days ago1715932307IN
0xc6f03f33...C7B6FD58e
0 ETH0.004499165.72289917
Exec Transaction198809782024-05-16 7:14:23663 days ago1715843663IN
0xc6f03f33...C7B6FD58e
0 ETH0.003096583.93883893
Exec Transaction198779102024-05-15 20:56:35664 days ago1715806595IN
0xc6f03f33...C7B6FD58e
0 ETH0.008164210.57102953
Exec Transaction198763022024-05-15 15:33:35664 days ago1715787215IN
0xc6f03f33...C7B6FD58e
0 ETH0.0101962312.96953994
Exec Transaction198280252024-05-08 21:29:59671 days ago1715203799IN
0xc6f03f33...C7B6FD58e
0 ETH0.004053785.15638688
Exec Transaction197773792024-05-01 19:29:47678 days ago1714591787IN
0xc6f03f33...C7B6FD58e
0 ETH0.0084277910.72009256
Exec Transaction197772002024-05-01 18:53:47678 days ago1714589627IN
0xc6f03f33...C7B6FD58e
0 ETH0.0154710620.03196606
View all transactions

Latest 1 internal transaction

Advanced mode:
Parent Transaction Hash Method Block
From
To
-128726622021-07-21 23:07:031693 days ago1626908823  Contract Creation0 ETH
Loading...
Loading
Loading...
Loading
Cross-Chain Transactions

Block Transaction Difficulty Gas Used Reward
View All Blocks Produced

Validator Index Block Amount
View All Withdrawals

Transaction Hash Block Value Eth2 PubKey Valid
View All Deposits
Loading...
Loading

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

Contract Name:
Proxy

Compiler Version
v0.5.12+commit.7709ece9

Optimization Enabled:
No with 200 runs

Other Settings:
default evmVersion, GNU LGPLv3 license

Contract Source Code (Solidity)

/**
 *Submitted for verification at Etherscan.io on 2020-07-09
*/

pragma solidity >=0.5.0 <0.7.0;

/// @title IProxy - Helper interface to access masterCopy of the Proxy on-chain
/// @author Richard Meissner - <richard@gnosis.io>
interface IProxy {
    function masterCopy() external view returns (address);
}

/// @title Proxy - Generic proxy contract allows to execute all transactions applying the code of a master contract.
/// @author Stefan George - <stefan@gnosis.io>
/// @author Richard Meissner - <richard@gnosis.io>
contract Proxy {

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

0x608060405234801561001057600080fd5b506040516101e73803806101e78339818101604052602081101561003357600080fd5b8101908080519060200190929190505050600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614156100ca576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260248152602001806101c36024913960400191505060405180910390fd5b806000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055505060aa806101196000396000f3fe608060405273ffffffffffffffffffffffffffffffffffffffff600054167fa619486e0000000000000000000000000000000000000000000000000000000060003514156050578060005260206000f35b3660008037600080366000845af43d6000803e60008114156070573d6000fd5b3d6000f3fea265627a7a7231582099bf9ecf033b5a5cd7073e2e717749e94f49c79dbfc065d6204cb99db2ba11ab64736f6c634300050c0032496e76616c6964206d617374657220636f707920616464726573732070726f76696465640000000000000000000000006851d6fdfafd08c0295c392436245e5bc78b0185

Deployed Bytecode

0x608060405273ffffffffffffffffffffffffffffffffffffffff600054167fa619486e0000000000000000000000000000000000000000000000000000000060003514156050578060005260206000f35b3660008037600080366000845af43d6000803e60008114156070573d6000fd5b3d6000f3fea265627a7a7231582099bf9ecf033b5a5cd7073e2e717749e94f49c79dbfc065d6204cb99db2ba11ab64736f6c634300050c0032

Deployed Bytecode Sourcemap

471:1554:0:-;;;1381:42;1377:1;1371:8;1367:57;1561:66;1557:1;1544:15;1541:87;1538:2;;;1658:10;1655:1;1648:21;1697:4;1694:1;1687:15;1538:2;1750:14;1747:1;1744;1731:34;1846:1;1843;1827:14;1824:1;1812:10;1807:3;1794:54;1883:16;1880:1;1877;1862:38;1929:1;1920:7;1917:14;1914:2;;;1944:16;1941:1;1934:27;1914:2;1987:16;1984:1;1977:27

Swarm Source

bzzr://99bf9ecf033b5a5cd7073e2e717749e94f49c79dbfc065d6204cb99db2ba11ab

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