NotJustALock

Verified contract

Active on Ethereum with 8,664 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "NotJustALock"

0x02f49dba2f7b831454a8031c1336b8a4003d47cb59b980a312e5c1f0d8c1675c
0x9e6f796cdf8431957b34830a05b8a505b3c3cb05c40c4ddfaf1ccf0aadacf28c
0x25eebb1b1219b1ce5da8f101e8dd4a2cda9d5d2c3106220f17367795ff88ef70
0x2bd718c28d32c7d7d2dcf109aed45eb670b8c2f31d7e4c46df501e42ec747d18
0xda05e9cf4a8077b5b523b70affc83c2254f7a89d0e2ccc89585fbf9ad1bf99aa
From
0xbf76d5479d471bafdac431bd287ec45f8fa279419a59c059fd19036280069a24
0x49675d0823c76f42e974afbcc1d76a6647c8f46b9e2f24883697f38b961d6e0b
0x5c49cee1bec6cdf62420abcfed8b15c5292b1a9211b6dacd5b2f0ef7ec5a56ea
0xd393ebe502c0ea4675cf08f7a2aa5127a138b97f16a0bac2e7176bd14a4760b9
0x1c9d9915acce77cda9717e5ee3ada5ada44b1e47c9f8279f53e3b77c2c46f0d3

Functions
Getter at block 20977026
merkleRoot(view returns (bytes32)
0x3ee3df46b9035f25268a72e5d829b27bf613eb167b438eb8a93e675031917619
name(view returns (string)
NotJustALock
owner(view returns (address)
0x59b9a761f1f4180cf71a5d6c1ec4eb7293678215
saleStatus(view returns (uint8)
2
symbol(view returns (string)
LOCK
totalBurned(view returns (uint256)
677
totalSupply(view returns (uint256)
4878
Read-only
balanceOf(address ownerview returns (uint256)
canMintPrivate(address accountuint256 allowedQuantitybytes32[] proofview returns (bool)
getApproved(uint256 tokenIdview returns (address)
getPrivateMintedForAddress(address accountview returns (uint256)
getPublicMintedForAddress(address accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
publicSaleMinted(addressview returns (bool)
quantityMintedPrivate(addressview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
burn(uint256 tokenId
mintPrivate(uint256 quantityuint256 allowedQuantitybytes32[] proofpayable 
mintPublic(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setMerkleRoot(bytes32 _merkleRoot
setSaleStatus(uint8 _status
setUnlockContract(address _unlockContract
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdrawFunds(
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 baseTokenURIbytes32 _merkleRoot
Fallback and receive

This contract contains no fallback and receive objects.

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