StakeDaoGovernance
Verified contract
Active on
Ethereum with 4 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.57)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SDT | ERC-20 | 2.088565 | $0.271569 |
$0.57 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11695988 | 4 years ago | | | 0 | 0.0077492800 | |
| 11695858 | 4 years ago | | | 0 | 0.010818899 | |
| 11692513 | 4 years ago | | | 0 | 0.0041168974 | |
| 11692132 | 4 years ago | | | 0 | 0.0051978110 |
ABI
ABI objects
Getter at block 21205743
DURATION() view returns (uint256)
604800
breaker() view returns (bool)
false
config() view returns (bool)
false
governance() view returns (address)
0xf930ebbd05ef8b25b1797b9b2109ddc9b0d43063
isOwner() view returns (bool)
false
lastTimeRewardApplicable() view returns (uint256)
0
lastUpdateTime() view returns (uint256)
0
lock() view returns (uint256)
17280
minimum() view returns (uint256)
1000000000000000000
owner() view returns (address)
0xb36a0671b3d49587236d7833b01e79798175875f
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)
0x6b175474e89094c44da98b954eedeac495271d0f
totalSupply() view returns (uint256)
2088565052399553800
totalVotes() view returns (uint256)
0
vote() view returns (address)
0x73968b9a57c6e53d41345fd57a6e6ae27d6cdb2f
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, address _governance, address _token, address _vote)
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)
setToken(address _token)
setVote(address _vote)
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.