Neo Tokyo Part 4 Land Deeds
Verified contract
Active on
Ethereum with 6,292 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($0.00)
No balances found for "Neo Tokyo Part 4 Land Deeds"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21246343 | 5 days ago | | | 0 | 0.00074283790 | |
| 21089215 | a month ago | | | 0 | 0.00014709634 | |
| 20529875 | 3 months ago | | | 0 | 0.000069101499 | |
| 20478227 | 4 months ago | | | 0 | 0.00044484648 | |
| 20160814 | 5 months ago | | | 0 | 0.00029965385 | |
| 20057075 | 6 months ago | | | 0 | 0.00034987996 | |
| 19948802 | 6 months ago | | | 0 | 0.00010802966 | |
| 19935310 | 6 months ago | | | 0 | 0.00095541458 | |
| 19935299 | 6 months ago | | | 0 | 0.00084768956 | |
| 19895544 | 6 months ago | | | 0 | 0.000094812908 |
ABI
ABI objects
Getter at block 21283793
name() view returns (string)
Neo Tokyo Part 4 Land Deeds
owner() view returns (address)
0x2fd4bb667f8f61264e04f2a7d349f750be2270a0
symbol() view returns (string)
NTLD
totalSupply() view returns (uint256)
2148
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getClaimantIdentityIdByTokenId(uint256 tokenId) view returns (uint256)
getClaimantItemCacheIdByTokenId(uint256 tokenId) view returns (uint256)
getClaimantVaultIdByTokenId(uint256 tokenId) view returns (uint256)
getLocation(uint256 tokenId) view returns (string)
getTokenClaimedByIdentityTokenId(uint256 identityTokenId) view returns (uint256)
getTokenClaimedByItemCacheTokenId(uint256 itemCacheTokenId) view returns (uint256)
getTokenClaimedByVaultTokenId(uint256 vaultTokenId) 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)
buyLand()
emergencyClaim(uint256 vaultId, uint256 tokenId)
landClaim(uint256 vaultTokenId, uint256 identityTokenId, uint256 itemCacheTokenId, uint256 spotOnLeaderboard, uint256 spotInWhitelist, bytes32[] proof)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBytesAddress(address contractAddress)
setContract(address contractAddress)
setItemContract(address contractAddress)
setLandCost(uint256 _cost)
setLandMintActive()
setVaultAddress(address contractAddress)
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.