Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($1,205.88)
Native
Value
$1,205.88
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.39 | $3,092.01 |
$1,205.88 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18375307 | a year ago | | | 0 | 0.00034391874 | |
| 18313495 | a year ago | | | 0 | 0.00037830265 | |
| 17104653 | 2 years ago | | | 0 | 0.0021412100 | |
| 16530085 | 2 years ago | | | 0 | 0.00057379930 | |
| 16304617 | 2 years ago | | | 0 | 0.00079954819 | |
| 16041981 | 2 years ago | | | 0 | 0.00053687337 | |
| 16032736 | 2 years ago | | | 0 | 0.00061181945 | |
| 16032711 | 2 years ago | | | 0 | 0.00068704582 | |
| 16029288 | 2 years ago | | | 0 | 0.00042358443 | |
| 16029274 | 2 years ago | | | 0 | 0.00045023370 |
ABI
ABI objects
Getter at block 21208833
baseURI() view returns (string)
https://api.hippohotel.io/
maxNftSupply() view returns (uint256)
5000
maxToMint() view returns (uint256)
30
mintPrice() view returns (uint256)
30000000000000000
name() view returns (string)
The Hippo Hotel
owner() view returns (address)
0x5477e69fedb6e51ac9d8dbb248254b544a6fa600
saleIsActive() view returns (bool)
true
symbol() view returns (string)
HIPPO
totalSupply() view returns (uint256)
1074
Read-only
balanceOf(address owner) view returns (uint256)
exists(uint256 _tokenId) view returns (bool)
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mintHippos(uint256 numberOfTokens) payable
renounceOwnership()
reserveHippos(address _to, uint256 _numberOfTokens)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxNftSupply(uint256 _maxValue)
setMaxToMint(uint256 _maxValue)
setMintPrice(uint256 _price)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateSaleState()
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 name, string symbol, uint256 _maxNftSupply, uint256 _mintPrice)
This contract contains no fallback and receive objects.
This contract contains no error objects.