GovernanceProxy

Verified contract

Active on Ethereum with 0 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "GovernanceProxy"

No transactions found for "GovernanceProxy"


Functions
Getter at block 20853267
GOVERNANCE_ROLE(view returns (bytes32)
0x474f5645524e414e434500000000000000000000000000000000000000000000
VETO_ROLE(view returns (bytes32)
0x5645544f00000000000000000000000000000000000000000000000000000000
 
getEndedChanges(view returns (struct IGovernanceProxyChange[])
getEndedChangesCount(view returns (uint256)
35
getPendingChanges(view returns (struct IGovernanceProxyChange[])
[]
nextChangeId(view returns (uint64)
35
Read-only
accountsWithRole(bytes32 roleview returns (address[])
delays(bytes4view returns (uint64)
getEndedChanges(uint256 offsetuint256 nview returns (struct IGovernanceProxyChange[])
getPendingChange(uint64 changeIdview returns (struct IGovernanceProxyChange change)
getRoleMemberCount(bytes32 roleview returns (uint256)
hasRole(bytes32 roleaddress accountview returns (bool)
State-modifying
cancelChange(uint64 id
executeChange(uint64 id
grantRole(bytes32 roleaddress account
requestChange(struct IGovernanceProxyCall[] calls
revokeRole(bytes32 roleaddress account
updateDelay(bytes4 selectoruint64 delay
Events
ChangeCanceled(uint64 indexed changeId
ChangeExecuted(uint64 indexed changeId
ChangeRequested(struct IGovernanceProxyCall[] callsuint64 delayuint64 changeId
DelayUpdated(bytes4 indexed selectoruint64 delay
RoleGranted(bytes32 indexed roleaddress indexed account
RoleRevoked(bytes32 indexed roleaddress indexed account
Constructor
constructor(address governanceaddress veto
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.