AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 51,119 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 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
0xa511…5d1e
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "AdminUpgradeabilityProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12204098 | 4 years ago | | | 0 | 0.0082493700 | |
| 12203805 | 4 years ago | | | 0 | 0.0084568636 | |
| 12203667 | 4 years ago | | | 0 | 0.0086456772 | |
| 12203519 | 4 years ago | | | 0 | 0.0086456773 | |
| 12203388 | 4 years ago | | | 0 | 0.0081499800 | |
| 12203100 | 4 years ago | | | 0 | 0.0081487993 | |
| 12202820 | 4 years ago | | | 0 | 0.0080505900 | |
| 12202594 | 4 years ago | | | 0 | 0.0079512000 | |
| 12202566 | 4 years ago | | | 0 | 0.0079500480 | |
| 12202566 | 4 years ago | | | 0 | 0.0079512000 |
ABI
ABI objects
Getter at block 21258411
candidate() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x5e4b407eb1253527628bab875525aaec0099ffc5
priceFeedL2Address() view returns (address)
0xb0c0387bc0ebe8c8a6cc7f089b12ab1a063aaffb
rootBridge() view returns (address)
0xa51156f3f1e39d1036ca4ba4974107a1c1815d1e
Read-only
getAggregator(bytes32 _priceFeedKey) view returns (address)
prevTimestampMap(bytes32) view returns (uint256)
priceFeedKeys(uint256) view returns (bytes32)
priceFeedMap(bytes32) view returns (address)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
addAggregator(bytes32 _priceFeedKey, address _aggregator)
initialize(address _rootBridge, address _priceFeedL2)
removeAggregator(bytes32 _priceFeedKey)
renounceOwnership()
setOwner(address newOwner)
setPriceFeedL2(address _priceFeedL2)
setRootBridge(address _rootBridge)
updateLatestRoundData(bytes32 _priceFeedKey)
updateOwner()
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PriceFeedL2Changed(address priceFeedL2)
PriceUpdateMessageIdSent(bytes32 messageId)
PriceUpdated(uint80 roundId, uint256 price, uint256 timestamp)
RootBridgeChanged(address rootBridge)
constructor(address _logic, address _admin, bytes _data)
fallback()
receive()
This contract contains no error objects.