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 "Clock"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21388464 | a day ago | | | 0 | 0.0021255606 | |
| 21388407 | a day ago | | | 0 | 0.0015805533 | |
| 21388398 | a day ago | | | 0 | 0.0018712398 | |
| 21388392 | a day ago | | | 0 | 0.0020175233 | |
| 19871549 | 7 months ago | | | 0 | 0.00018475032 | |
| 19230164 | 10 months ago | | | 0 | 0.00089862889 | |
| 19137109 | 10 months ago | | | 0 | 0.00047307312 | |
| 18903019 | a year ago | | | 0 | 0.00054675216 | |
| 18882737 | a year ago | | | 0 | 0.0023587531 | |
| 18882735 | a year ago | | | 0 | 0.0027260288 |
ABI
ABI objects
Getter at block 21396597
name() view returns (string)
Clock
owner() view returns (address)
0xfffff449f1a35eb0facca8d4659d8e15cf2f77ba
symbol() view returns (string)
CLOCK
totalSupply() view returns (uint256)
1625
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getBrand(uint256 tokenId) view returns (string)
getColors(uint256 tokenId) view returns (string[5])
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)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 tokenId) payable
ownerClaim(uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setLocalization(uint256 tokenId, int8 localization)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawERC20(address token, address recipient)
withdrawETH(address recipient)
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.