AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 784 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
Balances ($0.00)
No balances found for "AdminUpgradeabilityProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15194873 | 2 years ago | | | 0 | 0.00031734176 | |
| 13765934 | 3 years ago | | | 0 | 0.0034461849 | |
| 13615063 | 3 years ago | | | 0 | 0.0060310897 | |
| 13610667 | 3 years ago | | | 0 | 0.0038099493 | |
| 13608544 | 3 years ago | | | 0 | 0.0075728720 | |
| 13604128 | 3 years ago | | | 0 | 0.0064859852 | |
| 13591315 | 3 years ago | | | 0 | 0.0073461393 | |
| 13589794 | 3 years ago | | | 0 | 0.0063499156 | |
| 13584863 | 3 years ago | | | 0 | 0.0085251493 | |
| 13583319 | 3 years ago | | | 0 | 0.0078466814 |
ABI
ABI objects
Getter at block 21285105
isOwner() view returns (bool)
false
minimumProviders() view returns (uint256)
1
owner() view returns (address)
0xab8bf2758d0b3c46684ee05e55c298e3c4f6dbd5
providersSize() view returns (uint256)
1
reportDelaySec() view returns (uint256)
3600
reportExpirationTimeSec() view returns (uint256)
216000
Read-only
providerReports(address, uint256) view returns (uint256 timestamp, uint256 payload)
providers(uint256) view returns (address)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
addProvider(address provider)
getData() returns (uint256, bool)
initialize(address owner_, uint256 reportExpirationTimeSec_, uint256 reportDelaySec_, uint256 minimumProviders_)
initialize(address sender)
purgeReports()
pushReport(uint256 payload)
removeProvider(address provider)
renounceOwnership()
setMinimumProviders(uint256 minimumProviders_)
setReportDelaySec(uint256 reportDelaySec_)
setReportExpirationTimeSec(uint256 reportExpirationTimeSec_)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProviderAdded(address provider)
ProviderRemoved(address provider)
ProviderReportPushed(address indexed provider, uint256 payload, uint256 timestamp)
ReportTimestampOutOfRange(address provider)
constructor(address _logic, address _admin, bytes _data)
fallback()
This contract contains no error objects.