YearnGovernance
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
0x1981…b743
1 additional
variable
Balances ($0.00)
No balances found for "YearnGovernance"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10762797 | 4 years ago | | | 0 | 0.019721120 | |
| 10762622 | 4 years ago | | | 0 | 0.0052914400 | |
| 10762584 | 4 years ago | | | 0 | 0.011364749 | |
| 10762566 | 4 years ago | | | 0 | 0.0052141440 | |
| 10762546 | 4 years ago | | | 0 | 0.010587500 | |
| 10762545 | 4 years ago | | | 0 | 0.011866085 |
ABI
ABI objects
Getter at block 21288646
DURATION() view returns (uint256)
604800
breaker() view returns (bool)
false
config() view returns (bool)
false
governance() view returns (address)
0x6cef9ecd79e87f8a88143ee9b464119bb296da8b
isOwner() view returns (bool)
false
lastTimeRewardApplicable() view returns (uint256)
0
lastUpdateTime() view returns (uint256)
0
lock() view returns (uint256)
17280
minimum() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
owner() view returns (address)
0x6cef9ecd79e87f8a88143ee9b464119bb296da8b
period() view returns (uint256)
17280
periodFinish() view returns (uint256)
0
proposalCount() view returns (uint256)
0
quorum() view returns (uint256)
2000
rewardPerToken() view returns (uint256)
0
rewardPerTokenStored() view returns (uint256)
0
rewardRate() view returns (uint256)
0
token() view returns (address)
0x19810559df63f19cfe88923313250550edadb743
totalSupply() view returns (uint256)
0
totalVotes() view returns (uint256)
0
vote() view returns (address)
0x19810559df63f19cfe88923313250550edadb743
Read-only
balanceOf(address account) view returns (uint256)
earned(address account) view returns (uint256)
getStats(uint256 id) view returns (uint256 _for, uint256 _against, uint256 _quorum)
proposals(uint256) view returns (uint256 id, address proposer, uint256 totalForVotes, uint256 totalAgainstVotes, uint256 start, uint256 end, address executor, string hash, uint256 totalVotesAvailable, uint256 quorum, uint256 quorumRequired, bool open)
rewards(address) view returns (uint256)
userRewardPerTokenPaid(address) view returns (uint256)
voteLock(address) view returns (uint256)
voters(address) view returns (bool)
votes(address) view returns (uint256)
votesOf(address voter) view returns (uint256)
State-modifying
Events execute(uint256 id)
exit()
getReward()
initialize(uint256 id)
notifyRewardAmount(uint256 reward)
propose(address executor, string hash)
register()
renounceOwnership()
revoke()
seize(address _token, uint256 amount)
setBreaker(bool _breaker)
setGovernance(address _governance)
setLock(uint256 _lock)
setMinimum(uint256 _minimum)
setPeriod(uint256 _period)
setQuorum(uint256 _quorum)
setRewardDistribution(address _rewardDistribution)
stake(uint256 amount)
tallyVotes(uint256 id)
transferOwnership(address newOwner)
voteAgainst(uint256 id)
voteFor(uint256 id)
withdraw(uint256 amount)
NewProposal(uint256 id, address creator, uint256 start, uint256 duration, address executor)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProposalFinished(uint256 indexed id, uint256 _for, uint256 _against, bool quorumReached)
RegisterVoter(address voter, uint256 votes, uint256 totalVotes)
RevokeVoter(address voter, uint256 votes, uint256 totalVotes)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
Staked(address indexed user, uint256 amount)
Vote(uint256 indexed id, address indexed voter, bool vote, uint256 weight)
Withdrawn(address indexed user, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.