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 "DaoModule"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16744210 | 2 years ago | | | 0 | 0.0044312711 | |
| 14476629 | 3 years ago | | | 0 | 0.040445858 | |
| 14450868 | 3 years ago | | | 0 | 0.011664551 | |
| 14450847 | 3 years ago | | | 0 | 0.012442883 | |
| 14250815 | 3 years ago | | | 0 | 0.034993439 | |
| 14212111 | 3 years ago | | | 0 | 0.016005903 | |
| 14186870 | 3 years ago | | | 0 | 0.015470843 | |
| 14186863 | 3 years ago | | | 0 | 0.021850361 | |
| 14186813 | 3 years ago | | | 0 | 0.27147593 | |
| 14186722 | 3 years ago | | | 0 | 0.27488737 |
ABI
ABI objects
Getter at block 21157797
DOMAIN_SEPARATOR_TYPEHASH() view returns (bytes32)
0x47e79534a245952e8b16893a336b85a3d9ea9fa8c573f3d803afb92a79469218
INVALIDATED() view returns (bytes32)
0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
TRANSACTION_TYPEHASH() view returns (bytes32)
0x72e9670a7ee00f5fbf1049b8c38e3f22fab7e9b85029e85cf9412f17fdd5c2ad
answerExpiration() view returns (uint32)
604800
executor() view returns (address)
0x0da0c3e52c977ed3cbc641ff02dd271c3ed55afe
getChainId() view returns (uint256)
1
minimumBond() view returns (uint256)
100000000000000000000
oracle() view returns (address)
0x8f1cc53bf34932591177cda24723486205ca7510
questionArbitrator() view returns (address)
0x8f1cc53bf34932591177cda24723486205ca7510
questionCooldown() view returns (uint32)
172800
questionTimeout() view returns (uint32)
172800
template() view returns (uint256)
5
Read-only
buildQuestion(string proposalId, bytes32[] txHashes) pure returns (string)
executedProposalTransactions(bytes32, bytes32) view returns (bool)
generateTransactionHashData(address to, uint256 value, bytes data, uint8 operation, uint256 nonce) view returns (bytes)
getQuestionId(uint256 templateId, string question, address arbitrator, uint32 timeout, uint32 openingTs, uint256 nonce) view returns (bytes32)
getTransactionHash(address to, uint256 value, bytes data, uint8 operation, uint256 nonce) view returns (bytes32)
questionIds(bytes32) view returns (bytes32)
State-modifying
Events addProposal(string proposalId, bytes32[] txHashes)
addProposalWithNonce(string proposalId, bytes32[] txHashes, uint256 nonce)
executeProposal(string proposalId, bytes32[] txHashes, address to, uint256 value, bytes data, uint8 operation)
executeProposalWithIndex(string proposalId, bytes32[] txHashes, address to, uint256 value, bytes data, uint8 operation, uint256 txIndex)
markProposalAsInvalid(string proposalId, bytes32[] txHashes)
markProposalAsInvalidByHash(bytes32 questionHash)
markProposalWithExpiredAnswerAsInvalid(bytes32 questionHash)
setAnswerExpiration(uint32 expiration)
setArbitrator(address arbitrator)
setMinimumBond(uint256 bond)
setQuestionCooldown(uint32 cooldown)
setQuestionTimeout(uint32 timeout)
setTemplate(uint256 templateId)
ProposalQuestionCreated(bytes32 indexed questionId, string indexed proposalId)
constructor(address _executor, address _oracle, uint32 timeout, uint32 cooldown, uint32 expiration, uint256 bond, uint256 templateId)
This contract contains no fallback and receive objects.
This contract contains no error objects.