// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.6.0) (proxy/ERC1967/ERC1967Proxy.sol)
pragma solidity ^0.8.22;
import {Proxy} from "../Proxy.sol";
import {ERC1967Utils} from "./ERC1967Utils.sol";
/**
* @dev This contract implements an upgradeable proxy. It is upgradeable because calls are delegated to an
* implementation address that can be changed. This address is stored in storage in the location specified by
* https://eips.ethereum.org/EIPS/eip-1967[ERC-1967], so that it doesn't conflict with the storage layout of the
* implementation behind the proxy.
*/
contract ERC1967Proxy is Proxy {
/**
* @dev The proxy is left uninitialized.
*/
error ERC1967ProxyUninitialized();
/**
* @dev Initializes the upgradeable proxy with an initial implementation specified by `implementation`.
*
* Provided `_data` is passed in a delegate call to `implementation`. This will typically be an encoded function
* call, and allows initializing the storage of the proxy like a Solidity constructor. By default construction
* will fail if `_data` is empty. This behavior can be overridden using a custom {_unsafeAllowUninitialized} that
* returns true. In that case, empty `_data` is ignored and no delegate call to the implementation is performed
* during construction.
*
* Requirements:
*
* - If `data` is empty, `msg.value` must be zero.
*/
constructor(address implementation, bytes memory _data) payable {
if (!_unsafeAllowUninitialized() && _data.length == 0) {
revert ERC1967ProxyUninitialized();
}
ERC1967Utils.upgradeToAndCall(implementation, _data);
}
/**
* @dev Returns the current implementation address.
*
* TIP: To get this value clients can read directly from the storage slot shown below (specified by ERC-1967) using
* the https://eth.wiki/json-rpc/API#eth_getstorageat[`eth_getStorageAt`] RPC call.
* `0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc`
*/
function _implementation() internal view virtual override returns (address) {
return ERC1967Utils.getImplementation();
}
/**
* @dev Returns whether the proxy can be left uninitialized.
*
* NOTE: Override this function to allow the proxy to be left uninitialized.
* Consider uninitialized proxies might be susceptible to man-in-the-middle threats
* where the proxy is replaced with a malicious one.
*/
function _unsafeAllowUninitialized() internal pure virtual returns (bool) {
return false;
}
}[
{
"type": "constructor",
"inputs": [
{
"name": "implementation",
"type": "address",
"internalType": "address"
},
{
"name": "_data",
"type": "bytes",
"internalType": "bytes"
}
],
"stateMutability": "payable"
},
{
"name": "AddressEmptyCode",
"type": "error",
"inputs": [
{
"name": "target",
"type": "address",
"internalType": "address"
}
]
},
{
"name": "ERC1967InvalidImplementation",
"type": "error",
"inputs": [
{
"name": "implementation",
"type": "address",
"internalType": "address"
}
]
},
{
"name": "ERC1967NonPayable",
"type": "error",
"inputs": []
},
{
"name": "ERC1967ProxyUninitialized",
"type": "error",
"inputs": []
},
{
"name": "FailedCall",
"type": "error",
"inputs": []
},
{
"name": "Upgraded",
"type": "event",
"inputs": [
{
"name": "implementation",
"type": "address",
"indexed": true,
"internalType": "address"
}
],
"anonymous": false
},
{
"type": "fallback",
"stateMutability": "payable"
}
]0x60806040526102a2803803806100148161016e565b9283398101604082820312610156578151916001600160a01b03831690818403610156576020810151906001600160401b038211610156570182601f82011215610156578051906001600160401b03821161015a5761007c601f8301601f191660200161016e565b938285526020838301011161015657815f9260208093018387015e8401015281511561014757823b15610135577f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80546001600160a01b031916821790557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a280511561011e5761010e91610193565b505b604051608290816102208239f35b505034156101105763b398979f60e01b5f5260045ffd5b634c9c8ce360e01b5f5260045260245ffd5b6330a289cf60e21b5f5260045ffd5b5f80fd5b634e487b7160e01b5f52604160045260245ffd5b6040519190601f01601f191682016001600160401b0381118382101761015a57604052565b905f8091602081519101845af4808061020c575b156101c75750506040513d81523d5f602083013e60203d82010160405290565b156101ec57639996b31560e01b5f9081526001600160a01b0391909116600452602490fd5b3d156101fd576040513d5f823e3d90fd5b63d6bda27560e01b5f5260045ffd5b503d1515806101a75750813b15156101a756fe60806040527f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc545f9081906001600160a01b0316368280378136915af43d5f803e156048573d5ff35b3d5ffdfea26469706673582212200e261eb4410673f8ed0e9e5b963002822e27d968edcbf5760c7e8d6056b6153264736f6c634300082300330000000000000000000000000ea1bfc4b85778545dda96da2fd0922b53abeb3c00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000044cd6dc6870000000000000000000000000c0f1f59e1b71739853808148ab112bed27d87d1000000000000000000000000000000000000000000000000000000000000006400000000000000000000000000000000000000000000000000000000
0x60806040527f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc545f9081906001600160a01b0316368280378136915af43d5f803e156048573d5ff35b3d5ffdfea26469706673582212200e261eb4410673f8ed0e9e5b963002822e27d968edcbf5760c7e8d6056b6153264736f6c63430008230033
| Token | Symbol | Balance | Price | Value |
|---|---|---|---|---|
| no token holdings | ||||
| Type | Age | Block | Details |
|---|---|---|---|
| no cross-chain L1↔L2 transactions for this address | |||
| Block | Age | Parent Transaction Hash | Type | Method | From | To | Value | |
|---|---|---|---|---|---|---|---|---|
| no internal transactions found for this address yet (traced blocks + on-demand) | ||||||||
| Txn Hash | Age | Event | Topics / Data |
|---|---|---|---|
| 0xdc4664…2dfeb7 | 13 days agoWed, 05 Aug 2026 02:51:42 UTC | 0xbe728c…190a | [0] 0x000000000000…000000da data: 0x000000000000000000…6a72a53e |
| 0xdc4664…2dfeb7 | 13 days agoWed, 05 Aug 2026 02:51:42 UTC | 0xbf5422…ff21 | [0] 0x000000000000…000000da |
| 0xf8b915…680b90 | 13 days agoWed, 05 Aug 2026 02:51:37 UTC | 0xbe728c…190a | [0] 0x000000000000…000000d9 data: 0x000000000000000000…6a72a539 |
| 0xf8b915…680b90 | 13 days agoWed, 05 Aug 2026 02:51:37 UTC | 0xbf5422…ff21 | [0] 0x000000000000…000000d9 |
| 0xfddd6c…fe7a5f | 13 days agoWed, 05 Aug 2026 02:51:33 UTC | 0xbe728c…190a | [0] 0x000000000000…000000d8 data: 0x000000000000000000…6a72a535 |
| 0xfddd6c…fe7a5f | 13 days agoWed, 05 Aug 2026 02:51:33 UTC | 0xbf5422…ff21 | [0] 0x000000000000…000000d8 |
| 0x7e2b03…31a56a | 13 days agoWed, 05 Aug 2026 02:51:28 UTC | 0xbe728c…190a | [0] 0x000000000000…000000d7 data: 0x000000000000000000…6a72a530 |
| 0x7e2b03…31a56a | 13 days agoWed, 05 Aug 2026 02:51:28 UTC | 0xbf5422…ff21 | [0] 0x000000000000…000000d7 |
| 0xb5442a…d56b5c | 13 days agoWed, 05 Aug 2026 02:51:24 UTC | 0xbe728c…190a | [0] 0x000000000000…000000d6 data: 0x000000000000000000…6a72a52c |
| 0xb5442a…d56b5c | 13 days agoWed, 05 Aug 2026 02:51:24 UTC | 0xbf5422…ff21 | [0] 0x000000000000…000000d6 |
| 0x12f0cb…b55d4f | 13 days agoWed, 05 Aug 2026 02:51:19 UTC | 0xbe728c…190a | [0] 0x000000000000…000000d5 data: 0x000000000000000000…6a72a527 |
| 0x12f0cb…b55d4f | 13 days agoWed, 05 Aug 2026 02:51:19 UTC | 0xbf5422…ff21 | [0] 0x000000000000…000000d5 |
| 0xea2621…c51554 | 13 days agoWed, 05 Aug 2026 02:51:12 UTC | 0xbe728c…190a | [0] 0x000000000000…000000d4 data: 0x000000000000000000…6a72a520 |
| 0xea2621…c51554 | 13 days agoWed, 05 Aug 2026 02:51:12 UTC | 0xbf5422…ff21 | [0] 0x000000000000…000000d4 |
| 0x04d9e0…dd6b43 | 13 days agoWed, 05 Aug 2026 02:50:53 UTC | 0xbe728c…190a | [0] 0x000000000000…000000cc data: 0x000000000000000000…6a72a50d |
| 0x04d9e0…dd6b43 | 13 days agoWed, 05 Aug 2026 02:50:53 UTC | 0xbf5422…ff21 | [0] 0x000000000000…000000cc |
| 0x92031e…f9c2a9 | 13 days agoWed, 05 Aug 2026 02:50:48 UTC | 0xbe728c…190a | [0] 0x000000000000…000000cb data: 0x000000000000000000…6a72a508 |
| 0x92031e…f9c2a9 | 13 days agoWed, 05 Aug 2026 02:50:48 UTC | 0xbf5422…ff21 | [0] 0x000000000000…000000cb |
| 0x3b4c04…cadd1f | 13 days agoWed, 05 Aug 2026 02:50:44 UTC | 0xbe728c…190a | [0] 0x000000000000…000000ca data: 0x000000000000000000…6a72a504 |
| 0x3b4c04…cadd1f | 13 days agoWed, 05 Aug 2026 02:50:44 UTC | 0xbf5422…ff21 | [0] 0x000000000000…000000ca |
| 0xb698f1…84b06a | 13 days agoWed, 05 Aug 2026 02:50:39 UTC | 0xbe728c…190a | [0] 0x000000000000…000000c9 data: 0x000000000000000000…6a72a4ff |
| 0xb698f1…84b06a | 13 days agoWed, 05 Aug 2026 02:50:39 UTC | 0xbf5422…ff21 | [0] 0x000000000000…000000c9 |
| 0x18830c…2f9b24 | 13 days agoWed, 05 Aug 2026 02:50:34 UTC | 0xbe728c…190a | [0] 0x000000000000…000000c8 data: 0x000000000000000000…6a72a4fa |
| 0x18830c…2f9b24 | 13 days agoWed, 05 Aug 2026 02:50:34 UTC | 0xbf5422…ff21 | [0] 0x000000000000…000000c8 |
| 0xeda915…53f779 | 13 days agoWed, 05 Aug 2026 02:50:29 UTC | 0xbe728c…190a | [0] 0x000000000000…000000c7 data: 0x000000000000000000…6a72a4f5 |
| Transaction Hash | Method | Block | Age | From | To | Type | Item | ||
|---|---|---|---|---|---|---|---|---|---|
| no NFT transfers for this address yet | |||||||||
| Transaction Hash | Method ? | Block | Age | From | To | Amount | Txn Fee ? | ||
|---|---|---|---|---|---|---|---|---|---|
| 0xdc4664…2dfeb7 | 0x68e758a4 | 28,140,764 | 13 days agoWed, 05 Aug 2026 02:51:42 UTC | 0x0c0f…87d1 | IN | ERC1967Proxy | $0.000 ETH | 0.00000665 | |
| 0xf8b915…680b90 | 0x68e758a4 | 28,140,719 | 13 days agoWed, 05 Aug 2026 02:51:37 UTC | 0x0c0f…87d1 | IN | ERC1967Proxy | $0.000 ETH | 0.00000638 | |
| 0xfddd6c…fe7a5f | 0x68e758a4 | 28,140,673 | 13 days agoWed, 05 Aug 2026 02:51:33 UTC | 0x0c0f…87d1 | IN | ERC1967Proxy | $0.000 ETH | 0.00000665 | |
| 0x7e2b03…31a56a | 0x68e758a4 | 28,140,629 | 13 days agoWed, 05 Aug 2026 02:51:28 UTC | 0x0c0f…87d1 | IN | ERC1967Proxy | $0.000 ETH | 0.00000662 | |
| 0xb5442a…d56b5c | 0x68e758a4 | 28,140,584 | 13 days agoWed, 05 Aug 2026 02:51:24 UTC | 0x0c0f…87d1 | IN | ERC1967Proxy | $0.000 ETH | 0.00000664 | |
| 0x12f0cb…b55d4f | 0x68e758a4 | 28,140,539 | 13 days agoWed, 05 Aug 2026 02:51:19 UTC | 0x0c0f…87d1 | IN | ERC1967Proxy | $0.000 ETH | 0.00000668 | |
| 0xea2621…c51554 | 0x68e758a4 | 28,140,467 | 13 days agoWed, 05 Aug 2026 02:51:12 UTC | 0x0c0f…87d1 | IN | ERC1967Proxy | $0.000 ETH | 0.00000788 | |
| 0x04d9e0…dd6b43 | 0x68e758a4 | 28,140,279 | 13 days agoWed, 05 Aug 2026 02:50:53 UTC | 0x0c0f…87d1 | IN | ERC1967Proxy | $0.000 ETH | 0.00000682 | |
| 0x92031e…f9c2a9 | 0x68e758a4 | 28,140,231 | 13 days agoWed, 05 Aug 2026 02:50:48 UTC | 0x0c0f…87d1 | IN | ERC1967Proxy | $0.000 ETH | 0.00000653 | |
| 0x3b4c04…cadd1f | 0x68e758a4 | 28,140,185 | 13 days agoWed, 05 Aug 2026 02:50:44 UTC | 0x0c0f…87d1 | IN | ERC1967Proxy | $0.000 ETH | 0.00000680 | |
| 0xb698f1…84b06a | 0x68e758a4 | 28,140,139 | 13 days agoWed, 05 Aug 2026 02:50:39 UTC | 0x0c0f…87d1 | IN | ERC1967Proxy | $0.000 ETH | 0.00000670 | |
| 0x18830c…2f9b24 | 0x68e758a4 | 28,140,094 | 13 days agoWed, 05 Aug 2026 02:50:34 UTC | 0x0c0f…87d1 | IN | ERC1967Proxy | $0.000 ETH | 0.00000675 | |
| 0xeda915…53f779 | 0x68e758a4 | 28,140,045 | 13 days agoWed, 05 Aug 2026 02:50:29 UTC | 0x0c0f…87d1 | IN | ERC1967Proxy | $0.000 ETH | 0.00000677 | |
| 0x731990…755615 | 0x68e758a4 | 28,139,983 | 13 days agoWed, 05 Aug 2026 02:50:25 UTC | 0x0c0f…87d1 | IN | ERC1967Proxy | $0.000 ETH | 0.00000815 | |
| 0x6dbc6c…09c362 | 0x91db790d | 27,913,916 | 13 days agoTue, 04 Aug 2026 20:32:38 UTC | 0x0c0f…87d1 | IN | ERC1967Proxy | $0.000 ETH | 0.00001576 | |
| 0x988047…47ce3b | 0x91db790d | 27,913,868 | 13 days agoTue, 04 Aug 2026 20:32:34 UTC | 0x0c0f…87d1 | IN | ERC1967Proxy | $0.000 ETH | 0.00001487 | |
| 0xe7f513…632acc | 0x91db790d | 27,913,836 | 13 days agoTue, 04 Aug 2026 20:32:31 UTC | 0x0c0f…87d1 | IN | ERC1967Proxy | $0.000 ETH | 0.00001480 | |
| 0xf0dfeb…6d4d75 | 0x91db790d | 27,913,804 | 13 days agoTue, 04 Aug 2026 20:32:28 UTC | 0x0c0f…87d1 | IN | ERC1967Proxy | $0.000 ETH | 0.00001404 | |
| 0xb245fa…438e9e | 0x91db790d | 27,913,773 | 13 days agoTue, 04 Aug 2026 20:32:25 UTC | 0x0c0f…87d1 | IN | ERC1967Proxy | $0.000 ETH | 0.00001471 | |
| 0x6ae329…6c7b76 | 0x91db790d | 27,913,738 | 13 days agoTue, 04 Aug 2026 20:32:21 UTC | 0x0c0f…87d1 | IN | ERC1967Proxy | $0.000 ETH | 0.00001482 | |
| 0x478f42…fc42a0 | 0x91db790d | 27,913,706 | 13 days agoTue, 04 Aug 2026 20:32:18 UTC | 0x0c0f…87d1 | IN | ERC1967Proxy | $0.000 ETH | 0.00001479 | |
| 0x5c0471…c263a2 | 0x68e758a4 | 27,913,674 | 13 days agoTue, 04 Aug 2026 20:32:15 UTC | 0x0c0f…87d1 | IN | ERC1967Proxy | $0.000 ETH | 0.00000665 | |
| 0x2c8359…8bc3fc | 0x68e758a4 | 27,913,643 | 13 days agoTue, 04 Aug 2026 20:32:12 UTC | 0x0c0f…87d1 | IN | ERC1967Proxy | $0.000 ETH | 0.00000634 | |
| 0x0865c7…8c4cfe | 0x68e758a4 | 27,913,612 | 13 days agoTue, 04 Aug 2026 20:32:09 UTC | 0x0c0f…87d1 | IN | ERC1967Proxy | $0.000 ETH | 0.00000681 | |
| 0xcdb3fb…c535e4 | 0x68e758a4 | 27,913,582 | 13 days agoTue, 04 Aug 2026 20:32:05 UTC | 0x0c0f…87d1 | IN | ERC1967Proxy | $0.000 ETH | 0.00000687 |
| Transaction Hash | Method | Block | Age | From | To | Amount | Token | ||
|---|---|---|---|---|---|---|---|---|---|
| 0x6dbc6c92…09c362 | Transfer | 27,913,916 | 13 days agoTue, 04 Aug 2026 20:32:38 UTC | 0x5d5f…3c25 | OUT | 0x2a00…2d60 | 0.005 WETH | WETH (WETH) | |
| 0x6dbc6c92…09c362 | Transfer | 27,913,916 | 13 days agoTue, 04 Aug 2026 20:32:38 UTC | 0x0c0f…87d1 | IN | 0x5d5f…3c25 | 0.005 WETH | WETH (WETH) | |
| 0x9880475a…47ce3b | Transfer | 27,913,868 | 13 days agoTue, 04 Aug 2026 20:32:34 UTC | 0x5d5f…3c25 | OUT | 0x2a00…2d60 | 0.005 WETH | WETH (WETH) | |
| 0x9880475a…47ce3b | Transfer | 27,913,868 | 13 days agoTue, 04 Aug 2026 20:32:34 UTC | 0x0c0f…87d1 | IN | 0x5d5f…3c25 | 0.005 WETH | WETH (WETH) | |
| 0xe7f513b1…632acc | Transfer | 27,913,836 | 13 days agoTue, 04 Aug 2026 20:32:31 UTC | 0x5d5f…3c25 | OUT | 0x2a00…2d60 | 0.005 WETH | WETH (WETH) | |
| 0xe7f513b1…632acc | Transfer | 27,913,836 | 13 days agoTue, 04 Aug 2026 20:32:31 UTC | 0x0c0f…87d1 | IN | 0x5d5f…3c25 | 0.005 WETH | WETH (WETH) | |
| 0xf0dfebb5…6d4d75 | Transfer | 27,913,804 | 13 days agoTue, 04 Aug 2026 20:32:28 UTC | 0x5d5f…3c25 | OUT | 0x2a00…2d60 | 0.005 WETH | WETH (WETH) | |
| 0xf0dfebb5…6d4d75 | Transfer | 27,913,804 | 13 days agoTue, 04 Aug 2026 20:32:28 UTC | 0x0c0f…87d1 | IN | 0x5d5f…3c25 | 0.005 WETH | WETH (WETH) | |
| 0xb245facb…438e9e | Transfer | 27,913,773 | 13 days agoTue, 04 Aug 2026 20:32:25 UTC | 0x5d5f…3c25 | OUT | 0x2a00…2d60 | 0.005 WETH | WETH (WETH) | |
| 0xb245facb…438e9e | Transfer | 27,913,773 | 13 days agoTue, 04 Aug 2026 20:32:25 UTC | 0x0c0f…87d1 | IN | 0x5d5f…3c25 | 0.005 WETH | WETH (WETH) | |
| 0x6ae329f1…6c7b76 | Transfer | 27,913,738 | 13 days agoTue, 04 Aug 2026 20:32:21 UTC | 0x5d5f…3c25 | OUT | 0x2a00…2d60 | 0.005 WETH | WETH (WETH) | |
| 0x6ae329f1…6c7b76 | Transfer | 27,913,738 | 13 days agoTue, 04 Aug 2026 20:32:21 UTC | 0x0c0f…87d1 | IN | 0x5d5f…3c25 | 0.005 WETH | WETH (WETH) | |
| 0x478f427b…fc42a0 | Transfer | 27,913,706 | 13 days agoTue, 04 Aug 2026 20:32:18 UTC | 0x5d5f…3c25 | OUT | 0x2a00…2d60 | 0.005 WETH | WETH (WETH) | |
| 0x478f427b…fc42a0 | Transfer | 27,913,706 | 13 days agoTue, 04 Aug 2026 20:32:18 UTC | 0x0c0f…87d1 | IN | 0x5d5f…3c25 | 0.005 WETH | WETH (WETH) | |
| 0x6ffe53d7…2be4db | Transfer | 27,913,218 | 13 days agoTue, 04 Aug 2026 20:31:29 UTC | 0x5d5f…3c25 | OUT | 0x2a00…2d60 | 0.005 WETH | WETH (WETH) | |
| 0x6ffe53d7…2be4db | Transfer | 27,913,218 | 13 days agoTue, 04 Aug 2026 20:31:29 UTC | 0x0c0f…87d1 | IN | 0x5d5f…3c25 | 0.005 WETH | WETH (WETH) | |
| 0x02255235…1dbca6 | Transfer | 27,913,186 | 13 days agoTue, 04 Aug 2026 20:31:26 UTC | 0x5d5f…3c25 | OUT | 0x2a00…2d60 | 0.005 WETH | WETH (WETH) | |
| 0x02255235…1dbca6 | Transfer | 27,913,186 | 13 days agoTue, 04 Aug 2026 20:31:26 UTC | 0x0c0f…87d1 | IN | 0x5d5f…3c25 | 0.005 WETH | WETH (WETH) | |
| 0xef949e34…12a854 | Transfer | 27,913,151 | 13 days agoTue, 04 Aug 2026 20:31:22 UTC | 0x5d5f…3c25 | OUT | 0x2a00…2d60 | 0.005 WETH | WETH (WETH) | |
| 0xef949e34…12a854 | Transfer | 27,913,151 | 13 days agoTue, 04 Aug 2026 20:31:22 UTC | 0x0c0f…87d1 | IN | 0x5d5f…3c25 | 0.005 WETH | WETH (WETH) | |
| 0x970acda2…6d7929 | Transfer | 27,913,119 | 13 days agoTue, 04 Aug 2026 20:31:19 UTC | 0x5d5f…3c25 | OUT | 0x2a00…2d60 | 0.005 WETH | WETH (WETH) | |
| 0x970acda2…6d7929 | Transfer | 27,913,119 | 13 days agoTue, 04 Aug 2026 20:31:19 UTC | 0x0c0f…87d1 | IN | 0x5d5f…3c25 | 0.005 WETH | WETH (WETH) | |
| 0x3e9a38c4…827268 | Transfer | 27,913,087 | 13 days agoTue, 04 Aug 2026 20:31:16 UTC | 0x5d5f…3c25 | OUT | 0x2a00…2d60 | 0.005 WETH | WETH (WETH) | |
| 0x3e9a38c4…827268 | Transfer | 27,913,087 | 13 days agoTue, 04 Aug 2026 20:31:16 UTC | 0x0c0f…87d1 | IN | 0x5d5f…3c25 | 0.005 WETH | WETH (WETH) | |
| 0xe5a1fbff…145f53 | Transfer | 27,913,056 | 13 days agoTue, 04 Aug 2026 20:31:13 UTC | 0x5d5f…3c25 | OUT | 0x2a00…2d60 | 0.005 WETH | WETH (WETH) |