AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 11 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 48 additional slots
Balances ($0.00)
No balances found for "AdminUpgradeabilityProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18574219 | a year ago | | | 0 | 0.00095554061 | |
| 18240732 | a year ago | | | 0 | 0.00058665982 | |
| 18124828 | a year ago | | | 0 | 0.00063579053 | |
| 12995813 | 3 years ago | | | 0 | 0.0049582800 | |
| 12766295 | 3 years ago | | | 0 | 0.0028512870 | |
| 12249536 | 4 years ago | | | 0 | 0.024791400 | |
| 11783046 | 4 years ago | | | 0 | 0.016705350 | |
| 11783043 | 4 years ago | | | 0 | 0.016703550 | |
| 11645924 | 4 years ago | | | 0 | 0.0066814200 | |
| 11645921 | 4 years ago | | | 0 | 0.0066814200 |
ABI
ABI objects
Getter at block 21204814
ADMIN_ROLE() view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
REPORTER_ROLE() view returns (bytes32)
0x3204c940063673962b481a0395619b3dbbd137589c419e993978c1c71bcf68ec
owner() view returns (address)
0x8114b3854d1e7b7f5f14896537c321e9062284ce
Read-only
configs(address) view returns (address token, string symbol, uint256 upperBoundAnchorRatio, uint256 lowerBoundAnchorRatio)
getPrice(address token) view returns (uint256)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
initialize()
renounceOwnership()
setPrice(address token, uint256 price, bool force)
setPrices(address[] tokens, uint256[] prices)
setTokenConfig(address token, string symbol, uint256 upperBoundAnchorRatio, uint256 lowerBoundAnchorRatio)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
ConfigUpdated(address token, string symbol, uint256 upperBoundAnchorRatio, uint256 lowerBoundAnchorRatio)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PriceUpdated(address token, uint256 price)
constructor(address _logic, address _admin, bytes _data)
fallback()
This contract contains no error objects.