Petty

Verified contract

Active on Ethereum with 2,183 txns
Deployed by via 0x0e61f9bb at 15370125
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Petty"

0x75d811db69267fadcf8e94e890b60fa208e4b02c346d3216dd4bac9297f6d745
0xd6cbb65117ab4dc9a7af147af5c4a00b009ad8c80c84525ab1237b6b151fa901
0x83bbb551b5287d27541a3a27e4b4df73f658c244f5790a6c6002373f2f26db68
0x21efb490eff6fa34a76c06ae1c2dc018320bcf2c20804b4e9b3b921ea327d54f
0x766f1b9e9bb19d7b150afb58a3781a92c8d972755901a7f60178a84da9f97415
0x1f974a7008139efc97fe92d26c596e163f04bdcf93b9f6d772a7417402865fc7
0xe751c6df1e03f43768b14efd8ec26a4fcdb9973a6f554d72ada961403f1e5d2f
0x51a5e8809a8235712423b0098ba3b72126e2ef9618bf835f4f018f24af09856a
0xb11fa2d16e18802620572812eee868e04ed57232aa4404d1c05625efad4d7e92
0x45538874a6299908faf00c511ac9e1f3a04f1e077dcb671ee5f4578a45763190

Functions
Getter at block 21220767
MAX_FREE_PER_WALLET(view returns (uint256)
5
MAX_MINTS_PER_TX(view returns (uint256)
10
NUM_FREE_MINTS(view returns (uint256)
7777
PUBLIC_SALE_PRICE(view returns (uint256)
3000000000000000
baseTokenURI(view returns (string)
https://pettyfam.mypinata.cloud/ipfs/QmWk24HKgfee5nT9E1HFkDLiMMZPAsV4wcTg6sD5s8Qwfn
freeNFTAlreadyMinted(view returns (uint256)
7758
isPublicSaleActive(view returns (bool)
true
maxSupply(view returns (uint256)
7777
name(view returns (string)
Petty
owner(view returns (address)
0x4cec1fabe185ff4f99525448d216492587cb1722
symbol(view returns (string)
PETTY
totalSupply(view returns (uint256)
7777
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
mint(uint256 numberOfTokenspayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setFreeLimitPerWallet(uint256 _limit
setIsPublicSaleActive(bool _isPublicSaleActive
setMaxLimitPerTransaction(uint256 _limit
setNumFreeMints(uint256 _numfreemints
setSalePrice(uint256 _price
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
treasuryMint(uint256 quantity
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(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(