Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,214.57)
Native
Value
$2,214.57
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.610062 | $3,630.07 |
$2,214.57 | |
GSE | ERC-20 | 40 | $0.000024 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20278724 | 5 months ago | | | 0 | 0.00026890788 | |
| 6596844 | 6 years ago | | | 0 | 0.00017725490 | |
| 6302141 | 6 years ago | | | 0 | 0.00013933200 | |
| 6184865 | 6 years ago | | | 0 | 0.00022871600 | |
| 6140131 | 6 years ago | | | 0 | 0.00022871600 | |
| 6118312 | 6 years ago | | | 0 | 0.0034307400 | |
| 6100691 | 6 years ago | | | 0 | 0.000034833000 | |
| 6098201 | 6 years ago | | | 0 | 0.000034833000 | |
| 6098098 | 6 years ago | | | 0 | 0.00010449900 | |
| 6087208 | 6 years ago | | | 0 | 0.00010939000 |
ABI
ABI objects
Getter at block 21433317
BASE_DURATION() view returns (uint256)
86400
DIVIDEND_FUND_FRAC_BOT() view returns (uint256)
100
DIVIDEND_FUND_FRAC_TOP() view returns (uint256)
45
DURATION_DECREASE_PER_ETHER() view returns (uint256)
120
FRAC_BOT() view returns (uint256)
100
FRAC_TOP() view returns (uint256)
15
MINIMUM_DURATION() view returns (uint256)
1800
MIN_LEADER_FRAC_BOT() view returns (uint256)
100000
MIN_LEADER_FRAC_TOP() view returns (uint256)
1
dividendFund() view returns (uint256)
609807217396803506
hasntStarted() view returns (uint256)
1533131237
leader() view returns (address)
0x3576cd7e8207a1e588bfa7c824f3f98d8ce5f5c0
pot() view returns (uint256)
0
round() view returns (uint256)
2
totalDividendShares() view returns (uint256)
19220
Read-only
dividendShares(address) view returns (uint256)
earnings(address) view returns (uint256)
State-modifying
Events bid() payable
start()
withdrawDividends()
withdrawEarnings()
Bid(uint256 _timestamp, address _address, uint256 _amount, uint256 _newPot)
DividendsWithdrawal(uint256 _timestamp, address _address, uint256 _dividendShares, uint256 _amount, uint256 _newTotalDividendShares, uint256 _newDividendFund)
EarningsWithdrawal(uint256 _timestamp, address _address, uint256 _amount)
NewLeader(uint256 _timestamp, address _address, uint256 _newPot, uint256 _newDeadline)
NewRound(uint256 _timestamp, uint256 _round, uint256 _initialPot)
Winner(uint256 _timestamp, address _address, uint256 _earnings, uint256 _hasntStarted)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.