EtherHellHydrant
Verified contract
Active on
Ethereum with 621 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($916.28)
Native
Value
$916.28
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.254171 | $3,604.98 |
$916.28 | |
YOO | ERC-20 | 20.373K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6011543 | 6 years ago | | | 0.000030594517 | 0.00014754400 | |
| 6011543 | 6 years ago | | | 0.000030594517 | 0.00017782400 | |
| 6001688 | 6 years ago | | | 0 | 0.00031170600 | |
| 5999164 | 6 years ago | | | 0 | 0.00034980340 | |
| 5933654 | 6 years ago | | | 0 | 0.00034980340 | |
| 5889371 | 6 years ago | | | 0 | 0.0014546280 | |
| 5845577 | 6 years ago | | | 0 | 0.000022309000 | |
| 5845167 | 6 years ago | | | 0.000033824784 | 0.00017782400 | |
| 5845160 | 6 years ago | | | 0 | 0.000022309000 | |
| 5838729 | 6 years ago | | | 0.0013 | 0.000094727700 |
ABI
ABI objects
Getter at block 21293650
DIVIDEND_FUND_FRAC_BOT() view returns (uint256)
2
DIVIDEND_FUND_FRAC_TOP() view returns (uint256)
1
MAX_BID_FRAC_BOT() view returns (uint256)
100
MAX_BID_FRAC_TOP() view returns (uint256)
1
MAX_PAYOUT_FRAC_BOT() view returns (uint256)
10
MAX_PAYOUT_FRAC_TOP() view returns (uint256)
1
MIN_BID_FRAC_BOT() view returns (uint256)
1000
MIN_BID_FRAC_TOP() view returns (uint256)
1
PAYOUT_FRAC_BOT() view returns (uint256)
100
PAYOUT_FRAC_TOP() view returns (uint256)
10
PAYOUT_TIME() view returns (uint256)
300
dividendFund() view returns (uint256)
128067282227251906
leader() view returns (address)
0x36711bbaa7dcabc10d04fdc00d1682cde34404c7
leaderBid() view returns (uint256)
30594517212970
leaderTimestamp() view returns (uint256)
1532286947
pot() view returns (uint256)
3090046238510059
round() view returns (uint256)
570
totalDividendShares() view returns (uint256)
16
Read-only
dividendShares(address) view returns (uint256)
earnings(address) view returns (uint256)
State-modifying
Events bid() payable
withdrawDividends()
withdrawEarnings()
Bid(uint256 _timestamp, address _address, uint256 _amount, uint256 _cappedAmount, uint256 _newRound, uint256 _newPot)
DividendsWithdrawal(uint256 _timestamp, address _address, uint256 _dividendShares, uint256 _amount, uint256 _newTotalDividendShares, uint256 _newDividendFund)
EarningsWithdrawal(uint256 _timestamp, address _address, uint256 _amount)
Winner(uint256 _timestamp, address _address, uint256 _totalPayout, uint256 _round, uint256 _leaderTimestamp)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.