KittyRace
Verified contract
Active on
Ethereum with 11,538 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($23.47)
Native
Value
$23.47
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.007 | $3,353.31 |
$23.47 | |
DMTS | ERC-20 | 1 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9268973 | 5 years ago | | | 0.005 | 0.0011350700 | |
| 8741810 | 5 years ago | | | 0.005 | 0.00020496600 | |
| 8716075 | 5 years ago | | | 0.005 | 0.0010248300 | |
| 8621203 | 5 years ago | | | 0.005 | 0.0015362850 | |
| 8621180 | 5 years ago | | | 0.005 | 0.0015362850 | |
| 8438750 | 5 years ago | | | 0.005 | 0.0010241900 | |
| 8338498 | 5 years ago | | | 0.005 | 0.0010248300 | |
| 8306758 | 5 years ago | | | 0.005 | 0.00010248300 | |
| 8306748 | 5 years ago | | | 0.005 | 0.00010248300 | |
| 8235560 | 5 years ago | | | 0.005 | 0.00020599083 |
ABI
ABI objects
Getter at block 21248211
entryFee() view returns (uint256)
5000000000000000
kittyCoreAddress() view returns (address)
0x06012c8cf97bead5deae237070f9587f8e7a266d
maxRacers() view returns (uint8)
10
owner() view returns (address)
0x67a841a9740bdafb787433e87ff3f07d3aebe41f
processingFee() view returns (uint256)
500000000000000
raceId() view returns (uint32)
3673
registrationPeriod() view returns (uint8)
25
Read-only
activeRacers(uint256) view returns (bool)
completedRaces(uint256) view returns (bool)
getRace(uint32 _raceId) view returns (uint256 blockJoinedFirstRacer, uint256 blockJoinedLastRacer, uint256 numRacers)
getRacer(uint32 _raceId, uint256 _racerIndex) view returns (address kittyOwner, uint256 kittyId)
races(uint256) view returns (uint32 blockJoinedFirstRacer, uint32 blockJoinedLastRacer)
State-modifying
Events kill()
race(uint32 _raceId) returns (uint256)
registerForRace(uint256 _kittyId) payable returns (uint256)
setEntryFee(uint256 _entryFee)
setGameOn(bool _gameOn)
setKittyCoreAddress(address _kittyCoreAddress)
setMaxRacers(uint8 _maxRacers)
setProcessingFee(uint256 _processingFee)
setRegistrationPeriod(uint8 _registrationPeriod)
PayoutEvent(uint32 raceId, address winnerKittyAddress, uint256 winnerAmount, bool winnerTxError, address processingAddress, uint256 processingAmount, bool processingTxError)
RaceEvent(uint32 raceId, uint256 numRacers, uint256 winnerKittyId)
RegisterEvent(uint32 raceId, address kittyAddress, uint256 kittyId, uint256 position)
constructor(address _kittyCoreAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.