PlayFulPika

Verified contract

Active on Ethereum with 493 txns
Deployed by via 0x6223b562 at 17832974
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "PlayFulPika"

0x00768ef067f21abb583cf4d7f1c54abf4f12425080b57ceb0e824123963e5986
0x148d6241fe92c1703a321a67aed1871adb4de0e6d708f7f40999a4604083b612
0xb60bf00518b112333ffa9e011c30666db27687fadb5f8460df56f4fbb064a298
0x78e706d0a903e5a27006f928c941682ed07c05cab888b1f65e801d5a766abc65
0xdecf07ec564eab524503369faff462eaa3dc27bc7a4a3af9c78f949743057a1c
0xb7a25174000883ff4f23920c10873bfbda906935f51a90a91b6f2ac979144907
0x2a5c73751c2fbdd423af98e7b913efc62a02a2dee6982501f84b7c3b25b9a6e9
0xdc3996211993bf0bfde599596f3ef5a020a6e6b3b059f4cfa51eaf2f91c4872b
0x31e9db9c5eed41737b83d4fd62dade01e6e4403532223146c679e3c623a678a9
0xa065f18a2c57175c626cdb500e2e123bc7dc53eaaf2b1eac0a72bc9892c04c24

Functions
Getter at block 21257155
MAX_SUPPLY(view returns (uint256)
999
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
freeMintTill(view returns (uint256)
555
freeMintTracker(view returns (uint256)
335
isActive(view returns (bool)
true
isWhitelistSaleActive(view returns (bool)
false
maximumAllowedTokensPerPurchase(view returns (uint256)
3
merkleRoot(view returns (bytes32)
0xe89c810372a1e5bef58eeede3e64db915093414f2a2bc5458fb94e8b212c3850
mintPrice(view returns (uint256)
9600000000000000
name(view returns (string)
PlayFulPika
owner(view returns (address)
0x5bc894f33c9748d7081047c5243a685d0fbd057e
publicWalletLimitation(view returns (uint256)
3
symbol(view returns (string)
PFP
totalSupply(view returns (uint256)
370
whitelistWalletLimitation(view returns (uint256)
3
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 operatoruint256 tokenIdpayable 
devMint(uint256 _countaddress _address
mint(uint256 _countpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setFreeMintTill(uint256 _count
setMaxMintSupply(uint256 _maxMintSupply
setMaximumAllowedTokensPerPurchase(uint256 _count
setMerkleRootHash(bytes32 _rootHash
setMintPrice(uint256 _price
setPublicSaleWalletLimitation(uint256 _count
setWhitelistSaleWalletLimitation(uint256 _maxMint
toggleSaleStatus(
toggleWhiteslistSaleStatus(
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
whitelistMint(bytes32[] _merkleProofuint256 _countpayable 
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string baseURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(