This contract is being backfilled. You may encounter incomplete storage history.
The latest block we've processed for this chain is 21213421, which is 6 minutes old. We're running behind the tip but working to resolve the issue.

UpgradeableBeacon

Verified contract

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

No balances found for "UpgradeableBeacon"

0x89a2f1ba662c28dd6a8a9153fc2e959467bd21379ff9848b8e5bbc1da93a652b

Functions
Getter at block 21213420
implementation(view returns (address)
0x24d1c13ccdb6ffc69dbbb63ef55638ad902b4ab5
owner(view returns (address)
0xc50f1d782db4bd2b5b5afa9ddf1a1eb92dbcfd17
Read-only

This contract contains no read-only function objects.

State-modifying
renounceOwnership(
transferOwnership(address newOwner
upgradeTo(address newImplementation
Events
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Upgraded(address indexed implementation
Constructor
constructor(address implementation_address initialOwner
Fallback and receive

This contract contains no fallback and receive objects.

Errors
BeaconInvalidImplementation(address implementation
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account