Neo Tokyo Part 2: Vault Cards
Verified contract
Active on
Ethereum with 10,723 txns
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 "Neo Tokyo Part 2: Vault Cards"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21154060 | 5 days ago | | | 0 | 0.00050192209 | |
| 21137575 | 8 days ago | | | 0 | 0.0011348121 | |
| 21089211 | 14 days ago | | | 0 | 0.00014454957 | |
| 20786575 | 2 months ago | | | 0 | 0.00074070404 | |
| 20721247 | 2 months ago | | | 0 | 0.00067817779 | |
| 20529889 | 3 months ago | | | 0 | 0.000059983064 | |
| 20160818 | 5 months ago | | | 0 | 0.00028686621 | |
| 20067551 | 5 months ago | | | 0 | 0.00032923452 | |
| 20061603 | 5 months ago | | | 0 | 0.00040997870 | |
| 19948806 | 6 months ago | | | 0 | 0.00010007700 |
ABI
ABI objects
Getter at block 21192691
name() view returns (string)
Neo Tokyo Part 2: Vault Cards
owner() view returns (address)
0x2b839ab91a74b0d705868d93773150df3af604b5
symbol() view returns (string)
NEOTV
totalSupply() view returns (uint256)
2500
Read-only
balanceOf(address owner) view returns (uint256)
getAdditionalItem(uint256 tokenId) view returns (string)
getApproved(uint256 tokenId) view returns (address)
getClaimantIdentityIdByTokenId(uint256 tokenId) view returns (uint256)
getCreditMultiplier(uint256 tokenId) view returns (string)
getCreditProportionOfTotalSupply(uint256 tokenId) view returns (string)
getCredits(uint256 tokenId) view returns (string)
getTokenClaimedByIdentityTokenId(uint256 identityTokenId) view returns (uint256)
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)
holderClaim(uint256 tokenId)
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)
setContract(address contractAddress)
setIdAddress(address contractAddress)
setOpenClaimState()
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.