AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 7 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
0x798d…01c3
0x5728…4a8c
0x058e…162e
Balances ($0.00)
No balances found for "AdminUpgradeabilityProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11707657 | 4 years ago | | | 0 | 0.0033137140 | |
| 11707278 | 4 years ago | | | 0 | 0.0031809844 | |
| 11707277 | 4 years ago | | | 0 | 0.0032246676 | |
| 11707274 | 4 years ago | | | 0 | 0.0032094216 | |
| 11674036 | 4 years ago | | | 0 | 0.0018371100 | |
| 11674034 | 4 years ago | | | 0 | 0.0017219700 | |
| 11674033 | 4 years ago | | | 0 | 0.0013719800 |
ABI
ABI objects
Getter at block 21249305
cpiOracle() view returns (address)
0x57280661ecab9b2ad0ddac9b5ed824ae17424a8c
deviationThreshold() view returns (uint256)
50000000000000000
epoch() view returns (uint256)
307
inRebaseWindow() view returns (bool)
false
isOwner() view returns (bool)
false
lastRebaseTimestampSec() view returns (uint256)
1642622400
marketOracle() view returns (address)
0x058ec2bf15011095a25670b618a129c043e2162e
minRebaseTimeIntervalSec() view returns (uint256)
86400
orchestrator() view returns (address)
0xbd5d9451e004fc495f105ceab40d6c955e4192ba
owner() view returns (address)
0xb65cef03b9b89f99517643226d76e286ee999e77
rebaseLag() view returns (uint256)
10
rebaseWindowLengthSec() view returns (uint256)
21600
rebaseWindowOffsetSec() view returns (uint256)
72000
uFrags() view returns (address)
0x798d1be841a82a273720ce31c822c61a67a601c3
Read-only
This contract contains no read-only function objects.
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
initialize(address owner_, address uFrags_, uint256 baseCpi_)
initialize(address sender)
rebase()
renounceOwnership()
setCpiOracle(address cpiOracle_)
setDeviationThreshold(uint256 deviationThreshold_)
setMarketOracle(address marketOracle_)
setOrchestrator(address orchestrator_)
setRebaseLag(uint256 rebaseLag_)
setRebaseTimingParameters(uint256 minRebaseTimeIntervalSec_, uint256 rebaseWindowOffsetSec_, uint256 rebaseWindowLengthSec_)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
LogRebase(uint256 indexed epoch, uint256 exchangeRate, uint256 cpi, int256 requestedSupplyAdjustment, uint256 timestampSec)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _logic, address _admin, bytes _data)
fallback()
receive()
This contract contains no error objects.