DopeDAO
Verified contract
Active on
Ethereum with 1,223 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 "DopeDAO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21002999 | a month ago | | | 0 | 0.00016192393 | |
| 20927350 | a month ago | | | 0 | 0.0013681691 | |
| 20927344 | a month ago | | | 0 | 0.0014051454 | |
| 20927339 | a month ago | | | 0 | 0.0014769275 | |
| 20927336 | a month ago | | | 0 | 0.0018125351 | |
| 20927330 | a month ago | | | 0 | 0.0021586709 | |
| 20927326 | a month ago | | | 0 | 0.0023816984 | |
| 20890559 | a month ago | | | 0 | 0.00026616263 | |
| 20889834 | a month ago | | | 0 | 0.00019843085 | |
| 20880679 | a month ago | | | 0 | 0.00069836533 |
ABI
ABI objects
Getter at block 21209554
BALLOT_TYPEHASH() view returns (bytes32)
0x150214d74d59b7d1e90c73fc22ef3d991dd0a76b046543d4d80ab92d2a50328f
COUNTING_MODE() pure returns (string)
support=bravo&quorum=bravo
name() view returns (string)
DopeDAO
proposalThreshold() pure returns (uint256)
50
quorumVotes() view returns (uint256)
500
timelock() view returns (address)
0xb57ab8767cae33be61ff15167134861865f7d22c
token() view returns (address)
0x8707276df042e89669d69a177d3da7dc78bd8723
version() view returns (string)
1
votingDelay() pure returns (uint256)
13091
votingPeriod() pure returns (uint256)
45818
Read-only
getActions(uint256 proposalId) view returns (address[] targets, uint256[] values, string[] signatures, bytes[] calldatas)
getReceipt(uint256 proposalId, address voter) view returns (struct IGovernorCompatibilityBravoReceipt)
getVotes(address account, uint256 blockNumber) view returns (uint256)
hasVoted(uint256 proposalId, address account) view returns (bool)
hashProposal(address[] targets, uint256[] values, bytes[] calldatas, bytes32 descriptionHash) pure returns (uint256)
proposalDeadline(uint256 proposalId) view returns (uint256)
proposalEta(uint256 proposalId) view returns (uint256)
proposalSnapshot(uint256 proposalId) view returns (uint256)
proposals(uint256 proposalId) view returns (uint256 id, address proposer, uint256 eta, uint256 startBlock, uint256 endBlock, uint256 forVotes, uint256 againstVotes, uint256 abstainVotes, bool canceled, bool executed)
quorum(uint256 blockNumber) pure returns (uint256)
state(uint256 proposalId) view returns (uint8)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events __acceptAdmin()
cancel(uint256 proposalId)
castVote(uint256 proposalId, uint8 support) returns (uint256)
castVoteBySig(uint256 proposalId, uint8 support, uint8 v, bytes32 r, bytes32 s) returns (uint256)
castVoteWithReason(uint256 proposalId, uint8 support, string reason) returns (uint256)
execute(address[] targets, uint256[] values, bytes[] calldatas, bytes32 descriptionHash) payable returns (uint256)
execute(uint256 proposalId) payable
propose(address[] targets, uint256[] values, bytes[] calldatas, string description) returns (uint256)
propose(address[] targets, uint256[] values, string[] signatures, bytes[] calldatas, string description) returns (uint256)
queue(address[] targets, uint256[] values, bytes[] calldatas, bytes32 descriptionHash) returns (uint256)
queue(uint256 proposalId)
updateTimelock(address newTimelock)
ProposalCanceled(uint256 proposalId)
ProposalCreated(uint256 proposalId, address proposer, address[] targets, uint256[] values, string[] signatures, bytes[] calldatas, uint256 startBlock, uint256 endBlock, string description)
ProposalExecuted(uint256 proposalId)
ProposalQueued(uint256 proposalId, uint256 eta)
TimelockChange(address oldTimelock, address newTimelock)
VoteCast(address indexed voter, uint256 proposalId, uint8 support, uint256 weight, string reason)
constructor(address _token, address _timelock)
receive()
This contract contains no error objects.