YAM Governor Alpha
Verified contract
Active on
Ethereum with 362 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0aac…8521
Balances ($0.00)
No balances found for "YAM Governor Alpha"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21030986 | a month ago | | | 0 | 0.00065149836 | |
| 19377072 | 9 months ago | | | 0 | 0.027171085 | |
| 19340905 | 9 months ago | | | 0 | 0.015753896 | |
| 19323855 | 9 months ago | | | 0 | 0.0045128383 | |
| 19322887 | 9 months ago | | | 0 | 0.0049540586 | |
| 19322885 | 9 months ago | | | 0 | 0.0036295227 | |
| 19322835 | 9 months ago | | | 0 | 0.030851286 | |
| 18448219 | a year ago | | | 0 | 0.0012635688 | |
| 18445282 | a year ago | | | 0 | 0.0011640971 | |
| 18444925 | a year ago | | | 0 | 0.0014686100 |
ABI
ABI objects
Getter at block 21305020
BALLOT_TYPEHASH() view returns (bytes32)
0x8e25870c07e0b0b3884c78da52790939a455c275406c44ae8b434b692fb916ee
DOMAIN_TYPEHASH() view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
getIncentivizers() view returns (address[])
[0xD67c05523D8ec1c60760Fd017Ef006b9F6e496D0]
guardian() view returns (address)
0xff3b0a88054f08b91e0c89eec9a38817501f599a
name() view returns (string)
YAM Governor Alpha
proposalCount() view returns (uint256)
44
proposalMaxOperations() pure returns (uint256)
10
proposalThreshold() view returns (uint256)
50000000000000000000000000000
quorumVotes() view returns (uint256)
200000000000000000000000000000
timelock() view returns (address)
0x8b4f1616751117c38a0f84f9a146cca191ea3ec5
votingDelay() pure returns (uint256)
1
votingPeriod() pure returns (uint256)
12345
yam() view returns (address)
0x0aacfbec6a24756c20d41914f2caba817c0d8521
Read-only
getActions(uint256 proposalId) view returns (address[] targets, uint256[] values, string[] signatures, bytes[] calldatas)
getReceipt(uint256 proposalId, address voter) view returns (struct YamGovernorAlphaReceipt)
incentivizers(uint256) view returns (address)
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()
addIncentivizer(address incentivizer)
cancel(uint256 proposalId)
castVote(uint256 proposalId, bool support)
castVoteBySig(uint256 proposalId, bool support, uint8 v, bytes32 r, bytes32 s)
execute(uint256 proposalId) payable
getCurrentVotes(address account) returns (uint256)
getPriorVotes(address account, uint256 blockNumber) returns (uint256)
propose(address[] targets, uint256[] values, string[] signatures, bytes[] calldatas, string description) returns (uint256)
queue(uint256 proposalId)
removeIncentivizer(uint256 index)
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 yam_, address[] incentivizers_)
This contract contains no fallback and receive objects.
This contract contains no error objects.