AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 45 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) |
---|---|---|---|---|---|---|---|
| 13725729 | 3 years ago | | | 0 | 0.0058615483 | |
| 13725185 | 3 years ago | | | 0 | 0.0076689656 | |
| 13725182 | 3 years ago | | | 0 | 0.0071748450 | |
| 13725179 | 3 years ago | | | 0 | 0.0064987883 | |
| 13725174 | 3 years ago | | | 0 | 0.0074308574 | |
| 13725157 | 3 years ago | | | 0 | 0.0077155310 | |
| 13725150 | 3 years ago | | | 0 | 0.0091369020 | |
| 13725141 | 3 years ago | | | 0 | 0.0088768653 | |
| 13725135 | 3 years ago | | | 0 | 0.0075746281 | |
| 13725119 | 3 years ago | | | 0 | 0.0093652426 |
ABI
ABI objects
Getter at block 21276335
APPROVED_ACCOUNT_ROLE() view returns (bytes32)
0xb41779a0a6fb2d244c04b68eca2e33b96017b71ad13276557715e2b122d3d002
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
call(address to, uint256 value, bytes data) payable returns (bool success)
grantRole(bytes32 role, address account)
initialize(address initialAdmin_, address[] initialAccounts_)
pause(address destination)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Call(address to, uint256 value, bytes data, uint256 operation)
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.