AccessController
Verified contract
Active on
Ethereum with 88 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "AccessController"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21081065 | a month ago | | | 0 | 0.0012968497 | |
| 21014757 | a month ago | | | 0 | 0.00046243256 | |
| 20764733 | 2 months ago | | | 0 | 0.00027345145 | |
| 20764732 | 2 months ago | | | 0 | 0.00082380963 | |
| 20756529 | 2 months ago | | | 0 | 0.000083543189 | |
| 20756522 | 2 months ago | | | 0 | 0.00024244267 | |
| 20756428 | 2 months ago | | | 0 | 0.000083899504 | |
| 20756427 | 2 months ago | | | 0 | 0.000085211612 | |
| 20756402 | 2 months ago | | | 0 | 0.00021918317 | |
| 20756401 | 2 months ago | | | 0 | 0.00021224047 |
ABI
ABI objects
Getter at block 21269215
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
getSystemRegistry() view returns (address)
0x2218f90a98b0c070676f249ef44834686daa4285
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
verifyOwner(address account) view
State-modifying
Events grantRole(bytes32 role, address account)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setupRole(bytes32 role, address account)
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 _systemRegistry)
This contract contains no fallback and receive objects.
AccessDenied()
ZeroAddress(string paramName)