AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 519 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
0xd46b…a161
0x2a18…4f71
0x99c9…8914
Balances ($0.00)
No balances found for "AdminUpgradeabilityProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11057565 | 4 years ago | | | 0 | 0.0020567520 | |
| 11050974 | 4 years ago | | | 0 | 0.0020567520 | |
| 11044427 | 4 years ago | | | 0 | 0.0021583200 | |
| 11037928 | 4 years ago | | | 0 | 0.0012696000 | |
| 11031387 | 4 years ago | | | 0 | 0.00096489600 | |
| 11024876 | 4 years ago | | | 0 | 0.0012949920 | |
| 11018484 | 4 years ago | | | 0 | 0.0012442080 | |
| 11012198 | 4 years ago | | | 0 | 0.0014219520 | |
| 11005841 | 4 years ago | | | 0 | 0.0025645920 | |
| 10999386 | 4 years ago | | | 0 | 0.0021329280 |
ABI
ABI objects
Getter at block 21319137
cpiOracle() view returns (address)
0x2a18bfb505b49aed12f19f271cc1183f98ff4f71
deviationThreshold() view returns (uint256)
25000000000000000
epoch() view returns (uint256)
1976
globalAmpleforthEpochAndAMPLSupply() view returns (uint256, uint256)
(1976, 156351834472788641)
inRebaseWindow() view returns (bool)
false
isOwner() view returns (bool)
false
lastRebaseTimestampSec() view returns (uint256)
1733191200
marketOracle() view returns (address)
0x99c9775e076fdf99388c029550155032ba2d8914
minRebaseTimeIntervalSec() view returns (uint256)
86400
orchestrator() view returns (address)
0x6fb00a180781e75f87e2b690af0196baa77c7e7c
owner() view returns (address)
0x223592a191ecfc7fdc38a9256c3bd96e771539a9
rebaseFunctionGrowth() view returns (int256)
42000000000000000000
rebaseFunctionLowerPercentage() view returns (int256)
-77000000000000000
rebaseFunctionUpperPercentage() view returns (int256)
50000000000000000
rebaseLag() pure returns (uint256)
1
rebaseWindowLengthSec() view returns (uint256)
1200
rebaseWindowOffsetSec() view returns (uint256)
7200
uFrags() view returns (address)
0xd46ba6d942050d489dbd938a2c909a5d5039a161
Read-only
computeRebasePercentage(int256 normalizedRate, int256 lower, int256 upper, int256 growth) pure returns (int256)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
getExchangeRate() returns (uint256, bool)
getTargetRate() returns (uint256, bool)
initialize(address owner_, address uFrags_)
initialize(address sender)
rebase()
renounceOwnership()
setCpiOracle(address cpiOracle_)
setDeviationThreshold(uint256 deviationThreshold_)
setMarketOracle(address marketOracle_)
setOrchestrator(address orchestrator_)
setRebaseFunctionGrowth(int256 rebaseFunctionGrowth_)
setRebaseFunctionLowerPercentage(int256 rebaseFunctionLowerPercentage_)
setRebaseFunctionUpperPercentage(int256 rebaseFunctionUpperPercentage_)
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)
LogRebaseV2(uint256 indexed epoch, uint256 exchangeRate, uint256 targetRate, int256 requestedSupplyAdjustment)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _logic, address _admin, bytes _data)
fallback()
This contract contains no error objects.