ETH Price: $2,171.74 (+3.97%)

Contract

0x7c6413FcA3CFDAB2Da5089eeeA94b0c9F4D4Dff7
 

More Info

Private Name Tags

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Transfer236859802025-10-29 22:18:11137 days ago1761776291IN
0x7c6413Fc...9F4D4Dff7
1.9999 ETH0.000005060.18545324
Transfer236859712025-10-29 22:16:23137 days ago1761776183IN
0x7c6413Fc...9F4D4Dff7
1.00061881 ETH0.000004920.18020862
Transfer236859132025-10-29 22:04:47137 days ago1761775487IN
0x7c6413Fc...9F4D4Dff7
2.99985 ETH0.000010630.38921277
Transfer236859022025-10-29 22:02:35137 days ago1761775355IN
0x7c6413Fc...9F4D4Dff7
2.99985 ETH0.000008110.29711071
Transfer236858942025-10-29 22:00:59137 days ago1761775259IN
0x7c6413Fc...9F4D4Dff7
1.9999 ETH0.000007510.27500004
VIEW ADVANCED FILTER
Amount:Between 1-100
Reset Filter

Showing the last 24 internal transactions (View Advanced Filter)

Advanced mode:
Parent Transaction Hash Method Block
From
To
Operate236860152025-10-29 22:25:11137 days ago1761776711
0x7c6413Fc...9F4D4Dff7
13.70137 ETH
Start Bridge Tok...236585382025-10-26 2:05:47140 days ago1761444347
0x7c6413Fc...9F4D4Dff7
3.69996508 ETH
Transfer236585032025-10-26 1:58:47140 days ago1761443927
0x7c6413Fc...9F4D4Dff7
3.7 ETH
Start Bridge Tok...235862602025-10-15 23:06:47151 days ago1760569607
0x7c6413Fc...9F4D4Dff7
9.99787485 ETH
Transfer235861802025-10-15 22:50:47151 days ago1760568647
0x7c6413Fc...9F4D4Dff7
10 ETH
Operate235575272025-10-11 22:40:47155 days ago1760222447
0x7c6413Fc...9F4D4Dff7
8.0104094 ETH
Transfer235563982025-10-11 18:54:11155 days ago1760208851
0x7c6413Fc...9F4D4Dff7
7.92552396 ETH
Start Bridge Tok...235455082025-10-10 6:20:59156 days ago1760077259
0x7c6413Fc...9F4D4Dff7
7 ETH
Transfer235452662025-10-10 5:32:23156 days ago1760074343
0x7c6413Fc...9F4D4Dff7
7.92938704 ETH
Deposit234967272025-10-03 10:42:23163 days ago1759488143
0x7c6413Fc...9F4D4Dff7
2 ETH
Multicall234967162025-10-03 10:40:11163 days ago1759488011
0x7c6413Fc...9F4D4Dff7
1.975 ETH
Transfer234966962025-10-03 10:36:11163 days ago1759487771
0x7c6413Fc...9F4D4Dff7
2 ETH
Transfer234332512025-09-24 13:39:35172 days ago1758721175
0x7c6413Fc...9F4D4Dff7
1 ETH
Deposit234094392025-09-21 5:49:11175 days ago1758433751
0x7c6413Fc...9F4D4Dff7
5 ETH
Transfer234093832025-09-21 5:37:47175 days ago1758433067
0x7c6413Fc...9F4D4Dff7
4 ETH
Transfer234092292025-09-21 5:05:59175 days ago1758431159
0x7c6413Fc...9F4D4Dff7
1 ETH
Multicall225057602025-05-17 22:34:59302 days ago1747521299
0x7c6413Fc...9F4D4Dff7
4.67795978 ETH
Transfer225057072025-05-17 22:24:23302 days ago1747520663
0x7c6413Fc...9F4D4Dff7
4.70114358 ETH
Swap222192502025-04-07 19:56:59342 days ago1744055819
0x7c6413Fc...9F4D4Dff7
1.09343325 ETH
Transfer221946422025-04-04 9:24:47345 days ago1743758687
0x7c6413Fc...9F4D4Dff7
1.09387645 ETH
Submit219810582025-03-05 13:43:35375 days ago1741182215
0x7c6413Fc...9F4D4Dff7
1.47647234 ETH
Transfer219804342025-03-05 11:38:23375 days ago1741174703
0x7c6413Fc...9F4D4Dff7
1.49647234 ETH
Submit218844392025-02-20 1:57:59388 days ago1740016679
0x7c6413Fc...9F4D4Dff7
1.28054088 ETH
Transfer218843622025-02-20 1:42:35388 days ago1740015755
0x7c6413Fc...9F4D4Dff7
1.28054088 ETH
VIEW ADVANCED FILTER
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 0xbe6E7581...0978C932f
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

Contract Source Code (Solidity Standard Json-Input format)

// 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())
        }
    }
}

Settings
{
  "optimizer": {
    "enabled": false,
    "runs": 200
  },
  "outputSelection": {
    "*": {
      "*": [
        "evm.bytecode",
        "evm.deployedBytecode",
        "devdoc",
        "userdoc",
        "metadata",
        "abi"
      ]
    }
  },
  "metadata": {
    "useLiteralContent": true
  },
  "libraries": {}
}

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

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