AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 6 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
0xecbf…5f7a
0x5b98…90f1
0x77d1…a242
Balances ($0.00)
No balances found for "AdminUpgradeabilityProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11342748 | 4 years ago | | | 0 | 0.00078180000 | |
| 10934007 | 4 years ago | | | 0 | 0.0053185200 | |
| 10934004 | 4 years ago | | | 0 | 0.0053239250 | |
| 10933980 | 4 years ago | | | 0 | 0.0053263400 | |
| 10933978 | 4 years ago | | | 0 | 0.0034711600 | |
| 10933976 | 4 years ago | | | 0 | 0.0019766200 |
ABI
ABI objects
Getter at block 21172883
deviationThreshold() view returns (uint256)
50000000000000000
dominusOracle() view returns (address)
0x5b98648adfdfaf76a8e0230e6a8961a9a64790f1
epoch() view returns (uint256)
399
inRebaseWindow() view returns (bool)
false
isOwner() view returns (bool)
false
lastRebaseTimestampSec() view returns (uint256)
1636502400
marketOracle() view returns (address)
0x77d14e82369aaefd0e3f59d061d16326eeeca242
maxNegativeRateChangePercentage() view returns (uint256)
100
maxPositiveRateChangePercentage() view returns (uint256)
10000
minRebaseTimeIntervalSec() view returns (uint256)
86400
orchestrator() view returns (address)
0x7dbe2a840588e8c92fc31e32ec94ae9d3564ff6a
owner() view returns (address)
0xab8bf2758d0b3c46684ee05e55c298e3c4f6dbd5
rebaseLag() view returns (uint256)
10
rebaseWindowLengthSec() view returns (uint256)
900
rebaseWindowOffsetSec() view returns (uint256)
0
uFrags() view returns (address)
0xecbf566944250dde88322581024e611419715f7a
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 baseDominus_)
initialize(address sender)
rebase()
renounceOwnership()
setDeviationThreshold(uint256 deviationThreshold_)
setDominusOracle(address dominusOracle_)
setMarketOracle(address marketOracle_)
setOrchestrator(address orchestrator_)
setRateChangeMaximums(uint256 maxPositiveRateChangePercentage_, uint256 maxNegativeRateChangePercentage_)
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 dominus, int256 requestedSupplyAdjustment, uint256 timestampSec)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _logic, address _admin, bytes _data)
fallback()
This contract contains no error objects.