Hype Hippos
Verified contract
Active on
Ethereum with 7,425 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 "Hype Hippos"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21297456 | 13 days ago | | | 0 | 0.00031113859 | |
| 21255505 | 18 days ago | | | 0 | 0.00048580554 | |
| 21246762 | 20 days ago | | | 0 | 0.00065790211 | |
| 21177044 | a month ago | | | 0 | 0.0011683167 | |
| 21091069 | a month ago | | | 0 | 0.00029029262 | |
| 20891016 | 2 months ago | | | 0 | 0.00027135978 | |
| 20646961 | 3 months ago | | | 0 | 0.000017899787 | |
| 20553941 | 4 months ago | | | 0 | 0.000045161345 | |
| 20486820 | 4 months ago | | | 0 | 0.00019559104 | |
| 20486734 | 4 months ago | | | 0 | 0.00082901577 |
ABI
ABI objects
Getter at block 21387871
MAX_NFT_PURCHASE() view returns (uint256)
20
MAX_SUPPLY() view returns (uint256)
10000
NFT_PRICE() view returns (uint256)
80000000000000000
PROVENANCE_HASH() view returns (string)
REVEAL_TIMESTAMP() view returns (uint256)
1630471172
name() view returns (string)
Hype Hippos
owner() view returns (address)
0x9fe398175af2dd00a6528e90de4b05d2e666019c
saleIsActive() view returns (bool)
true
startingIndex() view returns (uint256)
6551
startingIndexBlock() view returns (uint256)
13122847
symbol() view returns (string)
HypeHippos
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)
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)
emergencySetStartingIndexBlock()
flipSaleState()
mint(uint256 numberOfTokens) payable
renounceOwnership()
reserveTokens(uint256 num)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setMintPrice(uint256 _price)
setProvenanceHash(string _provenanceHash)
setRevealTimestamp(uint256 _revealTimeStamp)
setStartingIndex()
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.