Base Sepolia Testnet

Contract

0x5700aDb95006e1C943Cdc5e12bc9e390C3F85AeE

Overview

ETH Balance

0.036069999998923515 ETH

Multichain Info

N/A
Transaction Hash
Method
Block
From
To
Transfer102735022024-05-21 18:14:52336 days ago1716315292IN
0x5700aDb9...0C3F85AeE
0.04 ETH0.000000040.00197958

Latest 25 internal transactions (View All)

Parent Transaction Hash Block From To
127254042024-07-17 12:24:56280 days ago1721219096
0x5700aDb9...0C3F85AeE
27 wei
127203052024-07-17 9:34:58280 days ago1721208898
0x5700aDb9...0C3F85AeE
27 wei
127134812024-07-17 5:47:30280 days ago1721195250
0x5700aDb9...0C3F85AeE
27 wei
127107132024-07-17 4:15:14280 days ago1721189714
0x5700aDb9...0C3F85AeE
27 wei
127103272024-07-17 4:02:22280 days ago1721188942
0x5700aDb9...0C3F85AeE
27 wei
127100032024-07-17 3:51:34280 days ago1721188294
0x5700aDb9...0C3F85AeE
27 wei
127098572024-07-17 3:46:42280 days ago1721188002
0x5700aDb9...0C3F85AeE
27 wei
127096892024-07-17 3:41:06280 days ago1721187666
0x5700aDb9...0C3F85AeE
27 wei
127092152024-07-17 3:25:18280 days ago1721186718
0x5700aDb9...0C3F85AeE
27 wei
127063752024-07-17 1:50:38280 days ago1721181038
0x5700aDb9...0C3F85AeE
27 wei
127060602024-07-17 1:40:08280 days ago1721180408
0x5700aDb9...0C3F85AeE
27 wei
127044422024-07-17 0:46:12280 days ago1721177172
0x5700aDb9...0C3F85AeE
27 wei
127033032024-07-17 0:08:14280 days ago1721174894
0x5700aDb9...0C3F85AeE
27 wei
127014702024-07-16 23:07:08280 days ago1721171228
0x5700aDb9...0C3F85AeE
27 wei
127009092024-07-16 22:48:26280 days ago1721170106
0x5700aDb9...0C3F85AeE
27 wei
127005012024-07-16 22:34:50280 days ago1721169290
0x5700aDb9...0C3F85AeE
27 wei
126971902024-07-16 20:44:28280 days ago1721162668
0x5700aDb9...0C3F85AeE
27 wei
126964032024-07-16 20:18:14280 days ago1721161094
0x5700aDb9...0C3F85AeE
27 wei
126954962024-07-16 19:48:00280 days ago1721159280
0x5700aDb9...0C3F85AeE
27 wei
126949902024-07-16 19:31:08280 days ago1721158268
0x5700aDb9...0C3F85AeE
27 wei
126947362024-07-16 19:22:40280 days ago1721157760
0x5700aDb9...0C3F85AeE
27 wei
126938412024-07-16 18:52:50280 days ago1721155970
0x5700aDb9...0C3F85AeE
27 wei
126937112024-07-16 18:48:30280 days ago1721155710
0x5700aDb9...0C3F85AeE
27 wei
126925482024-07-16 18:09:44280 days ago1721153384
0x5700aDb9...0C3F85AeE
27 wei
126921462024-07-16 17:56:20280 days ago1721152580
0x5700aDb9...0C3F85AeE
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.