This contract is being backfilled. You may encounter incomplete storage history.

WhosjiLabs

Verified contract

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

No balances found for "WhosjiLabs"

0x2265f0413ed8140ba0b21676437d69dcffdb1480413648c1dedb2a552d8e2607
0xbe7910ca025fdd7ed8ff0d1ae2e045e9d16e5e28af8a093328083ee34b2bfcdf
0x2fbd2cc716eb947e263042bfa833025b5fd499e8ee6ace890f99a611c57febef
0x630ddb7e489e7ac5812f2b57e8c5ccc837290a39e242f4f5735a32469c788ee8
0x62cb5857a06c59cf6fe405d50cea9db3e39adc29423b5aed01cad337905a4930
0x1be4321a5b39ab0f05a096e258139139cf170c01b3ee42d9e031f99d48f35341
0x28aa88f9355a8d29c3ae676ddf581fbf2aa660af4c70cab80cc3cf1d97040c62
0x392063ccc9cc707c4bc5165fda1d210f5cbd403215756929e449e18210b7163d
0xcda48c7ed9d57717dc3f9ffddde9feedce60f813db1b0a607162af33d005f27c
0xfff657c1dc48e9d65e21a1a907fa192799bf0dc1e0f53ba25c9842490145bea8

Functions
Getter at block 20799019
MAX_MINT(view returns (uint256)
3
MAX_SUPPLY(view returns (uint256)
5555
PRICE(view returns (uint256)
33000000000000000
 
availableMintsForPublic(view returns (uint256)
merkleRootOG(view returns (bytes32)
0x02085f6c1c4c340d620c28fde15dc8eef0d84d4a70ae6b3d65ed1a77582ddca7
merkleRootWL(view returns (bytes32)
0x02e221b0c533d0329cc255f3aafe01dae93ca94fc47b6aa042a290da2596f74e
name(view returns (string)
WhosjiLabs
owner(view returns (address)
0xc444670b8f355423459e095918841a4c69bd2585
symbol(view returns (string)
WhosjiLabs
totalSupply(view returns (uint256)
5555
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getPausedStatus(uint256 pauseIdview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
adminMint(uint256 amountpayable 
approve(address touint256 tokenIdpayable 
mintOG(bytes32[] proofpayable 
mintPublic(uint256 amountpayable 
mintWhitelist(uint256 amountbytes32[] proofpayable 
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setOwner(address newOwner
setTokenURI(string tokenURI_
setUnrevealedURI(string unrevealedURI_
tooglePauseState(uint256 index
transferFrom(address fromaddress touint256 tokenIdpayable 
withdraw(payable 
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
OwnerUpdated(address indexed useraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string unrevealedURI_bytes32 _merkleRootWLbytes32 _merkleRootOG
Fallback and receive

This contract contains no fallback and receive objects.

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