// 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"
}
]0x60806040526102a2803803806100148161016e565b9283398101604082820312610156578151916001600160a01b03831690818403610156576020810151906001600160401b038211610156570182601f82011215610156578051906001600160401b03821161015a5761007c601f8301601f191660200161016e565b938285526020838301011161015657815f9260208093018387015e8401015281511561014757823b15610135577f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80546001600160a01b031916821790557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a280511561011e5761010e91610193565b505b604051608290816102208239f35b505034156101105763b398979f60e01b5f5260045ffd5b634c9c8ce360e01b5f5260045260245ffd5b6330a289cf60e21b5f5260045ffd5b5f80fd5b634e487b7160e01b5f52604160045260245ffd5b6040519190601f01601f191682016001600160401b0381118382101761015a57604052565b905f8091602081519101845af4808061020c575b156101c75750506040513d81523d5f602083013e60203d82010160405290565b156101ec57639996b31560e01b5f9081526001600160a01b0391909116600452602490fd5b3d156101fd576040513d5f823e3d90fd5b63d6bda27560e01b5f5260045ffd5b503d1515806101a75750813b15156101a756fe60806040527f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc545f9081906001600160a01b0316368280378136915af43d5f803e156048573d5ff35b3d5ffdfea2646970667358221220e688b85c9efff3bfc51df4d4e10ce4b4f6068ea0ac2980cee81b1261be5bf4f464736f6c634300081a00330000000000000000000000005595f32df5a885039dadf26615758a51f3293dcb00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000024c4d66de8000000000000000000000000e0b4a2007f5ba1629b176f5b6f0ac588e3c0839900000000000000000000000000000000000000000000000000000000
0x60806040527f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc545f9081906001600160a01b0316368280378136915af43d5f803e156048573d5ff35b3d5ffdfea2646970667358221220e688b85c9efff3bfc51df4d4e10ce4b4f6068ea0ac2980cee81b1261be5bf4f464736f6c634300081a0033
| Token | Symbol | Balance | Price | Value |
|---|---|---|---|---|
| Global Dollar (USDG) | USDG | 16.225 | $1 | $16.23 |
NVIDIA • Robinhood Token (NVDA) | NVDA | 0.000599 | $224.31 | $0.13 |
Global Dollar (USDG) | USDG | 0.130643 | $1 | $0.13 |
Apple • Robinhood Token (AAPL) | AAPL | 0.000076 | $305.28 | $0.02 |
| DIH | 1 | $0.0000102 | $0 |
| 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 | |||
| Txn Hash | Age | Event | Topics / Data |
|---|---|---|---|
| 0x5b691a…0cea0a | 3 hrs agoMon, 17 Aug 2026 17:55:33 UTC | 0x88a596…5874 | [0] 0x000000000000…cffbe8cc data: 0x000000000000000000…02cfff64 |
| 0x10579d…53fc8c | 1 day agoSun, 16 Aug 2026 20:50:40 UTC | 0x88a596…5874 | [0] 0x000000000000…cffbe8cc data: 0x000000000000000000…0395bcff |
| 0x46549a…7000d8 | 5 days agoWed, 12 Aug 2026 21:04:49 UTC | 0x88a596…5874 | [0] 0x000000000000…cffbe8cc data: 0x000000000000000000…e3df0980 |
| 0x042040…4f1afe | 5 days agoWed, 12 Aug 2026 16:28:41 UTC | 0x88a596…5874 | [0] 0x000000000000…cffbe8cc data: 0x000000000000000000…287aaa8a |
| 0x4a987a…be797c | 5 days agoWed, 12 Aug 2026 16:27:51 UTC | 0x88a596…5874 | [0] 0x000000000000…cffbe8cc data: 0x000000000000000000…15dbcab8 |
| 0x90f49a…d1baf7 | 5 days agoWed, 12 Aug 2026 16:27:51 UTC | 0x88a596…5874 | [0] 0x000000000000…cffbe8cc data: 0x000000000000000000…11665e95 |
| 0x000b1f…d88bac | 5 days agoWed, 12 Aug 2026 16:27:20 UTC | 0x88a596…5874 | [0] 0x000000000000…cffbe8cc data: 0x000000000000000000…cd3c2866 |
| 0x1fc412…4e8d99 | 5 days agoWed, 12 Aug 2026 16:27:20 UTC | 0x88a596…5874 | [0] 0x000000000000…cffbe8cc data: 0x000000000000000000…7b5a870e |
| 0x1b7d14…73e4af | 5 days agoWed, 12 Aug 2026 16:27:20 UTC | 0x88a596…5874 | [0] 0x000000000000…cffbe8cc data: 0x000000000000000000…d06b4791 |
| 0xd8f74b…a8e01d | 5 days agoWed, 12 Aug 2026 16:27:20 UTC | 0x88a596…5874 | [0] 0x000000000000…cffbe8cc data: 0x000000000000000000…e12a7c1b |
| 0x8bf1a7…d1e0bf | 5 days agoWed, 12 Aug 2026 16:12:59 UTC | 0x88a596…5874 | [0] 0x000000000000…cffbe8cc data: 0x000000000000000000…00000022 |
| 0xf6822d…ec1a4c | 5 days agoWed, 12 Aug 2026 00:54:55 UTC | 0x88a596…5874 | [0] 0x000000000000…cffbe8cc data: 0x000000000000000000…1b7d24b9 |
| 0xa137c6…2a0f93 | 6 days agoTue, 11 Aug 2026 08:44:40 UTC | 0x88a596…5874 | [0] 0x000000000000…cffbe8cc data: 0x000000000000000000…16bb9f32 |
| 0xb5e21f…9ab832 | 6 days agoTue, 11 Aug 2026 00:34:25 UTC | 0x88a596…5874 | [0] 0x000000000000…cffbe8cc data: 0x000000000000000000…d05dd180 |
| 0xdb22b7…4f2640 | 6 days agoMon, 10 Aug 2026 22:08:44 UTC | 0x88a596…5874 | [0] 0x000000000000…cffbe8cc data: 0x000000000000000000…ae395bf8 |
| 0xb5b459…7250d3 | 7 days agoMon, 10 Aug 2026 18:33:13 UTC | 0x88a596…5874 | [0] 0x000000000000…cffbe8cc data: 0x000000000000000000…57c0064d |
| 0xacd058…eda645 | 7 days agoMon, 10 Aug 2026 17:49:58 UTC | 0x88a596…5874 | [0] 0x000000000000…cffbe8cc data: 0x000000000000000000…4921c9d4 |
| 0x5de1db…d3126c | 7 days agoMon, 10 Aug 2026 17:49:01 UTC | 0x88a596…5874 | [0] 0x000000000000…cffbe8cc data: 0x000000000000000000…dd43bef0 |
| 0xc3c1c7…350e3a | 7 days agoMon, 10 Aug 2026 16:54:33 UTC | 0x88a596…5874 | [0] 0x000000000000…cffbe8cc data: 0x000000000000000000…a6d0ea23 |
| 0xe192cc…135422 | 7 days agoMon, 10 Aug 2026 16:49:37 UTC | 0x88a596…5874 | [0] 0x000000000000…cffbe8cc data: 0x000000000000000000…dab7de00 |
| 0x17342e…17b0e7 | 7 days agoMon, 10 Aug 2026 16:49:30 UTC | 0x88a596…5874 | [0] 0x000000000000…cffbe8cc data: 0x000000000000000000…05d2c4c0 |
| 0x419650…224f3e | 7 days agoMon, 10 Aug 2026 16:49:26 UTC | 0x88a596…5874 | [0] 0x000000000000…cffbe8cc data: 0x000000000000000000…5b372900 |
| 0x7d6ddc…12a82b | 7 days agoSun, 09 Aug 2026 22:30:30 UTC | 0x88a596…5874 | [0] 0x000000000000…cffbe8cc data: 0x000000000000000000…1c43576f |
| 0x88bf81…f5f0e7 | 9 days agoSat, 08 Aug 2026 11:43:17 UTC | 0x88a596…5874 | [0] 0x000000000000…cffbe8cc data: 0x000000000000000000…3f4c0a3a |
| 0x2ad543…7e9cfa | 11 days agoThu, 06 Aug 2026 21:03:05 UTC | 0x88a596…5874 | [0] 0x000000000000…cffbe8cc data: 0x000000000000000000…56f8f2fe |
| Transaction Hash | Method | Block | Age | From | To | Amount | Token | ||
|---|---|---|---|---|---|---|---|---|---|
| 0x5d501129…916453 | Transfer | 17,418,850 | 25 days agoThu, 23 Jul 2026 16:07:58 UTC | 0xcaf7…5d11 | IN | 0x51ee…c143 | $0.001 DIH | ||
| 0xe74a2581…011b55 | Transfer | 15,818,244 | 27 days agoTue, 21 Jul 2026 19:34:26 UTC | 0x8c94…ec08 | IN | 0x51ee…c143 | 16.225 USDG | Global Dollar (USDG) | |
| 0xf2957272…e27e86 | Transfer | 15,778,279 | 27 days agoTue, 21 Jul 2026 18:27:42 UTC | 0x3238…b256 | IN | 0x51ee…c143 | $0.070.000298 NVDA | NVIDIA • Robinhood Token (NVDA) | |
| 0x6db98089…68e313 | Transfer | 15,778,094 | 27 days agoTue, 21 Jul 2026 18:27:24 UTC | 0x3238…b256 | IN | 0x51ee…c143 | $0.040.000180 NVDA | NVIDIA • Robinhood Token (NVDA) | |
| 0xd7fd3c78…836426 | Transfer | 15,777,966 | 27 days agoTue, 21 Jul 2026 18:27:11 UTC | 0x3238…b256 | IN | 0x51ee…c143 | $0.030.000120 NVDA | NVIDIA • Robinhood Token (NVDA) | |
| 0x30b95bbe…214c12 | Transfer | 15,777,358 | 27 days agoTue, 21 Jul 2026 18:26:10 UTC | 0x3238…b256 | IN | 0x51ee…c143 | $0.060.055696 USDG | Global Dollar (USDG) | |
| 0xf693d052…79bbd9 | Transfer | 15,776,393 | 27 days agoTue, 21 Jul 2026 18:24:34 UTC | 0x3238…b256 | IN | 0x51ee…c143 | $0.060.062455 USDG | Global Dollar (USDG) | |
| 0x6cb406fe…6af748 | Transfer | 15,776,236 | 27 days agoTue, 21 Jul 2026 18:24:19 UTC | 0x3238…b256 | IN | 0x51ee…c143 | $0.010.012492 USDG | Global Dollar (USDG) | |
| 0x80365a94…eab74c | Transfer | 15,610,238 | 27 days agoTue, 21 Jul 2026 13:47:19 UTC | 0x3238…b256 | IN | 0x51ee…c143 | $0.010.000038 AAPL | Apple • Robinhood Token (AAPL) | |
| 0x81b18b33…900732 | Transfer | 15,609,905 | 27 days agoTue, 21 Jul 2026 13:46:45 UTC | 0x3238…b256 | IN | 0x51ee…c143 | $0.010.000038 AAPL | Apple • Robinhood Token (AAPL) |
| Transaction Hash | Method ? | Block | Age | From | To | Amount | Txn Fee ? | ||
|---|---|---|---|---|---|---|---|---|---|
| 0x288a39…e996de | withdraw | 21,752,822 | 20 days agoTue, 28 Jul 2026 16:57:12 UTC | 0x52c8…1ef9 | IN | ERC1967Proxy | $0.000 ETH | 0.00000109 | |
| 0x842d82…750aa6 | transferOwnership | 12,669,696 | 30 days agoSat, 18 Jul 2026 03:48:10 UTC | 0xe0b4…8399 | IN | ERC1967Proxy | $0.000 ETH | 0.00000257 |
| Block | Age | Parent Transaction Hash | Type | Method | From | To | Value | |
|---|---|---|---|---|---|---|---|---|
| 39,032,562 | 3 hrs agoMon, 17 Aug 2026 17:55:33 UTC | 0x5b691a…0cea0a | DELEGATECALL | dagSwapTo | 0x51ee…c143 | OUT | 0x5595…3dcb | 0.00006 ETH |
| 39,032,562 | 3 hrs agoMon, 17 Aug 2026 17:55:33 UTC | 0x5b691a…0cea0a | CALL | dagSwapTo | 0x9e93…e8cc | IN | 0x51ee…c143 | 0.00006 ETH |
| 38,276,033 | 1 day agoSun, 16 Aug 2026 20:50:40 UTC | 0x10579d…53fc8c | DELEGATECALL | swap | 0x51ee…c143 | OUT | 0x5595…3dcb | 0.00032 ETH |
| 38,276,033 | 1 day agoSun, 16 Aug 2026 20:50:40 UTC | 0x10579d…53fc8c | CALL | swap | 0x9e93…e8cc | IN | 0x51ee…c143 | 0.00032 ETH |
| 34,837,885 | 5 days agoWed, 12 Aug 2026 21:04:49 UTC | 0x46549a…7000d8 | DELEGATECALL | dagSwapTo | 0x51ee…c143 | OUT | 0x5595…3dcb | 0.00014 ETH |
| 34,837,885 | 5 days agoWed, 12 Aug 2026 21:04:49 UTC | 0x46549a…7000d8 | CALL | dagSwapTo | 0x9e93…e8cc | IN | 0x51ee…c143 | 0.00014 ETH |
| 34,672,403 | 5 days agoWed, 12 Aug 2026 16:28:41 UTC | 0x042040…4f1afe | DELEGATECALL | 0x0002e3fc | 0x51ee…c143 | OUT | 0x5595…3dcb | 0.00000 ETH |
| 34,672,403 | 5 days agoWed, 12 Aug 2026 16:28:41 UTC | 0x042040…4f1afe | CALL | 0x0002e3fc | 0x9e93…e8cc | IN | 0x51ee…c143 | 0.00000 ETH |
| 34,671,905 | 5 days agoWed, 12 Aug 2026 16:27:51 UTC | 0xd1e503…8728e1 | DELEGATECALL | optimized_routeFill921336808 | 0x51ee…c143 | OUT | 0x5595…3dcb | 0.00002 ETH |
| 34,671,905 | 5 days agoWed, 12 Aug 2026 16:27:51 UTC | 0xd1e503…8728e1 | CALL | optimized_routeFill921336808 | 0x9e93…e8cc | IN | 0x51ee…c143 | 0.00002 ETH |
| 34,671,905 | 5 days agoWed, 12 Aug 2026 16:27:51 UTC | 0x18f7bb…cdd7fb | DELEGATECALL | optimized_routeFill921336808 | 0x51ee…c143 | OUT | 0x5595…3dcb | 0.00002 ETH |
| 34,671,905 | 5 days agoWed, 12 Aug 2026 16:27:51 UTC | 0x18f7bb…cdd7fb | CALL | optimized_routeFill921336808 | 0x9e93…e8cc | IN | 0x51ee…c143 | 0.00002 ETH |
| 34,671,904 | 5 days agoWed, 12 Aug 2026 16:27:51 UTC | 0xb2cff6…18668c | DELEGATECALL | optimized_routeFill921336808 | 0x51ee…c143 | OUT | 0x5595…3dcb | 0.00002 ETH |
| 34,671,904 | 5 days agoWed, 12 Aug 2026 16:27:51 UTC | 0xb2cff6…18668c | CALL | optimized_routeFill921336808 | 0x9e93…e8cc | IN | 0x51ee…c143 | 0.00002 ETH |
| 34,671,904 | 5 days agoWed, 12 Aug 2026 16:27:51 UTC | 0x2238f8…67921b | DELEGATECALL | optimized_routeFill921336808 | 0x51ee…c143 | OUT | 0x5595…3dcb | 0.00001 ETH |
| 34,671,904 | 5 days agoWed, 12 Aug 2026 16:27:51 UTC | 0x2238f8…67921b | CALL | optimized_routeFill921336808 | 0x9e93…e8cc | IN | 0x51ee…c143 | 0.00001 ETH |
| 34,671,904 | 5 days agoWed, 12 Aug 2026 16:27:51 UTC | 0x191135…0eb9f6 | DELEGATECALL | optimized_routeFill921336808 | 0x51ee…c143 | OUT | 0x5595…3dcb | 0.00002 ETH |
| 34,671,904 | 5 days agoWed, 12 Aug 2026 16:27:51 UTC | 0x191135…0eb9f6 | CALL | optimized_routeFill921336808 | 0x9e93…e8cc | IN | 0x51ee…c143 | 0.00002 ETH |
| 34,671,904 | 5 days agoWed, 12 Aug 2026 16:27:51 UTC | 0xc3641f…0979d2 | DELEGATECALL | optimized_routeFill921336808 | 0x51ee…c143 | OUT | 0x5595…3dcb | 0.00000 ETH |
| 34,671,904 | 5 days agoWed, 12 Aug 2026 16:27:51 UTC | 0xc3641f…0979d2 | CALL | optimized_routeFill921336808 | 0x9e93…e8cc | IN | 0x51ee…c143 | 0.00000 ETH |
| 34,671,904 | 5 days agoWed, 12 Aug 2026 16:27:51 UTC | 0x729212…31cfa5 | DELEGATECALL | optimized_routeFill921336808 | 0x51ee…c143 | OUT | 0x5595…3dcb | 0.00003 ETH |
| 34,671,904 | 5 days agoWed, 12 Aug 2026 16:27:51 UTC | 0x729212…31cfa5 | CALL | optimized_routeFill921336808 | 0x9e93…e8cc | IN | 0x51ee…c143 | 0.00003 ETH |
| 34,671,904 | 5 days agoWed, 12 Aug 2026 16:27:51 UTC | 0x1c8a19…926503 | DELEGATECALL | optimized_routeFill921336808 | 0x51ee…c143 | OUT | 0x5595…3dcb | 0.00000 ETH |
| 34,671,904 | 5 days agoWed, 12 Aug 2026 16:27:51 UTC | 0x1c8a19…926503 | CALL | optimized_routeFill921336808 | 0x9e93…e8cc | IN | 0x51ee…c143 | 0.00000 ETH |
| 34,671,904 | 5 days agoWed, 12 Aug 2026 16:27:51 UTC | 0x4a987a…be797c | DELEGATECALL | 0x00000110 | 0x51ee…c143 | OUT | 0x5595…3dcb | 0.00006 ETH |