PeachTycoonTree
Verified contract
Active on
Base with 150 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 "PeachTycoonTree"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21163959 | 2 months ago | | | 0 | 5.5047423e-7 | |
| 17743070 | 4 months ago | | | 0 | 0.0000017143910 | |
| 13988729 | 7 months ago | | | 0 | 9.8563466e-7 | |
| 13864331 | 7 months ago | | | 0.0888 | 0.0000040907642 | |
| 13864319 | 7 months ago | | | 0.0888 | 0.0000038467940 | |
| 13864312 | 7 months ago | | | 0.0888 | 0.0000037323831 | |
| 13864280 | 7 months ago | | | 0.0888 | 0.0000044496680 | |
| 13863534 | 7 months ago | | | 0.0888 | 0.0000046917326 | |
| 13421521 | 7 months ago | | | 0.0888 | 0.0000045628940 | |
| 13378048 | 7 months ago | | | 0 | 9.2460923e-7 |
ABI
ABI objects
Getter at block 23178056
contractURI() view returns (string)
ipfs://QmP6cbCzEJprWe56XJG6hoDv9WUjBonRoybE2UK27LvgSd
currentSeason() view returns (uint8)
2
farmAccount() view returns (address)
0xb1344e792dd923486b7b9665f05454f6a6872a4b
farmerCoopAccount() view returns (address)
0xe172278c17f0e58124f2b3201562348ff677c365
farmerCoopCut() view returns (uint256)
2664000000000000
maxSupply() view returns (uint256)
200
mintEnd() view returns (uint256)
1714543200
mintPrice() view returns (uint256)
88800000000000000
mintStart() view returns (uint256)
1709305200
name() view returns (string)
PeachTycoonTree
owner() view returns (address)
0xeb8c7e21b847a7b9ca33209e9e4edcc5e45054b4
symbol() view returns (string)
TREE
totalSupply() view returns (uint256)
142
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenMetas(uint256) view returns (uint8 trunkId, uint8 critterId)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint8 _trunkId, uint8 _critterId) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setContractURI(string _newContractURI)
setMintEnd(uint256 _newMintEnd)
setMintStart(uint256 _newMintStart)
setPrice(uint256 _newPrice, uint256 _newFarmerCoopCut)
setSeason(uint8 _newSeason)
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)
BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
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.