| Token | Symbol | Balance | Price | Value |
|---|---|---|---|---|
| global dollar (USDG) | USDG | 10 | $1 | $10 |
| HOODBOT | 33,084.642857 | $0.0000370 | $1.23 | |
| High As A Giraffe's Ass (HAAGA) | HAAGA | 10,108.278333 | — | — |
| The Pon Dog (OZZY) | OZZY | 40 | — | — |
| 牛来 (牛来) | 牛来 | 25 | — | — |
| COCO (COCO) | COCO | 15 | — | — |
| WrappedUSDG (WUSDG) | WUSDG | 14 | — | — |
| sushicat (sushicat) | sushicat | 5 | — | — |
| YOLO (YOLO) | YOLO | 5 | — | — |
| What If (IF) | IF | 1 | — | — |
| Type | Age | Block | Details |
|---|---|---|---|
| no cross-chain L1↔L2 transactions for this address | |||
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.0.0) (proxy/ERC1967/ERC1967Proxy.sol)
pragma solidity ^0.8.20;
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[EIP1967], 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 EIP1967) 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": "FailedInnerCall",
"type": "error",
"inputs": []
},
{
"name": "Upgraded",
"type": "event",
"inputs": [
{
"name": "implementation",
"type": "address",
"indexed": true,
"internalType": "address"
}
],
"anonymous": false
},
{
"type": "fallback",
"stateMutability": "payable"
}
][
{
"type": "constructor",
"inputs": [
{
"name": "anEntryPoint",
"type": "address",
"internalType": "contract IEntryPoint"
}
],
"stateMutability": "nonpayable"
},
{
"name": "AddressEmptyCode",
"type": "error",
"inputs": [
{
"name": "target",
"type": "address",
"internalType": "address"
}
]
},
{
"name": "ECDSAInvalidSignature",
"type": "error",
"inputs": []
},
{
"name": "ECDSAInvalidSignatureLength",
"type": "error",
"inputs": [
{
"name": "length",
"type": "uint256",
"internalType": "uint256"
}
]
},
{
"name": "ECDSAInvalidSignatureS",
"type": "error",
"inputs": [
{
"name": "s",
"type": "bytes32",
"internalType": "bytes32"
}
]
},
{
"name": "ERC1967InvalidImplementation",
"type": "error",
"inputs": [
{
"name": "implementation",
"type": "address",
"internalType": "address"
}
]
},
{
"name": "ERC1967NonPayable",
"type": "error",
"inputs": []
},
{
"name": "FailedInnerCall",
"type": "error",
"inputs": []
},
{
"name": "InvalidInitialization",
"type": "error",
"inputs": []
},
{
"name": "NotInitializing",
"type": "error",
"inputs": []
},
{
"name": "UUPSUnauthorizedCallContext",
"type": "error",
"inputs": []
},
{
"name": "UUPSUnsupportedProxiableUUID",
"type": "error",
"inputs": [
{
"name": "slot",
"type": "bytes32",
"internalType": "bytes32"
}
]
},
{
"name": "Initialized",
"type": "event",
"inputs": [
{
"name": "version",
"type": "uint64",
"indexed": false,
"internalType": "uint64"
}
],
"anonymous": false
},
{
"name": "SimpleAccountInitialized",
"type": "event",
"inputs": [
{
"name": "entryPoint",
"type": "address",
"indexed": true,
"internalType": "contract IEntryPoint"
},
{
"name": "owner",
"type": "address",
"indexed": true,
"internalType": "address"
}
],
"anonymous": false
},
{
"name": "Upgraded",
"type": "event",
"inputs": [
{
"name": "implementation",
"type": "address",
"indexed": true,
"internalType": "address"
}
],
"anonymous": false
},
{
"name": "UPGRADE_INTERFACE_VERSION",
"type": "function",
"inputs": [],
"outputs": [
{
"name": "",
"type": "string",
"internalType": "string"
}
],
"stateMutability": "view"
},
{
"name": "addDeposit",
"type": "function",
"inputs": [],
"outputs": [],
"stateMutability": "payable"
},
{
"name": "entryPoint",
"type": "function",
"inputs": [],
"outputs": [
{
"name": "",
"type": "address",
"internalType": "contract IEntryPoint"
}
],
"stateMutability": "view"
},
{
"name": "execute",
"type": "function",
"inputs": [
{
"name": "dest",
"type": "address",
"internalType": "address"
},
{
"name": "value",
"type": "uint256",
"internalType": "uint256"
},
{
"name": "func",
"type": "bytes",
"internalType": "bytes"
}
],
"outputs": [],
"stateMutability": "nonpayable"
},
{
"name": "executeBatch",
"type": "function",
"inputs": [
{
"name": "dest",
"type": "address[]",
"internalType": "address[]"
},
{
"name": "value",
"type": "uint256[]",
"internalType": "uint256[]"
},
{
"name": "func",
"type": "bytes[]",
"internalType": "bytes[]"
}
],
"outputs": [],
"stateMutability": "nonpayable"
},
{
"name": "getDeposit",
"type": "function",
"inputs": [],
"outputs": [
{
"name": "",
"type": "uint256",
"internalType": "uint256"
}
],
"stateMutability": "view"
},
{
"name": "getNonce",
"type": "function",
"inputs": [],
"outputs": [
{
"name": "",
"type": "uint256",
"internalType": "uint256"
}
],
"stateMutability": "view"
},
{
"name": "initialize",
"type": "function",
"inputs": [
{
"name": "anOwner",
"type": "address",
"internalType": "address"
}
],
"outputs": [],
"stateMutability": "nonpayable"
},
{
"name": "onERC1155BatchReceived",
"type": "function",
"inputs": [
{
"name": "",
"type": "address",
"internalType": "address"
},
{
"name": "",
"type": "address",
"internalType": "address"
},
{
"name": "",
"type": "uint256[]",
"internalType": "uint256[]"
},
{
"name": "",
"type": "uint256[]",
"internalType": "uint256[]"
},
{
"name": "",
"type": "bytes",
"internalType": "bytes"
}
],
"outputs": [
{
"name": "",
"type": "bytes4",
"internalType": "bytes4"
}
],
"stateMutability": "pure"
},
{
"name": "onERC1155Received",
"type": "function",
"inputs": [
{
"name": "",
"type": "address",
"internalType": "address"
},
{
"name": "",
"type": "address",
"internalType": "address"
},
{
"name": "",
"type": "uint256",
"internalType": "uint256"
},
{
"name": "",
"type": "uint256",
"internalType": "uint256"
},
{
"name": "",
"type": "bytes",
"internalType": "bytes"
}
],
"outputs": [
{
"name": "",
"type": "bytes4",
"internalType": "bytes4"
}
],
"stateMutability": "pure"
},
{
"name": "onERC721Received",
"type": "function",
"inputs": [
{
"name": "",
"type": "address",
"internalType": "address"
},
{
"name": "",
"type": "address",
"internalType": "address"
},
{
"name": "",
"type": "uint256",
"internalType": "uint256"
},
{
"name": "",
"type": "bytes",
"internalType": "bytes"
}
],
"outputs": [
{
"name": "",
"type": "bytes4",
"internalType": "bytes4"
}
],
"stateMutability": "pure"
},
{
"name": "owner",
"type": "function",
"inputs": [],
"outputs": [
{
"name": "",
"type": "address",
"internalType": "address"
}
],
"stateMutability": "view"
},
{
"name": "proxiableUUID",
"type": "function",
"inputs": [],
"outputs": [
{
"name": "",
"type": "bytes32",
"internalType": "bytes32"
}
],
"stateMutability": "view"
},
{
"name": "supportsInterface",
"type": "function",
"inputs": [
{
"name": "interfaceId",
"type": "bytes4",
"internalType": "bytes4"
}
],
"outputs": [
{
"name": "",
"type": "bool",
"internalType": "bool"
}
],
"stateMutability": "view"
},
{
"name": "upgradeToAndCall",
"type": "function",
"inputs": [
{
"name": "newImplementation",
"type": "address",
"internalType": "address"
},
{
"name": "data",
"type": "bytes",
"internalType": "bytes"
}
],
"outputs": [],
"stateMutability": "payable"
},
{
"name": "validateUserOp",
"type": "function",
"inputs": [
{
"name": "userOp",
"type": "tuple",
"components": [
{
"name": "sender",
"type": "address",
"internalType": "address"
},
{
"name": "nonce",
"type": "uint256",
"internalType": "uint256"
},
{
"name": "initCode",
"type": "bytes",
"internalType": "bytes"
},
{
"name": "callData",
"type": "bytes",
"internalType": "bytes"
},
{
"name": "accountGasLimits",
"type": "bytes32",
"internalType": "bytes32"
},
{
"name": "preVerificationGas",
"type": "uint256",
"internalType": "uint256"
},
{
"name": "gasFees",
"type": "bytes32",
"internalType": "bytes32"
},
{
"name": "paymasterAndData",
"type": "bytes",
"internalType": "bytes"
},
{
"name": "signature",
"type": "bytes",
"internalType": "bytes"
}
],
"internalType": "struct PackedUserOperation"
},
{
"name": "userOpHash",
"type": "bytes32",
"internalType": "bytes32"
},
{
"name": "missingAccountFunds",
"type": "uint256",
"internalType": "uint256"
}
],
"outputs": [
{
"name": "validationData",
"type": "uint256",
"internalType": "uint256"
}
],
"stateMutability": "nonpayable"
},
{
"name": "withdrawDepositTo",
"type": "function",
"inputs": [
{
"name": "withdrawAddress",
"type": "address",
"internalType": "address payable"
},
{
"name": "amount",
"type": "uint256",
"internalType": "uint256"
}
],
"outputs": [],
"stateMutability": "nonpayable"
},
{
"type": "receive",
"stateMutability": "payable"
}
]0x6080604052600a600c565b005b60186014601a565b605e565b565b600060597f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5473ffffffffffffffffffffffffffffffffffffffff1690565b905090565b3660008037600080366000845af43d6000803e808015607c573d6000f35b3d6000fdfea2646970667358221220d7f23a80daebb5531c9e4a18d87e812fca112e5df7e56433218edcc12bbe415d64736f6c63430008170033
| Transaction Hash | Method ? | Block | Age | From | To | Amount | Txn Fee ? | ||
|---|---|---|---|---|---|---|---|---|---|
| No direct transactions — this address is only ever reached via internal calls (common for a contract only invoked through a router or proxy). View Internal Transactions → | |||||||||
| Txn Hash | Age | Event | Topics / Data |
|---|---|---|---|
| 0xc7f035…bda85c | 4 days agoThu, 13 Aug 2026 13:37:35 UTC | 0xc7f505…81d2 | data: 0x000000000000000000…00000001 |
| 0xc7f035…bda85c | 4 days agoThu, 13 Aug 2026 13:37:35 UTC | 0x47e55c…e5de | [0] 0x000000000000…f37da032 [1] 0x000000000000…5e80da5c |
| 0xc7f035…bda85c | 4 days agoThu, 13 Aug 2026 13:37:35 UTC | 0xbc7cd7…2d3b | [0] 0x000000000000…bb1400c2 |
| 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 | ||
|---|---|---|---|---|---|---|---|---|---|
| 0xb875f622…db9e5c | Transfer | 38,614,522 | 1 day agoMon, 17 Aug 2026 06:16:50 UTC | 0x3756…fa82 | IN | 0x8a54…9e49 | $NaN24,999.999999 HOODBOT | ||
| 0x040f651c…b546e0 | Transfer | 38,040,067 | 1 day agoSun, 16 Aug 2026 14:16:09 UTC | 0x8c94…ec08 | IN | 0x8a54…9e49 | 25 牛来 | 牛来 (牛来) | |
| 0xcf315510…57b81e | Transfer | 37,597,295 | 2 days agoSun, 16 Aug 2026 01:55:02 UTC | 0x1673…13db | IN | 0x8a54…9e49 | 15 COCO | COCO (COCO) | |
| 0x318a0ace…965424 | Transfer | 37,493,720 | 2 days agoSat, 15 Aug 2026 23:01:53 UTC | 0x3d2b…6bfc | IN | 0x8a54…9e49 | 5 USDG | global dollar (USDG) | |
| 0xa7b2bfd4…631f14 | Transfer | 37,483,883 | 2 days agoSat, 15 Aug 2026 22:45:27 UTC | 0x3d2b…6bfc | IN | 0x8a54…9e49 | 5 USDG | global dollar (USDG) | |
| 0x7a25de17…1b8e67 | Transfer | 37,387,501 | 2 days agoSat, 15 Aug 2026 20:04:19 UTC | 0xcc05…efe3 | IN | 0x8a54…9e49 | 5 sushicat | sushicat (sushicat) | |
| 0xd7b1f79f…8b3cf8 | Transfer | 37,346,401 | 2 days agoSat, 15 Aug 2026 18:55:37 UTC | 0xcc05…efe3 | IN | 0x8a54…9e49 | 40 OZZY | The Pon Dog (OZZY) | |
| 0xf7a4b3be…caa2fd | Transfer | 37,324,836 | 2 days agoSat, 15 Aug 2026 18:19:33 UTC | 0xc7a7…cec7 | IN | 0x8a54…9e49 | 1 IF | What If (IF) | |
| 0x80f91097…f287db | Transfer | 37,310,248 | 2 days agoSat, 15 Aug 2026 17:55:14 UTC | 0x8c94…ec08 | IN | 0x8a54…9e49 | 14 WUSDG | WrappedUSDG (WUSDG) | |
| 0x3dd9daab…559005 | Transfer | 37,271,364 | 2 days agoSat, 15 Aug 2026 16:50:22 UTC | 0x8a54…9e49 | OUT | 0xc5d0…9249 | $0.002.5 HOODBOT | ||
| 0x3dd9daab…559005 | Transfer | 37,271,364 | 2 days agoSat, 15 Aug 2026 16:50:22 UTC | 0x8a54…9e49 | OUT | 0x6ab8…a152 | $0.002.5 HOODBOT | ||
| 0x3dd9daab…559005 | Transfer | 37,271,364 | 2 days agoSat, 15 Aug 2026 16:50:22 UTC | 0x8a54…9e49 | OUT | 0xfa27…c1a1 | $0.04995 HOODBOT | ||
| 0xa5957833…46cfea | Transfer | 37,254,494 | 2 days agoSat, 15 Aug 2026 16:22:12 UTC | 0x92fd…3fae | IN | 0x8a54…9e49 | $0.04987.5 HOODBOT | ||
| 0x009a283b…6c786b | Transfer | 37,254,326 | 2 days agoSat, 15 Aug 2026 16:21:55 UTC | 0x752c…07e1 | IN | 0x8a54…9e49 | $0.04990 HOODBOT | ||
| 0x8682e6f6…b54193 | Transfer | 36,414,072 | 3 days agoFri, 14 Aug 2026 16:57:56 UTC | 0xd6d9…f586 | IN | 0x8a54…9e49 | $NaN7,107.142857 HOODBOT | ||
| 0xcbc94430…e4f7c5 | Transfer | 35,477,077 | 4 days agoThu, 13 Aug 2026 14:53:11 UTC | 0xcc05…efe3 | IN | 0x8a54…9e49 | 5 YOLO | YOLO (YOLO) | |
| 0xc7f035a5…bda85c | Transfer | 35,431,832 | 4 days agoThu, 13 Aug 2026 13:37:35 UTC | 0x8a54…9e49 | OUT | 0xc5d0…9249 | $NaN13,065.056621 HOODBOT | ||
| 0xc7f035a5…bda85c | Transfer | 35,431,832 | 4 days agoThu, 13 Aug 2026 13:37:35 UTC | 0x8a54…9e49 | OUT | 0x6ab8…a152 | $NaN13,065.056621 HOODBOT | ||
| 0xc7f035a5…bda85c | Transfer | 35,431,832 | 4 days agoThu, 13 Aug 2026 13:37:35 UTC | 0x8a54…9e49 | OUT | 0xdedc…8d95 | $NaN5,199,892.535332 HOODBOT | ||
| 0xd47b908b…08a9fd | Transfer | 35,430,817 | 4 days agoThu, 13 Aug 2026 13:35:55 UTC | 0x6ab8…a152 | IN | 0x8a54…9e49 | $NaN56,029.366228 HOODBOT | ||
| 0x05d6f2fc…979adf | Transfer | 35,214,709 | 5 days agoThu, 13 Aug 2026 07:34:21 UTC | 0x3756…fa82 | IN | 0x8a54…9e49 | $NaN49,999.999999 HOODBOT | ||
| 0xf61bf1b4…4a6cae | Transfer | 32,858,360 | 7 days agoMon, 10 Aug 2026 14:08:26 UTC | 0xdedc…8d95 | IN | 0x8a54…9e49 | $NaN4,897,136.577539 HOODBOT | ||
| 0xc0343206…4da63e | Transfer | 32,839,668 | 7 days agoMon, 10 Aug 2026 13:37:14 UTC | 0xea71…1b08 | IN | 0x8a54…9e49 | $NaN2,487.500000 HOODBOT | ||
| 0xfa572195…885b76 | Transfer | 32,786,033 | 7 days agoMon, 10 Aug 2026 12:07:39 UTC | 0x3756…fa82 | IN | 0x8a54…9e49 | $NaN12,499.999999 HOODBOT | ||
| 0x0f00b731…a3cc22 | Transfer | 29,148,860 | 12 days agoThu, 06 Aug 2026 06:54:33 UTC | 0xea71…1b08 | IN | 0x8a54…9e49 | $NaN2,000 HOODBOT |
| Block | Age | Parent Transaction Hash | Type | Method | From | To | Value | |
|---|---|---|---|---|---|---|---|---|
| 35,431,832 | 4 days agoThu, 13 Aug 2026 13:37:35 UTC | 0xc7f035…bda85c | CREATE2 | handleOps | 0x91e6…8985 | IN | 0x8a54…9e49 | 0 ETH |