Dungeon2
Verified contract
Active on
Ethereum with 2,017 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0419…22ae
0x3806…d6aa
Balances ($0.00)
No balances found for "Dungeon2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19765235 | 7 months ago | | | 0 | 0.0013712371 | |
| 19765212 | 7 months ago | | | 0 | 0.0016201336 | |
| 19765172 | 7 months ago | | | 0 | 0.0015606411 | |
| 19758036 | 7 months ago | | | 0 | 0.0013407508 | |
| 19758032 | 7 months ago | | | 0 | 0.0011424156 | |
| 19758028 | 7 months ago | | | 0 | 0.00092646566 | |
| 19758016 | 7 months ago | | | 0 | 0.00095913727 | |
| 19750833 | 7 months ago | | | 0 | 0.0010774187 | |
| 19750827 | 7 months ago | | | 0 | 0.0010699055 | |
| 19750820 | 7 months ago | | | 0 | 0.0011464209 |
ABI
ABI objects
Getter at block 21303107 getDungeons() view returns (struct Dungeon2DungeonInfo[])
_blocksBetweenFreeRaids() view returns (uint256)
6545
_imageBaseURL() view returns (string)
https://relics.thecrypt.game/
_raidingFee() view returns (uint256)
10000000000000000
_raidingLocked() view returns (bool)
false
_relicAwardBrackets() view returns (uint256)
287951147460132867
canRaidFree() view returns (bool)
true
getDungeonCount() view returns (uint256)
16
getImageBaseURL() view returns (string)
https://relics.thecrypt.game/
getRewardBrackets() view returns (struct Dungeon2AwardBracket[])
[(3, 0), (7, 1), (11, 2), (255, 3)]
numDungeons() view returns (uint256)
16
owner() view returns (address)
0xfe4aab053fed3cfbb7e5f6434e1585b4f17cc207
Read-only
_dungeons(uint256) view returns (uint256)
_lastFreeRaidForAddress(address) view returns (uint256)
_relicAwardsByDungeonRank(uint256) view returns (uint256)
getAdditionalAttributes(uint256, bytes12) pure returns (string)
getArtefact(uint256 dungeonId) view returns (string)
getBossMonster(uint256 dungeonId) view returns (string)
getDemiGod(uint256 dungeonId) view returns (string)
getDungeonOpen(uint256 dungeonId) view returns (bool)
getDungeonOrderIndex(uint256 dungeonId) pure returns (uint256)
getDungeonRank(uint256 dungeonId) view returns (uint256 rank)
getDungeonRemainingHitPoints(uint256 dungeonId) view returns (uint256[8] hitPoints)
getDungeonRewardToken(uint256 dungeonId) view returns (int256)
getEnemies(uint256 dungeonId) view returns (string)
getPassageways(uint256 dungeonId) view returns (string)
getRaidHitPoints(uint256 dungeonId, uint256 lootToken) view returns (uint256[9])
getRaidHitPointsBatch(uint256 dungeonId, uint256[] lootTokens) view returns (uint256[9][] hitPoints)
getRewardCount(uint256 damage) view returns (uint256 rewardCount)
getRewardsForToken(uint256 tokenId) view returns (uint256 dungeonId, uint256 rewardFirstId, uint256 rewardCount)
getRewardsForTokens(uint256[] tokenIds) view returns (uint256[] dungeonId, uint256[] rewardFirstId, uint256[] rewardCount)
getRooms(uint256 dungeonId) view returns (string)
getTheSoulless(uint256 dungeonId) view returns (string)
getTokenOrderIndex(uint256, bytes12 data) pure returns (uint256)
getTokenProvenance(uint256, bytes12) pure returns (string)
getTraps(uint256 dungeonId) view returns (string)
State-modifying
Events claimRewards(uint256[] tokenIds)
raidDungeon(uint256 dungeonId, uint256 raidTokenId) payable
renounceOwnership()
setBlocksBetweenFreeRaids(uint256 blocksBetweenFreeRaids)
setImageBaseURL(string newImageBaseURL)
setRaidingFee(uint256 raidingFee)
setRaidingLock(bool locked)
transferOwnership(address newOwner)
withdraw()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Raid(uint256 indexed dungeonId, uint256 raidTokenId, uint256[8] damage)
constructor(uint16 dungeonCount, uint256[8] startHitPoints, uint256[] relicAwards, address raidTokenContract, address lootClassificationAddress, address relicAddress, string imageBaseURL, uint256 raidingFee, uint256 blocksBetweenFreeRaids, struct Dungeon2AwardBracket[] awardBrackets)
This contract contains no fallback and receive objects.
This contract contains no error objects.