UUPSProxy
Verified contract
Proxy
Active on
Ethereum with 15,616 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "UUPSProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20989387 | 2 months ago | | | 0 | 0.0014094397 | |
| 20900058 | 2 months ago | | | 0 | 0.00040717324 | |
| 20892296 | 2 months ago | | | 0 | 0.00051441198 | |
| 20769289 | 3 months ago | | | 0 | 0.00016290706 | |
| 20760040 | 3 months ago | | | 0 | 0.00016895705 | |
| 20742043 | 3 months ago | | | 0 | 0.00022845042 | |
| 20739751 | 3 months ago | | | 0 | 0.00012616973 | |
| 20737107 | 3 months ago | | | 0 | 0.00028498534 | |
| 20682819 | 3 months ago | | | 0 | 0.00018429774 | |
| 20666927 | 3 months ago | | | 0 | 0.000089254772 |
ABI
ABI objects
Getter at block 21326451 proxiableUUID() view returns (bytes32)
DEPRECATED_admin() view returns (address)
0xfe27543a247a33e7f756b567e10354755b50239b
getImplementation() view returns (address)
0x8d671a0bc6664c2ef71db4bbbacb2a455992920c
owner() view returns (address)
0x9f26d4c958fd811a1f59b01b86be7dffc9d20761
paused() view returns (bool)
false
whitelistVersion() view returns (uint32)
3
Read-only
admins(address) view returns (bool)
correctVersionHash(uint256) view returns (bytes32)
declarationHashes(address) view returns (bytes32)
isEligible(uint32, address) view returns (bool)
isOwner(address _addresss) view returns (bool)
State-modifying
Events confirmEligibility(bytes32 _hash)
initialize()
initializeNewWhitelist(bytes32 _newVersionHash)
pauseContract()
removeFromWhitelist(address _user)
renounceOwnership()
transferOwnership(address newOwner)
unPauseContract()
updateAdmin(address _newAdmin, bool _isAdmin)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
EligibilityConfirmed(uint32 whitelistVersion, bytes32 hash, address user)
EligibilityRemoved(uint32 whitelistVersion, address user)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
Upgraded(address indexed implementation)
whitelistVersionIncreased(uint32 currentDeclaration)
constructor(address _implementation, bytes _data)
fallback()
receive()
This contract contains no error objects.