UpgradeableBeacon
Verified contract
Active on
Base with 1 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "UpgradeableBeacon"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16398527 | 4 months ago | | | 0 | 0.000028686969 |
ABI
ABI objects
Getter at block 22091713
implementation() view returns (address)
0x2af3eb5945a524e1c23dc2fb2b3b37a5cad7ab31
owner() view returns (address)
0xc3128d734563e0d034d3ea177129657408c09d35
Read-only
This contract contains no read-only function objects.
State-modifying
Events renounceOwnership()
transferOwnership(address newOwner)
upgradeTo(address newImplementation)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Upgraded(address indexed implementation)
constructor(address implementation_, address initialOwner)
This contract contains no fallback and receive objects.
BeaconInvalidImplementation(address implementation)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)