VoteProcessorModule
Verified contract
Active on
Ethereum with 5 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "VoteProcessorModule"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14949475 | 2 years ago | | | 0 | 0.0014428616 | |
| 14944993 | 2 years ago | | | 0 | 0.0036568042 | |
| 14944981 | 2 years ago | | | 0 | 0.011033410 | |
| 14944962 | 2 years ago | | | 0 | 0.0088117668 | |
| 14944957 | 2 years ago | | | 0 | 0.0079225369 |
ABI
ABI objects
Getter at block 21316675
NAME() view returns (string)
Vote Processor Module
VERSION() view returns (string)
0.1.0
governance() view returns (address)
0xef42d748e09a2d9ef89238c053ce0b6f00236210
paused() view returns (bool)
false
proposalRegistry() view returns (address)
0x260921264943d7d2a335ef132a3b3b4c411ae2bf
signMessageLib() view returns (address)
0xa65387f16b013cf2af4605ad8aa5ec25a2cba3a2
Read-only
hash(string proposal) view returns (bytes32)
proposals(string) view returns (uint256 timestamp, uint256 choice, string version, string space, string voteType, bool approved)
State-modifying
Events addProposer(address _proposer)
addValidator(address _validator)
pause()
removeProposer(address _proposer)
removeValidator(address _validator)
setProposalVote(uint256 choice, uint256 timestamp, string version, string proposal, string space, string voteType)
sign(address safe, string proposal)
unpause()
verifyVote(string proposal)
Paused(address account)
Unpaused(address account)
VoteApproved(address approver, string proposal)
constructor(address _governance, address _proposalRegistry)
This contract contains no fallback and receive objects.
This contract contains no error objects.