Dispatcher
Verified contract
Active on
Ethereum with 2,638 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x37e3…36fb
Balances ($0.00)
No balances found for "Dispatcher"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6671074 | 6 years ago | | | 0 | 0.00013214916 | |
| 6512265 | 6 years ago | | | 0 | 0.000072358560 | |
| 6507120 | 6 years ago | | | 0 | 0.000047438160 | |
| 6469809 | 6 years ago | | | 0 | 0.00017520624 | |
| 6457705 | 6 years ago | | | 0 | 0.00018066600 | |
| 6397345 | 6 years ago | | | 0 | 0.00045771480 | |
| 6395325 | 6 years ago | | | 0 | 0.00068148648 | |
| 6395325 | 6 years ago | | | 0 | 0.00080260104 | |
| 6395226 | 6 years ago | | | 0 | 0.00068200104 | |
| 6390699 | 6 years ago | | | 0 | 0.00055942920 |
ABI
ABI objects
Getter at block 21272377
balanceManager() view returns (address)
0x37e343f2cc245754595f1ae3656b460c35d636fb
newOwnerCandidate() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x5be0435f9333f54f49f22f4d7a573549d39311ee
server() view returns (address)
0x1df596265e1c3c280077f256b08166dc0ab66ce3
Read-only
games(uint32) view returns (uint8 state, uint64 entryFee, uint32 serviceFee, uint32 registrationDueDate, bytes32 teamsHash, bytes32 statsHash, uint32 teamsNumber, uint64 awardSent)
investTerms(uint32, uint32) view returns (uint64 amount, uint16 userFee)
teams(uint32, uint48) view returns (uint32 userId, uint32 sponsorId, uint64 prizeSum, uint16 userFee)
State-modifying
Events acceptOwnership()
cancelGame(uint32 _gameId)
createGame(uint32 _gameId, uint64 _entryFee, uint32 _serviceFee, uint32 _registrationDueDate)
deleteInvest(uint32 _playerId, uint32 _investorId)
finishGame(uint32 _gameId, bytes32 _hash)
invest(uint32 _playerId, uint32 _investorId, uint64 _amount, uint16 _userFee)
participateGame(uint32 _gameId, uint32 _teamId, uint32 _userId, uint32 _sponsorId)
refundCancelledGame(uint32 _gameId, uint32[] _teamIds)
setServerAddress(address _newServerAddress)
startGame(uint32 _gameId, bytes32 _hash)
transferOwnership(address _newOwnerCandidate)
winners(uint32 _gameId, uint32[] _teamIds, uint64[] _teamPrizes)
OwnershipRequested(address indexed _by, address indexed _to)
OwnershipTransferred(address indexed _from, address indexed _to)
constructor(address _balanceManagerAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.