Final Dungeon
Verified contract
Active on
Ethereum with 7,030 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($75.23)
Native
Value
$75.23
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0241 | $3,121.71 |
$75.23 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20509797 | 3 months ago | | | 0 | 0.000048824334 | |
| 18898513 | 10 months ago | | | 0 | 0.00066499410 | |
| 18898437 | 10 months ago | | | 0 | 0.00082436213 | |
| 18898299 | 10 months ago | | | 0 | 0.00062401922 | |
| 18895684 | 10 months ago | | | 0 | 0.00072636565 | |
| 18895609 | 10 months ago | | | 0 | 0.00066689355 | |
| 18017604 | a year ago | | | 0 | 0.00089656972 | |
| 17880346 | a year ago | | | 0 | 0.00088967192 | |
| 17866668 | a year ago | | | 0 | 0.00065129616 | |
| 17823159 | a year ago | | | 0 | 0.00073712289 |
ABI
ABI objects
Getter at block 21162490
baseURI() view returns (string)
ipfs://QmPA8SqdQn7WWCxW2UkwL3biJVewLigNEKJks44ETRzcYu/
chainKnightAddress() view returns (address)
0xd0e45144caacc11cc304ff05b044c00de53fd790
chainknightsToken() view returns (address)
0xd0e45144caacc11cc304ff05b044c00de53fd790
maxSupply() view returns (uint256)
5000
name() view returns (string)
Final Dungeon
owner() view returns (address)
0x6c48a13697eaa7a9da13c5b93f647e4f7bd168ad
paused() view returns (bool)
false
symbol() view returns (string)
FINAL
totalSupply() view returns (uint256)
5000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
ownsChainKnight(address _wallet, uint256 tokenId) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 chainKnightTokenId) payable
pause(bool _state)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()