MessageBusOwner
Verified contract
Active on
Ethereum with 0 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "MessageBusOwner"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "MessageBusOwner"
ABI
ABI objects
Getter at block 21218958 getVoters() view returns (address[], uint256[])
MAX_ACTIVE_PERIOD() view returns (uint256)
2419200
MIN_ACTIVE_PERIOD() view returns (uint256)
3600
THRESHOLD_DECIMAL() view returns (uint256)
100
nextProposalId() view returns (uint256)
0
Read-only
countVotes(uint256 _proposalId) view returns (uint256, uint256, bool)
getVote(uint256 _proposalId, address _voter) view returns (bool)
params(uint8) view returns (uint256)
proposals(uint256) view returns (bytes32 dataHash, uint256 deadline)
voterPowers(address) view returns (uint256)
voters(uint256) view returns (address)
State-modifying
Events executeProposal(uint256 _proposalId, uint8 _type, address _target, bytes _data)
proposeParamChange(uint8 _name, uint256 _value) returns (uint256)
proposeSetMsgFee(address _target, uint8 _feeType, uint256 _fee) returns (uint256)
proposeSetPreExecuteMessageGasUsage(address _target, uint256 _usage)
proposeVoterUpdate(address[] _voters, uint256[] _powers) returns (uint256)
voteProposal(uint256 _proposalId, bool _vote)
Initiated(address[] voters, uint256[] powers, uint256 activePeriod, uint256 quorumThreshold)
ParamChangeProposalCreated(uint256 proposalId, uint8 name, uint256 value)
ProposalCreated(uint256 proposalId, uint8 proposalType, address target, bytes data, uint256 deadline, address proposer)
ProposalExecuted(uint256 proposalId)
ProposalVoted(uint256 proposalId, address voter, bool vote)
SetMsgFeeProposalCreated(uint256 proposalId, address target, uint8 feeType, uint256 fee)
SetPreExecuteMessageGasUsageProposalCreated(uint256 proposalId, address target, uint256 usage)
VoterUpdateProposalCreated(uint256 proposalId, address[] voters, uint256[] powers)
constructor(address[] _voters, uint256[] _powers, uint256 _activePeriod, uint256 _quorumThreshold)
This contract contains no fallback and receive objects.
This contract contains no error objects.