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 "Deed"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19772572 | 7 months ago | | | 0 | 0.00030266721 | |
| 19577755 | 8 months ago | | | 0 | 0.0016331602 | |
| 19521876 | 8 months ago | | | 0 | 0.00068491088 | |
| 19521876 | 8 months ago | | | 0 | 0.00068491088 | |
| 19256052 | 9 months ago | | | 0 | 0.0016107477 | |
| 16740165 | 2 years ago | | | 0 | 0.0010152769 | |
| 16740134 | 2 years ago | | | 0 | 0.00090269629 | |
| 16740063 | 2 years ago | | | 0 | 0.00086391632 | |
| 16301906 | 2 years ago | | | 0 | 0.00065459800 | |
| 15858288 | 2 years ago | | | 0 | 0.0011438037 |
ABI
ABI objects
Getter at block 21261685
name() view returns (string)
Deed
owner() view returns (address)
0x169690490568cfeeee113a098b413200ee606b5d
symbol() view returns (string)
DEED
totalSupply() view returns (uint256)
1741
Read-only
balanceOf(address owner) view returns (uint256)
getAnimal(uint256 tokenId) view returns (string)
getApproved(uint256 tokenId) view returns (address)
getCrop(uint256 tokenId) view returns (string)
getDwelling(uint256 tokenId) view returns (string)
getPrimaryAccessory(uint256 tokenId) view returns (string)
getSecondaryAccessory(uint256 tokenId) view returns (string)
getWeapon(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)
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)
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.