Pixel Apepe YC
Verified contract
Active on
Ethereum with 6,211 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 "Pixel Apepe YC"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20586049 | 3 months ago | | | 0 | 0.000029782042 | |
| 20193446 | 5 months ago | | | 0 | 0.000038304672 | |
| 20152378 | 5 months ago | | | 0 | 0.00011770876 | |
| 19836682 | 7 months ago | | | 0 | 0.00017340202 | |
| 19832704 | 7 months ago | | | 0 | 0.00011608500 | |
| 19816935 | 7 months ago | | | 0 | 0.00015777820 | |
| 19587099 | 8 months ago | | | 0 | 0.00048138767 | |
| 19587095 | 8 months ago | | | 0 | 0.00070617887 | |
| 19159413 | 10 months ago | | | 0 | 0.00030017581 | |
| 19087467 | 10 months ago | | | 0 | 0.00044303136 |
ABI
ABI objects
Getter at block 21285798
allowlistActive() view returns (bool)
false
baseURI() view returns (string)
ipfs://QmSEn8LNYzuMcb4p3ED4h4Bfd5LWaaPqGpov9jELDK44a6/
merkleRoot() view returns (bytes32)
0x442a43ecc3fd288b550d85baf19fb929a7475ecfb486444c56c04f82c905137d
mintRate() view returns (uint256)
0
name() view returns (string)
Pixel Apepe YC
owner() view returns (address)
0xa8e16f80eee16565735b0178cf1b287f46d3c3b6
publicSaleActive() view returns (bool)
true
symbol() view returns (string)
PAYC
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isValid(bytes32[] _proof, bytes32 leaf) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
whitelistClaimed(address) view returns (bool)
State-modifying
Events allowlistMint(bytes32[] _merkleProof)
approve(address to, uint256 tokenId)
changeRoot(bytes32 _root)
mint(uint256 quantity) payable
mintForteam(uint256 quantity) 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 _base)
setMintRate(uint256 _mintRate)
toggleSaleState()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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(string _baseUri, bytes32 _root)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()