DydxGovernor
Verified contract
Active on
Ethereum with 2,560 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "DydxGovernor"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18613180 | a year ago | | | 0 | 0.037434242 | |
| 18598890 | a year ago | | | 0 | 0.010952552 | |
| 18597757 | a year ago | | | 0 | 0.0017505720 | |
| 18597644 | a year ago | | | 0 | 0.0018892414 | |
| 18596901 | a year ago | | | 0 | 0.0018379453 | |
| 18596105 | a year ago | | | 0 | 0.0022210623 | |
| 18595735 | a year ago | | | 0 | 0.0017435520 | |
| 18595254 | a year ago | | | 0 | 0.0025442106 | |
| 18593796 | a year ago | | | 0 | 0.0035114843 | |
| 18593419 | a year ago | | | 0 | 0.0033786937 |
ABI
ABI objects
Getter at block 21305225
ADD_EXECUTOR_ROLE() view returns (bytes32)
0x6d7de061afba91040b8f2fa055f62976f5be484e30e6b3eb7e3c831c2f411f09
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_TYPEHASH() view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
EIP712_DOMAIN_NAME() view returns (string)
dYdX Governance
OWNER_ROLE() view returns (bytes32)
0xb19546dff01e856fb3f010c267a7b1c60363cf8a4664e21cc89c26224620214e
VOTE_EMITTED_TYPEHASH() view returns (bytes32)
0x4e031542a9553ed1c4e810c54674ab4b984243e335b246aa3de73663bf4c11ee
getGovernanceStrategy() view returns (address)
0xc2f5f3505910da80f0592a3cc023881c50b16505
getProposalsCount() view returns (uint256)
17
getVotingDelay() view returns (uint256)
6570
Read-only
getProposalById(uint256 proposalId) view returns (struct IDydxGovernorProposalWithoutVotes)
getProposalState(uint256 proposalId) view returns (uint8)
getRoleAdmin(bytes32 role) view returns (bytes32)
getVoteOnProposal(uint256 proposalId, address voter) view returns (struct IDydxGovernorVote)
hasRole(bytes32 role, address account) view returns (bool)
isExecutorAuthorized(address executor) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events authorizeExecutors(address[] executors)
cancel(uint256 proposalId)
create(address executor, address[] targets, uint256[] values, string[] signatures, bytes[] calldatas, bool[] withDelegatecalls, bytes32 ipfsHash) returns (uint256)
execute(uint256 proposalId) payable
grantRole(bytes32 role, address account)
queue(uint256 proposalId)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setGovernanceStrategy(address governanceStrategy)
setVotingDelay(uint256 votingDelay)
submitVote(uint256 proposalId, bool support)
submitVoteBySignature(uint256 proposalId, bool support, uint8 v, bytes32 r, bytes32 s)
unauthorizeExecutors(address[] executors)
ExecutorAuthorized(address executor)
ExecutorUnauthorized(address executor)
GovernanceStrategyChanged(address indexed newStrategy, address indexed initiatorChange)
ProposalCanceled(uint256 id)
ProposalCreated(uint256 id, address indexed creator, address indexed executor, address[] targets, uint256[] values, string[] signatures, bytes[] calldatas, bool[] withDelegatecalls, uint256 startBlock, uint256 endBlock, address strategy, bytes32 ipfsHash)
ProposalExecuted(uint256 id, address indexed initiatorExecution)
ProposalQueued(uint256 id, uint256 executionTime, address indexed initiatorQueueing)
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)
VoteEmitted(uint256 id, address indexed voter, bool support, uint256 votingPower)
VotingDelayChanged(uint256 newVotingDelay, address indexed initiatorChange)
constructor(address governanceStrategy, uint256 votingDelay, address addExecutorAdmin)
This contract contains no fallback and receive objects.
This contract contains no error objects.