Strike Governor Alpha2
Verified contract
Active on
Ethereum with 106 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7423…d7b1
Balances ($0.00)
No balances found for "Strike Governor Alpha2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20373973 | 4 months ago | | | 0 | 0.0022378419 | |
| 20359007 | 4 months ago | | | 0 | 0.0022558775 | |
| 20335739 | 4 months ago | | | 0 | 0.0014050315 | |
| 20335733 | 4 months ago | | | 0 | 0.015689481 | |
| 20330293 | 4 months ago | | | 0 | 0.0011139140 | |
| 20330230 | 4 months ago | | | 0 | 0.00066905852 | |
| 20330224 | 4 months ago | | | 0 | 0.0075549274 | |
0x642c2065 | 19766414 | 7 months ago | | | 0 | 0.00025125318 | |
| 19766352 | 7 months ago | | | 0 | 0.00036831708 | |
| 19766306 | 7 months ago | | | 0 | 0.00036256676 |
ABI
ABI objects
Getter at block 21265173
BALLOT_TYPEHASH() view returns (bytes32)
0x8e25870c07e0b0b3884c78da52790939a455c275406c44ae8b434b692fb916ee
DOMAIN_TYPEHASH() view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
guardian() view returns (address)
0x752dfb1c709eea4621c8e95f48f3d0b6dde5d126
name() view returns (string)
Strike Governor Alpha2
proposalCount() view returns (uint256)
54
proposalMaxOperations() pure returns (uint256)
50
proposalThreshold() pure returns (uint256)
65188000000000000000000
quorumVotes() pure returns (uint256)
130000000000000000000000
strk() view returns (address)
0x74232704659ef37c08995e386a2e26cc27a8d7b1
timelock() view returns (address)
0xe789af79d295b0e4fa1c1e8a1b6fe186c1ae2326
votingDelay() pure returns (uint256)
1
votingPeriod() pure returns (uint256)
17280
Read-only
getActions(uint256 proposalId) view returns (address[] targets, uint256[] values, string[] signatures, bytes[] calldatas)
getReceipt(uint256 proposalId, address voter) view returns (struct GovernorAlpha2Receipt)
latestProposalIds(address) view returns (uint256)
proposals(uint256) view returns (uint256 id, address proposer, uint256 eta, uint256 startBlock, uint256 endBlock, uint256 forVotes, uint256 againstVotes, bool canceled, bool executed)
state(uint256 proposalId) view returns (uint8)
State-modifying
Events __abdicate()
__acceptAdmin()
__executeSetTimelockPendingAdmin(address newPendingAdmin, uint256 eta)
__queueSetTimelockPendingAdmin(address newPendingAdmin, uint256 eta)
cancel(uint256 proposalId)
castVote(uint256 proposalId, bool support)
castVoteBySig(uint256 proposalId, bool support, uint8 v, bytes32 r, bytes32 s)
execute(uint256 proposalId)
propose(address[] targets, uint256[] values, string[] signatures, bytes[] calldatas, string description) returns (uint256)
queue(uint256 proposalId)
ProposalCanceled(uint256 id)
ProposalCreated(uint256 id, address proposer, address[] targets, uint256[] values, string[] signatures, bytes[] calldatas, uint256 startBlock, uint256 endBlock, string description)
ProposalExecuted(uint256 id)
ProposalQueued(uint256 id, uint256 eta)
VoteCast(address voter, uint256 proposalId, bool support, uint256 votes)
constructor(address timelock_, address strk_, address guardian_, uint256 latestProposalId_)
This contract contains no fallback and receive objects.
This contract contains no error objects.