Treehouse Punks
Verified contract
Active on
Ethereum with 2,254 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 "Treehouse Punks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19795844 | 6 months ago | | | 0 | 0.00020661838 | |
| 18903817 | a year ago | | | 0 | 0.00067234791 | |
| 18861646 | a year ago | | | 0 | 0.0014316797 | |
| 18765480 | a year ago | | | 0 | 0.0024740752 | |
| 18566917 | a year ago | | | 0 | 0.0018919314 | |
| 18526501 | a year ago | | | 0 | 0.0014306758 | |
| 18526497 | a year ago | | | 0 | 0.0015055170 | |
| 18524735 | a year ago | | | 0 | 0.0013137446 | |
| 18524735 | a year ago | | | 0 | 0.0013137446 | |
| 18524735 | a year ago | | | 0 | 0.0013137446 |
ABI
ABI objects
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 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)
tokenURI(uint256 _tokenId) view returns (string)
walletMinted(address) view returns (uint256)
State-modifying
Events approve(address operator, uint256 tokenId) payable
ownerMint(uint256 _amount, address _to)
publicMint(uint256 _amountToMint) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setPrice(uint256 _price)
setSale(bool _state)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()