Base Sepolia Testnet

Contract

0x1cFA41945782B656a59cb61796A33b5F45EcB2aF

Overview

ETH Balance

0.000003999999704236 ETH

Multichain Info

N/A
Transaction Hash
Method
Block
From
To
Transfer104890322024-05-26 17:59:12331 days ago1716746352IN
0x1cFA4194...F45EcB2aF
0.000004 ETH0.000000020.00100075

Latest 25 internal transactions (View All)

Parent Transaction Hash Block From To
127205782024-07-17 9:44:04280 days ago1721209444
0x1cFA4194...F45EcB2aF
27 wei
127203402024-07-17 9:36:08280 days ago1721208968
0x1cFA4194...F45EcB2aF
27 wei
127163122024-07-17 7:21:52280 days ago1721200912
0x1cFA4194...F45EcB2aF
27 wei
127143422024-07-17 6:16:12280 days ago1721196972
0x1cFA4194...F45EcB2aF
27 wei
127139792024-07-17 6:04:06280 days ago1721196246
0x1cFA4194...F45EcB2aF
27 wei
127097232024-07-17 3:42:14280 days ago1721187734
0x1cFA4194...F45EcB2aF
27 wei
127074552024-07-17 2:26:38280 days ago1721183198
0x1cFA4194...F45EcB2aF
27 wei
126725152024-07-16 7:01:58281 days ago1721113318
0x1cFA4194...F45EcB2aF
27 wei
126719782024-07-16 6:44:04281 days ago1721112244
0x1cFA4194...F45EcB2aF
27 wei
126710102024-07-16 6:11:48281 days ago1721110308
0x1cFA4194...F45EcB2aF
27 wei
126708062024-07-16 6:05:00281 days ago1721109900
0x1cFA4194...F45EcB2aF
27 wei
126705902024-07-16 5:57:48281 days ago1721109468
0x1cFA4194...F45EcB2aF
27 wei
126705022024-07-16 5:54:52281 days ago1721109292
0x1cFA4194...F45EcB2aF
27 wei
126699162024-07-16 5:35:20281 days ago1721108120
0x1cFA4194...F45EcB2aF
27 wei
126696692024-07-16 5:27:06281 days ago1721107626
0x1cFA4194...F45EcB2aF
27 wei
126686772024-07-16 4:54:02281 days ago1721105642
0x1cFA4194...F45EcB2aF
27 wei
126656732024-07-16 3:13:54281 days ago1721099634
0x1cFA4194...F45EcB2aF
27 wei
126643172024-07-16 2:28:42281 days ago1721096922
0x1cFA4194...F45EcB2aF
27 wei
126640052024-07-16 2:18:18281 days ago1721096298
0x1cFA4194...F45EcB2aF
27 wei
126638182024-07-16 2:12:04281 days ago1721095924
0x1cFA4194...F45EcB2aF
27 wei
126630722024-07-16 1:47:12281 days ago1721094432
0x1cFA4194...F45EcB2aF
27 wei
126624892024-07-16 1:27:46281 days ago1721093266
0x1cFA4194...F45EcB2aF
27 wei
126610782024-07-16 0:40:44281 days ago1721090444
0x1cFA4194...F45EcB2aF
27 wei
126607032024-07-16 0:28:14281 days ago1721089694
0x1cFA4194...F45EcB2aF
27 wei
126605122024-07-16 0:21:52281 days ago1721089312
0x1cFA4194...F45EcB2aF
27 wei
View All Internal Transactions

Loading...
Loading

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

Contract Name:
Proxy

Compiler Version
v0.8.17+commit.8df45f5f

Optimization Enabled:
Yes with 800 runs

Other Settings:
default evmVersion

Contract Source Code (Solidity Standard Json-Input format)

File 1 of 1 : Proxy.sol
// SPDX-License-Identifier: MIT
pragma solidity 0.8.17;

/**
 * @title Proxy // This is the user's Smart Account
 * @notice Basic proxy that delegates all calls to a fixed implementation contract.
 * @dev    Implementation address is stored in the slot defined by the Proxy's address
 */
contract Proxy {
    constructor(address _implementation) {
        require(
            _implementation != address(0),
            "Invalid implementation address"
        );
        assembly {
            sstore(address(), _implementation)
        }
    }

    fallback() external payable {
        address target;
        assembly {
            target := sload(address())
            calldatacopy(0, 0, calldatasize())
            let result := delegatecall(gas(), target, 0, calldatasize(), 0, 0)
            returndatacopy(0, 0, returndatasize())
            switch result
            case 0 {
                revert(0, returndatasize())
            }
            default {
                return(0, returndatasize())
            }
        }
    }
}

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

Contract ABI

API
[{"inputs":[{"internalType":"address","name":"_implementation","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"stateMutability":"payable","type":"fallback"}]

Deployed Bytecode

0x608060405230546000808092368280378136915af43d82803e156020573d90f35b3d90fdfea2646970667358221220a03b18dce0be0b4c9afe58a9eb85c35205e2cf087da098bbf1d23945bf89496064736f6c63430008110033

Block Transaction Difficulty Gas Used Reward
View All Blocks Produced

Block Uncle Number Difficulty Gas Used Reward
View All Uncles
Loading...
Loading
Loading...
Loading

Validator Index Block Amount
View All Withdrawals

Transaction Hash Block Value Eth2 PubKey Valid
View All Deposits
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.