PlayFulPika
Verified contract
Active on
Ethereum with 493 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 "PlayFulPika"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19854169 | 6 months ago | | | 0 | 0.00025940837 | |
| 19835681 | 6 months ago | | | 0 | 0.00022073547 | |
| 19835643 | 6 months ago | | | 0 | 0.00021536513 | |
| 18358235 | a year ago | | | 0 | 0.00031854011 | |
| 18239627 | a year ago | | | 0 | 0.00040602423 | |
| 18132451 | a year ago | | | 0 | 0.00068141082 | |
| 17857491 | a year ago | | | 0 | 0.00092174205 | |
| 17853963 | a year ago | | | 0 | 0.00079398392 | |
| 17845306 | a year ago | | | 0 | 0.00097689252 | |
| 17840266 | a year ago | | | 0 | 0.00042305953 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId) payable
devMint(uint256 _count, address _address)
mint(uint256 _count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool 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 from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
whitelistMint(bytes32[] _merkleProof, uint256 _count) payable
withdraw()
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)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()