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 "Name"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19022525 | 10 months ago | | | 0 | 0.00082244306 | |
| 18907776 | 10 months ago | | | 0 | 0.00059350407 | |
| 18802509 | a year ago | | | 0 | 0.00074811554 | |
| 16722356 | 2 years ago | | | 0 | 0.0013046133 | |
| 16501107 | 2 years ago | | | 0 | 0.00050427854 | |
| 16451094 | 2 years ago | | | 0 | 0.00056894356 | |
| 16372417 | 2 years ago | | | 0 | 0.00068165569 | |
| 16343363 | 2 years ago | | | 0 | 0.00097301507 | |
| 16338127 | 2 years ago | | | 0 | 0.0015897986 | |
| 16338125 | 2 years ago | | | 0 | 0.00077710241 |
ABI
ABI objects
Getter at block 21177222
agld() view returns (address)
0x32353a6c91143bfd6c7d363b546e62a9a2489a20
loot() view returns (address)
0xff9c1b15b16263c61d017ee9f65c50e4ae0113d7
name() view returns (string)
Name
owner() view returns (address)
0x5f350bf5fee8e254d6077f8661e9c7b83a30364e
symbol() view returns (string)
NAME
totalSupply() view returns (uint256)
947
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getFirstName(uint256 tokenId) view returns (string)
getLastName(uint256 tokenId) view returns (string)
getMiddleName(uint256 tokenId) pure returns (string)
getPrefix(uint256 tokenId) pure returns (string)
getSuffix(uint256 tokenId) pure returns (string)
isApprovedForAll(address owner, address operator) view returns (bool)
nameChangePrice(uint256 tokenId) view returns (uint256)
numNameChanges(uint256) view returns (uint256)
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)
changeName(uint256 tokenId, string firstName, string lastName)
claim(uint256 tokenId)
claimForLoot(uint256 tokenId)
renounceOwnership()
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.