Pixel Pony Hornstars
Verified contract
Active on
Ethereum with 5,280 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PPH | ERC-721 | 1 | -- | -- | |
PPH | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20148463 | 4 months ago | | | 0 | 0.00021244066 | |
| 18654327 | a year ago | | | 0 | 0.00082809073 | |
| 18253547 | a year ago | | | 0 | 0.00029654492 | |
| 18107834 | a year ago | | | 0 | 0.00023035944 | |
| 18061683 | a year ago | | | 0 | 0.0010655317 | |
| 16929719 | 2 years ago | | | 0 | 0.0011147868 | |
| 16826389 | 2 years ago | | | 0 | 0.0022090863 | |
| 16670763 | 2 years ago | | | 0 | 0.0018795048 | |
| 16667641 | 2 years ago | | | 0 | 0.0011462241 | |
| 16655411 | 2 years ago | | | 0 | 0.0021822957 |
ABI
ABI objects
Getter at block 21116018
isFrozen() view returns (bool)
false
isPimpClaimEnabled() view returns (bool)
false
isRevealed() view returns (bool)
true
maxPerWallet() view returns (uint256)
8
maxSupply() view returns (uint256)
2670
merkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name() view returns (string)
Pixel Pony Hornstars
owner() view returns (address)
0x593b94c059f37f1af542c25a0f4b22cd2695fb68
preRevealBaseURI() view returns (string)
https://bafybeihxf7g2uhzo6bmjv7rqbjnzpq7u3p25caqwy3f5tsxon6knpcvd5u.ipfs.dweb.link/prereveal.json
symbol() view returns (string)
PPH
totalSupply() view returns (uint256)
2669
Read-only
addressToFounderClaim(address) view returns (bool)
addressToMinted(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)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
collectReserves(uint256 amount)
freeze()
mint(bytes32[] _proof)
pimpMint(bytes32[] _proof)
publicMint()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setMaxPerWallet(uint256 _maxPerWallet)
setMaxSupply(uint256 _maxSupply)
setMerkleRoot(bytes32 _merkleRoot)
setPreRevealBaseURI(string _preRevealBaseURI)
toggleRevealed()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
triggerPreMintSale(bytes32 _merkleRoot)
triggerPublicSale(uint256 _maxSupply, uint256 _maxPerWallet)
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)
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()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()