// 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"
}
]0x60406080815261028f803803806100158161018c565b928339810182828203126101745781516001600160a01b038116928382036101745760208181015190916001600160401b039190828211610174570184601f8201121561017457805191821161017857610077601f8301601f1916840161018c565b94828652838383010111610174575f5b828110610161575050905f918401015281511561015057803b15610138577f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80546001600160a01b031916841790558351927fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a281511561011c5761010e92506101b1565b505b51604c90816102438239f35b5050346101295750610110565b63b398979f60e01b8152600490fd5b8351634c9c8ce360e01b815260048101849052602490fd5b83516330a289cf60e21b8152600490fd5b8181018401518682018501528301610087565b5f80fd5b634e487b7160e01b5f52604160045260245ffd5b6040519190601f01601f191682016001600160401b0381118382101761017857604052565b905f8091602081519101845af4808061022f575b156101e55750506040513d81523d5f602083013e60203d82010160405290565b1561020c57604051639996b31560e01b81526001600160a01b039091166004820152602490fd5b3d1561021d576040513d5f823e3d90fd5b60405163d6bda27560e01b8152600490fd5b503d1515806101c55750813b15156101c556fe60806040527f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc545f9081906001600160a01b0316368280378136915af43d5f803e156048573d5ff35b3d5ffd0000000000000000000000003eab2a293e4c2aa1ac14e76a1e363f3bf7cc52a1000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000001640ee7453b0000000000000000000000007710a8acc606198440a5a1e440432aff992db08a0000000000000000000000005664c79313f9f8f30e70d77721f0d557e04e730a0000000000000000000000005664c79313f9f8f30e70d77721f0d557e04e730a000000000000000000000000000000000000000000000000000000000002a3000000000000000000000000000000000000000000000000000000000000093a80000000000000000000000000000000000000000000000000002386f26fc1000000000000000000000000000000000000000000000000000000b1a2bc2ec50000000000000000000000000000000000000000000000000000016345785d8a0000000000000000000000000000000000000000000000000000000000000000006400000000000000000000000000000000000000000000000000000000000001f400000000000000000000000000000000000000000000000000000000000003e800000000000000000000000000000000000000000000000000000000
0x60806040527f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc545f9081906001600160a01b0316368280378136915af43d5f803e156048573d5ff35b3d5ffd
| Token | Symbol | Balance | Price | Value |
|---|---|---|---|---|
| no token holdings | ||||
| Transaction Hash | Method | Block | Age | From | To | Amount | Token | ||
|---|---|---|---|---|---|---|---|---|---|
| no token transfers for this address yet | |||||||||
| Type | Age | Block | Details |
|---|---|---|---|
| no cross-chain L1↔L2 transactions for this address | |||
| Transaction Hash | Method | Block | Age | From | To | Type | Item | ||
|---|---|---|---|---|---|---|---|---|---|
| no NFT transfers for this address yet | |||||||||
| Txn Hash | Age | Event | Topics / Data |
|---|---|---|---|
| 0x92f7ff…38ccbb | 29 mins agoTue, 18 Aug 2026 08:23:14 UTC | 0x1a8ecb…58ed | [0] 0x000000000000…00001829 [1] 0x000000000000…bcad4c8c [2] 0x000000000000…00000001 data: 0x000000000000000000…5d8a0000 |
| 0x92f7ff…38ccbb | 29 mins agoTue, 18 Aug 2026 08:23:14 UTC | 0x93ca82…7e93 | [0] 0x000000000000…00001829 [1] 0x000000000000…bcad4c8c data: 0x000000000000000000…56cb8a81 |
| 0x5b9d2d…5a6ce5 | 40 mins agoTue, 18 Aug 2026 08:12:38 UTC | 0x1a8ecb…58ed | [0] 0x000000000000…00001894 [1] 0x000000000000…faa5554e [2] 0x000000000000…00000001 data: 0x000000000000000000…6fc10000 |
| 0x5b9d2d…5a6ce5 | 40 mins agoTue, 18 Aug 2026 08:12:38 UTC | 0x93ca82…7e93 | [0] 0x000000000000…00001894 [1] 0x000000000000…faa5554e data: 0x000000000000000000…1c637036 |
| 0xe86a5f…cadb5f | 51 mins agoTue, 18 Aug 2026 08:01:20 UTC | 0x1a8ecb…58ed | [0] 0x000000000000…0000252a [1] 0x000000000000…72f13750 [2] 0x000000000000…00000001 data: 0x000000000000000000…6fc10000 |
| 0xe86a5f…cadb5f | 51 mins agoTue, 18 Aug 2026 08:01:20 UTC | 0x93ca82…7e93 | [0] 0x000000000000…0000252a [1] 0x000000000000…72f13750 data: 0x000000000000000000…9b092607 |
| 0xe577d2…a52ec4 | 55 mins agoTue, 18 Aug 2026 07:57:57 UTC | 0x1a8ecb…58ed | [0] 0x000000000000…0000119f [1] 0x000000000000…72f13750 [2] 0x000000000000…00000001 data: 0x000000000000000000…6fc10000 |
| 0xe577d2…a52ec4 | 55 mins agoTue, 18 Aug 2026 07:57:57 UTC | 0x93ca82…7e93 | [0] 0x000000000000…0000119f [1] 0x000000000000…72f13750 data: 0x000000000000000000…9ce6d4af |
| 0x720096…fde511 | 1 hr agoTue, 18 Aug 2026 07:37:33 UTC | 0x1a8ecb…58ed | [0] 0x000000000000…00001a00 [1] 0x000000000000…c65f1196 [2] 0x000000000000…00000001 data: 0x000000000000000000…6fc10000 |
| 0x720096…fde511 | 1 hr agoTue, 18 Aug 2026 07:37:33 UTC | 0x93ca82…7e93 | [0] 0x000000000000…00001a00 [1] 0x000000000000…c65f1196 data: 0x000000000000000000…a3f14789 |
| 0x5e94ad…5f5bfa | 1 hr agoTue, 18 Aug 2026 07:37:32 UTC | 0x1a8ecb…58ed | [0] 0x000000000000…0000181b [1] 0x000000000000…bcad4c8c [2] 0x000000000000…00000001 data: 0x000000000000000000…5d8a0000 |
| 0x5e94ad…5f5bfa | 1 hr agoTue, 18 Aug 2026 07:37:32 UTC | 0x93ca82…7e93 | [0] 0x000000000000…0000181b [1] 0x000000000000…bcad4c8c data: 0x000000000000000000…a2f8c612 |
| 0x58a1c8…5259f8 | 2 hrs agoTue, 18 Aug 2026 06:47:22 UTC | 0x1a8ecb…58ed | [0] 0x000000000000…00001cbb [1] 0x000000000000…d93910ae [2] 0x000000000000…00000001 data: 0x000000000000000000…5d8a0000 |
| 0x58a1c8…5259f8 | 2 hrs agoTue, 18 Aug 2026 06:47:22 UTC | 0x93ca82…7e93 | [0] 0x000000000000…00001cbb [1] 0x000000000000…d93910ae data: 0x000000000000000000…ccadca3d |
| 0x2ab8da…fa369a | 2 hrs agoTue, 18 Aug 2026 06:40:39 UTC | 0x1a8ecb…58ed | [0] 0x000000000000…000012cf [1] 0x000000000000…a6164a28 [2] 0x000000000000…00000001 data: 0x000000000000000000…6fc10000 |
| 0x2ab8da…fa369a | 2 hrs agoTue, 18 Aug 2026 06:40:39 UTC | 0x93ca82…7e93 | [0] 0x000000000000…000012cf [1] 0x000000000000…a6164a28 data: 0x000000000000000000…f0568537 |
| 0x8c84ff…d62290 | 2 hrs agoTue, 18 Aug 2026 06:31:49 UTC | 0x1a8ecb…58ed | [0] 0x000000000000…00000e0b [1] 0x000000000000…d93910ae [2] 0x000000000000…00000001 data: 0x000000000000000000…5d8a0000 |
| 0x8c84ff…d62290 | 2 hrs agoTue, 18 Aug 2026 06:31:49 UTC | 0x93ca82…7e93 | [0] 0x000000000000…00000e0b [1] 0x000000000000…d93910ae data: 0x000000000000000000…2c5223a9 |
| 0x8cb293…da1051 | 2 hrs agoTue, 18 Aug 2026 06:26:12 UTC | 0x1a8ecb…58ed | [0] 0x000000000000…0000116a [1] 0x000000000000…faa5554e [2] 0x000000000000…00000001 data: 0x000000000000000000…6fc10000 |
| 0x8cb293…da1051 | 2 hrs agoTue, 18 Aug 2026 06:26:12 UTC | 0x93ca82…7e93 | [0] 0x000000000000…0000116a [1] 0x000000000000…faa5554e data: 0x000000000000000000…cd5c3602 |
| 0xba26b2…7d0da5 | 2 hrs agoTue, 18 Aug 2026 06:15:17 UTC | 0xc62fb8…773c | [0] 0x000000000000…00002174 [1] 0x000000000000…961a10a3 [2] 0x000000000000…00000001 data: 0x000000000000000000…bf040000 |
| 0x924ca9…468d0b | 2 hrs agoTue, 18 Aug 2026 06:15:10 UTC | 0xc62fb8…773c | [0] 0x000000000000…0000209c [1] 0x000000000000…961a10a3 [2] 0x000000000000…00000001 data: 0x000000000000000000…bf040000 |
| 0xb0f681…9628c8 | 2 hrs agoTue, 18 Aug 2026 06:13:20 UTC | 0xc62fb8…773c | [0] 0x000000000000…0000042c [1] 0x000000000000…faa5554e [2] 0x000000000000…00000001 data: 0x000000000000000000…bf040000 |
| 0x3f019a…ae9c4e | 2 hrs agoTue, 18 Aug 2026 06:11:07 UTC | 0xc62fb8…773c | [0] 0x000000000000…000014cf [1] 0x000000000000…961a10a3 [2] 0x000000000000…00000001 data: 0x000000000000000000…bf040000 |
| 0xcfc4ae…43eb5a | 2 hrs agoTue, 18 Aug 2026 06:11:00 UTC | 0xc62fb8…773c | [0] 0x000000000000…000011ab [1] 0x000000000000…961a10a3 [2] 0x000000000000…00000001 data: 0x000000000000000000…bf040000 |
| Block | Age | Parent Transaction Hash | Type | Method | From | To | Value | |
|---|---|---|---|---|---|---|---|---|
| 39,551,633 | 29 mins agoTue, 18 Aug 2026 08:23:14 UTC | 0x92f7ff…38ccbb | CALL | 0xecb964b9 | 0x80e0…04ba | OUT | 0x200c…ad97 | 0.1 ETH |
| 39,551,633 | 29 mins agoTue, 18 Aug 2026 08:23:14 UTC | 0x92f7ff…38ccbb | DELEGATECALL | 0xecb964b9 | 0x80e0…04ba | OUT | 0xb6b2…51ac | 0.1 ETH |
| 39,545,288 | 40 mins agoTue, 18 Aug 2026 08:12:38 UTC | 0x5b9d2d…5a6ce5 | CALL | 0xecb964b9 | 0x80e0…04ba | OUT | 0x200c…ad97 | 0.01 ETH |
| 39,545,288 | 40 mins agoTue, 18 Aug 2026 08:12:38 UTC | 0x5b9d2d…5a6ce5 | DELEGATECALL | 0xecb964b9 | 0x80e0…04ba | OUT | 0xb6b2…51ac | 0.01 ETH |
| 39,538,533 | 51 mins agoTue, 18 Aug 2026 08:01:20 UTC | 0xe86a5f…cadb5f | CALL | 0xecb964b9 | 0x80e0…04ba | OUT | 0x200c…ad97 | 0.01 ETH |
| 39,538,533 | 51 mins agoTue, 18 Aug 2026 08:01:20 UTC | 0xe86a5f…cadb5f | DELEGATECALL | 0xecb964b9 | 0x80e0…04ba | OUT | 0xb6b2…51ac | 0.01 ETH |
| 39,536,512 | 55 mins agoTue, 18 Aug 2026 07:57:57 UTC | 0xe577d2…a52ec4 | CALL | 0xecb964b9 | 0x80e0…04ba | OUT | 0x200c…ad97 | 0.01 ETH |
| 39,536,512 | 55 mins agoTue, 18 Aug 2026 07:57:57 UTC | 0xe577d2…a52ec4 | DELEGATECALL | 0xecb964b9 | 0x80e0…04ba | OUT | 0xb6b2…51ac | 0.01 ETH |
| 39,524,307 | 1 hr agoTue, 18 Aug 2026 07:37:33 UTC | 0x720096…fde511 | CALL | 0xecb964b9 | 0x80e0…04ba | OUT | 0x200c…ad97 | 0.01 ETH |
| 39,524,307 | 1 hr agoTue, 18 Aug 2026 07:37:33 UTC | 0x720096…fde511 | DELEGATECALL | 0xecb964b9 | 0x80e0…04ba | OUT | 0xb6b2…51ac | 0.01 ETH |
| 39,524,293 | 1 hr agoTue, 18 Aug 2026 07:37:32 UTC | 0x5e94ad…5f5bfa | CALL | 0xecb964b9 | 0x80e0…04ba | OUT | 0x200c…ad97 | 0.1 ETH |
| 39,524,293 | 1 hr agoTue, 18 Aug 2026 07:37:32 UTC | 0x5e94ad…5f5bfa | DELEGATECALL | 0xecb964b9 | 0x80e0…04ba | OUT | 0xb6b2…51ac | 0.1 ETH |
| 39,494,317 | 2 hrs agoTue, 18 Aug 2026 06:47:22 UTC | 0x58a1c8…5259f8 | CALL | 0xecb964b9 | 0x80e0…04ba | OUT | 0x200c…ad97 | 0.1 ETH |
| 39,494,317 | 2 hrs agoTue, 18 Aug 2026 06:47:22 UTC | 0x58a1c8…5259f8 | DELEGATECALL | 0xecb964b9 | 0x80e0…04ba | OUT | 0xb6b2…51ac | 0.1 ETH |
| 39,490,286 | 2 hrs agoTue, 18 Aug 2026 06:40:39 UTC | 0x2ab8da…fa369a | CALL | 0xecb964b9 | 0x80e0…04ba | OUT | 0x200c…ad97 | 0.01 ETH |
| 39,490,286 | 2 hrs agoTue, 18 Aug 2026 06:40:39 UTC | 0x2ab8da…fa369a | DELEGATECALL | 0xecb964b9 | 0x80e0…04ba | OUT | 0xb6b2…51ac | 0.01 ETH |
| 39,485,010 | 2 hrs agoTue, 18 Aug 2026 06:31:49 UTC | 0x8c84ff…d62290 | CALL | 0xecb964b9 | 0x80e0…04ba | OUT | 0x200c…ad97 | 0.1 ETH |
| 39,485,010 | 2 hrs agoTue, 18 Aug 2026 06:31:49 UTC | 0x8c84ff…d62290 | DELEGATECALL | 0xecb964b9 | 0x80e0…04ba | OUT | 0xb6b2…51ac | 0.1 ETH |
| 39,481,652 | 2 hrs agoTue, 18 Aug 2026 06:26:12 UTC | 0x8cb293…da1051 | CALL | 0xecb964b9 | 0x80e0…04ba | OUT | 0x200c…ad97 | 0.01 ETH |
| 39,481,652 | 2 hrs agoTue, 18 Aug 2026 06:26:12 UTC | 0x8cb293…da1051 | DELEGATECALL | 0xecb964b9 | 0x80e0…04ba | OUT | 0xb6b2…51ac | 0.01 ETH |
| 39,475,128 | 2 hrs agoTue, 18 Aug 2026 06:15:17 UTC | 0xba26b2…7d0da5 | CALL | 0xecb964b9 | 0x80e0…04ba | OUT | 0x200c…ad97 | 0.04 ETH |
| 39,475,128 | 2 hrs agoTue, 18 Aug 2026 06:15:17 UTC | 0xba26b2…7d0da5 | DELEGATECALL | 0xecb964b9 | 0x80e0…04ba | OUT | 0xb6b2…51ac | 0.04 ETH |
| 39,475,061 | 2 hrs agoTue, 18 Aug 2026 06:15:10 UTC | 0x924ca9…468d0b | CALL | 0xecb964b9 | 0x80e0…04ba | OUT | 0x200c…ad97 | 0.04 ETH |
| 39,475,061 | 2 hrs agoTue, 18 Aug 2026 06:15:10 UTC | 0x924ca9…468d0b | DELEGATECALL | 0xecb964b9 | 0x80e0…04ba | OUT | 0xb6b2…51ac | 0.04 ETH |
| 39,473,958 | 2 hrs agoTue, 18 Aug 2026 06:13:20 UTC | 0xb0f681…9628c8 | CALL | 0xecb964b9 | 0x80e0…04ba | OUT | 0x200c…ad97 | 0.04 ETH |
| Transaction Hash | Method ? | Block | Age | From | To | Amount | Txn Fee ? | ||
|---|---|---|---|---|---|---|---|---|---|
| 0x92f7ff…38ccbb | 0xecb964b9 | 39,551,633 | 29 mins agoTue, 18 Aug 2026 08:23:14 UTC | 0x583d…4c8c | IN | ERC1967Proxy | $189.670.1 ETH | 0.00000559 | |
| 0x5b9d2d…5a6ce5 | 0xecb964b9 | 39,545,288 | 40 mins agoTue, 18 Aug 2026 08:12:38 UTC | 0xf161…554e | IN | ERC1967Proxy | $18.970.01 ETH | 0.00000559 | |
| 0xe86a5f…cadb5f | 0xecb964b9 | 39,538,533 | 51 mins agoTue, 18 Aug 2026 08:01:20 UTC | 0x5fca…3750 | IN | ERC1967Proxy | $18.970.01 ETH | 0.00000565 | |
| 0xe577d2…a52ec4 | 0xecb964b9 | 39,536,512 | 55 mins agoTue, 18 Aug 2026 07:57:57 UTC | 0x5fca…3750 | IN | ERC1967Proxy | $18.970.01 ETH | 0.00000558 | |
| 0x720096…fde511 | 0xecb964b9 | 39,524,307 | 1 hr agoTue, 18 Aug 2026 07:37:33 UTC | 0x4255…1196 | IN | ERC1967Proxy | $18.970.01 ETH | 0.00000561 | |
| 0x5e94ad…5f5bfa | 0xecb964b9 | 39,524,293 | 1 hr agoTue, 18 Aug 2026 07:37:32 UTC | 0x583d…4c8c | IN | ERC1967Proxy | $189.670.1 ETH | 0.00000558 | |
| 0x58a1c8…5259f8 | 0xecb964b9 | 39,494,317 | 2 hrs agoTue, 18 Aug 2026 06:47:22 UTC | 0x3768…10ae | IN | ERC1967Proxy | $189.670.1 ETH | 0.00000562 | |
| 0x2ab8da…fa369a | 0xecb964b9 | 39,490,286 | 2 hrs agoTue, 18 Aug 2026 06:40:39 UTC | 0x10a3…4a28 | IN | ERC1967Proxy | $18.970.01 ETH | 0.00000557 | |
| 0x8c84ff…d62290 | 0xecb964b9 | 39,485,010 | 2 hrs agoTue, 18 Aug 2026 06:31:49 UTC | 0x3768…10ae | IN | ERC1967Proxy | $189.670.1 ETH | 0.00000561 | |
| 0x8cb293…da1051 | 0xecb964b9 | 39,481,652 | 2 hrs agoTue, 18 Aug 2026 06:26:12 UTC | 0xf161…554e | IN | ERC1967Proxy | $18.970.01 ETH | 0.00000559 | |
| 0xba26b2…7d0da5 | 0xecb964b9 | 39,475,128 | 2 hrs agoTue, 18 Aug 2026 06:15:17 UTC | 0x380f…10a3 | IN | ERC1967Proxy | $75.870.04 ETH | 0.00000298 | |
| 0x924ca9…468d0b | 0xecb964b9 | 39,475,061 | 2 hrs agoTue, 18 Aug 2026 06:15:10 UTC | 0x380f…10a3 | IN | ERC1967Proxy | $75.870.04 ETH | 0.00000298 | |
| 0xb0f681…9628c8 | 0xecb964b9 | 39,473,958 | 2 hrs agoTue, 18 Aug 2026 06:13:20 UTC | 0xf161…554e | IN | ERC1967Proxy | $75.870.04 ETH | 0.00000300 | |
| 0x3f019a…ae9c4e | 0xecb964b9 | 39,472,638 | 2 hrs agoTue, 18 Aug 2026 06:11:07 UTC | 0x380f…10a3 | IN | ERC1967Proxy | $75.870.04 ETH | 0.00000299 | |
| 0xcfc4ae…43eb5a | 0xecb964b9 | 39,472,564 | 2 hrs agoTue, 18 Aug 2026 06:11:00 UTC | 0x380f…10a3 | IN | ERC1967Proxy | $75.870.04 ETH | 0.00000298 | |
| 0x072afc…457be0 | 0xecb964b9 | 39,472,465 | 2 hrs agoTue, 18 Aug 2026 06:10:50 UTC | 0x380f…10a3 | IN | ERC1967Proxy | $75.870.04 ETH | 0.00000298 | |
| 0x011662…0a39cc | 0xecb964b9 | 39,470,638 | 2 hrs agoTue, 18 Aug 2026 06:07:47 UTC | 0x380f…10a3 | IN | ERC1967Proxy | $18.970.01 ETH | 0.00000558 | |
| 0x076622…64006f | 0xecb964b9 | 39,470,532 | 2 hrs agoTue, 18 Aug 2026 06:07:36 UTC | 0x380f…10a3 | IN | ERC1967Proxy | $18.970.01 ETH | 0.00000558 | |
| 0xe1b348…ce4d2e | 0xecb964b9 | 39,470,391 | 2 hrs agoTue, 18 Aug 2026 06:07:22 UTC | 0x380f…10a3 | IN | ERC1967Proxy | $18.970.01 ETH | 0.00000558 | |
| 0x5bf55a…9aacc0 | 0xecb964b9 | 39,470,260 | 2 hrs agoTue, 18 Aug 2026 06:07:09 UTC | 0x380f…10a3 | IN | ERC1967Proxy | $18.970.01 ETH | 0.00000557 | |
| 0x688c08…0e1a67 | 0xecb964b9 | 39,469,922 | 2 hrs agoTue, 18 Aug 2026 06:06:35 UTC | 0x380f…10a3 | IN | ERC1967Proxy | $18.970.01 ETH | 0.00000557 | |
| 0x75e620…c68895 | 0xecb964b9 | 39,469,317 | 2 hrs agoTue, 18 Aug 2026 06:05:34 UTC | 0x3768…10ae | IN | ERC1967Proxy | $94.830.05 ETH | 0.00000298 | |
| 0x0fd418…20dac4 | 0xecb964b9 | 39,464,761 | 2 hrs agoTue, 18 Aug 2026 05:57:56 UTC | 0x4839…7e9e | IN | ERC1967Proxy | $18.970.01 ETH | 0.00000563 | |
| 0xdda0e3…f43f61 | 0xecb964b9 | 39,455,906 | 3 hrs agoTue, 18 Aug 2026 05:43:07 UTC | 0x6fa9…2781 | IN | ERC1967Proxy | $18.970.01 ETH | 0.00000560 | |
| 0x0ea1b7…1cdcff | 0xecb964b9 | 39,455,783 | 3 hrs agoTue, 18 Aug 2026 05:42:56 UTC | 0x6fa9…2781 | IN | ERC1967Proxy | $18.970.01 ETH | 0.00000557 |