Dungeons: A Heroes NFT Collection
Verified contract
Active on
Ethereum with 348 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x86f7…ed45
0x710a…6c22
5 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HEART | ERC-20 | 5.46M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20523952 | 3 months ago | | | 0 | 0.000093070801 | |
| 19111213 | 10 months ago | | | 0 | 0.00065362206 | |
| 18501023 | a year ago | | | 0 | 0.00061292639 | |
| 18306433 | a year ago | | | 0 | 0.00044145940 | |
| 17860296 | a year ago | | | 0 | 0.00056917716 | |
| 17735163 | a year ago | | | 0 | 0.0035801736 | |
| 17501704 | a year ago | | | 0 | 0.00066510137 | |
| 17052356 | 2 years ago | | | 0 | 0.0012003811 | |
| 16980028 | 2 years ago | | | 0 | 0.0017206455 | |
| 16980027 | 2 years ago | | | 0 | 0.0017190420 |
ABI
ABI objects
Getter at block 21225147
allowlistMintActive() view returns (bool)
true
claimed() view returns (uint256)
1202
maxSupply() view returns (uint256)
3333
name() view returns (string)
Dungeons: A Heroes NFT Collection
owner() view returns (address)
0x61b431a91dfeb0d1c67405f4b2d7aa82b94c80e9
price() view returns (uint256)
6000000000000000000000
publicMintActive() view returns (bool)
true
root() view returns (bytes32)
0xf41251b4fe48358d0bcfe1485226d4a6938c0512eda5836b9c262be95525c1fb
symbol() view returns (string)
HD
totalAllowlist() view returns (uint256)
270
totalSupply() view returns (uint256)
1202
Read-only
allowlistMints(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getCnCId(uint256 tokenId) view returns (uint256)
getEnvironment(uint256 tokenId) view returns (uint256)
getLayout(uint256 tokenId) view returns (bytes)
getName(uint256 tokenId) view returns (string)
getNumDoors(uint256 tokenId) view returns (uint256)
getNumPoints(uint256 tokenId) view returns (uint256)
getSize(uint256 tokenId) view returns (uint256)
getValidDungeon(uint256 seed) pure returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
seeds(uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
verify(bytes32[] proof, bytes32 leaf) view returns (bool)
State-modifying
Events allowlistMint(bytes32[] proof, uint256 amount) payable
approve(address to, uint256 tokenId)
ownerMint(uint256 amount) payable
publicMint(uint256 amount) payable
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowListTime(uint256 time)
setApprovalForAll(address operator, bool approved)
setBaseUri(string baseUri)
setPublicTime(uint256 time)
setRoot(bytes32 _root)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updatePrice(uint256 newPrice)
withdrawETH(address recipient) payable
withdrawHearts(address to) payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Minted(address indexed account, uint256 tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _dungeons, address _hearts, string _prerevealUri)
This contract contains no fallback and receive objects.
This contract contains no error objects.