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 "hyaliko"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21090045 | a month ago | | | 0 | 0.00034208129 | |
| 19685084 | 8 months ago | | | 0 | 0.00025053129 | |
| 18697046 | a year ago | | | 0 | 0.0014432851 | |
| 17523216 | a year ago | | | 0 | 0.00083916000 | |
| 17351228 | 2 years ago | | | 0 | 0.0012372768 | |
| 17125793 | 2 years ago | | | 0 | 0.0016885862 | |
| 16976905 | 2 years ago | | | 0 | 0.0018230886 | |
| 16878894 | 2 years ago | | | 0 | 0.00068829964 | |
| 16675684 | 2 years ago | | | 0 | 0.0011407674 | |
| 16547476 | 2 years ago | | | 0 | 0.00091941484 |
ABI
ABI objects
Getter at block 21395845
name() view returns (string)
hyaliko
owner() view returns (address)
0x8d94ae183d36c2e0931555fabac20589ccf0a631
symbol() view returns (string)
HLKO
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
renounceOwnership()
safeMint(address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
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)
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.