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 "Initials"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15595298 | 2 years ago | | | 0 | 0.00031604983 | |
| 14218987 | 3 years ago | | | 0 | 0.0046689730 | |
| 14216923 | 3 years ago | | | 0 | 0.0023879399 | |
| 14214249 | 3 years ago | | | 0 | 0.0051061849 | |
| 13984631 | 3 years ago | | | 0 | 0.0058242317 | |
| 13969663 | 3 years ago | | | 0 | 0.0034765592 | |
| 13945161 | 3 years ago | | | 0 | 0.0036341054 | |
| 13944042 | 3 years ago | | | 0 | 0.0044650196 | |
| 13583899 | 3 years ago | | | 0 | 0.0086731367 | |
| 13366086 | 3 years ago | | | 0 | 0.0056109794 |
ABI
ABI objects
Getter at block 21162696
MAX_SUPPLY() view returns (uint256)
10000
name() view returns (string)
Initials
owner() view returns (address)
0x52007c35bcafbcacbaf017b9d6e8594e7dda6d3b
symbol() view returns (string)
Initials
totalSupply() view returns (uint256)
366
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)
claim(uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setSupply(uint256 newSupply)
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.