DeadHeads Vessels
Verified contract
Active on
Ethereum with 2,060 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6fc3…5bbc
0x78f2…d1f7
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DEAD | ERC-721 | 1 | -- | -- | |
DEAD | ERC-721 | 1 | -- | -- | |
DEAD | ERC-721 | 1 | -- | -- | |
DEAD | ERC-721 | 1 | -- | -- | |
DEAD | ERC-721 | 1 | -- | -- | |
DEAD | ERC-721 | 1 | -- | -- | |
DEAD | ERC-721 | 1 | -- | -- | |
DEAD | ERC-721 | 1 | -- | -- | |
DEAD | ERC-721 | 1 | -- | -- | |
DEAD | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19268124 | 9 months ago | | | 0 | 0.0017079865 | |
| 19078864 | 10 months ago | | | 0 | 0.00034478875 | |
| 19039247 | 10 months ago | | | 0 | 0.0010386345 | |
| 18983314 | 10 months ago | | | 0 | 0.0010761532 | |
| 18803283 | a year ago | | | 0 | 0.00075843605 | |
| 18803018 | a year ago | | | 0 | 0.00086533319 | |
| 18802842 | a year ago | | | 0 | 0.00075195402 | |
| 18693564 | a year ago | | | 0 | 0.0013586984 | |
| 18446599 | a year ago | | | 0 | 0.0035911284 | |
| 18413398 | a year ago | | | 0 | 0.00085228721 |
ABI
ABI objects
Getter at block 21266873
name() view returns (string)
DeadHeads Vessels
owner() view returns (address)
0xd2e2e23b9f82e1351cb38987da181c22d0492aab
symbol() view returns (string)
DeadVessels
totalSupply() view returns (uint256)
356
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)
recoverAddress(address account, uint256 tokenType, uint256 dhTokenId, uint256 ticketId, bytes signature) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenToTokenType(uint256) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
evolve(uint256 dhTokenId, uint256 ticketId, uint256 tokenType, bytes signature)
onERC721Received(address operator, address, uint256, bytes) returns (bytes4)
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_)
setSignerAddress(address signerAddress)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawDH(uint256 tokenId, address receiver)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Evolve(uint256 dhTokenId, uint256 ticketId, uint256 newTokenId, address owner)
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.
This contract contains no error objects.