// 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"
}
]0x60806040526040516103b63803806103b683398101604081905261002291610238565b8051610041576040516330a289cf60e21b815260040160405180910390fd5b61004b8282610052565b5050610307565b61005b826100b0565b6040516001600160a01b038316907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a28051156100a45761009f828261012b565b505050565b6100ac6101cc565b5050565b806001600160a01b03163b5f036100ea57604051634c9c8ce360e01b81526001600160a01b03821660048201526024015b60405180910390fd5b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80546001600160a01b0319166001600160a01b0392909216919091179055565b60605f61013884846101ed565b905080801561015957505f3d118061015957505f846001600160a01b03163b115b1561016e57610166610200565b9150506101c6565b801561019857604051639996b31560e01b81526001600160a01b03851660048201526024016100e1565b3d156101ab576101a6610219565b6101c4565b60405163d6bda27560e01b815260040160405180910390fd5b505b92915050565b34156101eb5760405163b398979f60e01b815260040160405180910390fd5b565b5f805f835160208501865af49392505050565b6040513d81523d5f602083013e3d602001810160405290565b6040513d5f823e3d81fd5b634e487b7160e01b5f52604160045260245ffd5b5f8060408385031215610249575f80fd5b82516001600160a01b038116811461025f575f80fd5b60208401519092506001600160401b0381111561027a575f80fd5b8301601f8101851361028a575f80fd5b80516001600160401b038111156102a3576102a3610224565b604051601f8201601f19908116603f011681016001600160401b03811182821017156102d1576102d1610224565b6040528181528282016020018710156102e8575f80fd5b8160208401602083015e5f602083830101528093505050509250929050565b60a3806103135f395ff3fe6080604052600a600c565b005b60186014601a565b6050565b565b5f604b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc546001600160a01b031690565b905090565b365f80375f80365f845af43d5f803e8080156069573d5ff35b3d5ffdfea2646970667358221220ca07a37b6dc37e4260d3f5247400a219c06b3a8b1cf999315f20c19e723ef60564736f6c634300081a00330000000000000000000000005491b3f6ad6b3ef7765f0d855b278bdc506193cc00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000024c4d66de8000000000000000000000000d55db23d8b5be8085c1cd47a570a96b8752637a100000000000000000000000000000000000000000000000000000000
0x6080604052600a600c565b005b60186014601a565b6050565b565b5f604b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc546001600160a01b031690565b905090565b365f80375f80365f845af43d5f803e8080156069573d5ff35b3d5ffdfea2646970667358221220ca07a37b6dc37e4260d3f5247400a219c06b3a8b1cf999315f20c19e723ef60564736f6c634300081a0033
| Token | Symbol | Balance | Price | Value |
|---|---|---|---|---|
| Globals Dollars (USDG) | USDG | 29 | $1 | $29 |
| Global Dollar (USDG) | USDG | 14 | $1 | $14 |
| Global Dollar (USDG) | USDG | 4.5 | $1 | $4.5 |
| pipedoge (PIPEDOGE) | PIPEDOGE | 48 | $0.000600 | $0.03 |
| PIPEDOG (PIPEDOG) | PIPEDOG | 30 | — | — |
| 牛来 (牛来) | 牛来 | 25 | — | — |
| YOLO (YOLO) | YOLO | 15 | — | — |
| YOLO (YOLO) | YOLO | 15 | — | — |
| Jimothy The Raccoon (Jimothy) | Jimothy | 12 | — | — |
| What If (IF) | IF | 3 | — | — |
| Dog in Hood (DIH) | DIH | 2.99 | — | — |
| The Robinhood (VLAD) | VLAD | 1 | — | — |
| Transaction Hash | Method | Block | Age | From | To | Type | Item | ||
|---|---|---|---|---|---|---|---|---|---|
| no NFT 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 | Amount | Txn Fee ? | ||
|---|---|---|---|---|---|---|---|---|---|
| 0xd88ea9…3c8d91 | setRouter | 30,017,901 | 10 days agoFri, 07 Aug 2026 07:05:27 UTC | 0xd55d…37a1 | IN | ERC1967Proxy | $0.000 ETH | 0.00000166 | |
| 0x7da7dc…6572ef | setRouter | 24,787,946 | 17 days agoSat, 01 Aug 2026 05:28:14 UTC | 0xd55d…37a1 | IN | ERC1967Proxy | $0.000 ETH | 0.00000106 | |
| 0x38f3ad…c834d2 | 0x09c2131d | 17,379,344 | 25 days agoThu, 23 Jul 2026 15:01:57 UTC | 0xd55d…37a1 | IN | ERC1967Proxy | $0.000 ETH | 0.00000895 | |
| 0x8d9622…f80570 | 0x09c2131d | 17,338,884 | 25 days agoThu, 23 Jul 2026 13:54:24 UTC | 0xd55d…37a1 | IN | ERC1967Proxy | $0.000 ETH | 0.00000851 | |
| 0x0c6fa0…89838b | setRouter | 15,491,668 | 27 days agoTue, 21 Jul 2026 10:29:09 UTC | 0xd55d…37a1 | IN | ERC1967Proxy | $0.000 ETH | 0.00000305 | |
| 0x10257e…ffe314 | 0x09c2131d | 15,453,243 | 27 days agoTue, 21 Jul 2026 09:24:56 UTC | 0xd55d…37a1 | IN | ERC1967Proxy | $0.000 ETH | 0.00000876 |
| Transaction Hash | Method | Block | Age | From | To | Amount | Token | ||
|---|---|---|---|---|---|---|---|---|---|
| 0x1d1d730b…c73227 | Transfer | 38,054,163 | 1 day agoSun, 16 Aug 2026 14:39:43 UTC | 0x8c94…ec08 | IN | 0x70ea…a56e | 25 牛来 | 牛来 (牛来) | |
| 0x06d0c2a9…e04dbc | Transfer | 36,586,795 | 3 days agoFri, 14 Aug 2026 21:46:13 UTC | 0x70ea…a56e | OUT | 0x52e6…71ca | $26.6726.581744 USDG | Global Dollar (USDG) | |
| 0x06d0c2a9…e04dbc | Transfer | 36,586,795 | 3 days agoFri, 14 Aug 2026 21:46:13 UTC | 0x70ea…a56e | OUT | 0xa48f…58b5 | $19.07844.474660 STONKBROKER | ||
| 0x06d0c2a9…e04dbc | Transfer | 36,586,795 | 3 days agoFri, 14 Aug 2026 21:46:13 UTC | 0xa48f…58b5 | IN | 0x70ea…a56e | $26.6726.581744 USDG | Global Dollar (USDG) | |
| 0x06d0c2a9…e04dbc | Transfer | 36,586,795 | 3 days agoFri, 14 Aug 2026 21:46:13 UTC | 0x59fd…6ac5 | IN | 0x70ea…a56e | $19.07844.474660 STONKBROKER | ||
| 0x06d0c2a9…e04dbc | Transfer | 36,586,795 | 3 days agoFri, 14 Aug 2026 21:46:13 UTC | 0x70ea…a56e | OUT | 0x59fd…6ac5 | $NaN21,964.669540 WALL | ||
| 0x06d0c2a9…e04dbc | Transfer | 36,586,795 | 3 days agoFri, 14 Aug 2026 21:46:13 UTC | 0x9ee8…721d | IN | 0x70ea…a56e | $NaN21,964.669540 WALL | ||
| 0xa091eb34…8e9224 | Transfer | 36,585,113 | 3 days agoFri, 14 Aug 2026 21:43:24 UTC | 0x70ea…a56e | OUT | 0x472b…54ee | $NaN36,453.000836 WALL | ||
| 0xa091eb34…8e9224 | Transfer | 36,585,113 | 3 days agoFri, 14 Aug 2026 21:43:24 UTC | 0x9ee8…721d | IN | 0x70ea…a56e | $NaN36,453.000836 WALL | ||
| 0x8eaf6707…369dbb | Transfer | 34,787,253 | 5 days agoWed, 12 Aug 2026 19:40:17 UTC | 0x70ea…a56e | OUT | 0x9ee8…721d | 0.851561 WETH | WETH (WETH) | |
| 0x8eaf6707…369dbb | Transfer | 34,787,253 | 5 days agoWed, 12 Aug 2026 19:40:17 UTC | 0x175f…b84c | IN | 0x70ea…a56e | 0.851561 WETH | WETH (WETH) | |
| 0x8eaf6707…369dbb | Transfer | 34,787,253 | 5 days agoWed, 12 Aug 2026 19:40:17 UTC | 0x70ea…a56e | OUT | 0x175f…b84c | 3,112,891.044195 sushicat | ||
| 0x8eaf6707…369dbb | Transfer | 34,787,253 | 5 days agoWed, 12 Aug 2026 19:40:17 UTC | 0x9ee8…721d | IN | 0x70ea…a56e | 3,112,891.044195 sushicat | ||
| 0x9d3cb4de…304bc6 | Transfer | 34,198,381 | 6 days agoWed, 12 Aug 2026 03:20:11 UTC | 0x70ea…a56e | OUT | 0x9cd7…f594 | $NaN19,230.539297 STONKBROKER | ||
| 0x9d3cb4de…304bc6 | Transfer | 34,198,381 | 6 days agoWed, 12 Aug 2026 03:20:11 UTC | 0x70ea…a56e | OUT | 0x1bd5…5740 | $NaN155,636.603286 YARD | ||
| 0x9d3cb4de…304bc6 | Transfer | 34,198,381 | 6 days agoWed, 12 Aug 2026 03:20:11 UTC | 0x1bd5…5740 | IN | 0x70ea…a56e | $NaN19,230.539297 STONKBROKER | ||
| 0x9d3cb4de…304bc6 | Transfer | 34,198,381 | 6 days agoWed, 12 Aug 2026 03:20:11 UTC | 0x9ee8…721d | IN | 0x70ea…a56e | $NaN155,636.603286 YARD | ||
| 0xf3557f33…989608 | Transfer | 34,168,587 | 6 days agoWed, 12 Aug 2026 02:30:46 UTC | 0x8c94…ec08 | IN | 0x70ea…a56e | 14 USDG | Global Dollar (USDG) | |
| 0x790089f8…5ffaea | Transfer | 34,139,297 | 6 days agoWed, 12 Aug 2026 01:42:11 UTC | 0xcc05…efe3 | IN | 0x70ea…a56e | 5 YOLO | YOLO (YOLO) | |
| 0x9f5feab1…86d003 | Transfer | 33,993,035 | 6 days agoTue, 11 Aug 2026 21:40:01 UTC | 0x70ea…a56e | OUT | 0x9ee8…721d | 0.793342 WETH | WETH (WETH) | |
| 0x9f5feab1…86d003 | Transfer | 33,993,035 | 6 days agoTue, 11 Aug 2026 21:40:01 UTC | 0x70ea…a56e | OUT | 0x4ef9…a3f7 | $29.80109.759658 UP | ||
| 0x9f5feab1…86d003 | Transfer | 33,993,035 | 6 days agoTue, 11 Aug 2026 21:40:01 UTC | 0x4ef9…a3f7 | IN | 0x70ea…a56e | 0.018398 WETH | WETH (WETH) | |
| 0x9f5feab1…86d003 | Transfer | 33,993,035 | 6 days agoTue, 11 Aug 2026 21:40:01 UTC | 0x175f…b84c | IN | 0x70ea…a56e | 0.422872 WETH | WETH (WETH) | |
| 0x9f5feab1…86d003 | Transfer | 33,993,035 | 6 days agoTue, 11 Aug 2026 21:40:01 UTC | 0x70ea…a56e | OUT | 0x175f…b84c | $NaN2,516.153159 UP | ||
| 0x9f5feab1…86d003 | Transfer | 33,993,035 | 6 days agoTue, 11 Aug 2026 21:40:01 UTC | 0x70ea…a56e | OUT | 0xa9d4…d4ef | $NaN18,665.448181 STONKBROKER |
| 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 |
|---|---|---|---|
| 0x06d0c2…e04dbc | 3 days agoFri, 14 Aug 2026 21:46:13 UTC | 0xa3f37f…7922 | [0] 0x000000000000…990f721d data: 0x000000000000000000…00000003 |
| 0xa091eb…8e9224 | 3 days agoFri, 14 Aug 2026 21:43:24 UTC | 0xa3f37f…7922 | [0] 0x000000000000…990f721d data: 0x000000000000000000…00000001 |
| 0x8eaf67…369dbb | 5 days agoWed, 12 Aug 2026 19:40:17 UTC | 0xa3f37f…7922 | [0] 0x000000000000…990f721d data: 0x000000000000000000…00000001 |
| 0x9d3cb4…304bc6 | 6 days agoWed, 12 Aug 2026 03:20:11 UTC | 0xa3f37f…7922 | [0] 0x000000000000…990f721d data: 0x000000000000000000…00000002 |
| 0x9f5fea…86d003 | 6 days agoTue, 11 Aug 2026 21:40:01 UTC | 0xa83a63…9658 | [0] 0x000000000000…990f721d data: 0x000000000000000000…00000000 |
| 0xe6974f…d05927 | 6 days agoTue, 11 Aug 2026 19:39:13 UTC | 0xa83a63…9658 | [0] 0x000000000000…990f721d data: 0x000000000000000000…00000000 |
| 0x2d8545…5afdf6 | 6 days agoTue, 11 Aug 2026 19:36:34 UTC | 0xa83a63…9658 | [0] 0x000000000000…990f721d data: 0x000000000000000000…00000000 |
| 0xa041ac…32d62d | 6 days agoTue, 11 Aug 2026 18:03:43 UTC | 0xa83a63…9658 | [0] 0x000000000000…990f721d data: 0x000000000000000000…00000000 |
| 0x07fed1…60bf6c | 6 days agoTue, 11 Aug 2026 15:42:00 UTC | 0xa83a63…9658 | [0] 0x000000000000…990f721d data: 0x000000000000000000…00000000 |
| 0xa6c923…8b2ccf | 6 days agoTue, 11 Aug 2026 09:23:13 UTC | 0xa83a63…9658 | [0] 0x000000000000…990f721d data: 0x000000000000000000…00000000 |
| 0xacc737…549bba | 7 days agoTue, 11 Aug 2026 05:04:36 UTC | 0xa83a63…9658 | [0] 0x000000000000…990f721d data: 0x000000000000000000…00000000 |
| 0x5b5898…5e1d2e | 7 days agoTue, 11 Aug 2026 03:40:46 UTC | 0xa83a63…9658 | [0] 0x000000000000…990f721d data: 0x000000000000000000…00000000 |
| 0xcbaa12…be7882 | 7 days agoTue, 11 Aug 2026 03:40:30 UTC | 0xa83a63…9658 | [0] 0x000000000000…990f721d data: 0x000000000000000000…00000000 |
| 0xd8408f…33dafe | 7 days agoTue, 11 Aug 2026 03:21:14 UTC | 0xa83a63…9658 | [0] 0x000000000000…990f721d data: 0x000000000000000000…00000000 |
| 0xab1f44…35f958 | 7 days agoTue, 11 Aug 2026 02:47:24 UTC | 0xa83a63…9658 | [0] 0x000000000000…990f721d data: 0x000000000000000000…00000000 |
| 0xc95f25…a4c712 | 7 days agoTue, 11 Aug 2026 02:45:39 UTC | 0xa83a63…9658 | [0] 0x000000000000…990f721d data: 0x000000000000000000…00000000 |
| 0xcd819c…fe2d6d | 7 days agoTue, 11 Aug 2026 02:28:06 UTC | 0xa83a63…9658 | [0] 0x000000000000…990f721d data: 0x000000000000000000…00000000 |
| 0x3e50ab…767e6c | 7 days agoMon, 10 Aug 2026 23:27:38 UTC | 0xa83a63…9658 | [0] 0x000000000000…990f721d data: 0x000000000000000000…00000000 |
| 0x6f29a5…c055d2 | 7 days agoMon, 10 Aug 2026 22:35:04 UTC | 0xa3f37f…7922 | [0] 0x000000000000…990f721d data: 0x000000000000000000…00000003 |
| 0x77eb68…b56174 | 7 days agoMon, 10 Aug 2026 21:27:09 UTC | 0xa83a63…9658 | [0] 0x000000000000…990f721d data: 0x000000000000000000…00000000 |
| 0x6fd70e…4d9f47 | 7 days agoMon, 10 Aug 2026 21:25:35 UTC | 0xa83a63…9658 | [0] 0x000000000000…990f721d data: 0x000000000000000000…00000000 |
| 0x7cd8bc…da89c5 | 7 days agoMon, 10 Aug 2026 20:28:32 UTC | 0xa3f37f…7922 | [0] 0x000000000000…990f721d data: 0x000000000000000000…00000001 |
| 0x60e3fb…0d765e | 7 days agoMon, 10 Aug 2026 20:15:33 UTC | 0xa3f37f…7922 | [0] 0x000000000000…990f721d data: 0x000000000000000000…00000001 |
| 0xd88ea9…3c8d91 | 10 days agoFri, 07 Aug 2026 07:05:27 UTC | 0xab5814…768a | [0] 0x000000000000…2377c9e4 data: 0x000000000000000000…00000001 |
| 0x7da7dc…6572ef | 17 days agoSat, 01 Aug 2026 05:28:14 UTC | 0xab5814…768a | [0] 0x000000000000…2d35b84c data: 0x000000000000000000…00000001 |