AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 15 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
Balances ($0.00)
No balances found for "AdminUpgradeabilityProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12154533 | 4 years ago | | | 0 | 0.0072501330 | |
| 12146863 | 4 years ago | | | 0 | 0.0054034820 | |
| 12146854 | 4 years ago | | | 0 | 0.0046541040 | |
| 12068127 | 4 years ago | | | 0 | 0.10544853 | |
| 11996273 | 4 years ago | | | 0 | 0.0031260460 | |
| 11972728 | 4 years ago | | | 0 | 0.0068026560 | |
| 11972726 | 4 years ago | | | 0 | 0.0067959360 | |
| 11827284 | 4 years ago | | | 0 | 0.091460512 | |
| 11813825 | 4 years ago | | | 0 | 0.10041657 | |
| 11807802 | 4 years ago | | | 0 | 0.0034799380 |
ABI
ABI objects
Getter at block 21172675
getAdapters() view returns (address[] _adapters)
[0x622b5fb73babd7308468E9212340ff5A89984132, 0x9D5d1ef12c04c83f37b889Bdc495C9e2be43CbBC, 0x0bd5Aa838368E91F8959bA0d2a254FfdD09daa8c, 0x2C4A3eF36e204706014eEe6267f82a29773D0632, 0x1F0Adaf6c0aee870F4DD4f82F5D505da733BBED2, 0x287654A8209a50b18d28b9aF18a1dEB83DBcf3BA, 0x9C304151F3AA63e6f6C8Ed24C4ee8398540C73B2, 0xCD99B092A5C08c33D09b3e72046A7ab42d8110D1]
instrumentAdmin() view returns (address)
0xdac2065211d2cc7cfba865a355c42b2b7ae31017
owner() view returns (address)
0x77da011d5314d80be59e939c2f7ec2f702e1dcc4
Read-only
adapters(uint256) view returns (address)
getAdapter(string) view returns (address)
getInstrument(string _name) view returns (address instrumentAddress)
instruments(string) view returns (address)
isInstrument(address) view returns (bool)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
burnGasTokens()
initialize(address _owner, address _instrumentAdmin)
newInstrument(address _logic, bytes _initData) returns (address instrumentAddress)
renounceOwnership()
setAdapter(string protocolName, address adapter)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
AdapterSet(string indexed protocolName, address indexed adapterAddress)
InstrumentCreated(string symbol, address indexed instrumentAddress)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProxyCreated(address indexed logic, address indexed proxyAddress, bytes initData)
constructor(address _logic, address _admin, bytes _data)
fallback()
receive()
This contract contains no error objects.