CryptoSagaArenaVer1
Verified contract
Active on
Ethereum with 314 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x951a…0721
0xabc7…4d5f
0x1f6f…9fe4
0x59bc…0e99
0x1b52…0197
Balances ($0.00)
No balances found for "CryptoSagaArenaVer1"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7704461 | 6 years ago | | | 0 | 0.00094392900 | |
| 7659027 | 6 years ago | | | 0 | 0.00084357000 | |
| 7655520 | 6 years ago | | | 0 | 0.00085698700 | |
| 7638904 | 6 years ago | | | 0 | 0.00081346300 | |
| 7638293 | 6 years ago | | | 0 | 0.00089477700 | |
| 7477067 | 6 years ago | | | 0 | 0.0013955840 | |
| 7476211 | 6 years ago | | | 0 | 0.0012694140 | |
| 7475500 | 6 years ago | | | 0 | 0.0012694140 | |
| 7475316 | 6 years ago | | | 0 | 0.0012694140 | |
| 7475171 | 6 years ago | | | 0 | 0.0012694140 |
ABI
ABI objects
Getter at block 21316851
cardContract() view returns (address)
0x1b5242794288b45831ce069c9934a29b89af0197
coolHero() view returns (uint256)
300
correctedHeroContract() view returns (address)
0x1f6f71e1e6a56dc348f1ec9a22b200ac44459fe4
expReward() view returns (uint32)
500
goldContract() view returns (address)
0x59bcded9c87ce46ec97c13640bfc0390ceb00e99
goldReward() view returns (uint256)
50000000000000000000
heroContract() view returns (address)
0xabc7e6c01237e8eef355bba2bf925a730b714d5f
isTurnDataSaved() view returns (bool)
false
locationId() view returns (uint32)
100
owner() view returns (address)
0x6589adf7720a5b5f80bd391c0bbf2148d00be5ae
paused() view returns (bool)
false
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
recordContract() view returns (address)
0x951a2a90a2384ae86c1ed822e468c35912ce0721
Read-only
addressToPlayRecord(address) view returns (uint32 initialSeed, address enemyAddress, uint32 expReward, uint256 goldReward)
addressToTurnInfo(address) view returns (uint8 turnLength)
getPlayRecord(address _address) view returns (uint32, address, uint256[8], uint32[8], uint32[8], uint32, uint256, uint8, uint8[8], uint8[24], uint32[24])
getPlayRecordNoTurnData(address _address) view returns (uint32, address, uint256[8], uint32[8], uint32[8], uint32, uint256)
State-modifying
Events claimOwnership()
enterArena(uint256[4] _tokenIds, address _enemyAddress)
pause()
setCoolHero(uint32 _value)
setExpReward(uint32 _value)
setGoldReward(uint256 _value)
setIsTurnDataSaved(bool _value)
setLocationId(uint32 _value)
setRecordContract(address _address)
transferOwnership(address newOwner)
unpause()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
TryArena(address indexed _by, address indexed _against, bool _didWin)
Unpause()
constructor(address _recordContractAddress, address _heroContractAddress, address _correctedHeroContractAddress, address _cardContractAddress, address _goldContractAddress, address _firstPlayerAddress, uint32 _locationId, uint256 _coolHero, uint32 _expReward, uint256 _goldReward, bool _isTurnDataSaved)
This contract contains no fallback and receive objects.
This contract contains no error objects.