PitteyPoney
Verified contract
Active on
Ethereum with 1,362 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 "PitteyPoney"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15816282 | 2 years ago | | | 0 | 0.00047712525 | |
| 15814843 | 2 years ago | | | 0 | 0.00066234902 | |
| 15352761 | 2 years ago | | | 0 | 0.00044622599 | |
| 15306576 | 2 years ago | | | 0 | 0.00019253057 | |
| 15111602 | 2 years ago | | | 0 | 0.00060984721 | |
| 15055294 | 2 years ago | | | 0 | 0.00086418319 | |
| 14932709 | 2 years ago | | | 0 | 0.0014766551 | |
| 14903929 | 2 years ago | | | 0 | 0.0013936473 | |
| 14894894 | 3 years ago | | | 0 | 0.0026696446 | |
| 14890885 | 3 years ago | | | 0 | 0.0012135775 |
ABI
ABI objects
Getter at block 21326223
MAX_FREE_MINT() view returns (uint256)
0
MAX_PUBLIC_MINT() view returns (uint256)
0
MAX_SUPPLY() view returns (uint256)
2500
claimedFreeMint() view returns (bool)
false
maxFreeQtyPerWallet() view returns (uint256)
1
maxMintperTx() view returns (uint256)
20
mintRate() view returns (uint256)
4900000000000000
name() view returns (string)
PitteyPoney
owner() view returns (address)
0x330aa0a042347313b68be4cb629323488cf19d20
paused() view returns (bool)
false
revealed() view returns (bool)
false
symbol() view returns (string)
Poney
totalSupply() view returns (uint256)
2500
Read-only
balanceOf(address owner) view returns (uint256)
freeMintClaimed(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
minterToTokenQty(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events Mint(uint256 amt)
approve(address to, uint256 tokenId)
freeMint(uint256 _quantity) payable
mint(uint256 _quantity) payable
mintForAddresses(uint256 _quantity, address _address)
reduceSupply(uint256 _maxSupply)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setMaxFreeQtyPerWallet(uint256 _quantity)
setMaxMintTx(uint256 _quantity)
setPaused(bool _state)
setPrice(uint256 _mintRate)
setRevealed(bool _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
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 _initBaseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()