RoleManager
Verified contract
Active on
Ethereum with 2 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "RoleManager"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14397546 | 3 years ago | | | 0 | 0.00093516500 | |
| 14392439 | 3 years ago | | | 0 | 0.0039346800 |
ABI
ABI objects
Getter at block 21226022
addressProvider() view returns (address)
0x139c15e21b0f6e43fc397face5de5b7d5ae6874a
Read-only
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasAnyRole(bytes32 role1, bytes32 role2, address account) view returns (bool)
hasAnyRole(bytes32 role1, bytes32 role2, bytes32 role3, address account) view returns (bool)
hasAnyRole(bytes32[] roles, address account) view returns (bool)
hasRole(bytes32 role, address account) view returns (bool)
State-modifying
Events addGaugeZap(address zap)
addGovernor(address newGovernor)
grantRole(bytes32 role, address account)
removeGaugeZap(address zap)
renounceGovernance()
revokeRole(bytes32 role, address account)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
constructor(address _addressProvider)
This contract contains no fallback and receive objects.
This contract contains no error objects.