Base Sepolia Testnet

Contract

0x3A1F80AA4E6229983288008fC56316F7B1626Df2

Overview

ETH Balance

0.03992399999908929 ETH

Multichain Info

N/A
Transaction Hash
Method
Block
From
To
Transfer102728472024-05-21 17:53:02336 days ago1716313982IN
0x3A1F80AA...7B1626Df2
0.04 ETH0.000000020.00138512

Latest 25 internal transactions (View All)

Parent Transaction Hash Block From To
127157882024-07-17 7:04:24280 days ago1721199864
0x3A1F80AA...7B1626Df2
27 wei
127156402024-07-17 6:59:28280 days ago1721199568
0x3A1F80AA...7B1626Df2
27 wei
127143772024-07-17 6:17:22280 days ago1721197042
0x3A1F80AA...7B1626Df2
27 wei
127129972024-07-17 5:31:22280 days ago1721194282
0x3A1F80AA...7B1626Df2
27 wei
127128332024-07-17 5:25:54280 days ago1721193954
0x3A1F80AA...7B1626Df2
27 wei
127102832024-07-17 4:00:54280 days ago1721188854
0x3A1F80AA...7B1626Df2
27 wei
127101402024-07-17 3:56:08280 days ago1721188568
0x3A1F80AA...7B1626Df2
27 wei
127051842024-07-17 1:10:56280 days ago1721178656
0x3A1F80AA...7B1626Df2
27 wei
127005142024-07-16 22:35:16280 days ago1721169316
0x3A1F80AA...7B1626Df2
27 wei
126991712024-07-16 21:50:30280 days ago1721166630
0x3A1F80AA...7B1626Df2
27 wei
126986322024-07-16 21:32:32280 days ago1721165552
0x3A1F80AA...7B1626Df2
27 wei
126983562024-07-16 21:23:20280 days ago1721165000
0x3A1F80AA...7B1626Df2
27 wei
126930492024-07-16 18:26:26280 days ago1721154386
0x3A1F80AA...7B1626Df2
27 wei
126928042024-07-16 18:18:16280 days ago1721153896
0x3A1F80AA...7B1626Df2
27 wei
126890812024-07-16 16:14:10280 days ago1721146450
0x3A1F80AA...7B1626Df2
27 wei
126869742024-07-16 15:03:56280 days ago1721142236
0x3A1F80AA...7B1626Df2
27 wei
126861462024-07-16 14:36:20280 days ago1721140580
0x3A1F80AA...7B1626Df2
27 wei
126818102024-07-16 12:11:48281 days ago1721131908
0x3A1F80AA...7B1626Df2
27 wei
126295752024-07-15 7:10:38282 days ago1721027438
0x3A1F80AA...7B1626Df2
27 wei
126291082024-07-15 6:55:04282 days ago1721026504
0x3A1F80AA...7B1626Df2
27 wei
126279222024-07-15 6:15:32282 days ago1721024132
0x3A1F80AA...7B1626Df2
27 wei
126270442024-07-15 5:46:16282 days ago1721022376
0x3A1F80AA...7B1626Df2
27 wei
126263012024-07-15 5:21:30282 days ago1721020890
0x3A1F80AA...7B1626Df2
27 wei
126246862024-07-15 4:27:40282 days ago1721017660
0x3A1F80AA...7B1626Df2
27 wei
126221982024-07-15 3:04:44282 days ago1721012684
0x3A1F80AA...7B1626Df2
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.