Happytrees
Verified contract
Active on
Ethereum with 3,312 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3.80)
Native
Value
$3.8
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.001 | $3,798.93 |
$3.8 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17029308 | 2 years ago | | | 0 | 0.00049844698 | |
| 16799901 | 2 years ago | | | 0 | 0.0015897856 | |
| 16377983 | 2 years ago | | | 0 | 0.0013847072 | |
| 15607532 | 2 years ago | | | 0 | 0.00034084938 | |
| 15558439 | 2 years ago | | | 0 | 0.00022034923 | |
| 15323153 | 2 years ago | | | 0 | 0.00060569110 | |
| 15323151 | 2 years ago | | | 0 | 0.00081346600 | |
| 15323104 | 2 years ago | | | 0 | 0.00073777848 | |
| 15288047 | 2 years ago | | | 0 | 0.00022222874 | |
| 15267474 | 2 years ago | | | 0 | 0.00023802318 |
ABI
ABI objects
Getter at block 21330723
_maxCountMintPublic() view returns (uint256)
2
getCountWalletNft() view returns (uint256)
0
name() view returns (string)
Happytrees
owner() view returns (address)
0x4e88bb261a9111a60562c1a92ae7696e721d8064
paused() view returns (bool)
false
symbol() view returns (string)
HTR
totalNFTSupply() view returns (uint256)
5555
totalSupply() view returns (uint256)
5555
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)
State-modifying
Events approve(address to, uint256 tokenId)
changeBaseURI(string baseURI_)
ownerMint(address _to, uint256 _count) payable
pause()
publicMint(uint256 _count) payable
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)
unpause()
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string _name, string _symbol, uint256 _totalSupply, address wallet_, string baseURIAddress_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()