UpgradeableBeacon

Verified contract

Active on Base with 0 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "UpgradeableBeacon"

No transactions found for "UpgradeableBeacon"


Functions
Getter at block 22743771
implementation(view returns (address)
0x7e6d6f48ba74a8b0299de825775b13c0b64c7a4a
owner(view returns (address)
0x13f518aa15ca3296e51ceafb44a8d86660e97b3a
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