Address
0x9ee9747b7835a2d64038062c311cdf58dfd3d2b1Current Holdings
$0.0186
TXs sent
not counted
First Active
2025-09-23
block 24,579,111
Last Active
347 days ago
block 24,691,064
Net worth historyi
7 snapshots · to block 27,556,979coverage change 26 Augcoverage change 27 Augcoverage change 27 Augcoverage change 27 Augcoverage change 27 Aug
exact matchERC1967Proxysolc 0.8.28+commit.7893614aruntime exact · creation exact
proxy·0x8dd7…e94f
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.4.0) (interfaces/IERC1967.sol)
pragma solidity >=0.4.11;
/**
* @dev ERC-1967: Proxy Storage Slots. This interface contains the events defined in the ERC.
*/
interface IERC1967 {
/**
* @dev Emitted when the implementation is upgraded.
*/
event Upgraded(address indexed implementation);
/**
* @dev Emitted when the admin account has changed.
*/
event AdminChanged(address previousAdmin, address newAdmin);
/**
* @dev Emitted when the beacon is changed.
*/
event BeaconUpgraded(address indexed beacon);
}