Hangry Hippo
Verified contract
Active on
Ethereum with 5,225 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 "Hangry Hippo"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21363064 | 2 days ago | | | 0 | 0.00046811470 | |
| 21340748 | 6 days ago | | | 0 | 0.00086438871 | |
| 21304071 | 11 days ago | | | 0 | 0.00066055922 | |
| 21200568 | 25 days ago | | | 0 | 0.00058003984 | |
| 21195088 | a month ago | | | 0 | 0.00078191039 | |
| 21072407 | a month ago | | | 0 | 0.00081551489 | |
| 21057095 | a month ago | | | 0 | 0.00027685492 | |
| 21048855 | 2 months ago | | | 0 | 0.00020669422 | |
| 21048320 | 2 months ago | | | 0 | 0.00024269450 | |
| 21048305 | 2 months ago | | | 0 | 0.00021852890 |
ABI
ABI objects
Getter at block 21380230
MAX_MULTIMINT() view returns (uint256)
20
MAX_SUPPLY() view returns (uint256)
5555
PRICE() view returns (uint256)
20000000000000000
name() view returns (string)
Hangry Hippo
owner() view returns (address)
0x487427e8821982aeb1fe202952954a3bd0f14641
saleIsActive() view returns (bool)
true
symbol() view returns (string)
HH
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)
mint(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)
setBaseURI(string customBaseURI_)
setSaleIsActive(bool saleIsActive_)
setTokenURI(uint256 tokenId, string tokenURI_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string customBaseURI_, address proxyRegistryAddress_)
This contract contains no fallback and receive objects.
This contract contains no error objects.