Pixl Pets
Verified contract
Active on
Ethereum with 26,946 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 |
---|---|---|---|---|---|
CRYPTOMORIES | ERC-721 | 1 | -- | -- | |
CRYPTOMORIES | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21288380 | 12 hours ago | | | 0 | 0.00057869029 | |
| 21282732 | a day ago | | | 0 | 0.00025843174 | |
| 21282248 | a day ago | | | 0 | 0.00090086994 | |
| 21270768 | 3 days ago | | | 0 | 0.00072654932 | |
| 21270707 | 3 days ago | | | 0 | 0.00069251613 | |
| 21262467 | 4 days ago | | | 0 | 0.00030423545 | |
| 21261741 | 4 days ago | | | 0 | 0.00029800831 | |
| 21259740 | 4 days ago | | | 0 | 0.00039298476 | |
| 21248520 | 6 days ago | | | 0 | 0.00028630735 | |
| 21246181 | 6 days ago | | | 0 | 0.00098108762 |
ABI
ABI objects
Getter at block 21291863
FREE_MINT_MAPPING_ID() view returns (uint256)
0
IS_PUBLIC_SALE_ACTIVE() view returns (bool)
true
MAX_PER_FREE_MINT() view returns (uint256)
1
MAX_PER_PS_SPOT() view returns (uint256)
2
MAX_PER_PUBLIC_MINT() view returns (uint256)
10
MAX_SUPPLY() view returns (uint256)
15000
PHASE_ID() view returns (uint256)
1
PRESALE_MAPPING_ID() view returns (uint256)
1
PRESALE_MINT_PRICE() view returns (uint256)
88000000000000000
PUBLIC_MAPPING_ID() view returns (uint256)
2
PUBLIC_MINT_PRICE() view returns (uint256)
120000000000000000
baseURI() view returns (string)
https://www.sappy.lol/project-o/api/pixlpets/
freeMintMerkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name() view returns (string)
Pixl Pets
owner() view returns (address)
0x03fede75ac53dad83d9c00a549f10c5b583b3447
presaleMerkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
symbol() view returns (string)
PIXLP
totalSupply() view returns (uint256)
15000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getMintProgress(address userWallet, bytes32[] freeMintProof, bytes32[] presaleProof) view returns (uint256, uint256, uint256, uint256, uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
phaseToMappingIdToSupplyMap(uint256, uint256, address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events adminMint(uint256 amount, address _to)
approve(address to, uint256 tokenId)
batchSafeTransferFrom(address _from, address _to, uint256[] _tokenIds, bytes data_)
burn(uint256 tokenId)
claimFreeMint(bytes32[] proof)
decrementPhaseVersion()
incrementPhaseVersion()
omegaMint(bytes32[] freeMintProof, bytes32[] presaleProof) payable
presaleMint(uint256 amount, bytes32[] proof) payable
publicMint(uint256 amount) 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)
setFreeMintMerkleRoot(bytes32 _freeMintMerkleRoot)
setPresaleMerkleRoot(bytes32 _presaleMerkleRoot)
toggleIsPublicSaleActive()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateMaxPresaleSupply(uint256 _MAX_PER_PS_SPOT)
updateMaxPublicSupply(uint256 _MAX_PER_PUBLIC_MINT)
updateMaxSupply(uint256 _MAX_SUPPLY)
updatePresaleMintPrice(uint256 _PRESALE_MINT_PRICE)
updatePublicMintPrice(uint256 _PUBLIC_MINT_PRICE)
withdrawETH()
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 _baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.