Address
0x1f082785ca889388ce523bf3de6781e40b99b060Current Holdings
$5,364.38
TXs sent
0
First Active
2024-10-25
block 21,758,360
Last Active
today
block 27,520,520
Net worth historyi
5,000 snapshots · to block 27,521,515partial
exact matchERC1967Proxysolc 0.8.19+commit.7dd6d404runtime exact · creation exact
proxy·0xD495…4206
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.5.0) (interfaces/draft-IERC1822.sol)
pragma solidity ^0.8.0;
/**
* @dev ERC1822: Universal Upgradeable Proxy Standard (UUPS) documents a method for upgradeability through a simplified
* proxy whose upgrades are fully controlled by the current implementation.
*/
interface IERC1822Proxiable {
/**
* @dev Returns the storage slot that the proxiable contract assumes is being used to store the implementation
* address.
*
* IMPORTANT: A proxy pointing at a proxiable contract should not be considered proxiable itself, because this risks
* bricking a proxy that upgrades to it, by delegating to itself until out of gas. Thus it is critical that this
* function revert if invoked through a proxy.
*/
function proxiableUUID() external view returns (bytes32);
}