Treehouse Punks

Verified contract

Active on Ethereum with 2,254 txns
Deployed by via 0x8b0ad83c at 17889840
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Treehouse Punks"

0x368746f6b0200424ef716a9564934abf0f67028616335167838cc672210c29e3
0xce64fa798db231a25718f0ca8f29e17f06b3ba8a63b243c99b1835de8452ec2e
0x512fbbf7fd76290b3a2b5234e58903c35313f45cd92b66b9e8e49034fd693590
0x406b1bdbb8c91ed774c813c5a0bdabd67b9e2ede15462551be307f09144fa898
0xb799e3ceec5a8b9e2efba8a7a321c9870ca1390d6b8d643568f607efab5c3d05
0x18ff743be3f4b2f5022784e3d57bbfc04aa6985a66345ea9edbd22c84b7b1eb1
0x8a703131f76e91a96ed40aa0cb87dc0710cd12a529ae7788f55989e48dabeac6
0x98aa2666756ba555eb51cd64b8e48fa2969406b2c0d1cb1ae4cef35a7af11299
0x626889f2fe5be2ac762c33b60451029a8e4e4a0ae3d826e67b2ea6359bb9cd21
0x1a241e1063c5592f5d531c207254fe156dd045e3505a4a59eab1c02b3feaed12

Functions
Getter at block 21209185
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
baseURI(view returns (string)
ipfs://QmbWkojan3rmrBVQQhU21euKA7rPXEzWXT5GvKFD1BybBD/
maxPerTx(view returns (uint256)
5
maxPerWallet(view returns (uint256)
15
maxSupply(view returns (uint256)
10000
name(view returns (string)
Treehouse Punks
owner(view returns (address)
0x3b02b982c48daeebf34c4d46672774d03293f764
price(view returns (uint256)
0
saleLive(view returns (bool)
true
symbol(view returns (string)
THP
totalSupply(view returns (uint256)
10000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
walletMinted(addressview returns (uint256)
State-modifying
approve(address operatoruint256 tokenIdpayable 
ownerMint(uint256 _amountaddress _to
publicMint(uint256 _amountToMintpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI_
setPrice(uint256 _price
setSale(bool _state
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(