EtherHellFaucet
Verified contract
Active on
Ethereum with 1,581 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,514.23)
Native
Value
$2,514.23
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.730138 | $3,443.50 |
$2,514.23 | |
GSE | ERC-20 | 11 | $0.000029 |
$0 | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14538589 | 3 years ago | | | 0 | 0.0010132632 | |
| 12809350 | 3 years ago | | | 0.0001 | 0.00061686000 | |
| 12706646 | 3 years ago | | | 0.0001 | 0.00030843000 | |
| 12626805 | 3 years ago | | | 0.0001 | 0.00064486000 | |
| 12597299 | 3 years ago | | | 0.00015 | 0.00070934600 | |
| 12591800 | 3 years ago | | | 0.0002 | 0.00067854600 | |
| 12587544 | 3 years ago | | | 0.0002 | 0.00090280400 | |
| 12583584 | 3 years ago | | | 0.0003 | 0.00080191800 | |
| 12578146 | 3 years ago | | | 0.0003 | 0.00067854600 | |
| 12352013 | 4 years ago | | | 0.0003 | 0.0020396500 |
ABI
ABI objects
Getter at block 21268477
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
PAYOUT_FRAC_BOT() view returns (uint256)
100
PAYOUT_FRAC_TOP() view returns (uint256)
10
PAYOUT_TIME() view returns (uint256)
300
dividendFund() view returns (uint256)
500260354306676061
leader() view returns (address)
0x5414a95fa882d139a58ec985f89d55d9be53185d
leaderBid() view returns (uint256)
100000000000000
leaderTimestamp() view returns (uint256)
1626050736
pot() view returns (uint256)
21944490897445758
round() view returns (uint256)
1617
totalDividendShares() view returns (uint256)
21
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.