YAM Governor Alpha
Verified contract
Active on
Ethereum with 6 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0e22…da16
Balances ($0.00)
No balances found for "YAM Governor Alpha"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10650564 | 4 years ago | | | 0 | 0.041650527 | |
| 10650196 | 4 years ago | | | 0 | 0.036968952 | |
| 10650187 | 4 years ago | | | 0 | 0.13611858 | |
| 10650182 | 4 years ago | | | 0 | 0.090600000 | |
| 10636755 | 4 years ago | | | 0 | 0.0014669550 | |
| 10636746 | 4 years ago | | | 0 | 0.0024487050 |
ABI
ABI objects
Getter at block 21163422
BALLOT_TYPEHASH() view returns (bytes32)
0x8e25870c07e0b0b3884c78da52790939a455c275406c44ae8b434b692fb916ee
DOMAIN_TYPEHASH() view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
guardian() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
YAM Governor Alpha
proposalCount() view returns (uint256)
1
proposalMaxOperations() pure returns (uint256)
10
proposalThreshold() view returns (uint256)
1961604343217454336924662753236969577732804172075326
quorumVotes() view returns (uint256)
7846417372869817347698651012947878310931216688301307
timelock() view returns (address)
0xae99ff8fe2236af5083ea979ecf1dbaa0efd07e3
votingDelay() pure returns (uint256)
1
votingPeriod() pure returns (uint256)
17280
yam() view returns (address)
0x0e2298e3b3390e3b945a5456fbf59ecc3f55da16
Read-only
getActions(uint256 proposalId) view returns (address[] targets, uint256[] values, string[] signatures, bytes[] calldatas)
getReceipt(uint256 proposalId, address voter) view returns (struct GovernorAlphaReceipt)
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) payable
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 yam_)
This contract contains no fallback and receive objects.
This contract contains no error objects.