pixelparrots.wtf
Verified contract
Active on
Ethereum with 546 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($67.31)
Native
Value
$67.31
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0214 | $3,145.53 |
$67.31 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15233764 | 2 years ago | | | 0 | 0.00049093017 | |
| 15157812 | 2 years ago | | | 0 | 0.00059914796 | |
| 15116429 | 2 years ago | | | 0 | 0.00043472346 | |
| 15003139 | 2 years ago | | | 0 | 0.0013925606 | |
| 14903091 | 2 years ago | | | 0.0066 | 0.0023984576 | |
| 14902999 | 2 years ago | | | 0.008 | 0.0019424268 | |
| 14902993 | 2 years ago | | | 0 | 0.0013480894 | |
| 14902909 | 2 years ago | | | 0 | 0.0010470814 | |
| 14902907 | 2 years ago | | | 0 | 0.00059812886 | |
| 14902905 | 2 years ago | | | 0 | 0.0021865906 |
ABI
ABI objects
Getter at block 21215593
baseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmagZfeQQiXv8Su4vv2u2J7GER46ueu2if3aQwTmpC4Rog/
maxPerPaidTx() view returns (uint256)
20
maxPerTx() view returns (uint256)
5
maxPerWallet() view returns (uint256)
20
maxSupply() view returns (uint256)
2222
maxfreeSupply() view returns (uint256)
1555
mintEnabled() view returns (bool)
true
name() view returns (string)
pixelparrots.wtf
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x2fed03a05ce1cdef3f35aa92a546f174a4b9e51c
price() view returns (uint256)
3000000000000000
symbol() view returns (string)
PPRT
totalSupply() view returns (uint256)
1558
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
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 BatchMint(uint256 amt)
approve(address to, uint256 tokenId)
mintFree(uint256 amt) payable
mintPaid(uint256 amt) 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 baseURI_)
setMaxPerPaidTx(uint256 maxPerPaidTx_)
setMaxPerTx(uint256 maxPerTx_)
setMaxPerWallet(uint256 maxPerWallet_)
setOwnersExplicit(uint256 quantity)
setPrice(uint256 price_)
setmaxSupply(uint256 maxSupply_)
setmaxfreeSupply(uint256 maxfreeSupply_)
toggleMinting()
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.