ETH Price: $1,979.62 (-4.61%)

Contract

0xC48556c138600d597b9cbb70D1BD46a24154663a
 

More Info

Private Name Tags

Multichain Info

Transaction Hash
Method
Block
From
To
Exec Transaction245478952026-02-27 11:13:597 days ago1772190839IN
0xC48556c1...24154663a
0 ETH0.000018950.09667113
Exec Transaction245476822026-02-27 10:31:237 days ago1772188283IN
0xC48556c1...24154663a
0 ETH0.000503952.11778143
Exec Transaction245476412026-02-27 10:22:597 days ago1772187779IN
0xC48556c1...24154663a
0 ETH0.000038530.44404683
Exec Transaction245475942026-02-27 10:13:357 days ago1772187215IN
0xC48556c1...24154663a
0 ETH0.000327951.13707006
Exec Transaction245410102026-02-26 12:11:478 days ago1772107907IN
0xC48556c1...24154663a
0 ETH0.00000610.07241979
Exec Transaction245410032026-02-26 12:10:238 days ago1772107823IN
0xC48556c1...24154663a
0 ETH0.001082072.06521851
Exec Transaction244336552026-02-11 12:53:2323 days ago1770814403IN
0xC48556c1...24154663a
0 ETH0.000009040.10706364
Exec Transaction244335292026-02-11 12:28:1123 days ago1770812891IN
0xC48556c1...24154663a
0 ETH0.000036660.14661074
Exec Transaction244332242026-02-11 11:26:5923 days ago1770809219IN
0xC48556c1...24154663a
0 ETH0.000009850.10467384
Exec Transaction244323862026-02-11 8:38:3523 days ago1770799115IN
0xC48556c1...24154663a
0 ETH0.000480662.07130624
Exec Transaction243761392026-02-03 11:50:2331 days ago1770119423IN
0xC48556c1...24154663a
0 ETH0.000015690.1210129
Exec Transaction243760132026-02-03 11:24:5931 days ago1770117899IN
0xC48556c1...24154663a
0 ETH0.000012440.13884151
Exec Transaction243485592026-01-30 15:23:4735 days ago1769786627IN
0xC48556c1...24154663a
0 ETH0.000856834.0939681
Exec Transaction243481912026-01-30 14:10:1135 days ago1769782211IN
0xC48556c1...24154663a
0 ETH0.000030030.35649946
Exec Transaction240454682025-12-19 8:32:3577 days ago1766133155IN
0xC48556c1...24154663a
0 ETH0.000010850.03220222
Exec Transaction240454322025-12-19 8:25:1177 days ago1766132711IN
0xC48556c1...24154663a
0 ETH0.000425382.02828657
Exec Transaction240454192025-12-19 8:22:3577 days ago1766132555IN
0xC48556c1...24154663a
0 ETH0.000002120.02527492
Exec Transaction239320582025-12-03 9:34:5993 days ago1764754499IN
0xC48556c1...24154663a
0 ETH0.000020940.0379292
Exec Transaction238972542025-11-28 12:44:3598 days ago1764333875IN
0xC48556c1...24154663a
0 ETH0.000410662.11985942
Exec Transaction238971392025-11-28 12:21:1198 days ago1764332471IN
0xC48556c1...24154663a
0 ETH0.00000590.12689077
Exec Transaction238971382025-11-28 12:20:5998 days ago1764332459IN
0xC48556c1...24154663a
0 ETH0.000012030.13873048
Exec Transaction238969132025-11-28 11:35:4798 days ago1764329747IN
0xC48556c1...24154663a
0 ETH0.000010930.05682198
Exec Transaction238968882025-11-28 11:30:4798 days ago1764329447IN
0xC48556c1...24154663a
0 ETH0.000176912.03820384
Exec Transaction238966422025-11-28 10:41:1198 days ago1764326471IN
0xC48556c1...24154663a
0 ETH0.00001050.04378195
Exec Transaction237412172025-11-06 15:45:11120 days ago1762443911IN
0xC48556c1...24154663a
0 ETH0.002503267.27039331
View all transactions

Latest 5 internal transactions

Advanced mode:
Parent Transaction Hash Method Block
From
To
Bridge240454682025-12-19 8:32:3577 days ago1766133155
0xC48556c1...24154663a
0.00000751 ETH
Deposit And Brid...237399732025-11-06 11:33:59120 days ago1762428839
0xC48556c1...24154663a
0.00003042 ETH
Transfer233750942025-09-16 10:41:35171 days ago1758019295
0xC48556c1...24154663a
0.1 ETH
Transfer232327852025-08-27 13:34:35191 days ago1756301675
0xC48556c1...24154663a
0.002 ETH
0x60806040232323452025-08-27 12:05:47191 days ago1756296347  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 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
0xC48556c138600d597b9cbb70D1BD46a24154663a
Net Worth in USD
$328,439.37

Net Worth in ETH
165.910711

Token Allocations
AETHUSDC 30.45%
WHLP 16.02%
MEDGE 15.74%
Others 37.79%
Chain Token Portfolio % Price Amount Value
ETH30.45%$0.99996100,000$99,996
ETH15.74%$1.146,995.9502$51,695.55
ETH15.62%$1.1445,016.0285$51,318.27
ETH15.21%$1.0248,984.7701$49,964.47
ETH4.25%$0.99990413,970.8111$13,969.47
ETH
Ether (ETH)
1.15%$1,979.621.9001$3,761.49
ETH0.57%$0.9999651,865.7233$1,865.66
ETH0.14%$0.999916467.8184$467.78
ETH0.09%$1.22249.2336$304.06
ETH0.06%$1.79116.6402$208.79
ETH0.02%$2.234.9235$76.83
ETH0.02%$1.2256.2991$68.68
ETH<0.01%$0.9999432.8228$32.82
ETH<0.01%$0.000.01$0.00
HYPEREVM16.02%$1.1446,154.4482$52,616.07
HYPEREVM0.02%$30.942.475$76.57
ARB0.60%$1,979.61$1,979.6
PLASMA0.01%$0.098206378.1696$37.14
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.