StrikersUpdate
Verified contract
Active on
Ethereum with 201 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xdcaa…ed7e
Balances ($0.00)
No balances found for "StrikersUpdate"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6013504 | 6 years ago | | | 0 | 0.00052951725 | |
| 6013504 | 6 years ago | | | 0 | 0.00057608775 | |
| 5975411 | 6 years ago | | | 0 | 0.0033964160 | |
| 5971304 | 6 years ago | | | 0 | 0.00014191500 | |
| 5970153 | 6 years ago | | | 0 | 0.00041395500 | |
| 5968953 | 6 years ago | | | 0 | 0.0056572000 | |
| 5967248 | 6 years ago | | | 0 | 0.0025528500 | |
| 5967127 | 6 years ago | | | 0 | 0.0036874500 | |
| 5966337 | 6 years ago | | | 0 | 0.0033943200 | |
| 5965518 | 6 years ago | | | 0 | 0.0020132000 |
ABI
ABI objects
Getter at block 21220053 getMintedCounts() view returns (uint16[132])
owner() view returns (address)
0x11cb02e2a07a94542a367bff7ee847451a75fa37
strikersBaseContract() view returns (address)
0xdcaad9fd9a74144d226dbf94ce6162ca9f09ed7e
Read-only
games(uint256) view returns (uint32 startTime, uint8 homeTeam, uint8 awayTeam)
getGame(uint8 _game) view returns (uint8[] acceptedChecklistIds, uint32 startTime, uint8 homeTeam, uint8 awayTeam)
getPicksForUser(address _user) view returns (uint256[8])
picksForUser(address, uint256) view returns (uint256)
starCountForCard(uint256) view returns (uint8)
starCountsForOwner(address _owner) view returns (uint8[])
State-modifying
Events makePick(uint8 _game, uint256 _cardId)
renounceOwnership()
transferOwnership(address _newOwner)
updateCards(uint8 _game, uint256[] _cardIds)
updateGame(uint8 _game, uint8[] _acceptedChecklistIds, uint32 _startTime, uint8 _homeTeam, uint8 _awayTeam)
CardUpgraded(address indexed user, uint8 indexed game, uint256 cardId)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PickMade(address indexed user, uint8 indexed game, uint256 cardId)
constructor(address _strikersBaseAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.