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 "Voting"
ABI
ABI objects
Getter at block 21247829 getEVMScriptRegistry() view returns (address) getRecoveryVault() view returns (address)
CREATE_VOTES_ROLE() view returns (bytes32)
0xe7dcd7275292e064d090fbc5f3bd7995be23b502c1fed5cd94cfddbbdcd32bbc
MODIFY_QUORUM_ROLE() view returns (bytes32)
0xad15e7261800b4bb73f1b69d3864565ffb1fd00cb93cf14fe48da8f1f2149f39
MODIFY_SUPPORT_ROLE() view returns (bytes32)
0xda3972983e62bdf826c4b807c4c9c2b8a941e1f83dfa76d53d6aeac11e1be650
PCT_BASE() view returns (uint64)
1000000000000000000
appId() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
getInitializationBlock() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
hasInitialized() view returns (bool)
false
isForwarder() pure returns (bool)
true
isPetrified() view returns (bool)
true
kernel() view returns (address)
0x0000000000000000000000000000000000000000
minAcceptQuorumPct() view returns (uint64)
0
supportRequiredPct() view returns (uint64)
0
token() view returns (address)
0x0000000000000000000000000000000000000000
voteTime() view returns (uint64)
0
votesLength() view returns (uint256)
0
Read-only
allowRecoverability(address token) view returns (bool)
canExecute(uint256 _voteId) view returns (bool)
canForward(address _sender, bytes) view returns (bool)
canPerform(address _sender, bytes32 _role, uint256[] _params) view returns (bool)
canVote(uint256 _voteId, address _voter) view returns (bool)
getEVMScriptExecutor(bytes _script) view returns (address)
getVote(uint256 _voteId) view returns (bool open, bool executed, uint64 startDate, uint64 snapshotBlock, uint64 supportRequired, uint64 minAcceptQuorum, uint256 yea, uint256 nay, uint256 votingPower, bytes script)
getVoterState(uint256 _voteId, address _voter) view returns (uint8)
State-modifying
Events changeMinAcceptQuorumPct(uint64 _minAcceptQuorumPct)
changeSupportRequiredPct(uint64 _supportRequiredPct)
executeVote(uint256 _voteId)
forward(bytes _evmScript)
initialize(address _token, uint64 _supportRequiredPct, uint64 _minAcceptQuorumPct, uint64 _voteTime)
newVote(bytes _executionScript, string _metadata) returns (uint256 voteId)
newVote(bytes _executionScript, string _metadata, bool _castVote, bool _executesIfDecided) returns (uint256 voteId)
transferToVault(address _token)
vote(uint256 _voteId, bool _supports, bool _executesIfDecided)
CastVote(uint256 indexed voteId, address indexed voter, bool supports, uint256 stake)
ChangeMinQuorum(uint64 minAcceptQuorumPct)
ChangeSupportRequired(uint64 supportRequiredPct)
ExecuteVote(uint256 indexed voteId)
RecoverToVault(address indexed vault, address indexed token, uint256 amount)
ScriptResult(address indexed executor, bytes script, bytes input, bytes returnData)
StartVote(uint256 indexed voteId, address indexed creator, string metadata)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.