Neo Tokyo: Identities
Verified contract
Active on
Ethereum with 10,053 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BYTES | ERC-20 | 83.927719 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21166065 | 13 days ago | | | 0 | 0.0018470953 | |
| 21089208 | 24 days ago | | | 0 | 0.00014000581 | |
| 20529885 | 3 months ago | | | 0 | 0.000062508113 | |
| 20478249 | 4 months ago | | | 0 | 0.00028575930 | |
| 20160812 | 5 months ago | | | 0 | 0.00030895341 | |
| 20160809 | 5 months ago | | | 0 | 0.00030574297 | |
| 19948803 | 6 months ago | | | 0 | 0.00010402329 | |
| 19899519 | 6 months ago | | | 0 | 0.00016925746 | |
| 19688180 | 7 months ago | | | 0 | 0.00064525385 | |
| 19630805 | 7 months ago | | | 0 | 0.00043145208 |
ABI
ABI objects
Getter at block 21261701
name() view returns (string)
Neo Tokyo: Identities
owner() view returns (address)
0x2fd4bb667f8f61264e04f2a7d349f750be2270a0
symbol() view returns (string)
NEOTI
totalSupply() view returns (uint256)
2036
Read-only
balanceOf(address owner) view returns (uint256)
getAbility(uint256 tokenId) view returns (string)
getApproved(uint256 tokenId) view returns (address)
getAttractiveness(uint256 tokenId) view returns (string)
getClass(uint256 tokenId) view returns (string)
getCool(uint256 tokenId) view returns (string)
getCredits(uint256 tokenId) view returns (string)
getEyes(uint256 tokenId) view returns (string)
getGender(uint256 tokenId) view returns (string)
getIntelligence(uint256 tokenId) view returns (string)
getRace(uint256 tokenId) view returns (string)
getStrength(uint256 tokenId) view returns (string)
getTechSkill(uint256 tokenId) view returns (string)
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)
claim(uint256 tokenId)
handClaim(address _to, uint256 tokenId)
ownerClaim(uint256 tokenId)
renounceOwnership()
riddleClaim(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)
setHandMintContract(address contractAddress)
setMintContract(address contractAddress)
setRareMintContract(address contractAddress)
setSale()
setWhitelistState()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistClaim(uint256 tokenId, uint256 spotInWhitelist, bytes32[] proof)
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.