pooly - pfers

Verified contract

Active on Ethereum with 4,135 txns
Deployed by via 0x39766c3b at 15882078
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $25.96
0xa7d4cf24b86f574e7d0de368e885d6f8b6afd740f46dd20634d6a2aab2f98483
From
0x279d31245ef729f88343db8fdb11e6f1438166ed05311ae7866de0bd1d5e5094
0x3e7dbf7013bf87f52f9a6b6632a36cda219db2ac9cdffc003bbee3e0818761ca
0x8649092de926dc613edd4445088ae30748f319d7f11474938c755b69896153b1
0x6ae7714a990af7c89d1d00b5a3601fe719909582daa9323204d951c22a1cbf63
0xff8e8f5d39ff6fbd008b9351924d9df263ae5967eee9929f2bf0454f4f35dfb5
0xa935cbf72c3fbcf6c2c54032293e94ac75285143f574c6a72ed03be698237365
0x447db89fa81202f4e5ba5871d9119bd0a32ce9c20d4c446f2aeb9e1f0b3e6269
0xbf36d00473803b68045639cf30c28ef9fe12a0c5cee55dabb42d736dbfa55eeb
0xf7b431902314954f4815b9f6dfdb2f0bcf1e11e5a3fbf2b3cbc20323eee9a024

Functions
Getter at block 21208898
_baseTokenURI(view returns (string)
ipfs://bafybeib6ifayzztkcjiiex2uwnngokamxhd5ib6kp457xw6x3mutdfsoam/
merkleRoot(view returns (bytes32)
0x33fcafcb9efca05b0104df9e6558a9ef4adc59ed1c442f5ab34c863652428692
name(view returns (string)
pooly - pfers
owner(view returns (address)
0x995d4816d5007b8ed0b7d93ce3c18aaade42e382
presaleMaxPerWallet(view returns (uint256)
1
presalePrice(view returns (uint256)
0
presaleSupply(view returns (uint256)
6481
price(view returns (uint256)
0
saleState(view returns (uint8)
0
supply(view returns (uint256)
10000
symbol(view returns (string)
pfers
totalSupply(view returns (uint256)
6485
Read-only
addressMintBalance(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
withdrawAddresses(uint256view returns (address)
withdrawPercentages(uint256view returns (uint256)
State-modifying
approve(address touint256 tokenId
batchMint(uint64[] qtysaddress[] recipients
freeMint(uint256 qtyaddress recipient
mint(uint256 qtypayable 
presale(uint256 qtybytes32[] merkleProofpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setMerkleRoot(bytes32 _merkleRoot
setPresalePerWalletMax(uint256 _val
setPresalePrice(uint256 newPrice
setPrice(uint256 newPrice
setRoyaltyInfo(address receiveruint96 feeBasisPoints
setSaleState(uint8 _state
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _namestring _symbolstring _baseUriuint96 _royaltyAmount
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidBatchMint(
InvalidPrice(
InvalidProof(
InvalidQuantity(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
SaleInactive(
SoldOut(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
WithdrawFailed(