Hippynoids
Verified contract
Active on
Ethereum with 4,898 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 "Hippynoids"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21199520 | a day ago | | | 0 | 0.00060131472 | |
| 21118058 | 13 days ago | | | 0 | 0.00032661395 | |
| 20948241 | a month ago | | | 0 | 0.00025038338 | |
| 20150876 | 5 months ago | | | 0 | 0.000061526447 | |
| 18195723 | a year ago | | | 0 | 0.00020418890 | |
| 17891331 | a year ago | | | 0 | 0.00086232818 | |
| 17844652 | a year ago | | | 0 | 0.00057691368 | |
| 17427696 | a year ago | | | 0 | 0.00097974575 | |
| 17427630 | a year ago | | | 0 | 0.00094657100 | |
| 17019338 | 2 years ago | | | 0 | 0.0012261208 |
ABI
ABI objects
Getter at block 21208790
baseURI() view returns (string)
https://gateway.genfty.com/ipfs/QmbMtghHv6UZnhokDSXhfkaZCrGv15iYn4SegTf4GszGM7/
cost() view returns (uint256)
5000000000000000
maxSupply() view returns (uint256)
6060
maxperAddressFreeLimit() view returns (uint256)
2
maxperAddressPublicMint() view returns (uint256)
2
name() view returns (string)
Hippynoids
owner() view returns (address)
0x8feb4473b6e082494eda7372fd821259d8e8e215
paused() view returns (bool)
false
saleActivated() view returns (bool)
true
symbol() view returns (string)
Hippy
totalSupply() view returns (uint256)
6060
Read-only
addressFreeMintedBalance(address) view returns (uint256)
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)
State-modifying
Events approve(address to, uint256 tokenId)
gift(uint256[] quantity, address[] recipient)
mint(uint256 _mintAmount) 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 _newBaseURI)
setCost(uint256 _newCost)
setMaxperAddressPublicMint(uint256 _amount)
setSaleActivatedPauseOrUnpause(bool _value)
setmaxSupply(uint256 _newMaxSupply)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
withdrawAny(uint256 _amount) payable
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.