AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 52 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 48 additional slots
Balances ($0.00)
No balances found for "AdminUpgradeabilityProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14922637 | 2 years ago | | | 0 | 0.0033512445 | |
| 14922187 | 2 years ago | | | 0 | 0.0064374539 | |
| 14871665 | 3 years ago | | | 0 | 0.0017836514 | |
| 14768783 | 3 years ago | | | 0 | 0.0049280312 | |
| 14768769 | 3 years ago | | | 0 | 0.0053991330 | |
| 14752081 | 3 years ago | | | 0 | 0.00099052160 | |
| 14752070 | 3 years ago | | | 0 | 0.0011675222 | |
| 14740108 | 3 years ago | | | 0 | 0.0010072558 | |
| 14724686 | 3 years ago | | | 0 | 0.0021248983 | |
| 14671248 | 3 years ago | | | 0 | 0.0013172121 |
ABI
ABI objects
Getter at block 21322246
owner() view returns (address)
0x1216a72b7822bbf7c38707f9a602fc241cd6df30
Read-only
getContent(address series, uint16 key) view returns (string)
getRecord(address series, uint16 key) view returns (address)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
addTimestamp(address series, string filename, string cid)
renounceOwnership()
setContent(address series, uint16 key, string value)
setPluginController(uint16 pluginID, address pluginAddress)
setRecord(address series, uint16 key, address value)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
ContentChanged(address indexed series, uint16 indexed key, string value)
DocumentTimestamped(address indexed series, uint256 timestamp, string filename, string cid)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RecordChanged(address indexed series, uint16 indexed key, address value)
constructor(address _logic, address _admin, bytes _data)
fallback()
receive()
This contract contains no error objects.