Skip to main content
PulseScanner.io

Address

0x8002e8a7aa6958e329e077b9488863fc8fd68ecd
Current Holdings
$0.00121100
TXs sent
not counted
First Active
2025-09-16
block 24,520,704
Last Active
365 days ago
block 24,537,141
Funded By
0x476c…88be

Net worth historyi

5 snapshots · to block 27,539,965coverage 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·0xDB14…C0cb

// 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);
}