// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.2.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 Initializes the upgradeable proxy with an initial implementation specified by `implementation`.
*
* If `_data` is nonempty, it's used as data 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.
*
* Requirements:
*
* - If `data` is empty, `msg.value` must be zero.
*/
constructor(address implementation, bytes memory _data) payable {
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();
}
}[
{
"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": "FailedCall",
"type": "error",
"inputs": []
},
{
"name": "Upgraded",
"type": "event",
"inputs": [
{
"name": "implementation",
"type": "address",
"indexed": true,
"internalType": "address"
}
],
"anonymous": false
},
{
"type": "fallback",
"stateMutability": "payable"
}
]0x608060405261029d8038038061001481610168565b92833981016040828203126101645781516001600160a01b03811692909190838303610164576020810151906001600160401b03821161016457019281601f8501121561016457835161006e610069826101a1565b610168565b9481865260208601936020838301011161016457815f926020809301865e86010152823b15610152577f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80546001600160a01b031916821790557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a282511561013a575f8091610122945190845af43d15610132573d91610113610069846101a1565b9283523d5f602085013e6101bc565b505b6040516082908161021b8239f35b6060916101bc565b50505034156101245763b398979f60e01b5f5260045ffd5b634c9c8ce360e01b5f5260045260245ffd5b5f80fd5b6040519190601f01601f191682016001600160401b0381118382101761018d57604052565b634e487b7160e01b5f52604160045260245ffd5b6001600160401b03811161018d57601f01601f191660200190565b906101e057508051156101d157805190602001fd5b63d6bda27560e01b5f5260045ffd5b81511580610211575b6101f1575090565b639996b31560e01b5f9081526001600160a01b0391909116600452602490fd5b50803b156101e956fe60806040527f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc545f9081906001600160a01b0316368280378136915af43d5f803e156048573d5ff35b3d5ffdfea26469706673582212208cf68e87e1909c079a159d07e4e98e2da1de40fa80b13af991aed361eab6af5c64736f6c634300081c0033000000000000000000000000f9084c3c8515490f585746e6b7d6a97d99eaa6eb000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000001c477a24f36000000000000000000000000b44d1e03a4d29edd7652faff00a988555c48d389000000000000000000000000d92513d60571c9bb868f28ef5c9f2482dea1365a0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000dfd6370dceb5136cf130435de9b1b150a7d3d2c00000000000000000000000003504efb13076747e5c405a69ef50751a6b13e5d6000000000000000000000000b44d1e03a4d29edd7652faff00a988555c48d389000000000000000000000000d006dcb49266fb4af3a26eaa6a6fd7414299960a00000000000000000000000096e0b052350dfd5f8dfe4c080334e9df035323a9000000000000000000000000711e9bd4570c81bcc7d932d96c6700fd462fb13500000000000000000000000097436c70b9f3b7f0a1367c962fca9476d77f74bb0000000000000000000000003d8c1e9dab5a36fa13a555f905439982556c96a0000000000000000000000000bc69f6d1e8b61e5224ebfd361a74a8f9690db378000000000000000000000000f24227794e6ec86714fa525b3433515a5a2d326600000000000000000000000000000000000000000000000000000000
0x60806040527f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc545f9081906001600160a01b0316368280378136915af43d5f803e156048573d5ff35b3d5ffdfea26469706673582212208cf68e87e1909c079a159d07e4e98e2da1de40fa80b13af991aed361eab6af5c64736f6c634300081c0033
| Type | Age | Block | Details |
|---|---|---|---|
| no cross-chain L1↔L2 transactions for this address | |||
| Txn Hash | Age | Event | Topics / Data |
|---|---|---|---|
| 0x1464ba…2f1619 | 17 hrs agoMon, 17 Aug 2026 00:31:50 UTC | 0x94dc8f…93a4 | [0] 0x000000000000…462fb135 [1] 0x000000000000…43e40951 [2] 0x000000000000…1eacad73 data: 0x000000000000000000…00000000 |
| 0x1464ba…2f1619 | 17 hrs agoMon, 17 Aug 2026 00:31:50 UTC | 0x3de54a…95d5 | data: 0x000000000000000000…3de10a8c |
| 0xa2c74d…a4a1a3 | 17 hrs agoMon, 17 Aug 2026 00:10:00 UTC | 0x94dc8f…93a4 | [0] 0x000000000000…a7d3d2c0 [1] 0x000000000000…43e40951 [2] 0x000000000000…1eacad73 data: 0x000000000000000000…16f1d168 |
| 0xa2c74d…a4a1a3 | 17 hrs agoMon, 17 Aug 2026 00:10:00 UTC | 0x3de54a…95d5 | data: 0x000000000000000000…0000a2b0 |
| 0x2c0c30…15d5d6 | 18 hrs agoSun, 16 Aug 2026 23:57:14 UTC | 0x94dc8f…93a4 | [0] 0x000000000000…a7d3d2c0 [1] 0x000000000000…43e40951 [2] 0x000000000000…1eacad73 data: 0x000000000000000000…16f1d168 |
| 0x2c0c30…15d5d6 | 18 hrs agoSun, 16 Aug 2026 23:57:14 UTC | 0x3de54a…95d5 | data: 0x000000000000000000…00000424 |
| 0x7a9825…d2ec31 | 18 hrs agoSun, 16 Aug 2026 23:37:40 UTC | 0x94dc8f…93a4 | [0] 0x000000000000…035323a9 [1] 0x000000000000…43e40951 [2] 0x000000000000…1eacad73 data: 0x000000000000000000…16f1d168 |
| 0x7a9825…d2ec31 | 18 hrs agoSun, 16 Aug 2026 23:37:40 UTC | 0x3de54a…95d5 | data: 0x000000000000000000…000bf5b9 |
| 0x6597cb…ec6485 | 18 hrs agoSun, 16 Aug 2026 23:24:02 UTC | 0x94dc8f…93a4 | [0] 0x000000000000…5c48d389 [1] 0x000000000000…43e40951 [2] 0x000000000000…1eacad73 data: 0x000000000000000000…16f1d168 |
| 0x6597cb…ec6485 | 18 hrs agoSun, 16 Aug 2026 23:24:02 UTC | 0x3de54a…95d5 | data: 0x000000000000000000…00000cf5 |
| 0x29228b…ed69a9 | 18 hrs agoSun, 16 Aug 2026 23:09:49 UTC | 0x94dc8f…93a4 | [0] 0x000000000000…035323a9 [1] 0x000000000000…43e40951 [2] 0x000000000000…1eacad73 data: 0x000000000000000000…16f1d168 |
| 0x29228b…ed69a9 | 18 hrs agoSun, 16 Aug 2026 23:09:49 UTC | 0x3de54a…95d5 | data: 0x000000000000000000…0000ed7a |
| 0x66befb…a42d1f | 20 hrs agoSun, 16 Aug 2026 21:35:12 UTC | 0x94dc8f…93a4 | [0] 0x000000000000…d77f74bb [1] 0x000000000000…43e40951 [2] 0x000000000000…1eacad73 data: 0x000000000000000000…16f1d168 |
| 0x66befb…a42d1f | 20 hrs agoSun, 16 Aug 2026 21:35:12 UTC | 0x3de54a…95d5 | data: 0x000000000000000000…00000873 |
| 0x48b80a…8ebf80 | 20 hrs agoSun, 16 Aug 2026 21:32:03 UTC | 0x94dc8f…93a4 | [0] 0x000000000000…690db378 [1] 0x000000000000…43e40951 [2] 0x000000000000…1eacad73 data: 0x000000000000000000…00000000 |
| 0x48b80a…8ebf80 | 20 hrs agoSun, 16 Aug 2026 21:32:03 UTC | 0x3de54a…95d5 | data: 0x000000000000000000…1a48941d |
| 0x0093a5…f9afc9 | 22 hrs agoSun, 16 Aug 2026 19:49:14 UTC | 0x94dc8f…93a4 | [0] 0x000000000000…a7d3d2c0 [1] 0x000000000000…43e40951 [2] 0x000000000000…1eacad73 data: 0x000000000000000000…16f1d168 |
| 0x0093a5…f9afc9 | 22 hrs agoSun, 16 Aug 2026 19:49:14 UTC | 0x3de54a…95d5 | data: 0x000000000000000000…000000d8 |
| 0x3c0836…68150a | 22 hrs agoSun, 16 Aug 2026 19:37:09 UTC | 0x94dc8f…93a4 | [0] 0x000000000000…655b4bc4 [1] 0x000000000000…43e40951 [2] 0x000000000000…1eacad73 data: 0x000000000000000000…16f1d168 |
| 0x3c0836…68150a | 22 hrs agoSun, 16 Aug 2026 19:37:09 UTC | 0x3de54a…95d5 | data: 0x000000000000000000…0001462d |
| 0x573e63…673bb9 | 22 hrs agoSun, 16 Aug 2026 19:26:35 UTC | 0x94dc8f…93a4 | [0] 0x000000000000…77f571a0 [1] 0x000000000000…685be55f [2] 0x000000000000…1eacad73 data: 0x000000000000000000…1eacad73 |
| 0x573e63…673bb9 | 22 hrs agoSun, 16 Aug 2026 19:26:35 UTC | 0x3de54a…95d5 | data: 0x000000000000000000…61e905e1 |
| 0x19ea81…d43e44 | 22 hrs agoSun, 16 Aug 2026 19:20:23 UTC | 0x94dc8f…93a4 | [0] 0x000000000000…5c48d389 [1] 0x000000000000…43e40951 [2] 0x000000000000…1eacad73 data: 0x000000000000000000…16f1d168 |
| 0x19ea81…d43e44 | 22 hrs agoSun, 16 Aug 2026 19:20:23 UTC | 0x3de54a…95d5 | data: 0x000000000000000000…000140ca |
| 0xd1613e…f6fed2 | 22 hrs agoSun, 16 Aug 2026 19:16:18 UTC | 0x94dc8f…93a4 | [0] 0x000000000000…73c280a2 [1] 0x000000000000…43e40951 [2] 0x000000000000…1eacad73 data: 0x000000000000000000…16f1d168 |
| Transaction Hash | Method ? | Block | Age | From | To | Amount | Txn Fee ? | ||
|---|---|---|---|---|---|---|---|---|---|
| 0x1464ba…2f1619 | 0x522f29a0 | 38,408,313 | 17 hrs agoMon, 17 Aug 2026 00:31:50 UTC | 0x711e…b135 | IN | ERC1967Proxy | $0.000 ETH | 0.00000854 | |
| !0xc15a2f…93cfef | 0x522f29a0 | 38,408,311 | 17 hrs agoMon, 17 Aug 2026 00:31:50 UTC | 0x7eb8…5df6 | IN | ERC1967Proxy | $0.000 ETH | 0.00000237 | |
| !0x834033…dfcf05 | 0x522f29a0 | 38,408,311 | 17 hrs agoMon, 17 Aug 2026 00:31:50 UTC | 0x9743…74bb | IN | ERC1967Proxy | $0.000 ETH | 0.00000233 | |
| !0xea4f82…3b801f | 0x522f29a0 | 38,407,090 | 17 hrs agoMon, 17 Aug 2026 00:29:47 UTC | 0xb44d…d389 | IN | ERC1967Proxy | $0.000 ETH | 0.00000227 | |
| !0x65f1d6…a4d2b5 | 0x522f29a0 | 38,407,090 | 17 hrs agoMon, 17 Aug 2026 00:29:47 UTC | 0x3504…e5d6 | IN | ERC1967Proxy | $0.000 ETH | 0.00000223 | |
| !0xd8480c…e0b25d | 0x522f29a0 | 38,405,456 | 17 hrs agoMon, 17 Aug 2026 00:27:04 UTC | 0x517b…4bc4 | IN | ERC1967Proxy | $0.000 ETH | 0.00000801 | |
| !0x0c0c0d…5ffea6 | 0x31145ef7 | 38,404,416 | 17 hrs agoMon, 17 Aug 2026 00:25:19 UTC | 0x3d8c…96a0 | IN | ERC1967Proxy | $0.000 ETH | 0.00000174 | |
| !0xaa6d7c…d2a9ac | 0x522f29a0 | 38,404,301 | 17 hrs agoMon, 17 Aug 2026 00:25:08 UTC | 0xdfd6…d2c0 | IN | ERC1967Proxy | $0.000 ETH | 0.00000210 | |
| !0xdb821f…60e72a | 0x522f29a0 | 38,403,822 | 17 hrs agoMon, 17 Aug 2026 00:24:19 UTC | 0xb44d…d389 | IN | ERC1967Proxy | $0.000 ETH | 0.00000225 | |
| !0x6e3a8e…2b24c8 | 0x522f29a0 | 38,403,821 | 17 hrs agoMon, 17 Aug 2026 00:24:19 UTC | 0x711e…b135 | IN | ERC1967Proxy | $0.000 ETH | 0.00000220 | |
| !0x8e2f7d…4d5a36 | 0x522f29a0 | 38,403,821 | 17 hrs agoMon, 17 Aug 2026 00:24:19 UTC | 0x804c…7d01 | IN | ERC1967Proxy | $0.000 ETH | 0.00000224 | |
| !0x5e2fc4…eab9bd | 0x522f29a0 | 38,403,821 | 17 hrs agoMon, 17 Aug 2026 00:24:19 UTC | 0xbc69…b378 | IN | ERC1967Proxy | $0.000 ETH | 0.00000220 | |
| !0x205304…fc8ea1 | 0x522f29a0 | 38,403,821 | 17 hrs agoMon, 17 Aug 2026 00:24:19 UTC | 0xf242…3266 | IN | ERC1967Proxy | $0.000 ETH | 0.00000224 | |
| !0x2a48cb…f4d843 | 0x522f29a0 | 38,403,821 | 17 hrs agoMon, 17 Aug 2026 00:24:19 UTC | 0xa636…4039 | IN | ERC1967Proxy | $0.000 ETH | 0.00000224 | |
| !0x8bbfca…a959da | 0x522f29a0 | 38,403,820 | 17 hrs agoMon, 17 Aug 2026 00:24:19 UTC | 0xdfd6…d2c0 | IN | ERC1967Proxy | $0.000 ETH | 0.00000220 | |
| !0x416201…c477e7 | 0x31145ef7 | 38,403,820 | 17 hrs agoMon, 17 Aug 2026 00:24:19 UTC | 0x517b…4bc4 | IN | ERC1967Proxy | $0.000 ETH | 0.00000169 | |
| !0xcd9066…b3cbce | 0x522f29a0 | 38,403,820 | 17 hrs agoMon, 17 Aug 2026 00:24:19 UTC | 0xe0e8…80a2 | IN | ERC1967Proxy | $0.000 ETH | 0.00000223 | |
| !0x8be809…0b22e7 | 0x522f29a0 | 38,403,820 | 17 hrs agoMon, 17 Aug 2026 00:24:19 UTC | 0x7eb8…5df6 | IN | ERC1967Proxy | $0.000 ETH | 0.00000220 | |
| !0x8bb479…dc14f0 | 0x522f29a0 | 38,400,091 | 17 hrs agoMon, 17 Aug 2026 00:18:05 UTC | 0xbc69…b378 | IN | ERC1967Proxy | $0.000 ETH | 0.00000187 | |
| !0x98a0bb…0f6315 | 0x522f29a0 | 38,400,091 | 17 hrs agoMon, 17 Aug 2026 00:18:05 UTC | 0x3504…e5d6 | IN | ERC1967Proxy | $0.000 ETH | 0.00000224 | |
| 0xa2c74d…a4a1a3 | 0x522f29a0 | 38,395,257 | 17 hrs agoMon, 17 Aug 2026 00:10:00 UTC | 0xdfd6…d2c0 | IN | ERC1967Proxy | $0.000 ETH | 0.00001037 | |
| !0x89d437…6ffbae | 0x522f29a0 | 38,395,257 | 17 hrs agoMon, 17 Aug 2026 00:10:00 UTC | 0xa636…4039 | IN | ERC1967Proxy | $0.000 ETH | 0.00000176 | |
| !0xcabbbb…b0b762 | 0x522f29a0 | 38,393,533 | 17 hrs agoMon, 17 Aug 2026 00:07:07 UTC | 0xdfd6…d2c0 | IN | ERC1967Proxy | $0.000 ETH | 0.00000927 | |
| !0xb99911…b992ed | 0x31145ef7 | 38,393,486 | 17 hrs agoMon, 17 Aug 2026 00:07:02 UTC | 0xdfd6…d2c0 | IN | ERC1967Proxy | $0.000 ETH | 0.00000922 | |
| !0x3afb06…87e1b1 | 0x522f29a0 | 38,390,169 | 17 hrs agoMon, 17 Aug 2026 00:01:30 UTC | 0x3d8c…96a0 | IN | ERC1967Proxy | $0.000 ETH | 0.00000226 |
| Block | Age | Parent Transaction Hash | Type | Method | From | To | Value | |
|---|---|---|---|---|---|---|---|---|
| 39,024,574 | 15 mins agoMon, 17 Aug 2026 17:42:13 UTC | 0x61a1c2…430147 | CALL | Transfer | 0x0b55…c426 | OUT | 0x8366…0951 | 0.00242 ETH |
| 39,024,574 | 15 mins agoMon, 17 Aug 2026 17:42:13 UTC | 0x61a1c2…430147 | DELEGATECALL | Transfer | 0x0b55…c426 | OUT | 0xb58b…fafc | 0.00242 ETH |
| 39,024,574 | 15 mins agoMon, 17 Aug 2026 17:42:13 UTC | 0x61a1c2…430147 | CALL | Transfer | 0x0bd7…ad73 | IN | 0x0b55…c426 | 0.00242 ETH |
| 39,021,593 | 20 mins agoMon, 17 Aug 2026 17:37:14 UTC | 0x57b4d7…a73dea | DELEGATECALL | Transfer | 0x0b55…c426 | OUT | 0xb58b…fafc | 0.00899 ETH |
| 39,021,593 | 20 mins agoMon, 17 Aug 2026 17:37:14 UTC | 0x57b4d7…a73dea | CALL | Transfer | 0x8366…0951 | IN | 0x0b55…c426 | 0.00899 ETH |
| 39,021,593 | 20 mins agoMon, 17 Aug 2026 17:37:14 UTC | 0x57b4d7…a73dea | CALL | Transfer | 0x0b55…c426 | OUT | 0x0bd7…ad73 | 0.00900 ETH |
| 39,021,593 | 20 mins agoMon, 17 Aug 2026 17:37:14 UTC | 0x57b4d7…a73dea | DELEGATECALL | Transfer | 0x0b55…c426 | OUT | 0xb58b…fafc | 0.00900 ETH |
| 39,021,593 | 20 mins agoMon, 17 Aug 2026 17:37:14 UTC | 0x57b4d7…a73dea | CALL | Transfer | 0x8366…0951 | IN | 0x0b55…c426 | 0.00900 ETH |
| 39,021,591 | 20 mins agoMon, 17 Aug 2026 17:37:14 UTC | 0x5b6ea9…ccbc46 | DELEGATECALL | Transfer | 0x0b55…c426 | OUT | 0xb58b…fafc | 0.04053 ETH |
| 39,021,591 | 20 mins agoMon, 17 Aug 2026 17:37:14 UTC | 0x5b6ea9…ccbc46 | CALL | Transfer | 0x8366…0951 | IN | 0x0b55…c426 | 0.04053 ETH |
| 39,021,591 | 20 mins agoMon, 17 Aug 2026 17:37:14 UTC | 0x5b6ea9…ccbc46 | CALL | Transfer | 0x0b55…c426 | OUT | 0x0bd7…ad73 | 0.04056 ETH |
| 39,021,591 | 20 mins agoMon, 17 Aug 2026 17:37:14 UTC | 0x5b6ea9…ccbc46 | DELEGATECALL | Transfer | 0x0b55…c426 | OUT | 0xb58b…fafc | 0.04056 ETH |
| 39,021,591 | 20 mins agoMon, 17 Aug 2026 17:37:14 UTC | 0x5b6ea9…ccbc46 | CALL | Transfer | 0x8366…0951 | IN | 0x0b55…c426 | 0.04056 ETH |
| 39,021,591 | 20 mins agoMon, 17 Aug 2026 17:37:14 UTC | 0x9c3418…fb6527 | DELEGATECALL | Transfer | 0x0b55…c426 | OUT | 0xb58b…fafc | 0.04053 ETH |
| 39,021,591 | 20 mins agoMon, 17 Aug 2026 17:37:14 UTC | 0x9c3418…fb6527 | CALL | Transfer | 0x8366…0951 | IN | 0x0b55…c426 | 0.04053 ETH |
| 39,021,591 | 20 mins agoMon, 17 Aug 2026 17:37:14 UTC | 0x9c3418…fb6527 | CALL | Transfer | 0x0b55…c426 | OUT | 0x0bd7…ad73 | 0.04056 ETH |
| 39,021,591 | 20 mins agoMon, 17 Aug 2026 17:37:14 UTC | 0x9c3418…fb6527 | DELEGATECALL | Transfer | 0x0b55…c426 | OUT | 0xb58b…fafc | 0.04056 ETH |
| 39,021,591 | 20 mins agoMon, 17 Aug 2026 17:37:14 UTC | 0x9c3418…fb6527 | CALL | Transfer | 0x8366…0951 | IN | 0x0b55…c426 | 0.04056 ETH |
| 39,021,591 | 20 mins agoMon, 17 Aug 2026 17:37:14 UTC | 0x3a5392…1f72cc | DELEGATECALL | Transfer | 0x0b55…c426 | OUT | 0xb58b…fafc | 0.05422 ETH |
| 39,021,591 | 20 mins agoMon, 17 Aug 2026 17:37:14 UTC | 0x3a5392…1f72cc | CALL | Transfer | 0x8366…0951 | IN | 0x0b55…c426 | 0.05422 ETH |
| 39,021,591 | 20 mins agoMon, 17 Aug 2026 17:37:14 UTC | 0x3a5392…1f72cc | CALL | Transfer | 0x0b55…c426 | OUT | 0x0bd7…ad73 | 0.05426 ETH |
| 39,021,591 | 20 mins agoMon, 17 Aug 2026 17:37:14 UTC | 0x3a5392…1f72cc | DELEGATECALL | Transfer | 0x0b55…c426 | OUT | 0xb58b…fafc | 0.05426 ETH |
| 39,021,591 | 20 mins agoMon, 17 Aug 2026 17:37:14 UTC | 0x3a5392…1f72cc | CALL | Transfer | 0x8366…0951 | IN | 0x0b55…c426 | 0.05426 ETH |
| 39,021,579 | 20 mins agoMon, 17 Aug 2026 17:37:12 UTC | 0x27b8b8…08109a | CALL | Transfer | 0x0b55…c426 | OUT | 0x0bd7…ad73 | 0.00282 ETH |
| 39,021,579 | 20 mins agoMon, 17 Aug 2026 17:37:12 UTC | 0x27b8b8…08109a | CALL | Transfer | 0x0b55…c426 | OUT | 0x8366…0951 | 0.82569 ETH |
| Transaction Hash | Method | Block | Age | From | To | Type | Item | ||
|---|---|---|---|---|---|---|---|---|---|
| no NFT transfers for this address yet | |||||||||
| Transaction Hash | Method | Block | Age | From | To | Amount | Token | ||
|---|---|---|---|---|---|---|---|---|---|
| 0x1464ba7f…2f1619 | Transfer | 38,408,313 | 17 hrs agoMon, 17 Aug 2026 00:31:50 UTC | 0x0b55…c426 | OUT | 0xd925…365a | 0.000038 WETH | WETH (WETH) | |
| 0x1464ba7f…2f1619 | Transfer | 38,408,313 | 17 hrs agoMon, 17 Aug 2026 00:31:50 UTC | 0x0000…0000 | IN | 0x0b55…c426 | 0.000038 WETH | WETH (WETH) | |
| 0x1464ba7f…2f1619 | Transfer | 38,408,313 | 17 hrs agoMon, 17 Aug 2026 00:31:50 UTC | 0x0b55…c426 | OUT | 0x0000…0000 | 0.066240 WETH | WETH (WETH) | |
| 0x1464ba7f…2f1619 | Transfer | 38,408,313 | 17 hrs agoMon, 17 Aug 2026 00:31:50 UTC | 0x0b55…c426 | OUT | 0xd42a…2b09 | $NaN1,251.435342 CASHCAT | ||
| 0x1464ba7f…2f1619 | Transfer | 38,408,313 | 17 hrs agoMon, 17 Aug 2026 00:31:50 UTC | 0xd42a…2b09 | IN | 0x0b55…c426 | 0.066240 WETH | WETH (WETH) | |
| 0x1464ba7f…2f1619 | Transfer | 38,408,313 | 17 hrs agoMon, 17 Aug 2026 00:31:50 UTC | 0x8366…0951 | IN | 0x0b55…c426 | $NaN1,251.435342 CASHCAT | ||
| 0x1464ba7f…2f1619 | Transfer | 38,408,313 | 17 hrs agoMon, 17 Aug 2026 00:31:50 UTC | 0x0b55…c426 | OUT | 0x0000…0000 | 0.066201 WETH | WETH (WETH) | |
| 0x1464ba7f…2f1619 | Transfer | 38,408,313 | 17 hrs agoMon, 17 Aug 2026 00:31:50 UTC | 0x0000…0000 | IN | 0x0b55…c426 | 0.066201 WETH | WETH (WETH) | |
| 0xa2c74d66…a4a1a3 | Transfer | 38,395,257 | 17 hrs agoMon, 17 Aug 2026 00:10:00 UTC | 0x0b55…c426 | OUT | 0xd925…365a | $0.040.039778 USDG | Global Dollar (USDG) | |
| 0xa2c74d66…a4a1a3 | Transfer | 38,395,257 | 17 hrs agoMon, 17 Aug 2026 00:10:00 UTC | 0x0b55…c426 | OUT | 0x8366…0951 | $1.861.858178 USDG | Global Dollar (USDG) | |
| 0xa2c74d66…a4a1a3 | Transfer | 38,395,257 | 17 hrs agoMon, 17 Aug 2026 00:10:00 UTC | 0x0b55…c426 | OUT | 0x52e6…71ca | 0.001013 WETH | WETH (WETH) | |
| 0xa2c74d66…a4a1a3 | Transfer | 38,395,257 | 17 hrs agoMon, 17 Aug 2026 00:10:00 UTC | 0x52e6…71ca | IN | 0x0b55…c426 | $1.901.897956 USDG | Global Dollar (USDG) | |
| 0xa2c74d66…a4a1a3 | Transfer | 38,395,257 | 17 hrs agoMon, 17 Aug 2026 00:10:00 UTC | 0x0b55…c426 | OUT | 0x6e31…0daa | $NaN4,306.000934 BLINK | ||
| 0xa2c74d66…a4a1a3 | Transfer | 38,395,257 | 17 hrs agoMon, 17 Aug 2026 00:10:00 UTC | 0x6e31…0daa | IN | 0x0b55…c426 | 0.001013 WETH | WETH (WETH) | |
| 0xa2c74d66…a4a1a3 | Transfer | 38,395,257 | 17 hrs agoMon, 17 Aug 2026 00:10:00 UTC | 0x8366…0951 | IN | 0x0b55…c426 | $NaN4,306.000934 BLINK | ||
| 0xa2c74d66…a4a1a3 | Transfer | 38,395,257 | 17 hrs agoMon, 17 Aug 2026 00:10:00 UTC | 0x0b55…c426 | OUT | 0x8366…0951 | $1.861.858178 USDG | Global Dollar (USDG) | |
| 0xa2c74d66…a4a1a3 | Transfer | 38,395,257 | 17 hrs agoMon, 17 Aug 2026 00:10:00 UTC | 0x8366…0951 | IN | 0x0b55…c426 | $1.861.858178 USDG | Global Dollar (USDG) | |
| 0x2c0c3016…15d5d6 | Transfer | 38,387,623 | 18 hrs agoSun, 16 Aug 2026 23:57:14 UTC | 0x0b55…c426 | OUT | 0xd925…365a | $0.000.000488 USDG | Global Dollar (USDG) | |
| 0x2c0c3016…15d5d6 | Transfer | 38,387,623 | 18 hrs agoSun, 16 Aug 2026 23:57:14 UTC | 0x0b55…c426 | OUT | 0x8366…0951 | $0.410.408226 USDG | Global Dollar (USDG) | |
| 0x2c0c3016…15d5d6 | Transfer | 38,387,623 | 18 hrs agoSun, 16 Aug 2026 23:57:14 UTC | 0x8366…0951 | IN | 0x0b55…c426 | $0.410.408714 USDG | Global Dollar (USDG) | |
| 0x2c0c3016…15d5d6 | Transfer | 38,387,623 | 18 hrs agoSun, 16 Aug 2026 23:57:14 UTC | 0x0b55…c426 | OUT | 0x0000…0000 | 0.000217 WETH | WETH (WETH) | |
| 0x2c0c3016…15d5d6 | Transfer | 38,387,623 | 18 hrs agoSun, 16 Aug 2026 23:57:14 UTC | 0x0b55…c426 | OUT | 0x52e6…71ca | $0.410.408226 USDG | Global Dollar (USDG) | |
| 0x2c0c3016…15d5d6 | Transfer | 38,387,623 | 18 hrs agoSun, 16 Aug 2026 23:57:14 UTC | 0x52e6…71ca | IN | 0x0b55…c426 | 0.000217 WETH | WETH (WETH) | |
| 0x2c0c3016…15d5d6 | Transfer | 38,387,623 | 18 hrs agoSun, 16 Aug 2026 23:57:14 UTC | 0x8366…0951 | IN | 0x0b55…c426 | $0.410.408226 USDG | Global Dollar (USDG) | |
| 0x7a982592…d2ec31 | Transfer | 38,375,927 | 18 hrs agoSun, 16 Aug 2026 23:37:40 UTC | 0x0b55…c426 | OUT | 0xd925…365a | $0.790.782981 USDG | Global Dollar (USDG) |