CryptoSagaArenaRecord
Verified contract
Active on
Ethereum with 3 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 "CryptoSagaArenaRecord"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5996973 | 6 years ago | | | 0 | 0.00043642000 | |
| 5996873 | 6 years ago | | | 0 | 0.00021821000 | |
| 5996671 | 6 years ago | | | 0 | 0.00017456800 |
ABI
ABI objects
Getter at block 21387130 getLeaderboardPlayers() view returns (address[]) getRecentPlayers() view returns (address[])
getLeaderboardLength() view returns (uint256)
20
getRecentPlayersCount() view returns (uint256)
36
numberOfLeaderboardPlayers() view returns (uint8)
20
numberOfRecentPlayers() view returns (uint8)
50
owner() view returns (address)
0x6589adf7720a5b5f80bd391c0bbf2148d00be5ae
paused() view returns (bool)
false
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
recentPlayersBack() view returns (uint256)
36
recentPlayersFront() view returns (uint256)
0
Read-only
addressToElo(address) view returns (uint32)
addressToIsInLeaderboard(address) view returns (bool)
getEloRating(address _address) view returns (uint32)
leaderBoardPlayers(uint256) view returns (address)
recentPlayers(uint256) view returns (address)
State-modifying
Events claimOwnership()
grantAccessDeploy(address _address)
pause()
revokeAccessDeploy(address _address)
transferOwnership(address newOwner)
unpause()
updateRecord(address _myAddress, address _enemyAddress, bool _didWin)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Unpause()
UpdateLeaderboard(address indexed _by, uint256 _dateTime)
constructor(address _firstPlayerAddress, address _previousSeasonRecord, uint8 _numberOfLeaderboardPlayers, uint8 _numberOfRecentPlayers)
This contract contains no fallback and receive objects.
This contract contains no error objects.