Pixel PrimeApes
Verified contract
Active on
Ethereum with 352 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($699.94)
Native
Value
$699.94
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.22 | $3,181.53 |
$699.94 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20293688 | 4 months ago | | | 0 | 0.00011158892 | |
| 15827691 | 2 years ago | | | 0 | 0.00099633001 | |
| 15799007 | 2 years ago | | | 0 | 0.0011365110 | |
| 15748736 | 2 years ago | | | 0 | 0.0018622109 | |
| 15652440 | 2 years ago | | | 0 | 0.00015610622 | |
| 15652422 | 2 years ago | | | 0 | 0.00029297135 | |
| 15400071 | 2 years ago | | | 0 | 0.00056066721 | |
| 15394590 | 2 years ago | | | 0 | 0.00034571965 | |
| 15388177 | 2 years ago | | | 0 | 0.00023792283 | |
| 15241396 | 2 years ago | | | 0 | 0.00016165677 |
ABI
ABI objects
Getter at block 21215868
MAX_SUPPLY() view returns (uint256)
5555
OG_MAX() view returns (uint256)
2
PRESALE_MAX() view returns (uint256)
5
PRICE() view returns (uint256)
55000000000000000
PUBLIC_MAX() view returns (uint256)
10
RESERVE_AMOUNT() view returns (uint256)
200
contractURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmeHpGwiJFDp4T8S74dqpZcekWMq6NxqSkQSLzjMrmJgGW/contract-metadata.json
finalSupply() view returns (bool)
false
metadataIsFrozen() view returns (bool)
false
name() view returns (string)
Pixel PrimeApes
ogSaleOn() view returns (bool)
true
owner() view returns (address)
0x2aecc6ed8cf7d24a4e0322f6a1cbe6fa969e048c
presaleOn() view returns (bool)
true
reserved() view returns (bool)
true
saleOn() view returns (bool)
true
symbol() view returns (string)
PPA
totalSupply() view returns (uint256)
506
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)
numberMintedFE(address owner) view returns (uint256)
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)
finalizeSupply()
flipOGSale()
flipPresale()
flipSale()
freezeMetadata()
lowerSupply(uint256 new_supply)
mint(uint256 quantity) payable
ogMint(uint256 quantity, struct PixelPrimeApesNotice notice) payable
presaleMint(uint256 quantity, struct PixelPrimeApesNotice notice) payable
renounceOwnership()
reserveMints()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setContractURI(string new_contractURI)
setTeamAddress(address new_address)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawFunds()
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(address enforcerAddress_, address vaultAddress_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
MintedQueryForZeroAddress()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()