Hexapod Industries
Verified contract
Active on
Ethereum with 1,035 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 "Hexapod Industries"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20173921 | 5 months ago | | | 0 | 0.000065743848 | |
| 20172224 | 5 months ago | | | 0 | 0.00027376425 | |
| 20150874 | 5 months ago | | | 0 | 0.000065960011 | |
| 20081703 | 6 months ago | | | 0 | 0.00051799363 | |
| 20060394 | 6 months ago | | | 0 | 0.00019382476 | |
| 20050944 | 6 months ago | | | 0 | 0.00020979200 | |
| 19625222 | 8 months ago | | | 0 | 0.00088765295 | |
| 18857200 | a year ago | | | 0 | 0.00093290892 | |
| 17326926 | 2 years ago | | | 0 | 0.0015401528 | |
| 17271863 | 2 years ago | | | 0 | 0.0015995093 |
ABI
ABI objects
Getter at block 21322183
baseURI() view returns (string)
https://hexapod.industries/api/holo/
contractURI() pure returns (string)
https://hexapod.industries/api/contract-metadata
name() view returns (string)
Hexapod Industries
owner() view returns (address)
0x72831c8939d1845a1d885b393f9e7fff6144b8f1
symbol() view returns (string)
HOLO
Read-only
MintPerAddress(address, uint256) view returns (bool)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
holos(uint256) view returns (uint256 price, uint16 size, uint16 reserve, uint16 minted, uint16 burned)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
recoverSigner(address _address, bytes _signature, uint256 _hId) pure returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenIdToGroupId(uint256) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
burnHolo(uint256 tokenId)
createHolo(uint256 _price, uint16 _size, uint16 _reserve)
mintWithSignature(uint256 hId, bytes signature) payable
releaseReserve(uint256 hId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _uri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateHolo(uint16 _index, uint16 _size, uint16 _reserve, uint256 _price)
withdraw()
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.
This contract contains no error objects.