ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 10 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "ERC1967Proxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19773966 | 7 months ago | | | 0 | 0.0015586778 | |
| 19773964 | 7 months ago | | | 0 | 0.0014079424 | |
| 19773964 | 7 months ago | | | 0 | 0.0014076303 | |
| 19773964 | 7 months ago | | | 0 | 0.0014073181 | |
| 19773964 | 7 months ago | | | 0 | 0.0014073181 | |
| 19773964 | 7 months ago | | | 0 | 0.0014070060 | |
| 19773963 | 7 months ago | | | 0 | 0.0012751448 | |
| 19773963 | 7 months ago | | | 0 | 0.0012737300 | |
| 19773963 | 7 months ago | | | 0 | 0.0012759937 | |
| 19773963 | 7 months ago | | | 0 | 0.0012748619 |
ABI
ABI objects
Getter at block 21243869 proxiableUUID() view returns (bytes32)
addressManager() view returns (address)
0xef9eaa1dd30a9aa1df01c36411b5f082aa65fbaa
impl() view returns (address)
0xec1a9aa1c648f047752fe4eedb2c21ceab0c6449
inNonReentrant() view returns (bool)
false
lastUnpausedAt() view returns (uint64)
0
owner() view returns (address)
0x9cbee534b5d8a6280e01a14844ee8af350399c7f
paused() view returns (bool)
false
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
getAddress(uint64 _chainId, bytes32 _name) view returns (address)
resolve(bytes32 _name, bool _allowZeroAddress) view returns (address)
resolve(uint64 _chainId, bytes32 _name, bool _allowZeroAddress) view returns (address)
State-modifying
Events acceptOwnership()
init(address _owner)
init2()
pause()
renounceOwnership()
setAddress(uint64 _chainId, bytes32 _name, address _newAddress)
transferOwnership(address newOwner)
unpause()
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AddressSet(uint64 indexed chainId, bytes32 indexed name, address newAddress, address oldAddress)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Initialized(uint8 version)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
AM_ADDRESS_ALREADY_SET()
FUNC_NOT_IMPLEMENTED()
INVALID_PAUSE_STATUS()
REENTRANT_CALL()
RESOLVER_DENIED()
RESOLVER_INVALID_MANAGER()
RESOLVER_UNEXPECTED_CHAINID()
RESOLVER_ZERO_ADDR(uint64 chainId, bytes32 name)
ZERO_ADDRESS()
ZERO_VALUE()