DungeonRunAlpha
Verified contract
Active on
Ethereum with 172 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($148.59)
Native
Value
$148.59
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.04 | $3,714.74 |
$148.59 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5353883 | 7 years ago | | | 0 | 0.000028690200 | |
| 5353721 | 7 years ago | | | 0 | 0.00014190960 | |
| 5353721 | 7 years ago | | | 0 | 0.00014190960 | |
| 5353721 | 7 years ago | | | 0 | 0.00014239470 | |
| 5353712 | 7 years ago | | | 0 | 0.00021543270 | |
| 5353710 | 7 years ago | | | 0 | 0.00021286440 | |
| 5353710 | 7 years ago | | | 0 | 0.00021286440 | |
| 5353709 | 7 years ago | | | 0 | 0.00014190960 | |
| 5353705 | 7 years ago | | | 0 | 0.00014190960 | |
| 5353703 | 7 years ago | | | 0 | 0.00014190960 |
ABI
ABI objects
Getter at block 21309646
breakevenLevel() view returns (uint8)
[unknown]
checkpointLevel() view returns (uint8)
[unknown]
dungeonDifficulty() view returns (uint256)
[unknown]
edCoreContract() view returns (address)
[unknown]
entranceFee() view returns (uint256)
[unknown]
entranceFeePool() view returns (uint256)
[unknown]
getGameSettings() view returns (uint256 _checkpointLevel, uint256 _breakevenLevel, uint256 _jackpotLevel, uint256 _dungeonDifficulty, uint256 _monsterHealth, uint256 _monsterStrength, uint256 _monsterFleeTime, uint256 _entranceFee)
[unknown]
jackpot() view returns (uint256)
[unknown]
jackpotLevel() view returns (uint8)
[unknown]
monsterFleeTime() view returns (uint64)
[unknown]
monsterHealth() view returns (uint16)
[unknown]
monsterStrength() view returns (uint256)
[unknown]
owner() view returns (address)
[unknown]
paused() view returns (bool)
[unknown]
Read-only
getRunDetails(uint256 _heroId) view returns (uint256 _heroPower, uint256 _heroStrength, uint256 _heroInitialHealth, uint256 _heroHealth, uint256 _monsterCreationTime, uint256 _monsterLevel, uint256 _monsterInitialHealth, uint256 _monsterHealth, uint256 _gameState)
heroIdToHealth(uint256) view returns (uint256)
heroIdToMonster(uint256) view returns (uint64 creationTime, uint8 level, uint16 initialHealth, uint16 health)
heroIdToRefundedFee(uint256) view returns (uint256)
State-modifying
Events attack(uint256 _heroId) payable
destroy()
destroyAndSend(address _recipient)
pause()
setEdCoreContract(address _newEdCoreContract)
setEntranceFee(uint256 _newEntranceFee)
transferOwnership(address newOwner)
unpause()
LogAttack(uint256 timestamp, address indexed player, uint256 indexed heroId, uint256 indexed monsterLevel, uint256 damage, bool isMonsterDefeated, uint256 rewards)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.