ProxyAdmin

Verified contract

Active on Ethereum with 1 txns
Deployed by via 0x0fb5bb8a at 20219915
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "ProxyAdmin"

0x8ba3c4e684903d9a9867c6d73e01af826b2d104ac92f491957e9359ce0935e5e
From

Functions
Getter at block 21094889
owner(view returns (address)
0xc463eac02572cc964d43d2414023e2c6b62baf38
Read-only
getProxyAdmin(address _proxyview returns (address)
getProxyImplementation(address _proxyview returns (address)
proxyType(addressview returns (uint8)
State-modifying
changeProxyAdmin(address _proxyaddress _newAdmin
renounceOwnership(
setProxyType(address _addressuint8 _type
transferOwnership(address newOwner
upgrade(address _proxyaddress _implementation
upgradeAndCall(address _proxyaddress _implementationbytes _datapayable 
Events
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Constructor
constructor(address _owner
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account