ZEROxRACER
Verified contract
Active on
Ethereum with 251 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
20 additional
variables
Balances ($3,461.92)
Native
Value
$3,461.92
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.008026 | $3,434.35 |
$3,461.92 | |
CACHE | ERC-20 | 50 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6846758 | 6 years ago | | | 0 | 0.00015471000 | |
| 6271949 | 6 years ago | | | 0 | 0.016200000 | |
| 6271937 | 6 years ago | | | 0 | 0.0012260160 | |
| 6271929 | 6 years ago | | | 0 | 0.016200000 | |
| 6268612 | 6 years ago | | | 0 | 0.0030000000 | |
| 6257144 | 6 years ago | | | 0 | 0.0036000000 | |
| 6246297 | 6 years ago | | | 0 | 0.0078000000 | |
0x | 6246288 | 6 years ago | | | 0 | 0.00016836800 | |
| 6246277 | 6 years ago | | | 0 | 0.0036000000 | |
| 6244509 | 6 years ago | | | 0 | 0.00053804000 |
ABI
ABI objects
Getter at block 21269291
addressThreshold() view returns (address)
[unknown]
adjustedPotBalance() view returns (uint256 _adjustedPotBalance)
[unknown]
contractBalance() view returns (uint256 _contractBalance)
[unknown]
currentRoundInfo() view returns (uint256 _pot, uint256 _teamOneVolume, uint256 _teamTwoVolume, uint256 _teamOnePlayerCount, uint256 _teamTwoPlayerCount, uint256 _totalPlayerCount, uint256 _timerStart, uint256 _timerMax, uint256 _roundStartTime, uint256 _roundEndTime, uint256 _timeLeft, string _currentWinner)
[unknown]
currentTime() view returns (uint256 _time)
[unknown]
currentWinner() view returns (string _winner)
[unknown]
devBalance() view returns (uint256)
[unknown]
devFeeRate() view returns (uint256)
[unknown]
divRate() view returns (uint256)
[unknown]
getTimeLeft() view returns (uint256 _timeLeftSeconds)
[unknown]
owner() view returns (address)
[unknown]
pot() view returns (uint256)
[unknown]
precisionFactor() view returns (uint256)
[unknown]
roundEndTime() view returns (uint256)
[unknown]
roundOpen() view returns (bool)
[unknown]
roundResolved() view returns (bool)
[unknown]
roundSetUp() view returns (bool)
[unknown]
roundStartTime() view returns (uint256)
[unknown]
teamOneDivsTotal() view returns (uint256)
[unknown]
teamOneDivsUnclaimed() view returns (uint256)
[unknown]
teamOneId() view returns (uint256)
[unknown]
teamOnePrefix() view returns (string)
[unknown]
teamOneSharePrice() view returns (uint256)
[unknown]
teamOneShares() view returns (uint256)
[unknown]
teamOneTotalPlayers() view returns (uint256 _teamOnePlayerCount)
[unknown]
teamOneVolume() view returns (uint256)
[unknown]
teamTwoDivsTotal() view returns (uint256)
[unknown]
teamTwoDivsUnclaimed() view returns (uint256)
[unknown]
teamTwoId() view returns (uint256)
[unknown]
teamTwoPrefix() view returns (string)
[unknown]
teamTwoSharePrice() view returns (uint256)
[unknown]
teamTwoShares() view returns (uint256)
[unknown]
teamTwoTotalPlayers() view returns (uint256 _teamTwoPlayerCount)
[unknown]
teamTwoVolume() view returns (uint256)
[unknown]
timerMax() view returns (uint256)
[unknown]
timerStart() view returns (uint256)
[unknown]
totalPlayers() view returns (uint256 _totalPlayerCount)
[unknown]
Read-only
calcUserDivsAvailable(address _user) view returns (uint256 _divs)
calcUserDivsTotal(address _user) view returns (uint256 _divs)
isTeamOneMember(address) view returns (bool)
isTeamTwoMember(address) view returns (bool)
teamOneMembers(uint256) view returns (address)
teamTwoMembers(uint256) view returns (address)
userTeamOneShares(address) view returns (uint256)
userTeamOneStake(address) view returns (uint256)
userTeamTwoShares(address) view returns (uint256)
userTeamTwoStake(address) view returns (uint256)
State-modifying
Events buy() payable
devWithdraw()
fundPot() payable
openRound(uint256 _timerStart, uint256 _timerMax) payable
reduceTime() payable
resolveRound()
userWithdraw()
zeroOut()
contractClosed(address _owner, uint256 _amount, string _message)
contractLaunched(address _owner)
devWithdrew(address _owner, uint256 _amount, string _message)
newRoundStarted(uint256 _timeStart, uint256 _timeMax, uint256 _seed, string _message)
potFunded(address _funder, uint256 _amount, string _message)
roundEnded(uint256 _winningTeamId, string _winningTeamString, uint256 _pot, string _message)
teamBuy(address _buyer, uint256 _amount, uint256 _teamID, string _message)
userWithdrew(address _user, uint256 _teamID, uint256 _teamAmount, string _message)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.