AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 17 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 15 additional slots
Balances ($0.00)
No balances found for "AdminUpgradeabilityProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12049563 | 4 years ago | | | 0 | 0.0040309140 | |
| 12049560 | 4 years ago | | | 0 | 0.0037272150 | |
| 12049550 | 4 years ago | | | 0 | 0.0037272150 | |
| 11111767 | 4 years ago | | | 0 | 0.0082506100 | |
| 11111766 | 4 years ago | | | 0 | 0.0082506100 | |
| 11111765 | 4 years ago | | | 0 | 0.0082506100 | |
| 11111516 | 4 years ago | | | 0 | 0.0063092900 | |
| 11111514 | 4 years ago | | | 0 | 0.0063092900 | |
| 11111513 | 4 years ago | | | 0 | 0.0063092900 | |
| 11111365 | 4 years ago | | | 0 | 0.0095256100 |
ABI
ABI objects
Getter at block 21124335
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
PLUGINMGR_ROLE() view returns (bytes32)
0x09e1ab43120d7d51b06a5a6c749694c173c693d86a3153e43b2d4ff99d814abd
PUBLISHER_ROLE() view returns (bytes32)
0xad312f08b8889cfe65ec2f1faae419f8b47f0153a3483ea6130918c055c8183d
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
handlers(address, address, bytes32) view returns (bytes4)
hasRole(bytes32 role, address account) view returns (bool)
isAdmin(address account) view returns (bool)
subscribers(address publisher, bytes32 topic) view returns (address[])
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
addAccount(bytes32 role, address account)
addAdmin(address account)
grantRole(bytes32 role, address account)
initialize(address owner)
publish(bytes32 topic, bytes data)
removeAccount(bytes32 role, address account)
renounceAdmin()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
subscribe(address subscriber, address publisher, bytes32 topic, bytes4 handler)
unsubscribe(address subscriber, address publisher, bytes32 topic)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
constructor(address _logic, address _admin, bytes _data)
fallback()
receive()
This contract contains no error objects.