Pokpok Genesis Flock
Verified contract
Active on
Base with 3,082 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000745 |
$0 | |
OHNO | ERC-20 | 71.428571 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22755040 | 3 hours ago | | | 0 | 0.0000013770166 | |
| 22708042 | a day ago | | | 0 | 0.0000012245728 | |
| 22705675 | a day ago | | | 0 | 0.0000012199687 | |
| 22705662 | a day ago | | | 0 | 0.0000013639701 | |
| 22705639 | a day ago | | | 0 | 0.0000013639701 | |
| 22705628 | a day ago | | | 0 | 0.0000013610497 | |
| 22705615 | a day ago | | | 0 | 0.0000013639701 | |
| 22705603 | a day ago | | | 0 | 0.0000013639701 | |
| 22705595 | a day ago | | | 0 | 0.0000011966371 | |
| 22705587 | a day ago | | | 0 | 0.0000013608869 |
ABI
ABI objects
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(address, uint8) view returns (bool)
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mint(bytes32[] proof) returns (uint256)
pause()
premint(address _to, uint256 _amount)
renounceOwnership()
reveal(string _baseTokenURI)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseTokenURI)
setRotaltyPercentage(uint96 _newRoyaltyPercent)
setURIBeforeReveal(string _uriBeforeReveal)
setWhitelistRoot(bytes32 _rootPhase1, bytes32 _rootPhase2)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
updatePhase1(uint256 _newPhase1TimeStamp)
updatePhaseDuration(uint256 _newPhaseDuration)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
Claimed(address indexed claimer, uint256 indexed tokenId)
MetadataUpdate(uint256 _tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string name, string symbol, string _uriBeforeReveal, bytes32 _rootPhase1, bytes32 _rootPhase2, uint256 _phase1TimeStamp)
This contract contains no fallback and receive objects.
ERC721EnumerableForbiddenBatchMint()
ERC721IncorrectOwner(address sender, uint256 tokenId, address owner)
ERC721InsufficientApproval(address operator, uint256 tokenId)
ERC721InvalidApprover(address approver)
ERC721InvalidOperator(address operator)
ERC721InvalidOwner(address owner)
ERC721InvalidReceiver(address receiver)
ERC721InvalidSender(address sender)
ERC721NonexistentToken(uint256 tokenId)
ERC721OutOfBoundsIndex(address owner, uint256 index)
EnforcedPause()
ExpectedPause()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()