Pokpok Genesis Flock

Verified contract

Active on Base with 3,082 txns
Deployed by via 0x07dc6d6c at 12464534
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional variables
ERC-20
Value $0
ERC-20
--
ERC-20
--
0xb73cbf7bfedbac7375f75ae0c6d1c680980efe897054e1e392ad787db946a385
0x472c6f24c2bcd67c238e077fadce88eac85aafddcbaf8820e97b012a864c1d3b
0xba54102c12114c77591ba8087ae1ed81d4f6f32a17b2cea916b390c3905e9fc6
0x9ad5069dc8d8515aeba84dea3c8c109f7e9f190e05311db50873d1fb23f9ba12
0x5fedd6206c7d27c6253e1cb6ecc66a7eb9db01320cf945936086c3647ab0516f
0x32b8e55b9135993f7513282edfcd660d5b8fd43ddd34f13570efb37e1349a87c
0x60ef02a969cf7c466ef70e28ded765d2ea0070c5488cab24a2c4adc6a0ce4dc4
0x6f9af6b204e042f344ee736fcfa1ff8ecb3f98f10f5ed2e467b3a04a12fd884c
0xbef7768e91265231d6c2f595b795a1aba95f6aa6a695de50a6c24ea110126651
0xc35d9fbc49d068ddc413a9a0c7c53406266f789b95867641bdc3e46a5f59e635

Functions
Getter at block 22759980
MAX_SUPPLY(view returns (uint256)
888
baseURI(view returns (string)
https://firebasestorage.googleapis.com/v0/b/pokpok-adb67.appspot.com/o/metadata%2F
currentTokenId(view returns (uint256)
888
name(view returns (string)
Pokpok Genesis Flock
owner(view returns (address)
0xc8afa6d837be9fb1b65aa2c8e28ff29e75b99424
paused(view returns (bool)
false
phase1TimeStamp(view returns (uint256)
1711720800
phaseDuration(view returns (uint256)
900
revealed(view returns (bool)
true
rotaltyPercentage(view returns (uint96)
500
symbol(view returns (string)
POK
totalSupply(view returns (uint256)
888
whitelistRootPhase1(view returns (bytes32)
0xa2a2e473785f034c8616a6dfbf02a10edd36e9f11c66af4dacb18150683b0d6d
whitelistRootPhase2(view returns (bytes32)
0x96f0d690731d6e6f1ba76d35815e5623319ce8062619f0480d4ead859e6680e1
Read-only
alreadyClaimed(addressuint8view returns (bool)
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)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
burn(uint256 tokenId
mint(bytes32[] proofreturns (uint256)
pause(
premint(address _touint256 _amount
renounceOwnership(
reveal(string _baseTokenURI
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseTokenURI
setRotaltyPercentage(uint96 _newRoyaltyPercent
setURIBeforeReveal(string _uriBeforeReveal
setWhitelistRoot(bytes32 _rootPhase1bytes32 _rootPhase2
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
unpause(
updatePhase1(uint256 _newPhase1TimeStamp
updatePhaseDuration(uint256 _newPhaseDuration
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BatchMetadataUpdate(uint256 _fromTokenIduint256 _toTokenId
Claimed(address indexed claimeruint256 indexed tokenId
MetadataUpdate(uint256 _tokenId
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Constructor
constructor(string namestring symbolstring _uriBeforeRevealbytes32 _rootPhase1bytes32 _rootPhase2uint256 _phase1TimeStamp
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC721EnumerableForbiddenBatchMint(
ERC721IncorrectOwner(address senderuint256 tokenIdaddress owner
ERC721InsufficientApproval(address operatoruint256 tokenId
ERC721InvalidApprover(address approver
ERC721InvalidOperator(address operator
ERC721InvalidOwner(address owner
ERC721InvalidReceiver(address receiver
ERC721InvalidSender(address sender
ERC721NonexistentToken(uint256 tokenId
ERC721OutOfBoundsIndex(address owneruint256 index
EnforcedPause(
ExpectedPause(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(