HaloHeads
Verified contract
Active on
Ethereum with 984 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5ddb…6b35
Balances ($0.00)
No balances found for "HaloHeads"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21253115 | 4 days ago | | | 0 | 0.00024952139 | |
| 21228248 | 8 days ago | | | 0 | 0.00062171836 | |
| 20834987 | 2 months ago | | | 0 | 0.0013991700 | |
| 20824062 | 2 months ago | | | 0 | 0.00081193834 | |
| 20664913 | 3 months ago | | | 0 | 0.00036096362 | |
| 20641190 | 3 months ago | | | 0 | 0.000077468190 | |
| 20269660 | 5 months ago | | | 0 | 0.00024607957 | |
| 19397821 | 9 months ago | | | 0 | 0.0027831755 | |
| 19397789 | 9 months ago | | | 0 | 0.011709059 | |
| 19155937 | 10 months ago | | | 0 | 0.00080618448 |
ABI
ABI objects
Getter at block 21284023
contractURI() view returns (string)
ipfs://QmXWqNK2VMAMKirgJkULacPJZtAekGzBVaBKyU6STaeHnT
name() view returns (string)
HaloHeads
owner() view returns (address)
0xd2e2e23b9f82e1351cb38987da181c22d0492aab
symbol() view returns (string)
HaloHead
totalSupply() view returns (uint256)
941
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)
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)
batchEvolve(uint256[] dhVesselTokenIds)
burn(uint256 tokenId)
evolve(uint256 dhVesselTokenId)
lockMetadata()
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_)
setContractURI(string newContractURI)
toggleSale()
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)
Evolve(uint256 dhVesselsTokenId, 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.