DungeonLoot
Verified contract
Active on
Ethereum with 1,804 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 "DungeonLoot"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20727696 | 3 months ago | | | 0 | 0.00019135305 | |
| 20570566 | 4 months ago | | | 0 | 0.00012703910 | |
| 20403627 | 5 months ago | | | 0 | 0.000050527018 | |
| 20158116 | 6 months ago | | | 0 | 0.00016657979 | |
| 20101543 | 6 months ago | | | 0 | 0.00014837902 | |
| 20094104 | 6 months ago | | | 0 | 0.000093106050 | |
| 19623721 | 8 months ago | | | 0 | 0.00035290620 | |
| 19433247 | 9 months ago | | | 0 | 0.0022594777 | |
| 18618191 | a year ago | | | 0 | 0.00059360252 | |
| 18536706 | a year ago | | | 0 | 0.0020345321 |
ABI
ABI objects
Getter at block 21405076 getMintDungeon() view returns (uint256)
merkleRoot() view returns (bytes32)
0x69146c6ed19ccd899ce98d1c8a462c02c864efaffb7f03bb792fcc491b8aa437
name() view returns (string)
DungeonLoot
owner() view returns (address)
0xa55d96b3c84fc16cefb4e879804a35384a0a8a8a
symbol() view returns (string)
DLOOT
totalSupply() view returns (uint256)
1024
Read-only
_dungeons(uint256) view returns (string)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getDungeon(uint256 tokenId) view returns (string)
getdungeonExists(uint256 tokenId) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
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)
State-modifying
Events approve(address to, uint256 tokenId)
claim(uint256 tokenId, string dungeon, bytes32[] merkleProof)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(bytes32 merkleRoot_)
This contract contains no fallback and receive objects.
This contract contains no error objects.