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 "Tree"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20084123 | 5 months ago | | | 0 | 0.00070973675 | |
| 19051796 | 10 months ago | | | 0.0025 | 0.0025892680 | |
| 18807329 | a year ago | | | 0 | 0.0018474096 | |
| 16294974 | 2 years ago | | | 0 | 0.00077361089 | |
| 15999988 | 2 years ago | | | 0 | 0.00064809588 | |
| 15847097 | 2 years ago | | | 0 | 0.00055089894 | |
| 15550669 | 2 years ago | | | 0 | 0.00054267573 | |
| 15550657 | 2 years ago | | | 0.0025 | 0.00087354000 | |
| 15420135 | 2 years ago | | | 0 | 0.00057841997 | |
| 14993375 | 2 years ago | | | 0 | 0.0029075394 |
ABI
ABI objects
Getter at block 21181138
maxViewLevel() view returns (uint256)
11
name() view returns (string)
Tree
owner() view returns (address)
0xbe682c5bed115a311aa586ca25467232d411646b
price() view returns (uint256)
2500000000000000
symbol() view returns (string)
TREE
totalSupply() view returns (uint256)
414
treeCount() view returns (uint256)
414
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getTreeLevel(uint256 tokenId) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
levelXml(uint256 tokenId, uint256 level) view returns (string)
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)
gift(address friend) payable
plant() payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMaxViewLevel(uint256 _maxViewLevel)
setPrice(uint256 newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
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.