Skip to main content
PulseScanner.io

Address

0xcb1b7dfd31628e00b26b77f453f76280bfbbb809
Current Holdings
$0.00
TXs sent
not counted
First Active
2024-11-22
block 21,999,085
Last Active
198 days ago
block 25,929,976
Funded By
not identified

Net worth historyi

517 snapshots · to block 27,398,138coverage change 26 Augcoverage change 27 Augcoverage change 27 Augcoverage change 27 Augcoverage change 27 Aug
exact matchERC1967Proxysolc 0.8.24+commit.e11b9ed9runtime exact · creation not verified

proxy·0x0efc…1e5F

// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.9.0) (interfaces/IERC1967.sol)

pragma solidity ^0.8.0;

/**
 * @dev ERC-1967: Proxy Storage Slots. This interface contains the events defined in the ERC.
 *
 * _Available since v4.8.3._
 */
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);
}