Etherman
Verified contract
Active on
Ethereum with 2,128 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Etherman"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9688467 | 5 years ago | | | 0 | 0.00049595400 | |
| 9684495 | 5 years ago | | | 0 | 0.00021527000 | |
| 9684486 | 5 years ago | | | 0 | 0.00011764000 | |
| 8652945 | 5 years ago | | | 0.001 | 0.000052223000 | |
| 8652945 | 5 years ago | | | 0.001 | 0.000052223000 | |
| 8652945 | 5 years ago | | | 0 | 0.000028470000 | |
| 8652945 | 5 years ago | | | 0 | 0.000044687000 | |
| 8652945 | 5 years ago | | | 0.001 | 0.000052223000 | |
| 8652945 | 5 years ago | | | 0 | 0.000044719000 | |
| 8640862 | 5 years ago | | | 0.001 | 0.000052223000 |
ABI
ABI objects
Getter at block 21182193
affiliatePercent() view returns (uint256)
50
affiliatePot() view returns (uint256)
0
charityPercent() view returns (uint256)
25
charityPot() view returns (uint256)
29200000000000000
developerPercent() view returns (uint256)
50
developerPot() view returns (uint256)
1000000000000000
highscoreHolder() view returns (address)
0xd3e0ce5d1a6eeb5cee43dadeb2c892f672eccfcc
highscorePercent() view returns (uint256)
50
highscorePot() view returns (uint256)
700000000000000
killed() view returns (bool)
true
maxStake() view returns (uint256)
100000000000000000000
minStake() view returns (uint256)
1000000000000000
minimumWait() view returns (uint256)
3600
owner() view returns (address)
0x7cdcc837b3a12ed4daf1337cb96a3fadeb443a8c
signer() view returns (address)
0x1c797356d91563699e7d7599cc1e0e2efa186e92
stopTS() view returns (uint256)
1584387047
surprisePercent() view returns (uint256)
25
surprisePot() view returns (uint256)
250000000000000
winnerPercent() view returns (uint256)
800
Read-only
affiliateBalance(address) view returns (uint256)
games(bytes12) view returns (uint32 timestamp, uint128 stake, address player1, address player2)
players(address) view returns (uint8 team, uint64 score, address referrer)
used(bytes32) view returns (bool)
State-modifying
Events claimWin(bytes12 gameId, uint8 v, bytes32 r, bytes32 s)
donate(address charity)
initGame(bytes12 gameId) payable
initGameReferred(bytes12 gameId, address referrer, uint8 team) payable
initGameTeam(bytes12 gameId, uint8 team) payable
joinGame(bytes12 gameId) payable
joinGameReferred(bytes12 gameId, address referrer, uint8 team) payable
joinGameTeam(bytes12 gameId, uint8 team) payable
kill()
permaStop()
resumePlaying()
setMinMax(uint256 newMin, uint256 newMax)
setMinimumWait(uint256 newMin)
setPercentages(uint256 affiliate, uint256 charity, uint256 dev, uint256 highscore, uint256 surprise)
setScore(address user, uint64 score, uint8 team)
setSigner(address signingAddress)
stopPlaying()
transferOwnership(address _newOwner)
withdraw(bytes12 gameId)
withdrawAffiliateBalance(address receiver)
withdrawDeveloperPot(address receiver)
withdrawHighscorePot(address receiver)
withdrawSurprisePot(address receiver)
withdrawSurprisePotUser(uint256 value, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
GameDestroyed(bytes32 gameId)
GameEnd(bytes32 gameId, address winner, uint256 value)
GameStarted(bytes32 gameId, address player1, address player2, uint256 stake)
NewGame(bytes32 gameId, address player1, uint256 stake)
NewHighscore(address holder, uint256 score, uint256 lastPot)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdrawal(uint8 pot, address receiver, uint256 value)
constructor(address signingAddress, uint256 min, uint256 max)
fallback()
This contract contains no error objects.