AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 1 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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
Balances ($0.00)
No balances found for "AdminUpgradeabilityProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11435868 | 4 years ago | | | 0 | 0.0012108240 |
ABI
ABI objects
Getter at block 21263697
owner() view returns (address)
0xb65cef03b9b89f99517643226d76e286ee999e77
Read-only
isApproved(address) view returns (bool)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approveRecipient(address recipient)
call(address to, uint256 value, bytes data) payable returns (bool success)
initialize()
renounceOwnership()
revokeRecipient(address recipient)
signalTokenLock(address geyser, address token, uint256 amount, uint256 durationSec, uint256 startTime)
transfer(address token, address recipient, uint256 amount)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Approve(address recipient)
Call(address to, uint256 value, bytes data)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RevokeApproval(address recipient)
constructor(address _logic, address _admin, bytes _data)
fallback()
receive()
This contract contains no error objects.