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 "Happy ParkOur"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21958902 | 2 days ago | | | 0 | 3.8904620e-7 | |
| 21887823 | 3 days ago | | | 0 | 3.9955735e-7 | |
| 21803694 | 5 days ago | | | 0 | 3.9943871e-7 | |
| 21700044 | 8 days ago | | | 0 | 3.9955735e-7 | |
| 21629770 | 9 days ago | | | 0 | 3.9373612e-7 | |
| 21542249 | 11 days ago | | | 0 | 0.000000400351724335 | |
| 21462413 | 13 days ago | | | 0 | 3.8261145e-7 | |
| 20983883 | 24 days ago | | | 0 | 3.8401684e-7 | |
| 17505898 | 3 months ago | | | 0 | 0.000000400896250050 | |
| 17502346 | 3 months ago | | | 0 | 0.000000401286572215 |
ABI
ABI objects
Getter at block 22030948
CHARGE_SUPPLY() view returns (uint256)
10
FREE_SUPPLY() view returns (uint256)
7
MAX_SUPPLY() view returns (uint256)
77777
name() view returns (string)
Happy ParkOur
owner() view returns (address)
0xefb2393718a7e7118aa2aa1e8397731169bcf26d
symbol() view returns (string)
HPO
totalSupply() view returns (uint256)
3039
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) payable
changeDefURI(string _tokenURI)
changeTokenURIFlag(uint256 flag)
changeURI(string _tokenURI)
mint(uint256 quantity) 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)
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)
NewMint(address indexed msgSender, uint256 indexed mintQuantity)
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()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()