Base Sepolia Testnet

Contract

0x662D520E3Ff42232F4Cd948d731CD529426c1EC1

Overview

ETH Balance

0.146954067424811225 ETH

Token Holdings

Multichain Info

N/A
Transaction Hash
Method
Block
From
To
Transfer116607842024-06-22 20:57:36304 days ago1719089856IN
0x662D520E...9426c1EC1
1 ETH0.000000020.00097027

Latest 25 internal transactions (View All)

Parent Transaction Hash Block From To
135592992024-08-05 19:41:26260 days ago1722886886
0x662D520E...9426c1EC1
0.00029999 ETH
135256362024-08-05 0:59:20261 days ago1722819560
0x662D520E...9426c1EC1
0.0003 ETH
135256352024-08-05 0:59:18261 days ago1722819558
0x662D520E...9426c1EC1
0.0003 ETH
135256242024-08-05 0:58:56261 days ago1722819536
0x662D520E...9426c1EC1
0.00029999 ETH
135256232024-08-05 0:58:54261 days ago1722819534
0x662D520E...9426c1EC1
0.00029999 ETH
135124262024-08-04 17:39:00261 days ago1722793140
0x662D520E...9426c1EC1
0.00029999 ETH
134671942024-08-03 16:31:16262 days ago1722702676
0x662D520E...9426c1EC1
0.00029999 ETH
134073282024-08-02 7:15:44264 days ago1722582944
0x662D520E...9426c1EC1
0.00029999 ETH
133605582024-08-01 5:16:44265 days ago1722489404
0x662D520E...9426c1EC1
0.0003 ETH
133605422024-08-01 5:16:12265 days ago1722489372
0x662D520E...9426c1EC1
0.00029999 ETH
133391212024-07-31 17:22:10265 days ago1722446530
0x662D520E...9426c1EC1
0.00277777 ETH
133388632024-07-31 17:13:34265 days ago1722446014
0x662D520E...9426c1EC1
0.0003 ETH
133388372024-07-31 17:12:42265 days ago1722445962
0x662D520E...9426c1EC1
0.0003 ETH
133388372024-07-31 17:12:42265 days ago1722445962
0x662D520E...9426c1EC1
0.0003 ETH
133388372024-07-31 17:12:42265 days ago1722445962
0x662D520E...9426c1EC1
0.0003 ETH
133388122024-07-31 17:11:52265 days ago1722445912
0x662D520E...9426c1EC1
0.0003 ETH
133387952024-07-31 17:11:18265 days ago1722445878
0x662D520E...9426c1EC1
0.0003 ETH
133386962024-07-31 17:08:00265 days ago1722445680
0x662D520E...9426c1EC1
0.0003 ETH
133386782024-07-31 17:07:24265 days ago1722445644
0x662D520E...9426c1EC1
0.00029999 ETH
132928952024-07-30 15:41:18266 days ago1722354078
0x662D520E...9426c1EC1
0.0003 ETH
132919462024-07-30 15:09:40266 days ago1722352180
0x662D520E...9426c1EC1
0.00029999 ETH
132443002024-07-29 12:41:28267 days ago1722256888
0x662D520E...9426c1EC1
0.0003 ETH
132442582024-07-29 12:40:04267 days ago1722256804
0x662D520E...9426c1EC1
0.00029999 ETH
132037552024-07-28 14:09:58268 days ago1722175798
0x662D520E...9426c1EC1
0.0003 ETH
132037292024-07-28 14:09:06268 days ago1722175746
0x662D520E...9426c1EC1
0.0003 ETH
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.