Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 87 additional slots
Balances ($440.24)
Native
Value
$440.24
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.174998 | $2,515.68 |
$440.24 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5757533 | 6 years ago | | | 0 | 0.00013597000 | |
| 5752198 | 6 years ago | | | 0 | 0.00032856000 | |
| 5678500 | 6 years ago | | | 0 | 0.00021243600 | |
| 5652476 | 6 years ago | | | 0 | 0.00038810700 | |
| 5634406 | 6 years ago | | | 0 | 0.00043119000 | |
| 5634339 | 6 years ago | | | 0 | 0.00025613250 | |
| 5633672 | 6 years ago | | | 0 | 0.00034612500 | |
| 5633518 | 6 years ago | | | 0 | 0.00063146000 | |
| 5633515 | 6 years ago | | | 0 | 0.00063018000 | |
| 5633513 | 6 years ago | | | 0 | 0.00063146000 |
ABI
ABI objects
Getter at block 21094319
ANNOUNCE_WINNER_DEADLINE() view returns (uint256)
[unknown]
CLAIM_DEADLINE() view returns (uint256)
[unknown]
DEVELOPER_FEE_PERCENTAGE() view returns (uint256)
[unknown]
MIN_STAKE() view returns (uint256)
[unknown]
NUMBER_OF_COUNTRIES() view returns (uint256)
[unknown]
STAKE_DEADLINE() view returns (uint256)
[unknown]
alreadyClaimed() view returns (bool hasClaimed)
[unknown]
canRefund() view returns (bool)
[unknown]
collectedFees() view returns (uint256)
[unknown]
countryWinnerID() view returns (uint256)
[unknown]
myTotalStakeAmount() view returns (uint256 myStake)
[unknown]
owner() view returns (address)
[unknown]
refundsEnabled() view returns (bool)
[unknown]
totalPot() view returns (uint256)
[unknown]
winnerConfirmed() view returns (bool)
[unknown]
Read-only
claimed(address) view returns (bool)
countryStats(uint256) view returns (uint256 amount, uint256 numberOfStakers)
getCountryStats(uint256 countryID) view returns (uint256 amount, uint256 numberOfStakers)
myStakesOnCountry(uint256 countryID) view returns (uint256 myStake)
stakes(address, uint256) view returns (uint256)
weiReceived(address) view returns (uint256)
State-modifying
Events __callback(bytes32 myid, string result)
__callback(bytes32 myid, string result, bytes proof)
announceWinnerManually(uint256 winnerID)
claimFees()
claimWinnings()
confirmWinner()
enableRefunds()
kill()
queryWinner(string apiKey)
refund()
stake(uint256 countryID) payable
transferOwnership(address newOwner)
Claim(address indexed staker, uint256 stakeAmount, uint256 claimAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RefundsEnabled()
Stake(address indexed staker, uint256 indexed countryID, uint256 amount)
WinnerAnnounced(uint256 winnerID)
WinnerConfirmed(uint256 winnerID)
constructor()
fallback()
This contract contains no error objects.