HashKingsPlanet
Verified contract
Active on
Ethereum with 922 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HKP | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19701119 | 7 months ago | | | 0 | 0.00028189279 | |
| 19617954 | 7 months ago | | | 0 | 0.0011594821 | |
| 19374226 | 8 months ago | | | 0 | 0.0027166779 | |
| 19166865 | 9 months ago | | | 0 | 0.00081993601 | |
| 18397485 | a year ago | | | 0 | 0.00032117529 | |
| 18397460 | a year ago | | | 0 | 0.0027748415 | |
| 18196448 | a year ago | | | 0 | 0.00038034717 | |
| 18196398 | a year ago | | | 0 | 0.0028013233 | |
| 16464756 | 2 years ago | | | 0 | 0.00043070260 | |
| 16192646 | 2 years ago | | | 0 | 0.0012672966 |
ABI
ABI objects
Getter at block 21213733
InterfaceId_ERC165() view returns (bytes4)
0x01ffc9a7
author() view returns (string)
Daniel Pittman
company() view returns (string)
Qwoyn, LLC
contact() view returns (string)
https://qwoyn.io
getCurrentPrice() view returns (uint256 price)
0
myTokens() view returns (uint256[])
[]
name() view returns (string)
HashKingsPlanet
owner() view returns (address)
0x00e4f5f746242e4d115bd65aac7c08fe5d38fb21
symbol() view returns (string)
HKP
totalSupply() view returns (uint256)
316
Read-only
balanceOf(address _owner) view returns (uint256)
exists(uint256 _tokenId) view returns (bool)
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)
tokenURI(uint256 _tokenId) view returns (string)
viewTokenMeta(uint256 _tokenId) view returns (string tokenTitle_, string tokenDescription_)
State-modifying
Events _setTokenURI(uint256 _tokenId, string _uri)
approve(address _to, uint256 _tokenId)
buyToken(string _title, string _description)
renounceOwnership()
safeTransferFrom(address _from, address _to, uint256 _tokenId)
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes _data)
setApprovalForAll(address _to, bool _approved)
setCurrentPrice(uint256 newPrice)
transferFrom(address _from, address _to, uint256 _tokenId)
transferOwnership(address _newOwner)
withdraw()
Approval(address indexed _owner, address indexed _approved, uint256 indexed _tokenId)
ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved)
BoughtToken(address indexed buyer, uint256 tokenId)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed _from, address indexed _to, uint256 indexed _tokenId)
constructor(string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.